-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CICE cap for optional features; use UPP as submodule (was #904) (
#910) * Updates CICE cap for optional features * Adds UPP as a FV3atm submodule * Adds 35d RT test Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov> Co-authored-by: Minsuk Ji <57227195+MinsukJi-NOAA@users.noreply.github.com>
- Loading branch information
1 parent
805421d
commit 9c78af1
Showing
26 changed files
with
2,473 additions
and
2,498 deletions.
There are no files selected for viewing
Submodule CICE
updated
2 files
+40 −9 | cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90 | |
+73 −7 | cicecore/drivers/nuopc/cmeps/CICE_RunMod.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 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ control | |
thr mpi dcp rst bit dbg | ||
regional_control | ||
thr dcp | ||
cpld_control_p7 | ||
cpld_control_c96_p7 | ||
rst dbg |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
# | ||
# cpld_bmark_p7 35 day test | ||
# | ||
export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - Benchmark P7 35 day test" | ||
|
||
export CNTL_DIR="cpld_bmark_p7" | ||
|
||
export LIST_FILES="" | ||
|
||
export_fv3 | ||
export_cpl | ||
|
||
export SYEAR | ||
export SMONTH | ||
export SDAY=01 | ||
export SHOUR=00 | ||
export SECS=`expr $SHOUR \* 3600` | ||
export BMIC=.true. | ||
|
||
export DAYS=35 | ||
export FHMAX=840 | ||
export RESTART_N=`expr ${FHMAX} - ${FHROT}` | ||
export WLCLK=480 | ||
|
||
export TASKS=1700 | ||
export TPN=$TPN_cpl_thrd | ||
export INPES=12 | ||
export JNPES=16 | ||
export THRD=2 | ||
export WRTTASK_PER_GROUP=88 | ||
|
||
export med_petlist_bounds="0 299" | ||
export atm_petlist_bounds="0 1239" | ||
export ocn_petlist_bounds="1240 1459" | ||
export ice_petlist_bounds="1460 1539" | ||
export wav_petlist_bounds="1540 1699" | ||
|
||
# atm/ocn/ice resolution | ||
export ATMRES=C384 | ||
export NPX=385 | ||
export NPY=385 | ||
export IMO=1536 | ||
export JMO=768 | ||
export OUTPUT_GRID="'gaussian_grid'" | ||
|
||
export OCNRES=025 | ||
export ICERES=0.25 | ||
export NX_GLB=1440 | ||
export NY_GLB=1080 | ||
export NPROC_ICE=80 | ||
export np2=`expr $NPROC_ICE / 2` | ||
export BLCKX=`expr $NX_GLB / $np2` | ||
export BLCKY=`expr $NY_GLB / 2` | ||
|
||
# resolution dependent setting | ||
export CDMBWD=${CDMBWD_c384} | ||
|
||
# set component and coupling timesteps | ||
export DT_ATMOS=300 | ||
export DT_CICE=${DT_ATMOS} | ||
export DT_DYNAM_MOM6=900 | ||
export DT_THERM_MOM6=1800 | ||
|
||
# nems.configure | ||
export NEMS_CONFIGURE=nems.configure.cpld_wave.IN | ||
export coupling_interval_slow_sec=${DT_THERM_MOM6} | ||
export coupling_interval_fast_sec=${DT_ATMOS} | ||
|
||
export CPLWAV=.true. | ||
export CPLWAV2ATM=.true. | ||
|
||
# resolution dependent files | ||
export MOM_INPUT=MOM_input_template_${OCNRES} | ||
export MESHOCN_ICE=mesh.mx${OCNRES}.nc | ||
export CICEGRID=grid_cice_NEMS_mx${OCNRES}.nc | ||
export CICEMASK=kmtu_cice_NEMS_mx${OCNRES}.nc | ||
export CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc | ||
export FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc | ||
|
||
export FNALBC="'C384.snowfree_albedo.tileX.nc'" | ||
export FNALBC2="'C384.facsf.tileX.nc'" | ||
export FNTG3C="'C384.substrate_temperature.tileX.nc'" | ||
export FNVEGC="'C384.vegetation_greenness.tileX.nc'" | ||
export FNVETC="'C384.vegetation_type.tileX.nc'" | ||
export FNSOTC="'C384.soil_type.tileX.nc'" | ||
export FNVMNC="'C384.vegetation_greenness.tileX.nc'" | ||
export FNVMXC="'C384.vegetation_greenness.tileX.nc'" | ||
export FNSLPC="'C384.slope_type.tileX.nc'" | ||
export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" | ||
|
||
export MOM6_USE_WAVES=True | ||
export MOM6_RIVER_RUNOFF=True | ||
export MOM6_RESTART_SETTING=r | ||
|
||
export WW3GRIDLINE="'gwes_30m' 'no' 'CPL:native' 'CPL:native' 'CPL:native' 'no' 'no' 'no' 'no' 'no' 1 1 0.00 1.00 F" | ||
export WW3RSTDTHR=${FHMAX} | ||
export DT_2_RST="$(printf "%02d" $(( ${WW3RSTDTHR}*3600 )))" | ||
export RUN_BEG="${SYEAR}${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" | ||
export RUN_END="2100${SMONTH}${SDAY} $(printf "%02d" $(( ${SHOUR} )))0000" | ||
export OUT_BEG=$RUN_BEG | ||
export OUT_END=$RUN_END | ||
export RST_BEG=$RUN_BEG | ||
export RST_2_BEG=$RUN_BEG | ||
export RST_END=$RUN_END | ||
export RST_2_END=$RUN_END | ||
|
||
export FV3_RUN=cpld_control_run.IN |