ua-snap / rasdaman-ingest

Collection of ingredients/configurations + docs for ingesting data into Rasdaman
MIT License
3 stars 0 forks source link

Arctic eds degree days #29

Closed kyleredilla closed 2 years ago

kyleredilla commented 2 years ago

This PR includes the ingest files and preprocessing notebook for two Arctic EDS "degree day" coverages: degree days below 0F and heating degree days. The processing notebook processes the daily 2-m air temperature data from the 20 km AK WRF dataset to compute annual totals of degree days for both of these thresholds, for ERA-Interim (for historical data) and the two models available for the projected RCP 8.5 scenario, GFDL-CM3 and NCAR-CCSM4.

kyleredilla commented 2 years ago

The new dd_preprocessing.ipynb notebook works for me, and I successfully ingested both coverages into Rasdaman on Apollo 👍

Tiny nitpick, there's a typo here:

The processing strategy will be to make the degree day calculations for both the "heating degree days" and "degree days below 0F" thresholds in this notebook for skae of simplicity...

I'll merge once this is fixed.

Hey @cstephen I don't think that typo is there anymore? I think I fixed it in commit 46db163 yesterday - I don't see it on my end at least. Any ideas?

cstephen commented 2 years ago

The typo had already been fixed in 46db163, I just failed to pull the latest changes. I was able to generate & ingest all four coverages. Everything looks good!