Skip to content

Commit

Permalink
GitHub Issue NOAA-EMC/GSI#120. merge GFS v16.1.1 DA changes into master
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jun 1, 2021
1 parent 96af792 commit 1cbd0aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export mm_costfile=${costfile:-${M_FIXgdas}/gdas_minmon_cost.txt}
export MINMON_SUFFIX=${MINMON_SUFFIX:-GDAS}
export PDATE=${PDY}${cyc}
export NCP=${NCP:-/bin/cp}
export NDATE=${NDATE:-/nwprod/util/exec/ndate}
export pgm=exgdas_vrfminmon.sh

if [[ ! -d ${DATA} ]]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export mm_costfile=${costfile:-${M_FIXgfs}/gfs_minmon_cost.txt}
export MINMON_SUFFIX=${MINMON_SUFFIX:-GFS}
export PDATE=${PDY}${cyc}
export NCP=${NCP:-/bin/cp}
export NDATE=${NDATE:-/nwprod/util/exec/ndate}
export pgm=exgfs_vrfminmon.sh


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export USE_MAIL=${USE_MAIL:-0}
export MAIL_TO=${MAIL_TO:-" "}
export MAIL_CC=${MAIL_CC:-" "}
export NCP=${NCP:-/bin/cp}
export NDATE=${NDATE:-/nwprod/util/exec/ndate}

###########################################################################
# ensure TANK dir exists, verify radstat and biascr are available
Expand Down Expand Up @@ -208,6 +207,15 @@ elif [[ $rc_time -ne 0 ]]; then
err=$rc_time
fi

#####################################################################
# Restrict select sensors and satellites
export CHGRP_CMD=${CHGRP_CMD:-"chgrp ${group_name:-rstprod}"}
rlist="saphir"
for rtype in $rlist; do
${CHGRP_CMD} $TANKverf_rad/*${rtype}*
done


if [[ "$VERBOSE" = "YES" ]]; then
echo "end exgdas_vrfyrad.sh, exit value = ${err}"
fi
Expand Down

0 comments on commit 1cbd0aa

Please sign in to comment.