nctoolkit.merge

nctoolkit.merge(\*datasets, match=['day', 'year', 'month'])

Merge datasets

Parameters
  • datasets (kwargs) – Datasets to merge.

  • match (list) – Temporal matching criteria. This is a list which must be made up of a subset of day, year, month. This checks that the datasets have compatible times. For example, if you want to ensure the datasets have the same years, then use match = [“year”].