Skip to content

Commit

Permalink
fixes from jet
Browse files Browse the repository at this point in the history
* add a little more wallclock
* correct fixdir path for non-hera machines
  • Loading branch information
DeniseWorthen committed Oct 25, 2023
1 parent 783536b commit bff7f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion reg_tests/cpld_gridgen/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ elif [[ $target = jet ]]; then
NCCMP=nccmp
PARTITION=xjet
ulimit -s unlimited
WLCLK=20
WLCLK=25
SBATCH_COMMAND="./cpld_gridgen.sh"
fi
NEW_BASELINE_ROOT=$STMP/CPLD_GRIDGEN/BASELINE
Expand Down
6 changes: 1 addition & 5 deletions ush/cpld_gridgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ elif [[ $MOSAICRES == C048 ]]; then
export MOSAICRES=C48
export NPX=48
fi
if [ $RESNAME = 500 ]; then
export FIXDIR_PATH=/scratch1/NCEPDEV/global/glopara/fix/mom6/20220805/500/
else
export FIXDIR_PATH=${MOM6_FIXDIR}/${RESNAME}
fi
export FIXDIR_PATH=${MOM6_FIXDIR}/${RESNAME}

APRUN=${APRUN:-"srun"}

Expand Down

0 comments on commit bff7f16

Please sign in to comment.