metobs_toolkit.Modeldata.add_obstype#
- Modeldata.add_obstype(Obstype, bandname, band_units, band_description=None)[source]#
Add a new Observation type for the current Modeldata.
- Parameters:
Obstype (metobs_toolkit.obstype.Obstype) – The new Obstype to add.
bandname (str) – The name of the band that represents the obstype.
band_units (str) – The unit the band is in. This unit must be a knonw-unit in the Obstype.
band_description (str, optional) – A detailed description of the band. The default is None.
- Return type:
None.