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.
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.
You are correct. The cice_in will be updated in the next commit this week.
There was a problem hiding this comment.
So we will update the test to produce the ice restart file and also compare it, correct?
DeniseWorthen
left a comment
There was a problem hiding this comment.
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