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.
update tasking on cheyenne, add p8 debug
- Loading branch information
1 parent
ca298e6
commit 032352b
Showing
2 changed files
with
123 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
# | ||
# cpld_control C96 P8 test | ||
# | ||
|
||
export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 P8 debug" | ||
|
||
export CNTL_DIR="cpld_debug_c96_p8" | ||
|
||
export LIST_FILES="sfcf006.tile1.nc \ | ||
sfcf006.tile2.nc \ | ||
sfcf006.tile3.nc \ | ||
sfcf006.tile4.nc \ | ||
sfcf006.tile5.nc \ | ||
sfcf006.tile6.nc \ | ||
atmf006.tile1.nc \ | ||
atmf006.tile2.nc \ | ||
atmf006.tile3.nc \ | ||
atmf006.tile4.nc \ | ||
atmf006.tile5.nc \ | ||
atmf006.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 \ | ||
RESTART/MOM.res.nc \ | ||
RESTART/iced.2021-03-22-43200.nc \ | ||
RESTART/ufs.cpld.cpl.r.2021-03-22-43200.nc \ | ||
gocart.inst_aod.20210322_1200z.nc4 \ | ||
20210322.120000.out_pnt.ww3 \ | ||
20210322.120000.out_grd.ww3 \ | ||
20210322.120000.restart.ww3" | ||
|
||
#TODO: add comparison of CA restart files? | ||
|
||
export_fv3 | ||
export_cpl | ||
|
||
export DAYS=0.25 | ||
export FHMAX=6 | ||
|
||
export RESTART_N=${FHMAX} | ||
|
||
export TASKS=$TASKS_cpl_c96 | ||
export TPN=$TPN_cpl_c96 | ||
export INPES=$INPES_cpl_c96 | ||
export JNPES=$JNPES_cpl_c96 | ||
export THRD=$THRD_cpl_c96 | ||
export WRTTASK_PER_GROUP=$WPG_cpl_c96 | ||
|
||
export NPROC_ICE=$NPROC_ICE_cpl_c96 | ||
export np2=`expr $NPROC_ICE / 2` | ||
export BLCKX=`expr $NX_GLB / $np2` | ||
export BLCKY=`expr $NY_GLB / 2` | ||
|
||
export med_petlist_bounds=$MPB_cpl_c96 | ||
export atm_petlist_bounds=$APB_cpl_c96 | ||
export chm_petlist_bounds=$CHM_cpl_c96 | ||
export ocn_petlist_bounds=$OPB_cpl_c96 | ||
export ice_petlist_bounds=$IPB_cpl_c96 | ||
export wav_petlist_bounds=$WPB_cpl_c96 | ||
|
||
export WW3RSTDTHR=3 | ||
export WW3OUTDTHR=3 | ||
export WW3RSTDTHR=3 | ||
export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" | ||
export DTFLD="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" | ||
export DTPNT="$(printf "%02d" $(( ${WW3OUTDTHR}*3600 )))" | ||
|
||
export CPLWAV=.true. | ||
export CPLWAV2ATM=.true. | ||
export MOM6_USE_WAVES=True | ||
export eps_imesh=2.5e-1 | ||
|
||
export CPLCHM=.true. | ||
export FIELD_TABLE=field_table_thompson_noaero_tke_GOCART | ||
|
||
export TOPOEDITS=ufs.topo_edits_011818.nc | ||
export MOM6_ALLOW_LANDMASK_CHANGES=True | ||
|
||
export NEMS_CONFIGURE=nems.configure.cpld_wave.IN | ||
|
||
export FV3_RUN=cpld_control_run.IN |