blockLimiterCeilingHeight
Block that limits the relative humidity
Extends from PartialLimiterMin (Partial block to limit a signal).
Information
Block that limits the cloud cover ceiling height to be positive.
This block is used because interpolation of weather data can lead to slightly negative values.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | u (from PartialLimiterMin) | Connector of Real input signal | |
| Modelica.Blocks.Interfaces.RealOutput | ceiHei | max(0, u) | Cloud cover ceiling height |
Revisions
-
April 14, 2020, by Michael Wetter:
First implementation.