From 6471e77e672935a2619e6b40adfb222ce31aa3cd Mon Sep 17 00:00:00 2001 From: "Edward.Safford" Date: Mon, 25 Nov 2024 19:24:22 +0000 Subject: [PATCH] Ref #55 Clean up debug --- driver/runObsMon.sh | 4 ---- ush/om_cleanup.sh | 2 -- ush/splitPlotYaml.py | 1 - 3 files changed, 7 deletions(-) diff --git a/driver/runObsMon.sh b/driver/runObsMon.sh index 9bfc891..bef88a0 100755 --- a/driver/runObsMon.sh +++ b/driver/runObsMon.sh @@ -21,7 +21,6 @@ function usage { echo begin runObsMon.sh nargs=$# -echo nargs: $nargs if [[ ${nargs} -lt 4 || ${nargs} -gt 6 ]]; then usage exit 1 @@ -63,13 +62,10 @@ if [ ! -e ${yaml_file} ]; then fi yaml_file=`realpath ${yaml_file}` -echo yaml_file: $yaml_file - #------------------------------- # find model name in $yaml_file # model=`grep -m1 "model:" $yaml_file | head -1 | gawk '{print $NF}'` -echo model: $model export PDY=`echo ${pdate}|cut -c1-8` export cyc=`echo ${pdate}|cut -c9-10` diff --git a/ush/om_cleanup.sh b/ush/om_cleanup.sh index 2a05271..03d93e7 100644 --- a/ush/om_cleanup.sh +++ b/ush/om_cleanup.sh @@ -11,8 +11,6 @@ echo "COMOUTplots: $COMOUTplots" img_dirs=`ls -d ${DATA}/*/*plots/` for dir in $img_dirs; do - echo "dir: $dir" - echo "" base_name=$(basename ${dir}) destination=${COMOUTplots}/${base_name} diff --git a/ush/splitPlotYaml.py b/ush/splitPlotYaml.py index d7f9f9d..a13cba8 100644 --- a/ush/splitPlotYaml.py +++ b/ush/splitPlotYaml.py @@ -173,7 +173,6 @@ def check_plotlist(type, logger, plotlist, sat=None, instr=None, obstype=None): md = removeKey(mon_dict, ['satellites', 'observations']) fname = f'OM_PLOT_minimization.yaml' mm = md.get('minimization') - logger.info(f'mm: {mm}') for pl in mm['plot_list']: if not check_plotlist('min', logger, pl):