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