#BSUB -J %E%lamp_cnv_prdgen_%CYC% #BSUB -o /com/output/%ENVIR%/today/lamp_cnv_prdgen_%CYC%.o%J #BSUB -e /com/output/%ENVIR%/today/lamp_cnv_prdgen_%CYC%.o%J #BSUB -L /bin/sh #BSUB -q prod_shared #BSUB -W 00:45 #BSUB -cwd /tmpnwprd #BSUB -P %PROJ% #BSUB -R "rusage[mem=1200]" -R "affinity[core]" %include "/ecf/ecfnets/scripts/head.h" set -x export envir=%ENVIR% export cyc=%CYC% export job=lamp_cnv_prdgen_%CYC% export ELEM=cnv # 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_CNVLTG_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 PRDGEN ANALYSIS ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end