AusClimateService / AusClimateService/indices

ERA5 data inputs

Open
#3 16 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
6
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Request implementation to allow use with ERA5 data in rt52:
- hourly screen temperature data in `/g/data/rt52/era5/single-levels/reanalysis/2t/$year/2t_*.nc` (variable name is `t2m` in units of K)
- hourly total precipitation data in `/g/data/rt52/era5/single-levels/reanalysis/mtpr/$year/mtpr_*.nc` (variable name is `mtpr` in kg m**-2 s**-1units of )

I assume icclim does not handle hourly dat, so an additional argument can be passed to run_icclim.py, which tells xr.dataarray how to preprocess the hourly data first such as resample('1D').mean() etc.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.