Skip to content

Commit fd75304

Browse files
Ensure OCNRES has 3 digits in the snow analysis script (NOAA-EMC#4601)
This ensures the OCNRES variable in task_config has 3 digits in snow analysis and snow ensemble analysis.
1 parent bbe3091 commit fd75304

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ush/python/pygfs/task/analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def __init__(self, config: Dict[str, Any]):
7272
'iau_times_iso': _iau_times_iso,
7373
'MOM6_LEVS': _ocnres_to_nlev[f"{self.task_config.OCNRES:03d}"],
7474
'mom_domain_stack_size': 116640000, # TODO: Make the stack size resolution dependent
75+
'OCNRES': f"{self.task_config.OCNRES:03d}",
7576
}
7677
))
7778

0 commit comments

Comments
 (0)