Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rm debug statements.
  • Loading branch information
EdwardSafford-NOAA committed Dec 21, 2022
1 parent 918f346 commit ee00e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
7 changes: 0 additions & 7 deletions src/Conventional_Monitor/data_extract/ush/ConMon_DE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobname=ConMon_DE_${CONMON_SUFFIX}
echo "C_TANKDIR = ${C_TANKDIR}"
echo "C_LOGDIR = ${C_LOGDIR}"
echo "C_IMGNDIR = ${C_IMGNDIR}"
echo "MON_USH = $MON_USH"

if [[ ! -d ${C_TANKDIR} ]]; then
mkdir -p ${C_TANKDIR}
Expand Down Expand Up @@ -141,8 +140,6 @@ if [[ ${#cnvstat_location} -le 0 ]]; then
export cnvstat_location=${COMROOT}/gfs/${gfs_ver}
fi
export CNVSTAT_LOCATION=${cnvstat_location}
echo "CNVSTAT_LOCATION = $CNVSTAT_LOCATION"

export COMPONENT=${COMPONENT:-atmos}

export C_DATDIR=${C_DATDIR:-${CNVSTAT_LOCATION}/${RUN}.${PDY}/${CYC}/${COMPONENT}}
Expand Down Expand Up @@ -181,10 +178,6 @@ if [[ ! -s ${pgrbf06} ]]; then
export pgrbf06="${C_GDATDIR}/gdas.t${GCYC}z.pgrb2.1p00.f006"
fi

echo "cnvstat = $cnvstat"
echo "pgrbf00 = $pgrbf00"
echo "pgrbf06 = $pgrbf06"


#---------------------------------------------
# override the default convinfo definition
Expand Down
6 changes: 2 additions & 4 deletions src/Conventional_Monitor/image_gen/ush/plot_time_ps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#---------------------------------------------------

${NCP} ${C_IG_GSCRIPTS}/plotstas_time_count_ps.gs .
${NCP} ${C_IG_GSCRIPTS}/plotstas_time_bias_ps.gs .
${NCP} ${C_IG_GSCRIPTS}/plotstas_time_bias2_ps.gs .

#---------------------------------------------------
# Link in the data files.
Expand Down Expand Up @@ -93,9 +93,7 @@

grads -bpc "run ./plotstas_time_count_ps.gs"

grads -bpc "run ./plotstas_time_bias_ps.gs"

# grads -bpc "run ./plotstas_time_bias2_ps.gs"
grads -bpc "run ./plotstas_time_bias2_ps.gs"

img_files=`ls *.png`
for imgf in ${img_files}; do
Expand Down

0 comments on commit ee00e3e

Please sign in to comment.