Changes between Version 33 and Version 34 of doc/app/radiation_parameters
- Timestamp:
- Oct 25, 2018 12:42:33 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/radiation_parameters
v33 v34 6 6 * Simple clear sky 7 7 * RRTMG 8 In addition to these radiation models, a Radiative Transfer Model (RTM) is implemented in PALM to describe the radiative transfer processes within the urban canopy layer, including multiple reflections between buildings and other surfaces located in the domain . The model treats direct and diffuse radiation separately.8 In addition to these radiation models, a Radiative Transfer Model (RTM) is implemented in PALM to describe the radiative transfer processes within the urban canopy layer, including multiple reflections between buildings and other surfaces located in the domain and interactions with resolved plant canopy. 9 9 10 10 Current RTM version 3.0 involves the following processes … … 14 14 * Absorption of shortwave radiation by resolved plant canopy (trees) which are treated as semitransparent medium. 15 15 * Absorption and emission of longwave radiation by resolved plant canopy (trees) which are treated as semitransparent medium. 16 * Plant canopy LW and SW radiative exchange (used as an input for calculation of plant canopy transpiration and latent heat). 17 16 18 17 19 All parts of the radiation code (and the interface of the radiation code) are modularized in module radiation_model_mod. In this context, a new Fortran NAMELIST radiation_parameters was added, containing all radiation-related steering parameters. The radiation module is automatically activated if a radiation_parameters is set in the parameter file (_p3d).