juseg / hyoga

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

Add CHELSA-W5E5 atmospheric data source. #87

Closed juseg closed 2 weeks ago

juseg commented 3 weeks ago

Download, aggregate, and open reprojected CHELSA-W5E5 with:

hyoga.open.atmosphere(source='cw5e5')

Close #86.

juseg commented 3 weeks ago

I did not expect that to work, but over the weekend I computed global average temperatures for 11 months from 4190789 by simply commenting out the the ds.sel() line. The aggregation takes about four hours per month, using a dask distributed cluster with 16 workers. So I will ~revert~ reset to 4190789 on this branch, and leave work-in-progress on tiled aggregation to a separate PR.