Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ elif [[ $MACHINE_ID = s4.* ]]; then
INPES_cpl_atmw_gdas=6; JNPES_cpl_atmw_gdas=8; WPG_cpl_atmw_gdas=24
WAV_tasks_atmw_gdas=248

TASKS_cpl_bmrk=560; THRD_cpl_bmrk=2
INPES_cpl_bmrk=6; JNPES_cpl_bmrk=8; WPG_cpl_bmrk=24
OCN_tasks_cpl_bmrk=120
ICE_tasks_cpl_bmrk=48
WAV_tasks_cpl_bmrk=80

elif [[ $MACHINE_ID = gaea.* ]]; then

TPN=36
Expand Down
4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ elif [[ $MACHINE_ID = s4.* ]]; then

ACCNR="${ACCNR:-star}"
PARTITION=s4
dprefix=/data/users/dhuber/save
DISKNM=$dprefix/nems/emc.nemspara/RT
dprefix=/data/prod
DISKNM=$dprefix/emc.nemspara/RT
STMP=/scratch/short/users
PTMP=/scratch/users

Expand Down