Version 6 (modified by kanani, 11 years ago) (diff) |
---|
Canopy Parameters
TracNav
Core Parameters
Module Parameters
- Agent system
- Aerosol (Salsa)
- Biometeorology
- Bulk cloud physics
- Chemistry
- FASTv8
- Indoor climate
- Land surface
- Nesting
- Nesting (offline)
- Ocean
- Particles
- Plant canopy
- Radiation
- Spectra
- Surface output
- Synthetic turbulence
- Turbulent inflow
- Urban surface
- User-defined
- Virtual flights
- Virtual measurements
- Wind turbine
- Alphabetical list (outdated!)
---UNDER CONSTRUCTION---
The canopy model embedded in PALM can be used to simulate the effect of vegetation canopies on a turbulent flow.
Thereby, the canopy is modeled as a porous viscous medium that removes momentum from the flow (according to Shaw & Schumann, 1992; Watanabe, 2004). The presentation Canopy model provides detailed information on canopy-flow theory and the functionality of the canopy model. An example on how to model the flow across a simple canopy block can be found under exercise Canopy flow.
Starting at revision 13XX (oder Release XX), all parts of the canopy-model-related PALM code are modularized in module plant_canopy_model_mod. In this context, the newly created package canopy_par now contains all canopy-related input parameters. This means that the canopy model is now steered using the NAMELIST canopy_par, and no longer over the inipar-NAMELIST. Hence, in order to automatically enable the canopy model, NAMELIST canopy_par and the respective canopy parameters must be added to the parameter file (_p3d), subsequently to the NAMELIST d3par.
NAMELIST group name: canopy_par
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
alpha_lad | R | 9999999.9 |
Dimensionless coefficient required for the construction of the leaf area density (LAD) profile, using following beta probability density function (following XXcite): ![]() where z is the height above ground, H is canopy height, and alpha and beta are the coefficients to be presribed. The actual leaf area density values follow from: ![]() with LAI being the prescribed leaf area index \beta_lai (LAI is the vertical integral over the LAD profile).
\beta_lai has to be set to a non-zero value in order to use the beta probability density function for the LAD-profile construction.
alpha_lad steers together with beta_lad the vertical distribution of leaf area within the canopy volume. alpha_lad can take values from XX to XX. The LAD profile can also be constructed by prescribing vertical gradients (lad_vertical_gradient_level, lad_vertical_gradient) of the leaf area density, starting from the prescribed surface value lad_surface. |
beta_lad | R | 9999999.9 |
Dimensionless coefficient required for the construction of the leaf area density (LAD) profile, using following beta probability density function (following XXcite): ![]() where z is the height above ground, H is canopy height, and alpha and beta are the coefficients to be presribed. The actual leaf area density values follow from: ![]() with LAI being the prescribed leaf area index \beta_lai (LAI is the vertical integral over the LAD profile).
\beta_lai has to be set to a non-zero value in order to use the beta probability density function for the LAD-profile construction.
beta_lad steers together with alpha_lad the vertical distribution of leaf area within the canopy volume. beta_lad can take values from XX to XX. The leaf area density profile can also be constructed by prescribing vertical gradients (lad_vertical_gradient_level, lad_vertical_gradient) of the leaf area density, starting from the prescribed surface value lad_surface. |
canopy_mode | C*20 | 'block' |
Canopy mode. |
cthf | R | 0.0 |
Average heat flux that is prescribed at the top of the plant canopy. |
drag_coefficient | R | 0.0 |
Drag coefficient used in the plant_canopy_model. |
lad_surface | R | 0.0 |
Surface value of the leaf area density (in m2/m3). |
lad_vertical_gradient | R(10) | 10 * 0.0 |
Gradient(s) of the leaf area density (in m2/m4). |
lad_vertical_gradient_level | R(10) | 10 * 0.0 |
Height level from which on the gradient of the leaf area density defined by lad_vertical_gradient is effective (in m). |
lai_beta | R | 0.0 |
Leaf area index used in the plant_canopy_model to construct the vertical profile of the leaf area density (lad) with a beta function, as described under parameter alpha_lad or beta_lad. |
leaf_surface_concentration | R | 0.0 |
Concentration of a passive scalar at the surface of a leaf (in K m/s). |
pch_index | I | 0 |
Grid point index (w-grid) of the upper boundary of the plant canopy layer. |
plant_canopy | L | .F. |
Switch for the plant canopy model. |
scalar_exchange_coefficient | R | 0.0 |
Scalar exchange coefficient for a leaf (dimensionless). |
Attachments (1)
- test_canopy.zip (8.6 KB) - added by Giersch 21 months ago.
Download all attachments as: .zip