-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace rasmgshoc test with GFSv15p2+ras test, add debug test, add to…
… rt.conf and rt_gnu.conf
- Loading branch information
Showing
8 changed files
with
256 additions
and
163 deletions.
There are no files selected for viewing
Submodule FV3
updated
12 files
+6 −3 | ccpp/data/GFS_typedefs.F90 | |
+38 −1 | ccpp/driver/GFS_diagnostics.F90 | |
+1 −1 | ccpp/physics | |
+83 −0 | ccpp/suites/suite_FV3_GFS_v15_thompson_mynn_lam3km.xml | |
+94 −0 | ccpp/suites/suite_FV3_GFS_v15p2_ras.xml | |
+2 −2 | io/CMakeLists.txt | |
+78 −0 | io/inline_post.F90 | |
+58 −0 | io/inline_post_stub.F90 | |
+66 −38 | io/module_wrt_grid_comp.F90 | |
+11 −4 | io/post_gfs.F90 | |
+2,930 −0 | io/post_regional.F90 | |
+110 −110 | module_fcst_grid_comp.F90 |
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 was deleted.
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
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 |
---|---|---|
@@ -0,0 +1,89 @@ | ||
############################################################################### | ||
# | ||
# FV3 GFS v15p2 + RAS test in DEBUG mode | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare FV3 GFS v15p2 + RAS DEBUG results with previous trunk version" | ||
|
||
export CNTL_DIR=fv3_gfs_v15p2_ras_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 FHMAX=6 | ||
export FDIAG=3 | ||
export DT_ATMOS="600" | ||
|
||
export INPUT_NML=v15p2_c96.nml.IN | ||
export CCPP_SUITE=FV3_GFS_v15p2_ras | ||
export FV3_RUN=gfs_v15_run.IN | ||
|
||
export RAS=.T. | ||
export IMFDEEPCNV=-1 | ||
export OZ_PHYS_OLD=.F. | ||
export OZ_PHYS_NEW=.T. | ||
export H2O_PHYS=.T. |