Skip to content

Commit

Permalink
Modify tests; add hera gnu catch
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsarmie committed Aug 24, 2024
1 parent 9216fb3 commit 0d61d2e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 0 additions & 3 deletions tests/tests/control_c192
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ export NPZ=127
export NPZP=128
export NPX=193
export NPY=193
#export DT_ATMOS=360
export SYEAR=2021
export SMONTH=03
export SDAY=22
export SHOUR=06
export RESTART_INTERVAL=48
#export CDMBWD=${CDMBWD_c192}
export OUTPUT_GRID='gaussian_grid'
export NSTF_NAME='2,0,0,0,0'
export WRITE_DOPOST=.true.
Expand All @@ -46,5 +44,4 @@ export IMO=768
export JMO=384

export FV3_RUN=control_run.IN
#export CCPP_SUITE=FV3_GFS_v17_p8
export INPUT_NML=global_control.nml.IN
3 changes: 0 additions & 3 deletions tests/tests/control_c384
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ export SYEAR=2021
export SMONTH=03
export SDAY=22
export SHOUR=06
#export DT_ATMOS=225
export RESTART_INTERVAL=0
#export CDMBWD=${CDMBWD_c384}
export OUTPUT_GRID='gaussian_grid'
export NSTF_NAME='2,0,0,0,0'
export WRITE_DOPOST=.true.
Expand All @@ -51,7 +49,6 @@ export JMO=768
export OUTPUT_FH="6 -1"

export FV3_RUN=control_run.IN
#export CCPP_SUITE=FV3_GFS_v17_p8
export INPUT_NML=global_control.nml.IN

if [[ $MACHINE_ID = jet ]]; then
Expand Down
8 changes: 6 additions & 2 deletions tests/tests/control_c48
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ export LIST_FILES="sfcf000.nc \
RESTART/20210323.060000.sfc_data.tile5.nc \
RESTART/20210323.060000.sfc_data.tile6.nc"

export ATMRES=C48

export_fv3
export_tiled
export_ugwpv1
export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1
if [[ $MACHINE_ID != hera ]] || [[ $RT_COMPILER != gnu ]]; then
export_ugwpv1
export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1
fi

export INPES=1
export JNPES=1
Expand Down
2 changes: 2 additions & 0 deletions tests/tests/cpld_debug_gfsv17
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN

export FV3_RUN=cpld_control_run.IN

export DT_INNER=360
export DT_ATMOS=360
export K_SPLIT=2
export N_SPLIT=5

Expand Down

0 comments on commit 0d61d2e

Please sign in to comment.