Changes between Version 19 and Version 20 of doc/app/userint/int


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

--

Legend:

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

    v19 v20  
    7171Here, 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}}}.
    7272}}}
     73|----------------
     74{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     75{{{DEFAULT}}} case of {{{SELECT CASE( TRIM(topography) )}}} command in the middle of {{{init_grid.f90}}}
     76}}}
     77{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     78[=#user_init_grid {{{user_init_grid}}}]
     79}}}
     80{{{#!td
     81Execution of user-defined grid initializing actions.\\
     82Here, the user can define the two-dimensional index array {{{nzb_local}}} that is used to set up a non-flat topography. This requires definition of at least one new [../../inipar#topography topography] mode in the {{{SELECT CASE( TRIM(topography) )}}} command and the definition of [../../inipar#topography_grid_convention topography_grid_convention] in {{{user_init_grid}}}. Note that the [../../inipar#topography topography] modes'' 'flat', 'single_building' ''and'' 'read_from_file' ''are not allowed here since these are the standard cases used in the calling routine {{{init_grid}}}.\\
     83CPU time for {{{user_init_grid}}} is considered in the local file [../../iofiles#CPU_MEASURES CPU_MEASURES] within the category "initialisation".
     84}}}