Skip to content

Commit

Permalink
Ref #55
Browse files Browse the repository at this point in the history
Clean up debug
  • Loading branch information
EdwardSafford-NOAA committed Nov 25, 2024
1 parent dd570f4 commit 6471e77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions driver/runObsMon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`
Expand Down
2 changes: 0 additions & 2 deletions ush/om_cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion ush/splitPlotYaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 6471e77

Please sign in to comment.