3 | | The canopy model embedded in PALM can be used to simulate the flow across vegetation canopies.\\ Thereby, the canopy is modeled as a porous viscous medium that removes momentum from the flow (according to Shaw & Schumann, 1992; Watanabe, 2004). The [/wiki/doc/tut/job/canopy#Canopymodel presentation "Canopy model"] provides detailed information on canopy-flow theory and the functionality of the canopy model. An example how to model the flow across a simple canopy block can be found under [/wiki/doc/tut/job/canopy#Exercise9:Canopyflow Exercise "Canopy flow"].\\\\ |
4 | | Since revision 13XX all components of the canopy model are modularized into module [/browser/palm/trunk/SOURCE/plant_canopy_model.f90 plant_canopy_model_mod]. In this context, the steering parameters for the canopy model are, since revision 13XX, part of the new package ''canopy_par''.\\\\ |
5 | | The package and the application of the canopy model is activated by adding the NAMELIST {{{canopy_par}}} to your parameter file, subsequently to the NAMELIST {{{d3par}}}. |
| 3 | The canopy model embedded in PALM can be used to simulate the flow across vegetation canopies.\\ 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 [/wiki/doc/tut/job/canopy#Canopymodel "Canopy model"] provides detailed information on canopy-flow theory and the functionality of the canopy model. An example how to model the flow across a simple canopy block can be found under exercise [/wiki/doc/tut/job/canopy#Exercise9:Canopyflow "Canopy flow"].\\\\ |
| 4 | Since revision 13XX all components of the canopy model are modularized into module [/browser/palm/trunk/SOURCE/plant_canopy_model.f90 plant_canopy_model_mod]. In this context, the steering parameters for the canopy model are, since revision 13XX, part of the new package {{{canopy_par}}}.\\\\ |
| 5 | The package and the application of the canopy model is automatically activated by adding the NAMELIST {{{canopy_par}}} to your parameter file, subsequently to the NAMELIST {{{d3par}}}. |
| 10 | |---------------- |
| 11 | {{{#!td style="vertical-align:top" |
| 12 | [=#alpha_lad '''alpha_lad'''] |
| 13 | }}} |
| 14 | {{{#!td style="vertical-align:top" |
| 15 | R |
| 16 | }}} |
| 17 | {{{#!td style="vertical-align:top" |
| 18 | 9999999.9 |
| 19 | }}} |
| 20 | {{{#!td |
| 21 | Dimensionless coefficient for the construction of the leaf area density (lad) profile, using this beta probability density function (following XXcite):\\\\ |
| 22 | {{{ |
| 23 | #!Latex |
| 24 | \[ lad(z/H) = , \] |
| 25 | }}} |
| 26 | This parameter steers together with [/wiki/doc/app/canpar#beta_lad beta_lad] the vertical distribution of leaf area within the canopy volume. [/wiki/doc/app/canpar#alpha_lad alpha_lad] can take values from XX to XX. Furthermore, the desired leaf area index (lai) has to be prescribed by setting [/wiki/doc/app/canpar#lai_beta lai_beta] to a non-zero value.\\\\ |
| 27 | The leaf area density profile can also be constructed by prescribing vertical gradients ([/wiki/doc/app/canpar#lad_vertical_gradient_level lad_vertical_gradient_level], [/wiki/doc/app/canpar#lad_vertical_gradient lad_vertical_gradient]) of the leaf area density, starting from the prescribed surface value [/wiki/doc/app/canpar#lad_surface lad_surface]. |
| 28 | }}} |
| 29 | |---------------- |
| 30 | {{{#!td style="vertical-align:top" |
| 31 | [=#beta_lad '''beta_lad'''] |
| 32 | }}} |
| 33 | {{{#!td style="vertical-align:top" |
| 34 | R |
| 35 | }}} |
| 36 | {{{#!td style="vertical-align:top" |
| 37 | 9999999.9 |
| 38 | }}} |
| 39 | {{{#!td |
| 40 | Dimensionless coefficient for the construction of the leaf area density (lad) profile, using this beta probability density function (following XXcite):\\\\ |
| 41 | {{{ |
| 42 | #!Latex |
| 43 | \[ lad(z/H) = , \] |
| 44 | }}} |
| 45 | This parameter steers together with [/wiki/doc/app/canpar#alpha_lad alpha_lad] the vertical distribution of leaf area within the canopy volume. [/wiki/doc/app/canpar#beta_lad beta_lad] can take values from XX to XX. Furthermore, the desired leaf area index (lai) has to be prescribed by setting [/wiki/doc/app/canpar#lai_beta lai_beta] to a non-zero value.\\\\ |
| 46 | The leaf area density profile can also be constructed by prescribing vertical gradients ([/wiki/doc/app/canpar#lad_vertical_gradient_level lad_vertical_gradient_level], [/wiki/doc/app/canpar#lad_vertical_gradient lad_vertical_gradient]) of the leaf area density, starting from the prescribed surface value [/wiki/doc/app/canpar#lad_surface lad_surface]. |
| 47 | }}} |