Skip to content

Commit

Permalink
test for build
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Oct 3, 2023
1 parent de7cfb7 commit 57e17e2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions regtests/mtest
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/bin/sh --login

#SBATCH -n 24
#SBATCH -q debug
#SBATCH -t 00:30:00
#SBATCH -A marine-cpu
#SBATCH -J ww3_regtest
#SBATCH -o mtest.out

cd /scratch1/NCEPDEV/climate/Jessica.Meixner/PR_WW3/pr1086/regtests

module purge
module load cmake/3.20.1
module load intel/2022.1.2
module load impi/2022.1.2
module use /scratch1/NCEPDEV/nems/role.epic/hpc-stack/libs/intel-2022.1.2/modulefiles/stack
module load hpc/1.2.0
module load hpc-intel/2022.1.2
module load hpc-impi/2022.1.2
module load libpng/1.6.37
module load zlib/1.2.11
module load jasper/2.0.25
module load hdf5/1.10.6
module load netcdf/4.7.4
module load bacio/2.4.1
module load g2/3.4.5
module load w3emc/2.9.2
module load esmf/8.3.0b09
export METIS_PATH=/scratch1/NCEPDEV/climate/Matthew.Masarik/waves/opt/hpc-stack/parmetis-4.0.3/install
export SCOTCH_PATH=/scratch1/NCEPDEV/climate/Matthew.Masarik/waves/opt/hpc-stack/scotch-v7.0.3/install




./bin/run_cmake_test -b slurm -o all -s ST4STAB3 -w work_ST4stab3test ../model ww3_ts1

1 change: 1 addition & 0 deletions regtests/ww3_ts1/input/switch_ST4STAB3
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NOGRB SHRD PR0 FLX0 LN1 ST4 STAB3 NL1 BT1 DB1 TR0 BS0 IC0 IS0 REF0 WNT1 WNX1 CRT1 CRX1 O0 O1 O2 O3 O4 O5 O6 O7 O10 O11

0 comments on commit 57e17e2

Please sign in to comment.