climpred icon indicating copy to clipboard operation
climpred copied to clipboard

loading cmorized output of full DCPP CMIP6 archive

Open suneetdwivedi opened this issue 1 year ago • 1 comments

Sir, Currently the process of transferring CMIP6 data from ESGF into Google Cloud is ongoing. As such, only a fraction of the full CMIP6 archive is currently available on google cloud used by the intake-esm. Kindly suggest how I can work with Climpred using the CMIP6 dataset currently not available on google cloud. I tried downloading the DCPP CMIP6 data directly from ESGF to my hard disk in netcdf format. However, load_hindcast is not accepting the data. Kindly help me to resolve the issue.

suneetdwivedi avatar May 11 '24 12:05 suneetdwivedi

First download the files and then use such code as provided in https://climpred.readthedocs.io/en/stable/_modules/climpred/preprocessing/shared.html#load_hindcast to create an xr Dataset with dimension init, (member) and lead. You may need to overwrite time to integer lead and set the first time coordinates as init.

aaronspring avatar May 13 '24 21:05 aaronspring