Changes between Version 62 and Version 63 of doc/tec/lsm
- Timestamp:
- Feb 24, 2021 5:21:36 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/lsm
v62 v63 339 339 340 340 == Exception: pavement == 341 It is possible to account for urban land surfaces such as roads by adding a pavement layer to the soil model. This is realized by setting the parameter {{{surface_type = 'pavement'}}}. The pavement is steered via a depth ([wiki:doc/app/l smpar#pave_depth pave_depth]), a heat capacity ([wiki:doc/app/lsmpar#pave_heat_capacity pave_heat_capacity]), and a heat conductivity ([wiki:doc/app/lsmpar#pave_heat_conductivity pave_heat_conductivity]). The pavement then replaces the upper soil layers up to a depth of {{{pave_depth}}}. In case that {{{pave_depth}}} is between two soil layers, the respective heat conductivity and heat capacities are linearly interpolated between the soil value and the pavement value to the respective grid point.341 It is possible to account for urban land surfaces such as roads by adding a pavement layer to the soil model. This is realized by setting the parameter {{{surface_type = 'pavement'}}}. The pavement is steered via a depth ([wiki:doc/app/land_surface_parameters#pave_depth pave_depth]), a heat capacity ([wiki:doc/app/land_surface_parameters#pave_heat_capacity pave_heat_capacity]), and a heat conductivity ([wiki:doc/app/land_surface_parameters#pave_heat_conductivity pave_heat_conductivity]). The pavement then replaces the upper soil layers up to a depth of {{{pave_depth}}}. In case that {{{pave_depth}}} is between two soil layers, the respective heat conductivity and heat capacities are linearly interpolated between the soil value and the pavement value to the respective grid point. 342 342 343 343 Note that the pavement layer must be at least have the same depth as the uppermost soil layer. If the prescribed pavement depth is too small, it is automatically set to this minimum depth. … … 412 412 / 413 413 }}} 414 In particular, PALM provides a set of predefined land surface types (parameter [wiki:doc/app/l smpar#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.414 In particular, PALM provides a set of predefined land surface types (parameter [wiki:doc/app/land_surface_parameters#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/land_surface_parameters#soil_type soil_type]). You can overwrite the default parameters by explicitly prescribing them in the namelist. 415 415 416 416 Note that the surface albedo is part of the radiation scheme and is steered via the parameter [wiki:doc/app/radpar#albedo_type albedo_type].