Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to correct history file suffixes for test runs #171

Closed
alperaltuntas opened this issue Jul 8, 2024 · 1 comment · Fixed by #184
Closed

Need to correct history file suffixes for test runs #171

alperaltuntas opened this issue Jul 8, 2024 · 1 comment · Fixed by #184
Assignees

Comments

@alperaltuntas
Copy link
Member

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:

  • writing out history files for only the last day of the test runs, OR,
  • writing out history files for all of the days (which is probably an overkill, causing an unnecessary slowdown.)

Thanks to @jedwards4b for noticing this issue.

@alperaltuntas alperaltuntas self-assigned this Jul 8, 2024
@mnlevy1981
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants