Changes between Version 18 and Version 19 of doc/app/land_surface_parameters


Ignore:
Timestamp:
Mar 3, 2015 5:08:16 PM (10 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/land_surface_parameters

    v18 v19  
    22[[TracNav(doc/app/partoc|nocollapse)]]
    33
    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 at the surface. The implementation is based on the ECMWF-IFS land surface parametrization (TESSEL) and its adaption in the DALES model.
     4Since 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 at the surface. Moreover, a liquid water reservoid accounts for the presence of liquid water on plants due to dew/fog. The implementation is based on the ECMWF-IFS land surface parametrization (TESSEL) and its adaption in the DALES model.
    55
    66All parts of the LSM code are modularized in module [/browser/palm/trunk/SOURCE/land_surface_model.f90 land_surface_model_mod]. In this context, a new Fortran NAMELIST {{{lsm_par}}} was added, containing all LSM-related steering parameters. The LSM is automatically activated when a {{{lsm_par}}} is set in the parameter file ({{{_p3d}}}). The user can easily set all relevant LSM parameters by choosing between 19 pre-defined [#veg_type vegetation types] and 7 different [#soil_type soil types]. The default setting of the LSM is a soil of medium porosity covered to 85% with short grass. It is also possible to modify the pre-defined vegetation/soil types by overwriting some of the parameters. Moreover it is possible to create user-defined vegetation and soil types from scratch.