AusClimateService / AusClimateService/indices
ERA5 data inputs
- 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.