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 ? |
JessicaMeixner-NOAA
left a comment
There was a problem hiding this comment.
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)