Skip to content

Commit

Permalink
Ref #110
Browse files Browse the repository at this point in the history
Fix area assignment in DE script.
  • Loading branch information
EdwardSafford-NOAA committed Feb 20, 2024
1 parent e25d044 commit 8ef46e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Conventional_Monitor/data_extract/ush/ConMon_DE_rgn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function set_hr_tm(){
echo "Begin ConMon_DE_rgn.sh"
exit_value=0

export AREA='rgn'
nargs=$#
if [[ ${nargs} -lt 1 || ${nargs} -gt 7 ]]; then
usage
Expand Down

0 comments on commit 8ef46e7

Please sign in to comment.