climpred.preprocessing.mpi.get_path

climpred.preprocessing.mpi.get_path(dir_base_experiment: str = '/work/bm1124/m300086/CMIP6/experiments', member: int = 1, init: int = 1960, model: str = 'hamocc', output_stream: str = 'monitoring_ym', timestr: str = '*1231', ending: str = 'nc') str[source]

Get the path of a file for MPI-ESM standard output file names and directory.

Parameters
  • dir_base_experiment (str) – Path of experiments folder. Defaults to “/work/bm1124/m300086/CMIP6/experiments”.

  • member (int) – member label. Defaults to 1.

  • init (int) – initialization label. Typically year. Defaults to 1960.

  • model (str) – submodel name. Defaults to “hamocc”. Allowed: [‘echam6’, ‘jsbach’, ‘mpiom’, ‘hamocc’].

  • output_stream (str) – output_stream name. Defaults to “monitoring_ym”. Allowed: [‘data_2d_mm’, ‘data_3d_ym’, ‘BOT_mm’, …]

  • timestr (str) – timestr likely including *. Defaults to “*1231”.

  • ending (str) – ending indicating file format. Defaults to “nc”. Allowed: [‘nc’, ‘grb’].

Returns

str – path of requested file(s)