Changeset 138 for palm/trunk/DOC/app/chapter_3.5.1.html
- Timestamp:
- Nov 28, 2007 10:03:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/DOC/app/chapter_3.5.1.html
r130 r138 81 81 within the category “initialisation”.</p><p>See 82 82 also <tt><font style="font-size: 10pt;" size="2"><font face="Cumberland, monospace"><a href="#user_init_3d_model">user_init_3d_model</a>.</font></font></tt></p> 83 </td> </tr> <tr> <td style="vertical-align: top;"><tt><font style="font-size: 10pt;" size="2">DEFAULT</font></tt> 83 </td> </tr> <tr><td><tt><font style="font-size: 10pt;" size="2">DEFAULT</font></tt> 84 case of <tt><font style="font-size: 10pt;" size="2">SELECT 85 CASE( TRIM(canopy_mode) ) </font></tt>command in the 86 middle of <tt><font style="font-size: 10pt;" size="2">init_3d_model.f90</font></tt></td><td><a name="user_init_plant_canopy"></a><code>user_init_plant_canopy</code></td><td>User-defined initilisation of the plant canopy model.<br><br>Here, the user can define the two three-dimensional arrays <code>lad_s and cdc </code>that 87 stand for the leaf area density and the canopy drag coefficient. By 88 this, the user can configure a plant canopy. This requires 89 definition of at least one 90 new <a href="chapter_4.1.html#canopy_mode">canopy_mode</a> in the <tt><font style="font-size: 10pt;" size="2">SELECT CASE( TRIM(canopy_mode) ) </font></tt>command 91 in <tt><font style="font-size: 10pt;" size="2">user_init_plant_canopy</font></tt>. 92 Note that the <a href="chapter_4.1.html#canopy_mode">canopy_mode</a> <span style="font-style: italic;">'block'</span> is<span style="font-style: italic;"></span> not allowed here since it is the standard case used in the 93 calling routine <tt><font style="font-size: 10pt;" size="2">init_3d_model</font></tt>. </td></tr><tr> <td style="vertical-align: top;"><tt><font style="font-size: 10pt;" size="2">DEFAULT</font></tt> 84 94 case of <tt><font style="font-size: 10pt;" size="2">SELECT 85 95 CASE( TRIM(topography) ) </font></tt>command in the
Note: See TracChangeset
for help on using the changeset viewer.