precipinterfaces¶
This module defines submodel interfaces for providing precipitation.
Module precipinterfaces implements the following members:
PrecipModel_V1Pure getter interface for using main models as sub-submodels.
PrecipModel_V2Simple interface for determining precipitation in one step.
- class hydpy.interfaces.precipinterfaces.PrecipModel_V1[source]¶
Bases:
SubmodelInterfacePure getter interface for using main models as sub-submodels.
- typeid: ClassVar[Literal[1]] = 1¶
Type identifier for
PrecipModel_V1submodels.
- class hydpy.interfaces.precipinterfaces.PrecipModel_V2[source]¶
Bases:
SubmodelInterfaceSimple interface for determining precipitation in one step.
- typeid: ClassVar[Literal[2]] = 2¶
Type identifier for
PrecipModel_V2submodels.
- prepare_nmbzones(nmbzones: int) None[source]¶
Set the number of zones in which the actual calculations take place.