NOAA-EMC / EMC_verif-global

Global Forecast System (GFS) verification package using MET and METplus
8 stars 14 forks source link

ndays assignment issue in exfit2obs_plots.sh that causes the horizontal plots to fail #93

Closed lgannoaa closed 2 years ago

lgannoaa commented 2 years ago

verif-global.fd/scripts/exfit2obs_plots.sh ndays that causes the horizontal plots to fail.

verif-global.fd/scripts/exfit2obs_plots.sh (line 184): ndays=$(expr $nhours \/ 2)

This bug should be fixed to: ndays=$(expr $nhours \/ 24)

Bug fix tested in /lfs/h2/emc/global/noscrub/Lin.Gan/para/packages/gfs.v16.2.0/sorc/verif-global.fd/scripts/exfit2obs_plots.sh.

lgannoaa commented 2 years ago

PR #94 merged. Close issue.