climpred.preprocessing.mpi.get_path

climpred.preprocessing.mpi.get_path(dir_base_experiment='/work/bm1124/m300086/CMIP6/experiments', member=1, init=1960, model='hamocc', output_stream='monitoring_ym', timestr='*1231', ending='nc')[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

path of requested file(s)

Return type

str