Skip to content

Commit

Permalink
Remove clean_tankdir step from verfrad script
Browse files Browse the repository at this point in the history
No longer need if-block in exgdas_atmos_verfrad.sh
that optionally ran a clean script (that no longer
exists) to keep a monitor output collection down
in size. Updates to how outputs are handled means
this step is no longer needed.

Refs #2332
  • Loading branch information
KateFriedman-NOAA committed Feb 27, 2024
1 parent 399fa34 commit fd02bef
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/exgdas_atmos_verfrad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@ if [[ -s ${radstat} && -s ${biascr} ]]; then
"${USHgfs}/radmon_verf_time.sh"
rc_time=$?

#--------------------------------------
# optionally run clean_tankdir script
#
if [[ ${CLEAN_TANKVERF:-0} -eq 1 ]]; then
"${USHradmon}/clean_tankdir.sh" glb 60
rc_clean_tankdir=$?
echo "rc_clean_tankdir = ${rc_clean_tankdir}"
fi

fi


Expand Down

0 comments on commit fd02bef

Please sign in to comment.