Skip to content

Commit ceebecf

Browse files
committed
exclude nb,nv in download_subset mode
1 parent a9c15fa commit ceebecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecco_access/ecco_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ def download_wrapper(url: str, url_append: str, download_dir: str, subset_file_i
11601160
if varname in ['nb','nv']:
11611161
# 2025-03-01 OpenDap fix: remove these dimension variables that seem to cause errors
11621162
del varinfo_dict[varname]
1163-
1163+
continue
11641164
if ((vars_to_include != 'all') and (varname not in vars_to_include_all)):
11651165
del varinfo_dict[varname]
11661166
elif vars_to_omit != None:

0 commit comments

Comments
 (0)