#BSUB -J %E%lmp_data_dep_%FAMILY1%_%CYC%%MIN%
#BSUB -o %DATAROOT%/output/%ENVIR%/today/lmp_data_dep_%FAMILY1%_%CYC%%MIN%.o%J
#BSUB -L /bin/sh
#BSUB -q %QUEUE%_shared
#BSUB -W 00:10
#BSUB -cwd /gpfs/dell2/ptmp/Chenjie.Huang
#BSUB -P %PROJ%-%PROJENVIR%
#BSUB -n 1
#BSUB -R affinity[core] -R rusage[mem=1024]
%include
%include
export cyc=%CYC%
export MIN=%MIN%
export sleep=%sleep%
export model=lmp
%include
###########################################
#module switch ics/${ics_ver:?}
###########################################
module load grib_util/${grib_util_ver:?}
module load python/${python_ver:?}
%include
export sleep=%sleep%
export offset=%offset%
export datadep='%datadep%'
${HOMElamp_shared}/scripts/dependency.sh $datadep
%include
%manual
######################################################################
# Purpose: To execute the job that performs LAMP PREP ANALYSIS
######################################################################
%end