Surface evaporation formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Surface evaporation is calculated per cell. | Surface evaporation is calculated per cell. | ||
: ''Δw = min( WL<sub>surface</sub> , Δt * E<sub>weather</sub> * E<sub> | : ''Δw = min( WL<sub>surface</sub> , Δt * E<sub>weather</sub> * E<sub>overlay</sub> )'' | ||
where: | where: | ||
Line 8: | Line 8: | ||
* 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 [[Water evaporation factor (Water Overlay)|evaporation rate]] of the [[Weather|weather]]. | * E<sub>weather</sub> = The [[Water evaporation factor (Water Overlay)|evaporation rate]] of the [[Weather|weather]]. | ||
* E<sub>overlay</sub> = The | * 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:38, 10 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.
- Wsurface = The amount of water (the water column) on the surface.
- Eweather = The evaporation rate of the weather.
- Eoverlay = The SURFACE_WATER_EVAPORATION_FACTOR.