Jeff Whitaker
Jeff Whitaker
> Numpy is 3.10+: https://github.com/numpy/numpy/blob/3c09f16660227bfc66485e319c82b3dade00b17b/pyproject.toml#L19 Yes, I would like to keep 3.8 support.
just one workflow failing now - the 3.8 wheel build on ubuntu.
I have no idea why the wheel building fails for python 3.8 - could be unrelated to this PR. Googling it turns up many suggestions (upgrade pip, switch from 32...
Looks good @djhoese, thanks. Merging now...
Apparently version 2022.04 has an optional deflate_level argument to register_restart_fields, but no way to specify a default value from the namelist. I recall that when the old mpp_io module was...
see https://github.com/NOAA-GFDL/FMS/pull/1075
You can use the `ECCODES_DIR` env var (see https://jswhit.github.io/pygrib/installing.html#instructions)
This feature is implemented in version 2.1.6
This should be a FAQ - you can't create a grib message from scratch with pygrib. You must have a 'template' grib message that you can modify (as in the...
@shoyer we're most interested in the stochastic version, since we'll be running ensembles for data assimilation. What we need is to: 1) run the model ensemble for 9 hours, saving...