Skip to content

Commit

Permalink
Add cpus to run nesting test
Browse files Browse the repository at this point in the history
  • Loading branch information
C. Carouge committed May 18, 2021
1 parent 071af6a commit 3a9a224
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions oct16-nesting/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Runs the JAN00 WRF test case
# Path to WPS and WRFV3 directories should be passed as WRF_ROOT

#PBS -q express
#PBS -q normal
#PBS -l walltime=15:00
#PBS -l ncpus=4
#PBS -l mem=4gb
#PBS -l ncpus=28
#PBS -l mem=25gb
#PBS -l wd
#PBS -l storage=scratch/w35+gdata/sx70
#PBS -W umask=0022
Expand Down Expand Up @@ -39,7 +39,7 @@ cp namelists/namelist.wps.oct16-nesting namelist.wps
[[ -d geogrid ]] || mkdir geogrid
ln -sf ${WRF_ROOT}/WPS/geogrid/GEOGRID.TBL geogrid/.

geogrid.exe
mpirun -np 4 geogrid.exe

link_grib.csh /g/data/sx70/data/SingleDomain_data/matthew/fnl
# Link Vtable
Expand All @@ -51,7 +51,7 @@ ungrib.exe
[[ -d metgrid ]] || mkdir metgrid
ln -sf ${WRF_ROOT}/WPS/metgrid/METGRID.TBL metgrid/.

metgrid.exe
mpirun -np 4 metgrid.exe

mpirun real.exe

Expand Down

0 comments on commit 3a9a224

Please sign in to comment.