Skip to content

Commit

Permalink
feature/reg_tests This commit references ufs-community#99.
Browse files Browse the repository at this point in the history
Minor bug fix in grid_gen driver scripts.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 29, 2020
1 parent c6ab777 commit 3b09533
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export KMP_AFFINITY=disabled
export NCCMP=/gpfs/hps3/emc/global/noscrub/George.Gayno/util/netcdf/nccmp
export HOMEreg=/gpfs/hps3/emc/global/noscrub/George.Gayno/ufs_utils.git/reg_tests/grid_gen/baseline_data

rm -f $WORK_DIR
rm -fr $WORK_DIR

ulimit -a
ulimit -s unlimited
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.dell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export NCCMP=/gpfs/dell2/emc/modeling/noscrub/George.Gayno/util/nccmp/nccmp-1.8.
export HOMEreg=/gpfs/dell2/emc/modeling/noscrub/George.Gayno/ufs_utils.git/reg_tests/grid_gen/baseline_data
export OMP_NUM_THREADS=24

rm -f $WORK_DIR
rm -fr $WORK_DIR

ulimit -a
ulimit -s unlimited
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export HOMEreg=/scratch1/NCEPDEV/da/George.Gayno/noscrub/reg_tests/grid_gen/base
ulimit -a
ulimit -s unlimited

rm -f $WORK_DIR
rm -fr $WORK_DIR

export OMP_NUM_THREADS=24

Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.jet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export HOMEreg=/mnt/lfs3/projects/emcda/George.Gayno/reg_tests/grid_gen/baseline
ulimit -a
ulimit -s unlimited

rm -f $WORK_DIR
rm -fr $WORK_DIR

export OMP_NUM_THREADS=24

Expand Down

0 comments on commit 3b09533

Please sign in to comment.