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
* Refactor grib_to_netcdf time_counter calculation
Update `time_counter` calculation to use forecast step ranges. This mitigates
the fact that `cfgrib` no longer provides correct forecast time step values from
ECCC GRIB2 files. This is a rework of commit 406e7e5 that tried to resolve the
issue using the `valid_time` GRIB variable.
This change makes our timestamp processing compatible with non-hourly step
handling that was introduced in `cfgrib=0.9.12.0`.
This change removes the need for version pinning of `cfgrib=0.9.11.0`
that was introduced in PR#276. By doing that, issue #336 is resolved.
* Update fixture to include fcst_step_range parameter
Added the `fcst_step_range` parameter to the `mock_calc_nemo_var_ds()`
test fixture. This change ensures alignment with the updated function signature
and fixes test failures.
* Use "python" instead of "python3" in history attr
Updated the history attribute in `grib_to_netcdf.py` and its
associated test to use "python" instead of "python3".
0 commit comments