forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FV3 (Thompson MP and RRTMGP), CMEPS, documentation and CI (ufs…
…-community#619) * Update submodule pointer for fv3atm and ccpp-physics for adding extended diagnostic output from Thompson MP * Add a new regression test that exercises this capability * Add optional scaling to RRTMGP flux adjustment * Bugfixes to several suite definition files (add missing calls to GFS_radiation_surface) * Bring back the changes made in CMEPS by EMC which have been merged at ESCOMP * Read the docs documentation update for build, regression test, and utest * CI updates to include L127 control, cpld_debug, and to update ubuntu-hpc container libraries Co-authored-by: denise.worthen <[email protected]> Co-authored-by: Dustin Swales <[email protected]> Co-authored-by: Eric Aligo <[email protected]> Co-authored-by: Dom Heinzeller <[email protected]> Co-authored-by: Dom Heinzeller <[email protected]> Co-authored-by: Brian Curtis <[email protected]>
- Loading branch information
1 parent
b64e648
commit 3b8bb78
Showing
34 changed files
with
3,073 additions
and
2,619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule CMEPS
updated
31 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule FV3
updated
8 files
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
control | ||
thr mpi dcp rst bit dbg | ||
regional_control | ||
thr dcp | ||
cpld_control | ||
rst | ||
rst dbg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
############################################################################### | ||
# | ||
# Global control with Thompson debug test with extended diagnostics | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare global control Thompson debug results with extended diagnostics with previous trunk version" | ||
|
||
export CNTL_DIR=control_thompson_debug_extdiag | ||
|
||
export LIST_FILES="sfcf000.nc \ | ||
sfcf001.nc \ | ||
atmf000.nc \ | ||
atmf001.nc" | ||
|
||
export_fv3 | ||
export NPZ=127 | ||
export NPZP=128 | ||
export DT_ATMOS=600 | ||
export SYEAR=2021 | ||
export SMONTH=03 | ||
export SDAY=22 | ||
export SHOUR=06 | ||
export OUTPUT_GRID='gaussian_grid' | ||
export NSTF_NAME='2,0,0,0,0' | ||
export FHMAX=1 | ||
|
||
export IMP_PHYSICS=8 | ||
export DNATS=0 | ||
export DO_SAT_ADJ=.F. | ||
export LRADAR=.T. | ||
export LTAEROSOL=.T. | ||
export EXT_DIAG_THOMPSON=.T. | ||
export HYBEDMF=.F. | ||
export SATMEDMF=.T. | ||
export DO_MYNNEDMF=.F. | ||
export IMFSHALCNV=2 | ||
export IMFDEEPCNV=2 | ||
export IAER=5111 | ||
export ICLIQ_SW=2 | ||
export IOVR=3 | ||
export LHEATSTRG=.T. | ||
export DO_TOFD=.T. | ||
|
||
export NEW_DIAGTABLE='diag_table_gfsv16_thompson_extdiag' | ||
|
||
export FV3_RUN=control_run.IN | ||
export CCPP_SUITE=FV3_GFS_v16_thompson | ||
export INPUT_NML=control_thompson.nml.IN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters