Skip to content

Commit

Permalink
Merge pull request #86 from EdwardSafford-NOAA/feature/updt-rad-html-84
Browse files Browse the repository at this point in the history
Correct install_glb.sh.  Closes #84
  • Loading branch information
EdwardSafford-NOAA committed May 24, 2023
2 parents 5ff4f42 + e1cff67 commit 690e832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Radiance_Monitor/image_gen/html/install_glb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cd $workdir
RUN=gdas

PDATE=`${MON_USH}/find_last_cycle.sh --net ${RADMON_SUFFIX} \
--run ${RUN} --mon radmon --tank ${TANKDIR}`
--run ${RUN} --mon radmon --tank ${R_TANKDIR}`
echo PDATE=$PDATE

limit=`$NDATE -120 $PDATE` # 5 days
Expand All @@ -92,7 +92,7 @@ while [[ data_found -eq 0 && $PDATE -ge $limit ]]; do
CYC=`echo $PDATE|cut -c9-10`

ieee_src=`${MON_USH}/get_stats_path.sh --run $RUN --pdate ${PDATE} \
--net ${RADMON_SUFFIX} --tank ${TANKDIR} --mon radmon`
--net ${RADMON_SUFFIX} --tank ${R_TANKDIR} --mon radmon`
echo "ieee_src = $ieee_src"

if [[ -d ${ieee_src} ]]; then
Expand Down

0 comments on commit 690e832

Please sign in to comment.