Skip to content

Commit

Permalink
modify two tests for gaea
Browse files Browse the repository at this point in the history
* increased resources on gaea for cpld_debug_pdlib_p8 and
atmwav_control_noaero_p8
* switched debug test to use box rearranger
  • Loading branch information
DeniseWorthen committed Oct 25, 2024
1 parent b66bcae commit f9089f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tests/atmwav_control_noaero_p8
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,7 @@ export DOGP_CLDOPTICS_LUT=.true.
export DOGP_LWSCAT=.true.
export DOGP_SGS_CNV=.true.
export SATMEDMF=.true.

if [[ $MACHINE_ID = gaea ]]; then
WAV_tasks="$(($WAV_tasks_cpl_atmw + 30))"
fi
4 changes: 4 additions & 0 deletions tests/tests/cpld_debug_pdlib_p8
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ fi
if [[ $MACHINE_ID = hercules && $RT_COMPILER = gnu ]]; then
export WW3_PIO_REARR='box'
fi
if [[ $MACHINE_ID = gaea ]]; then
WAV_tasks="$(($WAV_tasks_cpl_unstr + 120))"
export WW3_PIO_REARR='box'
fi

export K_SPLIT=2
export N_SPLIT=5
Expand Down

0 comments on commit f9089f9

Please sign in to comment.