-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Actual Results:
Upon running this:
import metview as mv
fs = mv.bindings.Fieldset(path='201201010000_FH-0.gb')
fieldset = mv.regrid(data=fs, grid=[0.1, 0.1]) # Error line.
Expected Results:
Create a fieldset with regulat_ll grid.
Additional Information:
-
The data is ECMWF HRES historical of 2012. It is in
reduced_gggrid-type with640GRIB_N. -
metview's regrid is not able to convert this into a regular latlon grid.
-
Interestingly, when I do the same with 2017 year's data, which is with
1280GRIB_N, metview regrid is working as expected. Here is a data-file of201701010000_FH-1.gb:

What are the steps to reproduce the bug?
Running this:
import metview as mv
fs = mv.bindings.Fieldset(path='201201010000_FH-0.gb')
fieldset = mv.regrid(data=fs, grid=[0.1, 0.1]) # Error line.
Version
v5.19.1
Platform (OS and architecture)
Linux test-weather-sp 5.10.0-22-cloud-amd64 #1 SMP Debian 5.10.178-3 (2023-04-22) x86_64 GNU/Linux
Relevant log output
No response
Accompanying data
No response
Organisation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

