Changes between Version 55 and Version 56 of doc/tec/lsm
- Timestamp:
- Feb 4, 2019 6:52:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/lsm
v55 v56 385 385 386 386 == 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', 387 The 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', 390 391 vegetation_type = 2, 391 392 soil_type = 3, … … 395 396 root_fraction = 0.1, 0.2, 0.3, 0.2, 0.1, 0.05, 0.05, 0.0, 396 397 soil_temperature = 290.0, 289.0, 288.0, 286.0, 285.0, 285.0, 285.0, 285.0, 398 deep_soil_temperature = 280.0, 397 399 / 398 400 }}} 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.401 In 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. 400 402 401 403 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].