Surface evaporation formula (Water Overlay)
Jump to navigation
Jump to search
Surface evaporation is calculated per cell.
- Δh = min( h , Δt * Ew * Eo )
where:
- Δh = The amount of evaporation which takes place.
- Δt = Computational timestep in seconds.
- h = The amount of water on the surface. Also known as the water column.
- Ew = The evaporation rate of the weather.
- Eo = The SURFACE_WATER_EVAPORATION_FACTOR of the Water Overlay.
Related
The following topics are related to this formula.
- Formulas
- Surface water level formula (Water Overlay)
- Models
- Surface model (Water Overlay)
- Evaporation model (Water Overlay)