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
Add snow reg test driver script for Dell.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 30, 2020
1 parent b0169df commit 61bffe9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions reg_tests/snow2mdl/driver.dell.sh
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

0 comments on commit 61bffe9

Please sign in to comment.