Skip to content

Commit

Permalink
Modify STMP.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed May 9, 2022
1 parent 7e243d5 commit 38eb137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reg_tests/cpld_gridgen/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,16 @@ elif [[ $target = orion ]]; then
# ulimit -s unlimited
SBATCH_COMMAND="srun -n 1 ./cpld_gridgen.sh"
elif [[ $target = jet ]]; then
STMP=${STMP:-/lfs4/HFIP/h-nems/}
STMP=${STMP:-/lfs4/HFIP/h-nems/$USER}
export MOM6_FIXDIR=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/cpld_gridgen/fix_mom6
BASELINE_ROOT=/lfs4/HFIP/hfv3gfs/emc.nemspara/role.ufsutils/ufs_utils/reg_tests/cpld_gridgen/baseline_data
ACCOUNT=${ACCOUNT:-h-nems}
QUEUE=${QUEUE:-batch}
ulimit -s unlimited
SBATCH_COMMAND="./cpld_gridgen.sh"
fi
NEW_BASELINE_ROOT=$STMP/$USER/CPLD_GRIDGEN/BASELINE
RUNDIR_ROOT=$STMP/$USER/CPLD_GRIDGEN/rt_$$
NEW_BASELINE_ROOT=$STMP/CPLD_GRIDGEN/BASELINE
RUNDIR_ROOT=$STMP/CPLD_GRIDGEN/rt_$$

BUILD_EXE=false
CREATE_BASELINE=false
Expand Down

0 comments on commit 38eb137

Please sign in to comment.