| 62 | |---------------- |
| 63 | {{{#!td style="vertical-align:top; text-align:left;width: 150px" |
| 64 | {{{DEFAULT}}} case of {{{SELECT CASE( TRIM(canopy_mode) )}}} command in the middle of {{{init_3d_model.f90}}} |
| 65 | }}} |
| 66 | {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" |
| 67 | [=#user_init_plant_canopy {{{user_init_plant_canopy}}}] |
| 68 | }}} |
| 69 | {{{#!td |
| 70 | User-defined initilisation of the plant canopy model.\\ |
| 71 | Here, the user can define the two three-dimensional arrays {{{lad_s}}} and {{{cdc}}} that stand for the leaf area density and the canopy drag coefficient. By this, the user can configure a plant canopy. This requires definition of at least one new [../../inipar#canopy_mode canopy_mode] in the {{{SELECT CASE( TRIM(canopy_mode) )}}} command in {{{user_init_plant_canopy}}}. Note that the [../../inipar#canopy_mode canopy_mode]'' 'block' ''is not allowed here since it is the standard case used in the calling routine {{{init_3d_model}}}. |
| 72 | }}} |