| 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 |
| 81 | Execution of user-defined grid initializing actions.\\ |
| 82 | Here, 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}}}.\\ |
| 83 | CPU time for {{{user_init_grid}}} is considered in the local file [../../iofiles#CPU_MEASURES CPU_MEASURES] within the category "initialisation". |
| 84 | }}} |