#BSUB -J %E%hwrf%NUM%_merge_%CYC% #BSUB -o /com/output/%ENVIR%/today/hwrf%NUM%_merge_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/hwrf%NUM%_merge_%CYC%.o%J #BSUB -L /bin/sh #BSUB -q prod #BSUB -cwd /tmpnwprd #BSUB -W 00:40 #BSUB -P %PROJ% #BSUB -R affinity[core(15)] #BSUB -a poe #BSUB -n 1 #BSUB -R span[ptile=1] #BSUB -x %include "/ecf/ecfnets/scripts/head.h" set -x module load ics module load ibmpe export LSB_PJL_TASK_GEOMETRY="{(0)}" export OMP_NUM_THREADS=15 export MKL_NUM_THREADS=1 export MP_EUIDEVICE=sn_all export MP_EUILIB=us export envir=%ENVIR% export job=hwrf%NUM%_merge_%CYC% export cyc=%CYC% export storm_num=%NUM% export stormlabel=storm%NUM% # versions file for hwrf sets $model_ver and $code_ver VERSION_FILE=/nw${envir}/versions/hwrf.ver if [ -f $VERSION_FILE ]; then . $VERSION_FILE else ecflow_client --msg="***JOB ${ECF_NAME} ERROR: Version File $VERSION_FILE does not exist ***" ecflow_client --abort exit fi /nw$envir/hwrf.${model_ver}/jobs/JHWRF_MERGE if [ $? -ne 0 ]; then ecflow_client --msg="***JOB ${ECF_NAME} ERROR RUNNING J-SCRIPT ***" ecflow_client --abort exit fi %include "/ecf/ecfnets/scripts/tail.h" %manual ###################################################################### # # PURPOSE: merge GSI and Relocation output together. # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end