Weather (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "Weather for the Water Module is defined as a Weather data. defines a number of environmental circumstances the hydrological model is subject to. It also defines the (t...")
 
No edit summary
 
(24 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Weather for the [[Water Module]] is defined as a [[Weather]] data. defines a number of environmental circumstances the hydrological model is subject to. It also defines the (total) simulation time.
Weather for the [[Water Module]] is defined as a [[Weather]] data, which defines a number of environmental circumstances the hydrological model is subject to. It also defines the (total) simulation time.


Weather is a required connection. There is always exactly one weather connected to a water overlay, and by default if no weather exists an appropriate weather effect is created and connected automatically.
Weather is a required connection. There is always exactly one weather connected to a water overlay, and by default if no weather exists an appropriate weather effect is created and connected automatically.


==Rain==
'''Rain'''


==Simulation time==
Rain is a consistent addition of water to the hydrological model over a specified period of time. At the end of the rainfall's duration, the specified amount of rain will have fallen in each location in the project. The simulation can calculate both periods of rain as well as dry periods by setting the amount of rain for a specific period to 0. During any period, the amount of water added by rain per timestep is constant.


==Evaporation==
'''Evaporation'''
 
Evaporation is the consistent removal of water from the hydrological model over a specified period of time. As long as evaporation takes places at a certain rate, water both on the surface and ground layers can be subject to removal from the hydrological model. The evaporation rate defined by the weather is the base amount of all types of evaporation in the calculation.
 
'''Simulation time'''
 
The simulation time is equal to the total amount of time defined for rainfall (and the accompanying dry periods).
 
{| class="wikitable"
! Attribute
! Unit
! Description
|-
|{{anchor|RAIN_M|[[weather rain m (Water Overlay)|RAIN_M]]}}
|{{time sequence end}}, m
|An [[Attribute array|array]] of values, each pair indicating until what time that period of rain will last and how much rain will fall in that period.
|-
|{{anchor|EVAPORATION_M|[[evaporation_m_(Water_Overlay)|EVAPORATION_M]]}}
|{{time sequence end}}, m/day
|An [[Attribute array|array]] of values, each pair indicating until what time that period of evaporation will last and what the evaporation rate is in that period.
|}


==How-to's==
==How-to's==
* [[How to set linear rain and simulation time (Water Overlay)|How to set linear rain and simulation time]]
* [[How to set linear evaporation rate (Water Overlay)|How to set linear evaporation rate]]
* [[How to load in dynamic rain and simulation time (Water Overlay)|How to load in dynamic rain and simulation time]]
* [[How to load in dynamic evaporation rate (Water Overlay)|How to load in dynamic evaporation rate]]


==See also==
==See also==
* [[Rain model (Water Overlay)]]
* [[Evaporation model (Water Overlay)]]
* [[Surface evaporation formula (Water Overlay)]]
* [[Ground evaporation formula (Water Overlay)]]
{{WaterOverlay simulation data nav}}

Latest revision as of 16:32, 26 January 2024

Weather for the Water Module is defined as a Weather data, which defines a number of environmental circumstances the hydrological model is subject to. It also defines the (total) simulation time.

Weather is a required connection. There is always exactly one weather connected to a water overlay, and by default if no weather exists an appropriate weather effect is created and connected automatically.

Rain

Rain is a consistent addition of water to the hydrological model over a specified period of time. At the end of the rainfall's duration, the specified amount of rain will have fallen in each location in the project. The simulation can calculate both periods of rain as well as dry periods by setting the amount of rain for a specific period to 0. During any period, the amount of water added by rain per timestep is constant.

Evaporation

Evaporation is the consistent removal of water from the hydrological model over a specified period of time. As long as evaporation takes places at a certain rate, water both on the surface and ground layers can be subject to removal from the hydrological model. The evaporation rate defined by the weather is the base amount of all types of evaporation in the calculation.

Simulation time

The simulation time is equal to the total amount of time defined for rainfall (and the accompanying dry periods).

Attribute Unit Description
RAIN_M end-time, m An array of values, each pair indicating until what time that period of rain will last and how much rain will fall in that period.
EVAPORATION_M end-time, m/day An array of values, each pair indicating until what time that period of evaporation will last and what the evaporation rate is in that period.

How-to's

See also