Changes between Version 9 and Version 10 of doc/tec/lsm


Ignore:
Timestamp:
Apr 4, 2016 3:59:12 PM (9 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/lsm

    v9 v10  
    2121\end{equation*}
    2222}}}
    23 where ''ρ'' is the density of the air, ''c'',,p,, = 1005 J kg^-1^ K^-1^$ is the specific heat at constant pressure, ''r'',,a,, is the aerodynamic resistance, and ''θ'',,0,, and ''θ'',,1,, are the potential temperature at the surface and at the first grid level above the surface, respectively. ''r'',,a,, is calculated via Monin-Obukhov similarity theory, based on roughness lengths for heat and momentum and the assumption of a constant flux layer between the surface and the first grid level.
     23where ''ρ'' is the density of the air, ''c'',,p,, = 1005 J kg^-1^ K^-1^$ is the specific heat at constant pressure, ''r'',,a,, is the aerodynamic resistance, and ''θ'',,0,, and ''θ'',,1,, are the potential temperature at the surface and at the first grid level above the surface, respectively. ''r'',,a,, is calculated via Monin-Obukhov similarity theory, based on roughness lengths for heat and momentum and the assumption of a constant flux layer between the surface and the first grid level:
     24{{{
     25#!Latex
     26\begin{equation*}
     27r_\mathrm{a} = \dfrac{u_*\ \theta_*}{\theta_1 - \theta_0}
     28\end{equation*}
     29}}}
     30where ''u'',,*,, and ''θ'',,*,, are the friction velocity and the characteristic temperature scale according to Monin-Obukhov similarity scaling.
    2431
    2532''G'' is parametrized as (Duynkerke 1999)
     
    3946Here, ''l'',,v,, = 2.5 * 10^6^ J kg^-1^ is the latent heat of vaporisation, ''r'',,s,, is the surface resistance, ''q'',,v,1,, is the specific humidity at first grid level, and ''q'',,v,sat,, is the saturation specific humidity at temperature ''T'',,0,,.
    4047
    41 All equations above are solved locally for each surface element of the LES grid. Each element can consist of both patches of bare soil, vegetation, and a liquid water reservoir, which is the interception water stored on plants and soil from precipitation. Therefore, an additional equation is solved for the liquid water reservoir. ''LE'' is then calculated for each of the three components (bare soil, vegetation, liquid water). The resistances are calculated following Jarvis (1976).
    42 
    43 ''C'',,0,, is set to zero, the energy balance is solved implicitly by linearising ''q'',,v,sat,,.
     48All equations above are solved locally for each surface element of the LES grid. Each element can consist of both patches of bare soil, vegetation, and a liquid water reservoir, which is the interception water stored on plants and soil from precipitation. Therefore, an additional equation is solved for the liquid water reservoir. ''LE'' is then calculated for each of the three components (bare soil, vegetation, liquid water). The resistances are calculated separately for bare soil and vegetation following Jarvis (1976). The canopy resistance is calculated as
     49{{{
     50#!Latex
     51\begin{equation*}
     52r_\mathrm{c} = \dfrac{r_\mathrm{c,min}}{LAI}\ f_1(R_\mathrm{sw,in})\ f_2(\widetilde m)\ f_3(e_\mathrm{def})
     53\end{equation*}
     54}}}
     55with
     56{{{
     57#!Latex
     58$r_\mathrm{c,min}$: Minimum stomatal resistance\\
     59$LAI$: Leaf area index\\
     60$f_i$: Correction functions ($f_i \geq 1$)\\
     61$R_\mathrm{sw,in}$: Incoming shortwave radiation\\
     62$\widetilde m$: Layer-averaged soil moisture\\
     63$e_\mathrm{def}$: Water-vapor pressure deficit
     64}}}
     65The bare soil resistance is given by
     66{{{
     67#!Latex
     68\begin{equation*}
     69r_\mathrm{soil} = r_\mathrm{soil,min}\ f_{2b}(m_\mathrm{soil,1})
     70\end{equation*}
     71}}}
     72with
     73{{{
     74#!Latex
     75$r_\mathrm{soil,min}$: Minimum soil resistance\\
     76$f_{2b}$:{Correction function} ($f_i \geq 1$)\\
     77$m_\mathrm{soil,1}$: Soil moisture of the uppermost layer)
     78}}}
    4479
    4580== Soil model ==
     81The soil model consists of prognostic equations for the soil temperature and the volumetric soil moisture which are solved for multiple layers. 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 to account for the explicit water withdrawal of plants used for transpiration from the respective soil layer.
     82
     83=== Soil heat transport ===
     84
     85=== Soil moisture transport ===
     86
     87
     88
     89For more details, see \citet{viterbo1995} and \citet{balsamo2009}.
     90
     91
    4692
    4793== Technical details ==
     
    96142
    97143== References ==
     144* Jarvis PG. 1976. The interpretation of the variations in leaf water potential and stomatal conductance found in canopies in the field. Philos. Trans. Roy. Soc. London 273B: 593–610.
     145* Heus T, Van Heerwaarden CC, Jonker HJJ, Siebesma AP, Axelsen S, Dries K, Geoffroy O, Moene AF, Pino D, De Roode SR, Vil`a-Guerau de Arellano J. 2010. Formulation of the dutch atmospheric large-eddy simulation (dales) and overview of its applications. Geosci. Model Dev. 3: 415–444.
     146* Duynkerke PG. 1999. Turbulence, radiation and fog in Dutch stable boundary layers. Boundary-Layer Meteorol. 90: 447–477, doi:10.1023/A:1026441904734.
     147* Viterbo P, Beljaars ACM. 1995. An Improved Land Surface Parameterization Scheme in the ECMWF Model and Its Validation. J. Climate 8: 2716–2748.
     148
     149