From fd02bef9329f758d98c2cc6805fb8bcf9d9c5819 Mon Sep 17 00:00:00 2001 From: "Kate.Friedman" Date: Tue, 27 Feb 2024 16:45:33 +0000 Subject: [PATCH] Remove clean_tankdir step from verfrad script 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 --- scripts/exgdas_atmos_verfrad.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/exgdas_atmos_verfrad.sh b/scripts/exgdas_atmos_verfrad.sh index 1ff01ccfa9..0e06e0ede1 100755 --- a/scripts/exgdas_atmos_verfrad.sh +++ b/scripts/exgdas_atmos_verfrad.sh @@ -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