Surface evaporation formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
* Δt = Computational timestep.
* Δt = Computational timestep.


* h = The amount of water (the water column) on the surface.
* h = The amount of [[Surface water level formula (Water Overlay)|water on the surface]]. Also known as the water column.
* E<sub>w</sub> = The evaporation rate of the [[Weather|weather]].
* E<sub>w</sub> = The [[Evaporation_m_(Water_Overlay)|evaporation rate]] of the [[weather]].
* E<sub>o</sub> = The [[Surface water evaporation factor model attribute (Water Overlay)|SURFACE_WATER_EVAPORATION_FACTOR]].
* E<sub>o</sub> = The [[Surface water evaporation factor model attribute (Water Overlay)|SURFACE_WATER_EVAPORATION_FACTOR]] of the Water Overlay.


{{Template:WaterOverlay_nav}}
{{Template:WaterOverlay_nav}}
{{Water Module buttons}}
{{Water Module buttons}}

Revision as of 08:08, 14 June 2019

Surface evaporation is calculated per cell.

Δh = min( h , Δt * Ew * Eo )

where:

  • Δh = The amount of evaporation which takes place.
  • Δt = Computational timestep.

Template:WaterOverlay nav