Skip to content

Commit 4ebbf4c

Browse files
authored
Merge pull request #244 from mnlevy1981/update_bgc_datestamp
When testing, want YYYY-MM-DD.nc suffix
2 parents 2ccc7b8 + 8938b5d commit 4ebbf4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cime_config/MARBL_scripts/MARBL_diags_to_diag_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, vert_grid):
6767
new_file_freq_units = "days" if self._nstep_output else None
6868
suffix_dict = {
6969
'$OCN_DIAG_MODE == "spinup"': "h.bgc.native_annual%4yr",
70-
"$TEST == True": "h.bgc.native%4yr-%2mo",
70+
"$TEST == True": "h.bgc.native%4yr-%2mo-%2dy",
7171
"else": "h.bgc.native%4yr-%2mo",
7272
}
7373
output_freq_units_dict = {
@@ -83,7 +83,7 @@ def __init__(self, vert_grid):
8383
if vert_grid in ["interpolated", "both"]:
8484
suffix_dict = {
8585
'$OCN_DIAG_MODE == "spinup"': "h.bgc.z_annual%4yr",
86-
"$TEST == True": "h.bgc.z%4yr-%2mo",
86+
"$TEST == True": "h.bgc.z%4yr-%2mo-%2dy",
8787
f"{self._nstep_output} == True": "h.bgc.z_nstep%4yr-%2mo-%2dy",
8888
"else": "h.bgc.z%4yr-%2mo",
8989
}

0 commit comments

Comments
 (0)