Skip to content

Commit

Permalink
cleanup GEFS RT suite
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Oct 21, 2024
1 parent cf02de2 commit 18d5644
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
2 changes: 0 additions & 2 deletions tests/parm/model_configure.IN
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ nhours_fcst: @[FHMAX]
fhrot: @[FHROT]

dt_atmos: @[DT_ATMOS]
calendar: 'julian'
restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.

quilting: @[QUILTING]
quilting_restart: @[QUILTING_RESTART]
Expand Down
4 changes: 1 addition & 3 deletions tests/tests/cpld_control_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ export BMIC=.true.

export DAYS=0.5
export FHMAX=12
export RESTART_N=3 #$((FHMAX-FHROT))
export RESTART_N=3
export RESTART_INTERVAL="${RESTART_N} -1"
export OUTPUT_FH="3 -1"
export FHZERO=3

#export DOMAINS_STACK_SIZE=16000000
export INPES=$INPES_cpl_bmrk
export JNPES=$JNPES_cpl_bmrk
export THRD=$THRD_cpl_bmrk
Expand Down Expand Up @@ -233,7 +232,6 @@ export IOPT_TRS=2
export IOPT_DIAG=1

export IAER=2011
#export CDMBWD=${CDMBWD_c384}

export DOGP_CLDOPTICS_LUT=.false.
export DOGP_LWSCAT=.false.
Expand Down
5 changes: 2 additions & 3 deletions tests/tests/cpld_dcp_gefs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#
# decomposition gefs test
#
export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - dcp test"

export CNTL_DIR=cpld_control_gefs
source ${PATHRT}/tests/cpld_control_gefs

source ${PATHRT}/tests/${CNTL_DIR}
export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - dcp test"

export INPES=$((INPES/2))
export JNPES=$((JNPES*2))
Expand Down
5 changes: 3 additions & 2 deletions tests/tests/cpld_debug_gefs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#
# debug gefs test
#

source ${PATHRT}/tests/cpld_control_gefs

export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - debug test"

export CNTL_DIR=cpld_debug_gefs
Expand Down Expand Up @@ -50,8 +53,6 @@ export LIST_FILES="sfcf003.nc \
20210325.090000.out_grd.ww3 \
RESTART/ufs.cpld.cpl.r.2021-03-25-32400.nc"

source ${PATHRT}/tests/cpld_control_gefs

export DAYS=0.125
export FHMAX=3
export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE`
Expand Down
9 changes: 3 additions & 6 deletions tests/tests/cpld_restart_gefs
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
#
# restart gefs test
#
export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - restart test"

export CNTL_DIR=cpld_control_gefs
source ${PATHRT}/tests/cpld_control_gefs

source ${PATHRT}/tests/${CNTL_DIR}
export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C384L127 MX025 - restart test"

#export FHROT_REST=6 #After any IAU
export FHROT_REST=9
export FHROT_REST=9 #restart after any IAU
export FHROT=$((FHROT+FHROT_REST))
#export FHMAX=$((FHMAX-FHROT_REST))
export RESTART_N=$((FHMAX-FHROT))
export RESTART_INTERVAL="${RESTART_N} -1"
export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))"
Expand Down

0 comments on commit 18d5644

Please sign in to comment.