Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
rm hera and jet from jobs
  • Loading branch information
FernandoAndrade-NOAA committed Jan 22, 2026
commit ad96ca4db4615e4776d91b92bd6e56447951df33
2 changes: 1 addition & 1 deletion tests/tests/atm_ds2s_docn_dice
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ export MODEL_CONFIGURE=model_configure.IN
export UFS_CONFIGURE=ufs.configure.s2s.IN
export FV3_RUN="cpld_control_run.IN cpld_docn_dice.IN"

if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = hercules ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = gaea ]]; then
if [[ $MACHINE_ID = hercules ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = gaea ]]; then
WLCLK=50
fi
3 changes: 0 additions & 3 deletions tests/tests/control_c384
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,3 @@ export OUTPUT_FH="6 -1"
export FV3_RUN=control_run.IN
export INPUT_NML=global_control.nml.IN

if [[ $MACHINE_ID = jet ]]; then
TPN=18
fi
3 changes: 0 additions & 3 deletions tests/tests/control_c384gdas
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,3 @@ export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16
export INPUT_NML=control_gdas.nml.IN

if [[ $MACHINE_ID = jet ]] ; then
TPN=20
fi
2 changes: 1 addition & 1 deletion tests/tests/control_p8_rrtmgp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ export SATMEDMF=.true.
export K_SPLIT=2
export N_SPLIT=4

if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then
if [[ " orion hercules " =~ " ${MACHINE_ID} " ]] ; then
ZSTANDARD_LEVEL=5
fi
2 changes: 1 addition & 1 deletion tests/tests/control_p8_rrtmgp_rad32
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,6 @@ export SATMEDMF=.true.
export K_SPLIT=2
export N_SPLIT=4

if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then
if [[ " orion hercules " =~ " ${MACHINE_ID} " ]] ; then
ZSTANDARD_LEVEL=5
fi
3 changes: 0 additions & 3 deletions tests/tests/control_wam
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,3 @@ export INPUT_NML=wam_v17.nml.IN
export ZSTANDARD_LEVEL=5


if [[ $MACHINE_ID = hera ]]; then
export WLCLK=45
fi
2 changes: 1 addition & 1 deletion tests/tests/conus13km_gl_inline
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ export INPUT_NML=rrfs_conus13km_gl.nml.IN
export FV3_RUN="rrfs_cdeps_inline_run.IN"
export WLCLK=50

if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then
if [[ " orion hercules " =~ " ${MACHINE_ID} " ]] ; then
ZSTANDARD_LEVEL=5
fi
4 changes: 0 additions & 4 deletions tests/tests/cpld_debug_p8
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE`

export FV3_RUN=cpld_control_run.IN

if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then
WLCLK=40
fi

if [[ $MACHINE_ID = gaeac6 ]] ; then
TPN=96
fi
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_debug_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN

export FV3_RUN=cpld_control_run.IN

if [[ $MACHINE_ID = jet || $MACHINE_ID = orion ]]; then
if [[ $MACHINE_ID = orion ]]; then
WLCLK=50
fi
if [[ $MACHINE_ID = hercules && $RT_COMPILER = intelllvm ]]; then
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_mpi_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export N_SPLIT=5
export DO_GWD_OPT_PSL=.true.
export DO_GSL_DRAG_SS=.false.

if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = jet ]]; then
if [[ $MACHINE_ID = orion ]]; then
WLCLK=50
fi
if [[ $MACHINE_ID = wcoss2 ]]; then
Expand Down