google-research / arco-era5

Recipes for reproducing Analysis-Ready & Cloud Optimized (ARCO) ERA5 datasets.
https://cloud.google.com/storage/docs/public-datasets/era5
Apache License 2.0
286 stars 22 forks source link

Universal Thermal Comfort Index #15

Open christinenam opened 1 year ago

christinenam commented 1 year ago

A new variable of interest would be: Universal Thermal Comfort Index

https://cds.climate.copernicus.eu/cdsapp#!/dataset/derived-utci-historical?tab=overview

As it is, one must download it MANY stages because it is daily data and it exceeds the ECMWF API requests. It is also an index of interest because it goes beyond the traditional physical variables (temperature, radiation, etc) and can enable interdisciplinary applications of ERA5 data.

alxmrs commented 1 year ago

Hey @christinenam, @wundersooner and I can incorporate this into our roadmap. For now, if you'd like to get ahead of us, I recommend you use weather-dl from https://github.com/google/weather-tools/ to ingest the data.

How to write config files: https://weather-tools.readthedocs.io/en/latest/Configuration.html

Check out this config for an example of how to ingest this.

https://github.com/google-research/arco-era5/blob/main/raw/era5_sfc_cape.cfg

Happy to advise further.