NullComponent
- class unifhy.NullComponent(timedomain, spacedomain, substituting_class)
Bases:
unifhy.component.Component
The NullComponent mimics a
Component
and returns time series of zeros.Its intended use is to ignore a compartment of the hydrological cycle.
Instantiation
- Parameters
- timedomain:
TimeDomain
object The temporal dimension of the
Component
.- spacedomain:
SpaceDomain
object The spatial dimension of the
Component
.- substituting_class:
Component
object The subclass of
Component
that the NullComponent is substituting its simulated time series with time series of zeros.
- timedomain: