#PBS -N glmp_fcst_granalysis_%FAMILY1%_2_%CYC%%MIN% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:15:00 #PBS -l place=vscatter,select=%NCHUNKS:1%:ncpus=%NCPUS%:mem=%MEM:20%GB #PBS -l debug=true export model=glmp %include %include export cyc=%CYC% export MIN=%MIN% export MP_PGMMODEL=mpmd export MP_LABELIO=YES export NCPUS=%NCPUS% export NTASK=%NTASK:$NCPUS% export OMP_NUM_THREADS=%NTHREADS:$NCPUS% # this script is currently for wsg_13to25, 02/2023 export ELEMENT=%FAMILY1%_13to25 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 cfp/${cfp_ver:?} module load mos_shared/$mos_shared_ver module load lamp_shared/$lamp_shared_ver export FORT_BUFFERED=true ${HOMEglmp}/jobs/JGLMP_FCST_GRANALYSIS %include %manual %end