Surface evaporation formula (Water Overlay): Difference between revisions

From Tygron Support wiki
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( h , Δt * E<sub>w</sub> * E<sub>o</sub> )''
: ''Δh = min( h , Δt * E<sub>w</sub> * E<sub>o</sub> )''


where:
where:
* Δw = The amount of evaporation which takes place.
* Δh = The amount of evaporation which takes place.
* Δt = Computational timestep.
* Δt = Computational timestep.



Revision as of 15:10, 25 April 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