#BSUB -J %E%lamp_prep_%CYC% #BSUB -o /com/output/%ENVIR%/today/lamp_prep_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/lamp_prep_%CYC%.o%J #BSUB -L /bin/sh #BSUB -q prod_serv2 #BSUB -W 00:45 #BSUB -cwd /tmpnwprd #BSUB -P %PROJ% #BSUB -R rusage[mem=1750] #BSUB -R affinity[core] %include "/ecf/ecfnets/scripts/head.h" set -x export envir=%ENVIR% export cyc=%CYC% export job=lamp_prep_%CYC% # CALL executable job script here # versions file for lamp sets $model_ver and $code_ver VERSION_FILE=/nw${envir}/versions/lamp.ver env 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_PREP 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