Miscellaneous Readers API

Miscellaneous readers for files which can’t otherwise be read

netcdf_scm.misc_readers.read_cmip6_concs_gmnhsh(filepath, region_coord_name='sector')[source]

Read CMIP6 concentrations global and hemispheric mean data

Parameters
  • filepath (str) – Filepath from which to read the data

  • region_coord_name (str) – The name of the co-ordinate which represents the region in the datafile.

Returns

scmdata.ScmRun containing the global and hemispheric mean data

Return type

scmdata.ScmRun

Raises

AssertionError – Defensive assertion: the code is being used in an unexpected way