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 #86

Closed juseg closed 2 weeks ago

juseg commented 3 weeks ago

The CHELSA-W5E5 dataset is to W5E5 what CHELSA v2.1 is to ERA5. Unlike the previously-implemented v2.1, these data are provided as daily means, so we need to automate not only downloads but also aggregating the climatologies, which is a bit tricky due the shear size of the grids. All of this needs to happen in the background with a simple call to:

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

There are several steps: