Functions:
Function hydrology_soilEvaporationAmount
calculates the amount of evaporation from bare soil, following Ritchie (1972).
Function hydrology_soilEvaporation
calculates the amount of evaporation from bare soil and distributes it among soil layers.
Function hydrology_herbaceousTranspiration
calculates the amount of transpiration due to herbaceous plants.
hydrology_soilEvaporationAmount(DEF, PETs, Gsoil)hydrology_soilEvaporation(
soil,
snowpack,
soilFunctions,
pet,
LgroundSWR,
modifySoil = TRUE
)
hydrology_herbaceousTranspiration(
pet,
LherbSWR,
herbLAI,
soil,
soilFunctions,
modifySoil = TRUE
)
Function hydrology_soilEvaporationAmount
returns the amount of water evaporated from the soil.
Function hydrology_soilEvaporation
returns a vector of water evaporated from each soil layer.
Water deficit in the (topsoil) layer.
Potential evapotranspiration at the soil surface.
Gamma parameter (maximum daily evaporation).
An object of class soil
.
The amount of snow (in water equivalents, mm) in the snow pack.
Soil water retention curve and conductivity functions, either 'SX' (for Saxton) or 'VG' (for Van Genuchten).
Potential evapotranspiration for a given day (mm)
Percentage of short-wave radiation (SWR) reaching the ground.
Boolean flag to indicate that the input soil
object should be modified during the simulation.
Percentage of short-wave radiation (SWR) reaching the herbaceous layer.
Leaf area index of the herbaceous layer.
Miquel De Cáceres Ainsa, CREAF
Ritchie (1972). Model for predicting evaporation from a row crop with incomplete cover. - Water resources research.
spwb
, hydrology_waterInputs
, hydrology_infiltration