climate_indices
climate_indices copied to clipboard
Get the data start year from NetCDF, stop assuming nClimGrid as input
The initial year of the dataset is used in some of the index calculations, and this value can be determined from the NetCDF but we're currently not doing this, using hard-coded value of 1895 instead.
For example in scripts/process/process_grid.py@master L#68