NullComponent
- class unifhy.NullComponent(timedomain, spacedomain, substituting_class)
Bases:
unifhy.component.ComponentThe NullComponent mimics a
Componentand returns time series of zeros.Its intended use is to ignore a compartment of the hydrological cycle.
Instantiation
- Parameters
- timedomain:
TimeDomainobject The temporal dimension of the
Component.- spacedomain:
SpaceDomainobject The spatial dimension of the
Component.- substituting_class:
Componentobject The subclass of
Componentthat the NullComponent is substituting its simulated time series with time series of zeros.
- timedomain: