Skip to content

Commit c981de5

Browse files
committed
update paths
1 parent 4e744c0 commit c981de5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/atm_monthly.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,10 @@ def process_one_var(varname: str) -> tuple[str, str]:
122122
None, "Amon.", include_groups={"baseline_monthly"}
123123
)
124124
print(f"CMORIZING {len(cmip_vars)} variables")
125-
basedir = Path(output_head_dir)
126125
# 1) Load requested variables
127126
ds_native, cmip_vars = open_native_for_cmip_vars(
128127
cmip_vars,
129-
os.path.join(basedir, include_pattern),
128+
TSDIR,
130129
mapping,
131130
use_cftime=True,
132131
parallel=True,

0 commit comments

Comments
 (0)