-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Labels
π bugSomething isn't workingSomething isn't working
Description
As discussed yesterday with @charles-turner-1 , intake does not always recognise/load geolon_t and geolat_t. You have to do it in specific ways depending on the experiment.
I have a minimal working example here, but in essence if I use this:
ds = catalog['01deg_jra55v140_iaf_cycle3'].search(variable=['area_t', 'geolat_t', 'yt_ocean'], frequency='fx').to_dask()
The only variable that loads is area_t. If you open them separately, one by one, they are loaded successfully. The Cartopy tutorial uses the following to open these variables:
var_search = catalog['025deg_jra55_iaf_omip2_cycle6'].search(variable="area_t")
ds = var_search.search(path=var_search.df["path"][0]).to_dask()
geolon_t = ds.geolon_t
geolat_t = ds.geolat_t
because geolon_t and geolat_t are included in the area_t diagnostic for this experiment. @elizabeth-ellison mentioned she had a similar problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
π bugSomething isn't workingSomething isn't working