-
Notifications
You must be signed in to change notification settings - Fork 17
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 statediagnose feature #31
add statediagnose feature #31
Conversation
look good, do you have a run where I can take a look for the file which contains "min,max and sum of the import and export fields" information ? |
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.
Admittedly I have not tested or run with this but the changes themselves look good.
this is a nice feature which will provide useful information when debugging. Since your runs passed all RT, I am going to approve it. |
@jiandewang : Look at PET240 in this run on orion: /work/noaa/stmp/dworthen/stmp/dworthen/S2S_RT/rt_108228/cpld_fv3_ccpp_mom6_cice_cmeps_2d_atm_flux Import state variables are given by the ":IS:" lines and export state by the ":ES:" lines. |
look nice, what does "12960" mean here ? |
That is the number of values. I'm not sure why it is useful. |
Merge in latest dev/gfdl updates
Docs: Add NASA-GMAO to consortium figure
Fix for issue #30
Adds an optional state_diagnose feature to mom6 nuopc cap to write the min,max and sum of the import and export fields. This feature is controlled by a debug flag which can be set at run time using a new setting in the nems.configure. If the flag does not exist in the nems.configure, no error will result and the debug flag will be set to the default value of 0 (no diagnose output will be generated.
A small change is introduced to read the restart setting from input.nml. This replicates current behavior but is now explicit.
No change to current baselines. Logs are posted at S2S-PR #155
co-author: @mvertens (state_diagnose code pulled from CICE6 nuopc/cmeps cap)