forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn of IPD stochy test, turn off IPD Thompson test, add GSD debug te…
…st, add Thompson/Thompson-no-aerosol prod and debug test
- Loading branch information
Showing
7 changed files
with
324 additions
and
14 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
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,97 @@ | ||
############################################################################### | ||
# | ||
# FV3 CCPP Thompson MP debug test | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare FV3 CCPP Thompson MP debug results with previous trunk version" | ||
|
||
export CNTL_DIR=fv3_thompson_debug | ||
|
||
export LIST_FILES="atmos_4xdaily.tile1.nc \ | ||
atmos_4xdaily.tile2.nc \ | ||
atmos_4xdaily.tile3.nc \ | ||
atmos_4xdaily.tile4.nc \ | ||
atmos_4xdaily.tile5.nc \ | ||
atmos_4xdaily.tile6.nc \ | ||
phyf000.tile1.nc \ | ||
phyf000.tile2.nc \ | ||
phyf000.tile3.nc \ | ||
phyf000.tile4.nc \ | ||
phyf000.tile5.nc \ | ||
phyf000.tile6.nc \ | ||
phyf006.tile1.nc \ | ||
phyf006.tile2.nc \ | ||
phyf006.tile3.nc \ | ||
phyf006.tile4.nc \ | ||
phyf006.tile5.nc \ | ||
phyf006.tile6.nc \ | ||
dynf000.tile1.nc \ | ||
dynf000.tile2.nc \ | ||
dynf000.tile3.nc \ | ||
dynf000.tile4.nc \ | ||
dynf000.tile5.nc \ | ||
dynf000.tile6.nc \ | ||
dynf006.tile1.nc \ | ||
dynf006.tile2.nc \ | ||
dynf006.tile3.nc \ | ||
dynf006.tile4.nc \ | ||
dynf006.tile5.nc \ | ||
dynf006.tile6.nc \ | ||
RESTART/coupler.res \ | ||
RESTART/fv_core.res.nc \ | ||
RESTART/fv_core.res.tile1.nc \ | ||
RESTART/fv_core.res.tile2.nc \ | ||
RESTART/fv_core.res.tile3.nc \ | ||
RESTART/fv_core.res.tile4.nc \ | ||
RESTART/fv_core.res.tile5.nc \ | ||
RESTART/fv_core.res.tile6.nc \ | ||
RESTART/fv_srf_wnd.res.tile1.nc \ | ||
RESTART/fv_srf_wnd.res.tile2.nc \ | ||
RESTART/fv_srf_wnd.res.tile3.nc \ | ||
RESTART/fv_srf_wnd.res.tile4.nc \ | ||
RESTART/fv_srf_wnd.res.tile5.nc \ | ||
RESTART/fv_srf_wnd.res.tile6.nc \ | ||
RESTART/fv_tracer.res.tile1.nc \ | ||
RESTART/fv_tracer.res.tile2.nc \ | ||
RESTART/fv_tracer.res.tile3.nc \ | ||
RESTART/fv_tracer.res.tile4.nc \ | ||
RESTART/fv_tracer.res.tile5.nc \ | ||
RESTART/fv_tracer.res.tile6.nc \ | ||
RESTART/phy_data.tile1.nc \ | ||
RESTART/phy_data.tile2.nc \ | ||
RESTART/phy_data.tile3.nc \ | ||
RESTART/phy_data.tile4.nc \ | ||
RESTART/phy_data.tile5.nc \ | ||
RESTART/phy_data.tile6.nc \ | ||
RESTART/sfc_data.tile1.nc \ | ||
RESTART/sfc_data.tile2.nc \ | ||
RESTART/sfc_data.tile3.nc \ | ||
RESTART/sfc_data.tile4.nc \ | ||
RESTART/sfc_data.tile5.nc \ | ||
RESTART/sfc_data.tile6.nc" | ||
|
||
export_fv3 | ||
export NODES=$(expr $TASKS / $TPN + 1) | ||
|
||
export FHMAX=6 | ||
export FDIAG=3 | ||
|
||
export DT_ATMOS="600" | ||
export IMP_PHYSICS=8 | ||
export DNATS=0 | ||
export DO_SAT_ADJ=.F. | ||
export LRADAR=.T. | ||
export LTAEROSOL=.T. | ||
|
||
export FV3_RUN=ccpp_gsd_run.IN | ||
export CCPP_SUITE=FV3_GFS_v15_thompson | ||
export CCPP_LIB_DIR=ccpp/lib | ||
export INPUT_NML=ccpp_gsd.nml.IN | ||
|
||
export HYBEDMF=.T. | ||
export DO_MYNNEDMF=.F. | ||
export IMFSHALCNV=2 | ||
export IMFDEEPCNV=2 | ||
|
||
RUN_SCRIPT=rt_fv3.sh |
Oops, something went wrong.