Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Final clean up.
  • Loading branch information
EdwardSafford-NOAA committed Feb 16, 2024
1 parent 33d321f commit 0fb45c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Conventional_Monitor/data_extract/ush/ConMon_DE_rgn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ echo CONMON_SUFFIX = ${CONMON_SUFFIX}
echo cnvstat_location = ${cnvstat_location}
echo pdate = ${pdate}

export AREA='rgn'
export CONMON_AREA='rgn'

top_parm=${this_dir}/../../parm

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
#---------------------------------
# run the mk_low_cnt.pl script
#---------------------------------
if [[ $DO_DATA_RPT -eq 1 && $AREA == 'glb' ]]; then
if [[ ${DO_DATA_RPT} -eq 1 && ${CONMON_AREA} == 'glb' ]]; then
${USHconmon}/mk_low_cnt.pl --net ${CONMON_SUFFIX} \
--run ${RUN} --cyc ${PDATE} \
--nobsf ${TANKDIR_conmon}/horz_hist/${run}/nobs.${run}.${PDATE} \
Expand Down

0 comments on commit 0fb45c9

Please sign in to comment.