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 jet.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 30, 2020
1 parent ea80c0c commit b0169df
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions reg_tests/snow2mdl/driver.jet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/bin/bash

#SBATCH --nodes=1
#SBATCH --partition=sjet
#SBATCH --time 0:01
#SBATCH --account=emcda
#SBATCH --job-name=snow2mdl
#SBATCH -o regression.log
#SBATCH -e regression.log

set -x

module unload intel
module load intel/18.0.5.274
module list

export DATA="/mnt/lfs3/projects/emcda/George.Gayno/stmp/snow2mdl"


rm -fr $DATA

export HOMEreg=/lfs3/HFIP/emcda/George.Gayno/reg_tests/snow2mdl
export HOMEgfs=$PWD/../..
export WGRIB=/apps/wgrib/1.8.1.0b/bin/wgrib
export WGRIB2=/apps/wgrib2/0.1.9.6a/bin/wgrib2

./snow2mdl.sh

exit 0

0 comments on commit b0169df

Please sign in to comment.