Skip to content

Commit

Permalink
adding run_WRF_notchpeak_gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
janmandel committed Jul 27, 2022
1 parent 62fae6a commit 605907e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/em_fire/hill/run_WRF_notchpeak_gnu
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/tcsh
#SBATCH --account=efd-np
#SBATCH --partition=efd-shared-np
#SBATCH --nodes=1
#SBATCH --mem=45G
#SBATCH --time=1:00:00 # walltime, abbreviated by -t
#SBATCH -o slurm-%j.out-%N # name of the stdout, using the job number (%j) and the first node (%N)
#SBATCH --ntasks=16 # number of MPI tasks, abbreviated by -n
#SBATCH --job-name=INV_WRF

# set data and working directories

# load appropriate modules, in this case Intel compilers, MPICHa
source /uufs/chpc.utah.edu/common/home/u6015690/bin/gnu.tcsh
source /uufs/chpc.utah.edu/common/home/u6015690/bin/pnetcdf.tcsh

rm -f rsl.error.???? rsl.out.????

# run the program
mpirun -np 1 ./ideal.exe
mv rsl.error.0000 ideal.log
mpirun -np 16 ./wrf.exe


0 comments on commit 605907e

Please sign in to comment.