Hi,
I am trying to load the following data:
import cdstoolbox as ct
@ct.application(title='Download data')
@ct.output.download()
def download_application():
data = ct.catalogue.retrieve(
'sis-ecv-cmip5-bias-corrected',
{
'model': 'noresm1_m',
'variable': 'precipitation_flux',
'experiment': 'rcp_8_5',
'period': '20060101-20551231',
}
)
return data
I am getting the error:
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 17.6 GiB for an array with shape (18262, 360, 720) and data type >f4 '}
Is there something I can do about this?
Kind regards,
Sophie
3 Comments
Vivien MAVEL
Dear Sophie,
Thank you for flagging this issue up. I am looking into this error and will create a ticket to solve it.
Right now I am afraid you cannot do anything about it on your side.
Best regards.
Vivien
Sophie van der Horst
Dear Vivien,
Thank you!
Vivien MAVEL
Dear Sophie,
This issue has now been solved: https://cds.climate.copernicus.eu/toolbox-editor/168/forum_sis_ecv
Regards.
Vivien