Changes between Version 19 and Version 20 of doc/tec/lsm


Ignore:
Timestamp:
Apr 5, 2016 8:15:32 AM (9 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/lsm

    v19 v20  
    105105
    106106== Soil model ==
    107 The soil model consists of prognostic equations for the soil temperature and the volumetric soil moisture which are solved for multiple layers. The soil model only takes into account vertical transport within the soil and no ice phase is considered. By default, the soil model consists of four layers, in which the vertical heat and water transport is modelled using the Fourier law of diffusion and Richards' equation, respectively. Also, root fractions can be assigned to each soil layer to account for the explicit water withdrawal of plants used for transpiration from the respective soil layer.
     107The soil model consists of prognostic equations for the soil temperature and the volumetric soil moisture which are solved for multiple layers. The soil model only takes into account vertical transport within the soil and no ice phase is considered. By default, the soil model consists of four layers (see figure below), in which the vertical heat and water transport is modelled using the Fourier law of diffusion and Richards' equation, respectively. Also, root fractions can be assigned to each soil layer to account for the explicit water withdrawal of plants used for transpiration from the respective soil layer.
    108108[[Image(lsm_simple.png,300px)]]
    109109
     
    200200{{{
    201201#!Latex
     202$alpha$: Van Genuchten coefficient\\
    202203$h$: Pressure head\\
    203204$n$: Van Genuchten coefficient\\
     
    218219\end{equation}
    219220}}}
     221
     222=== Root extraction ===
     223The root extraction of water from the respective soil layer ''S,,m,,'' is calculated as follows:
     224{{{
     225#!Latex
     226\begin{equation*}
     227m_total = \sum \limits_{k = 0}^3 R_\mathrm{fr}(k) * m_soil(k)
     228\end{equation*}
     229}}}
     230where ''m'',,total,, is the total water content of the soil. Only those layer are summed up which have a soil moisture above wilting point (plants do not extract water from such layers). The root extraction is then given by
     231{{{
     232#!Latex
     233\begin{equation*}
     234S_m = \dfrac{LE_\mathrm{veg}}{rho_l\ l_v} \sum \limits_{k = 0}^3 R_\mathrm{fr}(k) * \dfrac{m_soil(k)}{m_total(k)}
     235\end{equation*}
     236}}}
     237Again, only layers where the soil moisture is above its value at wilting point are used for root extraction (which is zero otherwise).
     238
     239
     240=== Boundary conditions ===
     241Neumann boundary conditions are used for the transport of heat and moisture at the upper boundary (surface). The values are given by the energy balance in terms of ''G'' for heat and ''LE'',,soil,,, for moisture. At the bottom boundary a deep soil temperature is prescribed (Dirichlet conditions), whereas two options are available for soil moisture. The underlying surface can be set to either bedrock (no moisture flux at the bottom, water conserving) or to open bottom (implies non-conservation of water).
     242
    220243
    221244For more details, see also [#viterbo Viterbo et al. (1995)] and [#balsamo Balsamo et al. (2009)].