-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add debug #70
Add debug #70
Conversation
Added parm/ice_in_template_debug.
Added modulefiles/hera.intel/fv3_coupled_debug.
RUNDIR="@[RUNDIR]",modules="@[fv3_ccpp_mom6_cice_debug.exe%modules.nems]", | ||
CNTL="@[CNTL]") | ||
|
||
# Specify output files: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are not comparing the CICE restart file. I believe that is because you have not created one because the default compset you are using has:
DUMPFREQ_N="@[DAYS]"
DUMPFREQ='d'
In order to generate a CICE restart for a 6 hour run, you need to set
DUMPFREQ_N ="@[FHMAX]"
DUMPFREQ='h'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are correct. The cice_in will be updated in the next commit this week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So we will update the test to produce the ice restart file and also compare it, correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will approve this PR with the understanding that on our next PR the debug test will have CICE produce a restart at hour 6 and we will add the restart file in the comparison list.
I'd suggest creating an issue so that it will be on our radar.
…On Mon, Apr 27, 2020 at 12:21 PM Denise Worthen ***@***.***> wrote:
***@***.**** approved this pull request.
I will approve this PR with the understanding that on our next PR the
debug test will have CICE produce a restart at hour 6 and we will add the
restart file in the comparison list.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#70 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TNBFCHLS3VJMZBBQLDROWWJFANCNFSM4MR5KQ2Q>
.
|
Issue #71 has been created. Thanks! |
Adding two regression tests using debug mode.
Related pull request: NOAA-EMC/NEMS#40