Surface evaporation formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Created page with "Surface evaporation is calculated per cell. : ''Δw = min( WL<sub>surface</sub> , Δt * E<sub>weather</sub> * E<sub>overlay</sub> )'' where: * Δw = The amount of evaporation...")
 
No edit summary
Line 7: Line 7:


* W<sub>surface</sub> = The amount of water (the water column) on the surface.
* W<sub>surface</sub> = The amount of water (the water column) on the surface.
* E<sub>weather</sub> = The {{inlink|lcase=1|Evaporation rate}} of the weather.
* E<sub>weather</sub> = The [[Water evaporation factor (Water Overlay)|evaporation rate]] of the weather.
* E<sub>overlay</sub> = The {{inlink|SURFACE_WATER_EVAPORATION_FACTOR}}.
* E<sub>overlay</sub> = The [[Surface water evaporation factor model attribute (Water Overlay)|SURFACE_WATER_EVAPORATION_FACTOR]].


{{Template:WaterOverlay_nav}}
{{Template:WaterOverlay_nav}}

Revision as of 12:26, 4 April 2019

Surface evaporation is calculated per cell.

Δw = min( WLsurface , Δt * Eweather * Eoverlay )

where:

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

Template:WaterOverlay nav