NOAA-EMC / EMC_verif-global

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

Update ndays in exfit2obs_plots.sh #94

Closed lgannoaa closed 2 years ago

lgannoaa commented 2 years ago

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

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

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

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