Skip to content

Commit

Permalink
derecho run file
Browse files Browse the repository at this point in the history
  • Loading branch information
allibco committed Oct 10, 2023
1 parent d2cbc6d commit cb807e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions der_test_pyEnsSumMPAS.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

#!/bin/bash -l
#PBS -A NTDD0004
#PBS -N ensSumM
#PBS -q main
#PBS -l select=1:ncpus=36:mpiprocs=36
#PBS -l walltime=0:20:00
#PBS -j oe
#PBS -M [email protected]

module load conda
conda activate npl

mpiexec python pyEnsSumMPAS.py --esize 100 --indir /glade/p/cisl/asap/abaker/mpas/large_ens --sumfile mpas_sumt4.nc --tslice 4 --tag v7.1 --model mpas --mach cheyenne --verbose --jsonfile empty_excluded.json

0 comments on commit cb807e7

Please sign in to comment.