Conversation
variable is a (str, str) tuple of field name to variable name in the NetCDF file. variable[1] is never a list
Yes, I think that the entire A next step could be to also remove the support for the |
I think there is quite some code in this file that deals with coercing the data into a unified format. Though I think that this code should be replaced with functions that consume and produce dask arrays (or produce and consume xarray objects without triggering computation).
Yes, I think so. I'm currently working on a few things - but I think this can do with further clearing |
Remove obsolete DeferredNetcdfFileBuffer, _FileBuffer classes and unused attributes.
I also realised while doing this that fieldfilebuffer is really where a lot of the magic happens when it comes to reading in from netcdf files and coercing field input into a unified format parcels can understand. Good for me to know - I think there can be some improvements made here :)
swap_space_and_time_interpolation_order)🚧 merge after #1892
mypy fixed in next PR