-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjhiresw_prepfinal.ecf
executable file
·49 lines (40 loc) · 1.07 KB
/
jhiresw_prepfinal.ecf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#PBS -N hiresw_%MODEL%_%DOMAIN%_prepfinal_%CYC%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l select=1:ncpus=9:mem=128GB
#PBS -l walltime=00:25:00
#PBS -l debug=true
model=hiresw
%include <head.h>
%include <envir-p1.h>
set -x
export cyc=%CYC%
export NEST="%DOMAIN%"
export MODEL="%MODEL%"
export MEMBER="ctl"
export OMP_NUM_THREADS=1
export NTASK=9
export PTILE=9
module load PrgEnv-intel/$PrgEnv_intel_ver
module load craype/$craype_ver
module load intel/$intel_ver
module load cray-mpich/$cray_mpich_ver
module load cray-pals/$cray_pals_ver
module load netcdf/${netcdf_ver}
$HOMEhiresw/jobs/JHIRESW_PREPFINAL
%include <tail.h>
%manual
######################################################################
#
# PURPOSE:
#
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
# include manual page below
%end