forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ufs-community#36 from climbfuji/dtc_hwrf-physics_a…
…dd_rrtmg dtc/hwrf-physics: HWRF RRTMG (based on ufs-community#30)
- Loading branch information
Showing
8 changed files
with
96 additions
and
18 deletions.
There are no files selected for viewing
Submodule FV3
updated
7 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
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,31 @@ | ||
############################################################################### | ||
# | ||
# FV3 CCPP regional c768 test with Ferrier-Aligo MP scheme | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare FV3 CCPP regional c768 with Ferrier-Aligo MP scheme results with previous trunk version" | ||
|
||
export CNTL_DIR=fv3_regional_c768_FA_HWRF_RRTMG | ||
|
||
export LIST_FILES=" atmos_4xdaily.nc \ | ||
fv3_history2d.nc \ | ||
fv3_history.nc " | ||
|
||
export_fv3 | ||
|
||
export TASKS=480 | ||
export WLCLK=30 | ||
|
||
export ICLOUD=3 | ||
export IOVR_LW=4 | ||
export IOVR_SW=4 | ||
|
||
export RUN_SCRIPT=rt_fv3.sh | ||
export FV3_RUN=ccpp_regional_FA_run.IN | ||
|
||
export CCPP_SUITE=FV3_HAFS_FA_HWRF_RRTMG | ||
export CCPP_LIB_DIR=ccpp/lib | ||
export INPUT_NML=ccpp_regional_c768_FA.nml.IN | ||
export LRADAR=.T. | ||
export WRITE_DOPOST=.true. |