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.
Add HSD Cases directory to hold test files.
- Loading branch information
1 parent
a687050
commit d565b97
Showing
1 changed file
with
84 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
############################################################################### | ||
# | ||
# global control v2 surface file test: GFSv16 atmosphere only at C48L127 | ||
# | ||
############################################################################### | ||
|
||
export TEST_DESCR="Compare global control C48L127 v2.sfc results with previous trunk version" | ||
|
||
export CNTL_DIR=2020_cape | ||
|
||
export LIST_FILES="sfcf000.nc \ | ||
sfcf024.nc \ | ||
atmf000.nc \ | ||
atmf024.nc \ | ||
RESTART/20210323.060000.coupler.res \ | ||
RESTART/20210323.060000.fv_core.res.nc \ | ||
RESTART/20210323.060000.fv_core.res.tile1.nc \ | ||
RESTART/20210323.060000.fv_core.res.tile2.nc \ | ||
RESTART/20210323.060000.fv_core.res.tile3.nc \ | ||
RESTART/20210323.060000.fv_core.res.tile4.nc \ | ||
RESTART/20210323.060000.fv_core.res.tile5.nc \ | ||
RESTART/20210323.060000.fv_core.res.tile6.nc \ | ||
RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ | ||
RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ | ||
RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ | ||
RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ | ||
RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ | ||
RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ | ||
RESTART/20210323.060000.fv_tracer.res.tile1.nc \ | ||
RESTART/20210323.060000.fv_tracer.res.tile2.nc \ | ||
RESTART/20210323.060000.fv_tracer.res.tile3.nc \ | ||
RESTART/20210323.060000.fv_tracer.res.tile4.nc \ | ||
RESTART/20210323.060000.fv_tracer.res.tile5.nc \ | ||
RESTART/20210323.060000.fv_tracer.res.tile6.nc \ | ||
RESTART/20210323.060000.phy_data.tile1.nc \ | ||
RESTART/20210323.060000.phy_data.tile2.nc \ | ||
RESTART/20210323.060000.phy_data.tile3.nc \ | ||
RESTART/20210323.060000.phy_data.tile4.nc \ | ||
RESTART/20210323.060000.phy_data.tile5.nc \ | ||
RESTART/20210323.060000.phy_data.tile6.nc \ | ||
RESTART/20210323.060000.sfc_data.tile1.nc \ | ||
RESTART/20210323.060000.sfc_data.tile2.nc \ | ||
RESTART/20210323.060000.sfc_data.tile3.nc \ | ||
RESTART/20210323.060000.sfc_data.tile4.nc \ | ||
RESTART/20210323.060000.sfc_data.tile5.nc \ | ||
RESTART/20210323.060000.sfc_data.tile6.nc" | ||
|
||
export_fv3_v16 | ||
|
||
export INPES=1 | ||
export JNPES=1 | ||
export WRTTASK_PER_GROUP=2 | ||
export NPZ=127 | ||
export NPZP=128 | ||
export NPX=49 | ||
export NPY=49 | ||
export DT_ATMOS=1200 | ||
export SYEAR=2020 | ||
export SMONTH=07 | ||
export SDAY=23 | ||
export SHOUR=00 | ||
export RESTART_INTERVAL=0 | ||
export CDMBWD=${CDMBWD_c48} | ||
export OUTPUT_GRID='gaussian_grid' | ||
export NSTF_NAME='2,0,0,0,0' | ||
export WRITE_DOPOST=.false. | ||
export OUTPUT_FH="6 -1" | ||
export IAER=5111 | ||
export IOVR=3 | ||
export IMO=192 | ||
export JMO=94 | ||
|
||
export FNALBC="'global_snowfree_albedo.bosu.t62.192.94.rg.grb'," | ||
export FNVETC="'global_vegtype.igbp.t62.192.94.rg.grb'," | ||
export FNSOTC="'global_soiltype.statsgo.t62.192.94.rg.grb'," | ||
export FNABSC="'global_mxsnoalb.uariz.t62.192.94.rg.grb'," | ||
export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'," | ||
export FNMSKH_control="'global_slmask.t62.192.94.grb'," | ||
|
||
|
||
export FV3_RUN=control_run.IN | ||
export CCPP_SUITE=FV3_GFS_v16 | ||
export INPUT_NML=control.nml.IN | ||
export V2_SFC_FILE=true |