Version 10 (modified by maronga, 8 years ago) (diff)

--

Land surface model

Overview

Since r1551 a full land surface model (LSM) is available in PALM. It consists of a four layer soil model, predicting soil temperature and moisture content, and a solver for the energy balance of the skin surface layer. Moreover, a liquid water reservoir accounts for the presence of liquid water on plants and soil due to precipitation. The implementation is based on the ECMWF-IFS land surface parametrization (H-TESSEL) and its adaptation in the DALES model (Heus et al. 2010).

Note that the use of the LSM requires using a radiation model to provide radiative fluxes at the surface.

Energy balance solver

The energy balance of the Earth's surface reads

\begin{equation*}
   C_0 \dfrac{dT_0}{dt} = R_\mathrm{n} - H - LE - G
\end{equation*}

where C0 and T0 are the heat capacity and radiative temperature of the surface skin layer, respectively. Rn, H, LE, and G are the net radiation, sensible heat flux, latent heat flux, and ground (soil) heat flux at the surface, respectively. H is calculated as

\begin{equation*}
  H = - \rho\ c_\mathrm{p}\ \dfrac{1}{r_\mathrm{a}} ( \theta_1 - \theta_0 )
\end{equation*}

where ρ is the density of the air, cp = 1005 J kg-1 K-1$ is the specific heat at constant pressure, ra 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. ra 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:

\begin{equation*}
r_\mathrm{a} = \dfrac{u_*\ \theta_*}{\theta_1 - \theta_0}
\end{equation*}

where u* and θ* are the friction velocity and the characteristic temperature scale according to Monin-Obukhov similarity scaling.

G is parametrized as (Duynkerke 1999)

\begin{equation*}
  G = \Lambda ( T_0 - T_{\mathrm{soil},1} )
\end{equation*}

with Λ being the heat conductivity between skin layer and the soil, and Tsoil,1 being the temperature of the uppermost soil layer. The latent heat flux is calculated as

\begin{equation*}
  LE = - \rho\ l_\mathrm{v}\ \dfrac{1}{r_\mathrm{a} + r_\mathrm{s}} ( q_{\mathrm{v},1} - q_{\mathrm{v,sat}}(T_0) )\;.
\end{equation*}

Here, lv = 2.5 * 106 J kg-1 is the latent heat of vaporisation, rs is the surface resistance, qv,1 is the specific humidity at first grid level, and qv,sat is the saturation specific humidity at temperature T0.

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 separately for bare soil and vegetation following Jarvis (1976). The canopy resistance is calculated as

\begin{equation*}
r_\mathrm{c} = \dfrac{r_\mathrm{c,min}}{LAI}\ f_1(R_\mathrm{sw,in})\ f_2(\widetilde m)\ f_3(e_\mathrm{def})
\end{equation*}

with

$r_\mathrm{c,min}$: Minimum stomatal resistance\\
$LAI$: Leaf area index\\
$f_i$: Correction functions ($f_i \geq 1$)\\
$R_\mathrm{sw,in}$: Incoming shortwave radiation\\
$\widetilde m$: Layer-averaged soil moisture\\
$e_\mathrm{def}$: Water-vapor pressure deficit

The bare soil resistance is given by

\begin{equation*}
r_\mathrm{soil} = r_\mathrm{soil,min}\ f_{2b}(m_\mathrm{soil,1})
\end{equation*}

with

$r_\mathrm{soil,min}$: Minimum soil resistance\\
$f_{2b}$:{Correction function} ($f_i \geq 1$)\\
$m_\mathrm{soil,1}$: Soil moisture of the uppermost layer)

Soil model

The 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.

Soil heat transport

Soil moisture transport

For more details, see \citet{viterbo1995} and \citet{balsamo2009}.

Technical details

The discretized and linearized energy budget equation in PALM reads

\begin{equation*}
T_\mathrm{0,p} = \dfrac{A \Delta t + C_\mathrm{sk} T_0}{C_\mathrm{sk} + B \Delta t} 
\end{equation*}

with

\begin{equation*}
A = R_\mathrm{n} + 3 \sigma T_0^4 + \dfrac{f_H}{\Pi} T_1 + f_{LE} \left( q_1 - q_s + \dfrac{d q_s}{d T} T_0 \right) + \Lambda T_\mathrm{soil}
\end{equation*}

and

\begin{equation*}
B = \Lambda + f_{LE} \dfrac{d q_s}{d T} + \dfrac{f_H}{\Pi} + 4 \sigma T_0^3
\end{equation*}

with (in order of occurence):

$T_\mathrm{0,p}$:  prognostic skin temperature\\
$\Delta t$: time step\\
$C_\mathrm{sk}$: skin heat capacity\\
$T_\mathrm{0}$: skin temperature before time step\\
$R_\mathrm{n}$: net radiation at the surface\\
$\sigma$: Stefan-Boltzmann constant\\
$f_{H} = \dfrac{\rho c_\mathrm{p}}{r_\mathrm{a}}$\\
$\Pi$: conversion factor from actual temperature to potential temperature\\
$T_1$: temperature at first grid level\\
$f_{LE} = \dfrac{\rho l_\mathrm{v}}{r_\mathrm{a} + r_\mathrm{s}}$\\
$q_1$: specific humidity at first grid level\\
$q_s$: saturation specific humidity at the surface\\
$\Lambda$: heat conductivity of the skin layer\\
$T_\mathrm{soil}$: temperature of the uppermost soil layer

Note that for Csk = 0, the prognostic equation for T0,p reduces to a diagnostic equation:

\begin{equation*}
T_\mathrm{0,p} = \dfrac{A}{B} 
\end{equation*}

Usage

References

  • 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.
  • 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.
  • Duynkerke PG. 1999. Turbulence, radiation and fog in Dutch stable boundary layers. Boundary-Layer Meteorol. 90: 447–477, doi:10.1023/A:1026441904734.
  • Viterbo P, Beljaars ACM. 1995. An Improved Land Surface Parameterization Scheme in the ECMWF Model and Its Validation. J. Climate 8: 2716–2748.

Attachments (2)