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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/land_surface_parameters

    v19 v20  
    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.
    77
    8 A minimum configuration of the LSM requires setting of the parameters [#soil_temperature soil_temperature] [#soil_type soil_type], and [#veg_type veg_type].
     8A minimum configuration of the LSM requires setting of the parameters [#soil_type soil_type], and [#veg_type veg_type]. Setting of initial vertical profiles of [#soil_temperature soil_temperature] and [#soil_moisture soil_moisture] are recommened.
    99
    1010
     
    302302}}}
    303303{{{#!td style="vertical-align:top"
    304 R(4)
    305 }}}
    306 {{{#!td style="vertical-align:top"
    307 4*9999999.9
    308 }}}
    309 {{{#!td
    310 Soil temperature distribution over the four soil layers (in K).
     304R(5)
     305}}}
     306{{{#!td style="vertical-align:top"
     307290.0, 287.0, 285.0, 283.0, 283.0
     308}}}
     309{{{#!td
     310Soil temperature distribution over the four soil layers (first four values) in K. The last (fifth) value represents the deep soil temperature, which is fixed (boundary condition).
    311311}}}
    312312|----------------