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