#BSUB -J jlamp_prdgen_00 #BSUB -o /com/output/prod/today/lamp_prdgen_00.o%J #BSUB -e /com/output/prod/today/lamp_prdgen_00.o%J #BSUB -L /bin/sh #BSUB -q prod_shared #BSUB -W 00:45 #BSUB -cwd /tmpnwprd #BSUB -P LAMP-OPS #BSUB -R "rusage[mem=500]" -R "affinity[core]" %include "/ecf/ecfnets/scripts/head.h" set -x export envir=prod export cyc=00 export job=lamp_prdgen_00 # CALL executable job script here # versions file for lamp sets $model_ver and $code_ver VERSION_FILE=/nw${envir}/versions/lamp.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}/lamp.${model_ver}/jobs/JLMP_PRDGEN 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: To execute the job that performs LAMP PREP ANALYSIS ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end