Definitions API

Miscellaneous definitions used in netCDF-SCM

netcdf_scm.definitions.NAME_COMPONENTS_SEPARATOR = '_'

Character assumed to separate different components within a filename

For example, if we come across a filename like ‘tas_r1i1p1f1_UoM-Fancy’ then we assume that ‘tas’, ‘r1i1p1f1’ and ‘UoM-Fancy’ all refer to different bits of metadata which are encoded within the filename.

Type

str

netcdf_scm.definitions.OUTPUT_PREFIX = 'netcdf-scm'

Prefix attached to outputs from netCDF-SCM by default

Type

str