Changes between Version 4 and Version 5 of doc/app/plant_canopy_parameters


Ignore:
Timestamp:
Mar 21, 2014 11:05:17 AM (11 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/plant_canopy_parameters

    v4 v5  
    11== Canopy Parameters ==
    22[[TracNav(doc/app/partoc|nocollapse)]] ---UNDER CONSTRUCTION---\\\\
    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}}}.
     3The 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"].\\\\
     4Since 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}}}.\\\\
     5The 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}}}.
    66\\\\\\\\\\
    77'''NAMELIST group name: canopy_par''' \\
    88
    99||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN Type]'''  =||='''Default Value'''  =||='''Explanation'''  =||
     10|----------------
     11{{{#!td style="vertical-align:top"
     12[=#alpha_lad '''alpha_lad''']
     13}}}
     14{{{#!td style="vertical-align:top"
     15R
     16}}}
     17{{{#!td style="vertical-align:top"
     189999999.9
     19}}}
     20{{{#!td
     21Dimensionless 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}}}
     26This 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.\\\\
     27The 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"
     34R
     35}}}
     36{{{#!td style="vertical-align:top"
     379999999.9
     38}}}
     39{{{#!td
     40Dimensionless 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}}}
     45This 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.\\\\
     46The 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}}}
    1048|----------------
    1149{{{#!td style="vertical-align:top;width: 150px"
     
    98136|----------------
    99137{{{#!td style="vertical-align:top"
     138[=#lai_beta '''lai_beta''']
     139}}}
     140{{{#!td style="vertical-align:top"
     141R
     142}}}
     143{{{#!td style="vertical-align:top"
     1440.0
     145}}}
     146{{{#!td
     147Leaf 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 [/wiki/doc/app/canpar#alpha_lad alpha_lad] or [/wiki/doc/app/canpar#beta_lad beta_lad].\\\\
     148[/wiki/doc/app/canpar#lai_beta lai_beta] has to be set to a non-zero value, and parameters [/wiki/doc/app/canpar#alpha_lad alpha_lad] and [/wiki/doc/app/canpar#beta_lad beta_lad] have to be given.
     149}}}
     150|----------------
     151{{{#!td style="vertical-align:top"
    100152[=#leaf_surface_concentration '''leaf_surface_concentration''']
    101153}}}
     
    121173}}}
    122174{{{#!td
    123 Grid point index (scalar) of the upper boundary of the plant canopy layer.\\\\
     175Grid point index (w-grid) of the upper boundary of the plant canopy layer.\\\\
    124176Above '''pch_index''' the arrays of leaf area density and [#drag_coeffient drag_coeffient] are automatically set to zero in case of [#plant_canopy plant_canopy] = ''.T.''. Up to '''pch_index''' a leaf area density profile can be prescribed by using the parameters [#lad_surface lad_surface], [#lad_vertical_gradient lad_vertical_gradient] and [#lad_vertical_gradient_level lad_vertical_gradient_level].
    125177}}}