Add output of ocean scalar variables for quick diagnostics #2632
Add output of ocean scalar variables for quick diagnostics #2632sanAkel wants to merge 3 commits into
Conversation
…IS2/OM4_025/diag_table.MOM6
…s more informative
|
@NickSzapiro-NOAA, @DeniseWorthen would you able to review this PR? |
|
Thanks @sanAkel. Seems like a good idea to me. Would you mind writing/plotting the global means you get? I would check in with @XiaqiongZhou-NOAA when modifying SFS test. Should ocn_scalar file be added to the cpld_control_sfs baseline as well (if doing so still passes opnReqTest "ORTs")? |
@NickSzapiro-NOAA see ⬇️ for:
As for:
👍 I plan on meeting Kate [@XiaqiongZhou-NOAA], but please note: this PR does not modify any SFS test(s). Only adds a few variables to output.
No, I do not think it should be added to such tests. Intention of this PR is to provide developers data for quick diagnostics. Since you seem to agree with this addition and have no objection, would you approve this PR? |
|
It looks OK for me. I agree that ocn fields are not necessarily included in baseline. |
|
There is current a file produce in MOM6_OUTPUT called Can additional scalars be added to that file, rather than adding a new file? |
@DeniseWorthen The Any modifications to what's written out to that file, which is also written to STDOUT requires code change, because what's output is coded: Therefore does this PR make sense to you? |
|
I have no objection in principle to adding this to one (or all) diag_tables. It might be especially useful if we ever had the capability for 'quick-look' fields generated by the RTs. |
Thanks @DeniseWorthen would you please approve it?
I can suggest a few options - let's chat offline ... |
…y + Add output of ocean scalar variables for quick diagnostics #2632 + Fix CICD Jenkinsfile change default RT suite to full #2628 (#2625) * UFSWM - Add output of diagnostic ocean scalar variables: diag_table_cpld_sfs.IN * UFSWM - Jenkinsfile update * FV3 - * ccpp-physics - a few of lines of code modified in aerinterp.F90 --------- Co-authored-by: sanAkel <santha.akella@gmail.com> Co-authored-by: Bruce Kropp - Raytheon <104453151+BruceKropp-Raytheon@users.noreply.github.com>
|
merged with #2625 |


Commit Queue Requirements:
Tested on Orion.
Changes in output only, hence no changes to report here!
Description:
The ocean model (MOM6) part of the diag_table for SFS does not write out time averaged global means (for example global mean sea surface height).
This PR modifies the ⬆️ mentioned SFS
diag_tablewith the addition of3-hourlyglobal mean values from the MOM6 ocean model; the output fields are similar to these except instead of monthly, 3-hourly. With this addition, it is trivial to plot out a time-series of global means of SST, SSS, SSH, total mass, etc; such capability allows quick diagnostics and identification of any major issues without having to read through many 2-d or 3-d files just to calculate such averages.The memory footprint (increase) is few KB for this test case, see ⬇️
ocn_scalar_2021_03_22.nc:Commit Message:
There is no change in MOM6 or any other components. Above simply modifies run-time configuration,
Priority:
Git Tracking
Sub component Pull Requests:
N/A
UFSWM Blocking Dependencies:
Changes
Input data Changes:
Library Changes/Upgrades:
N/A
Required
No Updates
Testing Log: