cordex.tutorial.open_dataset

Contents

cordex.tutorial.open_dataset#

open_dataset(name, cache=True, cache_dir=None, *, engine=None, **kws)[source]#

Open a dataset from the online repository (requires internet).

If a local copy is found then always use that to avoid network traffic.

Available datasets: * "remo_EUR-11_TEMP2_1hr": Remo hourly output * "remo_EUR-11_TEMP2_mon": Remo monthly output * "remo_EUR-44.nc": Remo 3D output on model levels * "tas_EUR-11_ECMWF-ERAINT_evaluation_r1i1p1_GERICS-REMO2015_v1_mon_197902-198012": Remo output (rotated pole) * "tas_EUR-11_ECMWF-ERAINT_evaluation_r1i1p1_DHMZ-RegCM4-2_v1_mon_198901-199012": RegCM4 output (lambert conformal) * "tas_EUR-11_ECMWF-ERAINT_evaluation_r1i1p1_CNRM-ALADIN53_v1_mon_197901-198012": Aladin Output (lambert conformal) * "tas_EUR-11_ECMWF-ERAINT_evaluation_r1i1p1_KNMI-RACMO22E_v1_mon_197901-198012": Racmo Output (rotated pole) * "tas_EUR-11_ECMWF-ERAINT_evaluation_r1i1p1_RMIB-UGent-ALARO-0_v1_mon_198001-198012": Alaro output (lambert conformal)

Parameters:
  • name (str) – Name of the file containing the dataset. e.g. ‘tas_EUR-11_ECMWF-ERAINT_evaluation_r1i1p1_GERICS-REMO2015_v1_mon_197902-198012’

  • cache_dir (path-like, optional) – The directory in which to search for and write cached data.

  • cache (bool, optional) – If True, then cache data locally for use on subsequent calls

  • **kws (dict, optional) – Passed to xarray.open_dataset

See also

xarray.open_dataset