Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

[5.5.3] Fix GRIB IOSP time coords from intervals, for 2-D time FMRC Best datasets #1256

Closed ethanrd closed 11 months ago

ethanrd commented 12 months ago

Description of Changes

Fix generation of time coordinate variables from time intervals for 2-D time FMRC Best datasets. Ensure resulting time coordinate variables are strictly monotonically increasing. Handle when time intervals are irregular and overlapping.

See issue #1060.

PR Checklist