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
veenstrajelmer
changed the title
fix slow performance of dfmt.open_dataset_curvilinear()` due to added time dimension
fix slow performance of dfmt.open_dataset_curvilinear()` due to incorrectly added time dimension
Aug 8, 2024
This code has terrible performance since a time dimension is added to vertices_longitude` and other vars:
When passing
data_vars='minimal'
this is avoided. Add this directly to thexr.open_mfdataset()
call in the functionThe text was updated successfully, but these errors were encountered: