tams.load_mpas_precip

tams.load_mpas_precip#

tams.load_mpas_precip(paths, *, parallel=False)#

Derive a TAMS input dataset from post-processed MPAS runs for the PRECIP field campaign.

Parameters
  • paths (str | Sequence[str]) –

    Corresponding to the post-processed datasets to load from.

    Pass a string glob or a sequence of string paths. (Ensure sorted if doing the latter.)

    Important

    Currently it is assumed that each individual file corresponds to a single time, which is detected from the file name.

  • parallel (bool) – If set, do the initial processing (each file) in parallel. Currently uses joblib.

Return type

xarray.Dataset