Closed ngben closed 1 year ago
Hmm, those modelling groups must have done something funny when creating their netCDF files so xarray (or dask under the hood) can't figure out the auto chunking.
I've fixed the issue but catching any NotImplementedError
that is raised when opening the input files and in these rare cases the program will just open the files without auto chunking: https://github.com/AusClimateService/indices/commit/21375e0ceade64f876e0ad8213111c83839e399b
Without auto chunking there's a higher risk of getting memory errors, but since the CMIP models are relatively low resolution I reckon things will still work just fine.
Thank you Damien, that seems to have fixed it!
I've started running icclim on the GCMs being downscaled and have run into issues with NorESM2-MM and CMCC-ESM2. Looks like its the same error for the two models. I have successfully run icclim on the other GCMs and will be adding these to ia39 test-dir shortly.
CMCC-ESM2:
NorESM2-MM: