Changes between Version 55 and Version 56 of doc/tec/lsm


Ignore:
Timestamp:
Feb 4, 2019 6:52:36 PM (6 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/lsm

    v55 v56  
    385385
    386386== Job preparation ==
    387 The lsm is activated by specifying a {{{&lsm_par}}} NAMELIST in the _p3d file, e.g.:
    388 {{{
    389  &lsm_par surface_type = 'vegetation',
     387The lsm is activated by specifying a {{{&land_surface_parameters}}} namelist in the _p3d file, e.g.:
     388{{{
     389 &land_surface_parameters
     390          surface_type = 'vegetation',
    390391          vegetation_type = 2,
    391392          soil_type = 3,
     
    395396          root_fraction = 0.1, 0.2, 0.3, 0.2, 0.1, 0.05, 0.05, 0.0,
    396397          soil_temperature = 290.0, 289.0, 288.0, 286.0, 285.0, 285.0, 285.0, 285.0,
     398          deep_soil_temperature = 280.0,
    397399/
    398400}}}
    399 In particular, PALM provides a set of predefined land surface types (parameter [wiki:doc/app/lsmpar#veg_type veg_type]) for which typical parameters are used to intialize the model. Moreover, a set of predefined soil types can be chosen (parameter [wiki:doc/app/lsmpar#soil_type soil_type]). You can overwrite the default parameters by explicitly prescribing them in the NAMELIST.
     401In particular, PALM provides a set of predefined land surface types (parameter [wiki:doc/app/lsmpar#vegetation_type vegetation_type]) for which typical parameters are used to intialize the model. Moreover, a set of predefined soil types can be chosen (parameter [wiki:doc/app/lsmpar#soil_type soil_type]). You can overwrite the default parameters by explicitly prescribing them in the namelist.
    400402
    401403Note that the surface albedo is part of the radiation scheme and is steered via the parameter [wiki:doc/app/radpar#albedo_type albedo_type].