Changes between Version 17 and Version 18 of doc/tec/lsm
- Timestamp:
- Apr 5, 2016 7:51:15 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/lsm
v17 v18 2 2 3 3 == Overview == 4 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, predicting the temperature of the skin 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 Heus et al. 2010]).4 Since r1551 a full land surface model (LSM) is available in PALM (see [source:palm/trunk/SOURCE/land_surface_model.f90 land_surface_model.f90]). It consists of a four layer soil model, predicting soil temperature and moisture content, and a solver for the energy balance, predicting the temperature of the skin 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 Heus et al. 2010]). 5 5 6 6 Note that the use of the LSM requires using some kind of [wiki:doc/tec/radiation radiation model] to provide radiative fluxes at the surface. … … 31 31 \end{equation*} 32 32 }}} 33 where ''u'',,*,, and ''θ'',,*,, are the friction velocity and the characteristic temperature scale according to Monin-Obukhov similarity scaling (these are calculated in [source: trunk/SOURCE/surface_layer_fluxes.f90 surface_layer_fluxes.f90]).33 where ''u'',,*,, and ''θ'',,*,, are the friction velocity and the characteristic temperature scale according to Monin-Obukhov similarity scaling (these are calculated in [source:palm/trunk/SOURCE/surface_layer_fluxes.f90 surface_layer_fluxes.f90]). 34 34 35 35 === Parameterization of ''G'' === … … 106 106 == Soil model == 107 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. 108 [[Image(lsm_simple.png)]] 109 108 110 109 111 === Soil heat transport ===