tempinterfaces¶
This module defines submodel interfaces for providing temperature.
Module tempinterfaces implements the following members:
TempModel_V1Pure getter interface for using main models as sub-submodels.
TempModel_V2Simple interface for determining the temperature in one step.
- class hydpy.interfaces.tempinterfaces.TempModel_V1[source]¶
Bases:
SubmodelInterfacePure getter interface for using main models as sub-submodels.
- typeid: ClassVar[Literal[1]] = 1¶
Type identifier for
TempModel_V1submodels.
- class hydpy.interfaces.tempinterfaces.TempModel_V2[source]¶
Bases:
SubmodelInterfaceSimple interface for determining the temperature in one step.
- typeid: ClassVar[Literal[2]] = 2¶
Type identifier for
TempModel_V2submodels.
- prepare_nmbzones(nmbzones: int) None[source]¶
Set the number of zones in which the actual calculations take place.