juseg / hyoga

Paleoglacier modelling framework
https://hyoga.io
GNU General Public License v3.0
8 stars 0 forks source link

Speedup atmosphere datasets with dask. #76

Closed juseg closed 4 months ago

juseg commented 1 year ago

Add dask as a missing dependency (always needed by open_mfdataset) and chunk global data greatly reducing in-memory load. Close #74.