Skip to content

Commit ed1f12a

Browse files
committed
update paths
1 parent c981de5 commit ed1f12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/atm_monthly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def process_one_var(varname: str) -> tuple[str, str]:
125125
# 1) Load requested variables
126126
ds_native, cmip_vars = open_native_for_cmip_vars(
127127
cmip_vars,
128-
TSDIR,
128+
TSDIR + "/*",
129129
mapping,
130130
use_cftime=True,
131131
parallel=True,

0 commit comments

Comments
 (0)