ESCOMP / MOM_interface

CESM interface to MOM Ocean Model
5 stars 18 forks source link

Need to correct history file suffixes for test runs #171

Closed alperaltuntas closed 1 week ago

alperaltuntas commented 1 month ago

When TEST=True, the diag_table output frequency is set to 1 day, but the file suffix remains 4yr-%2mo, which means that the history files are constantly overriden at each day, and only including the final day of the run. This should be corrected either by:

Thanks to @jedwards4b for noticing this issue.

mnlevy1981 commented 1 month ago

writing out history files for all of the days (which is probably an overkill, causing an unnecessary slowdown.)

I think the default option should be only writing output on the last day, but a mechanism to write history files every day would be great for #167