forked from ufs-community/UFS_UTILS
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/reg_tests This commit references ufs-community#99.
Add snow reg test driver script for Dell.
- Loading branch information
1 parent
b0169df
commit 61bffe9
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#!/bin/bash | ||
|
||
#BSUB -W 0:02 | ||
#BSUB -o regression.log | ||
#BSUB -e regression.log | ||
#BSUB -J s2m_regt | ||
#BSUB -q debug | ||
#BSUB -R "affinity[core(1)]" | ||
#BSUB -P GFS-DEV | ||
|
||
set -x | ||
|
||
|
||
export DATA=/gpfs/dell1/stmp/George.Gayno/reg_tests.snow2mdl | ||
|
||
|
||
rm -fr $DATA | ||
|
||
export HOMEreg=/gpfs/dell2/emc/modeling/noscrub/George.Gayno/ufs_utils.git/reg_tests/snow2mdl | ||
export HOMEgfs=$PWD/../.. | ||
export WGRIB=/gpfs/dell1/nco/ops/nwprod/grib_util.v1.0.6/exec/wgrib | ||
export WGRIB2=/gpfs/dell1/nco/ops/nwprod/grib_util.v1.0.6/exec/wgrib2 | ||
|
||
./snow2mdl.sh | ||
|
||
exit 0 |