-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cpld_control_wave with 1deg wave grid #385
Closed
Closed
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d0c08f6
add cpld_control)wave with 1deg wave grid
dec774a
modify setting
657b941
fix typo in tests/default_vars.sh
7f29488
add WPB
a56e892
edit typo
acb5573
skip-ci
8b106a0
finalize PE allocation
0cfb00a
some fixes
39636ca
edit TPN for different machines
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -50,6 +50,12 @@ cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx@[OCNRES].nc . | |
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx@[OCNRES].nc . | ||
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc . | ||
|
||
# WW3 fix/input | ||
if [[ $CPLWAV == .T. && $CPLWAV2ATM == .T. ]]; then | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We would need this only if CPLWAV is true, cplwave2atm=f would still need mod_defs and the input file |
||
cp @[INPUTDATA_ROOT_WW3]/mod_def.* . | ||
cp @[INPUTDATA_ROOT_WW3]/ww3_multi_1deg.inp ww3_multi.inp | ||
fi | ||
|
||
# No restart | ||
if [ $WARM_START = .F. ]; then | ||
# ICs | ||
|
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,92 @@ | ||
# | ||
# cpld_control_wave test | ||
# | ||
|
||
export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 with waves" | ||
|
||
export CNTL_DIR="cpld_control_wave" | ||
|
||
export LIST_FILES="phyf024.tile1.nc \ | ||
phyf024.tile2.nc \ | ||
phyf024.tile3.nc \ | ||
phyf024.tile4.nc \ | ||
phyf024.tile5.nc \ | ||
phyf024.tile6.nc \ | ||
dynf024.tile1.nc \ | ||
dynf024.tile2.nc \ | ||
dynf024.tile3.nc \ | ||
dynf024.tile4.nc \ | ||
dynf024.tile5.nc \ | ||
dynf024.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.2016-10-04-00000.nc \ | ||
RESTART/ufs.cpld.cpl.r.2016-10-04-00000.nc \ | ||
out_grd.glo_1deg" | ||
|
||
export_fv3 | ||
export_cpl | ||
|
||
# set component and coupling timesteps | ||
export DT_ATMOS='450' | ||
export DT_CICE=${DT_ATMOS} | ||
export DT_DYNAM_MOM6='900' | ||
export DT_THERM_MOM6='1800' | ||
export CPL_SLOW=${DT_THERM_MOM6} | ||
export CPL_FAST=${DT_ATMOS} | ||
|
||
export RESTART_INTERVAL="12" | ||
export RESTART_N=${RESTART_INTERVAL} | ||
|
||
export TASKS=$TASKS_cpl_dflt_wwav | ||
export TPN=$TPN_cpl_dflt_wwav | ||
export INPES=$INPES_cpl_dflt_wwav | ||
export JNPES=$JNPES_cpl_dflt_wwav | ||
export THRD=$THRD_cpl_dflt_wwav | ||
export WRTTASK_PER_GROUP=$WPG_cpl_dflt_wwav | ||
|
||
export med_petlist_bounds=$MPB_cpl_dflt_wwav | ||
export atm_petlist_bounds=$APB_cpl_dflt_wwav | ||
export ocn_petlist_bounds=$OPB_cpl_dflt_wwav | ||
export ice_petlist_bounds=$IPB_cpl_dflt_wwav | ||
export wav_petlist_bounds=$WPB_cpl_dflt_wwav | ||
|
||
# nems.configure | ||
export NEMS_CONFIGURE="nems.configure.cpld_wave.IN" | ||
export coupling_interval_slow_sec=${CPL_SLOW} | ||
export coupling_interval_fast_sec=${CPL_FAST} | ||
|
||
export CPLWAV='.T.' | ||
export CPLWAV2ATM='.T.' | ||
export FV3_RUN=cpld_control_run.IN |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have a typo here and elsewhere: ePB_cpl_dflt.
The WPG is the atm write component tasks, the MPB is the mediator, the APB is the atmosphere, the OPB is the ocean and the IPB is the ice.