You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In NOAA-EMC#496, it was shown that GSI
applies special logic in `read_prepbufr.F90` that overrides the twindow
specified in the convinfo table for obs with balloon drift information.
Essentially, GSI will attempt a fallback time (-3600s) if the original
time falls outside the allowed window (5400s), and rejects the
observation if the fallback still fails the new window check. This
doesn't usually impact the 00/12z cycles since those are launch times.
The impact from this change is usually noted in 01/13z cycles where the
timeOffset can be -7500s (outside the -5400s time window) in which case,
those obs gets snapped to -3600s.
This PR adds this capability to change the timeOffset of the data via
the `offline_ioda_patch.py` utility. Here is an example call to use this
new function:
0 commit comments