Changes between Version 17 and Version 18 of doc/app/userint/int


Ignore:
Timestamp:
Sep 14, 2010 11:18:31 AM (14 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/userint/int

    v17 v18  
    5656}}}
    5757{{{#!td
    58 
     58Reading of user-defined 2d- and 3d-arrays from the restart file.\\
     59In case of restart runs, user-defined quantities may have to be read from the restart file generated by the previous run. These quantities must have been output by the user in the previous run using routine [#user_last_actions {{{user_last_actions}}}].\\
     60For usage, see example contained in {{{read_3d_binary.f90}}} and {{{user_last_actions.f90}}}.
    5961}}}
     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
     70User-defined initilisation of the plant canopy model.\\
     71Here, 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}}}