Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add radmon copy
  • Loading branch information
EdwardSafford-NOAA committed Mar 6, 2025
1 parent 2c7574f commit 5382fe0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Radiance_Monitor/data_extract/ush/RadMon_CP_glb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,12 @@ if [[ -d ${DATA_LOCATION} ]]; then

elif [[ $MY_MACHINE = "wcoss2" ]]; then
$SUB -q $JOB_QUEUE -A $ACCOUNT -o ${logfile} -e ${R_LOGDIR}/CP.${PDY}.${CYC}.err \
-V -l select=1:mem=5000M -l walltime=20:00 -N ${jobname} ${job}
-v "RADMON_SUFFIX=${RADMON_SUFFIX}, PDATE=${PDATE}, RUN=${RUN}, DATA_LOCATION=${DATA_LOCATION}, \
NDATE=${NDATE}, TANKverf=${TANKverf}, PDY=${PDY}, CYC=${CYC}, FIXgdas=${FIXgdas}, Z=${Z}, \
DO_DATA_RPT=${DO_DATA_RPT}, NCP=${NCP}, DE_EXEC=${DE_EXEC}, DE_SCRIPTS=${DE_SCRIPTS}, \
CLEAN_TANKVERF=${CLEAN_TANKVERF}, HOMEradmon=${HOMEradmon}, RAD_AREA=${RAD_AREA}, \
RADSTAT_LOCATION=${RADSTAT_LOCATION}, COMPRESS=${COMPRESS}, UNCOMPRESS=${UNCOMPRESS}" \
-l select=1:mem=5000M -l walltime=20:00 -N ${jobname} ${job}
fi
else
echo "Unable to locate DATA_LOCATION: ${DATA_LOCATION}"
Expand Down

0 comments on commit 5382fe0

Please sign in to comment.