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
Running examples/01_ensemble_inference.py with a slightly changed config using "output_grid": "s2s" results in an AssertionError in line 40 of earth2mip/geometry.py
I was expecting to be able to write other output grids to netcdf by defining the output_grid in the config
Environment details
No response
The text was updated successfully, but these errors were encountered:
Sorry about that. This regridding functionality doesn’t work. It requires access to some preexisting map files that aren’t in this repo. We are working on a tool with better regridding support. Until that is ready we should remove this functionality or provide a better error message.
Version
Beta main
On which installation method(s) does this occur?
Source
Describe the issue
Running examples/01_ensemble_inference.py with a slightly changed config using
"output_grid": "s2s"
results in an AssertionError in line 40 ofearth2mip/geometry.py
I was expecting to be able to write other output grids to netcdf by defining the
output_grid
in the configEnvironment details
No response
The text was updated successfully, but these errors were encountered: