Version 12 (modified by scharf, 9 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!)
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 (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 1485, 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 with 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. The setting of parameter plant_canopy = .T. is no longer required, since this is automatically done in PALM if the NAMELIST canopy_par exists in the parameter file.
NAMELIST group name: canopy_par
Parameter Name | FORTRAN Type | Default Value | Explanation |
---|---|---|---|
alpha_lad | R | 9999999.9 |
Dimensionless coefficient required for constructing the leaf area density (LAD) profile, using following beta probability density function (following Markkanen et al., 2003, BLM 106, 437-459): where z is the height above ground, H is the canopy height, and alpha (alpha_lad) and beta (beta_lad) are the coefficients to be prescribed. The actual leaf area density values follow from:
with the leaf area index LAI (LAI is the vertical integral over the LAD profile) being prescribed by canopy parameter lai_beta. |
beta_lad | R | 9999999.9 |
Dimensionless coefficient required for constructing the leaf area density (LAD) profile, using a beta probability density function (see alpha_lad for details). |
canopy_mode | C*20 | 'block' |
Canopy mode. |
cthf | R | 0.0 |
Average heat flux that is prescribed at the top of the plant canopy. |
canopy_drag_coeff | 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 (see alpha_lad for details). |
leaf_surface_conc | R | 0.0 |
Concentration of a passive scalar at the surface of a leaf (in kg/m3). |
pch_index | I | 0 |
Grid point index (w-grid) of the upper boundary of the plant canopy layer. |
leaf_scalar_exch_coeff | R | 0.0 |
Scalar exchange coefficient for a leaf (dimensionless). |
Attachments (1)
- test_canopy.zip (8.6 KB) - added by Giersch 14 months ago.
Download all attachments as: .zip