| 825 | Alternatively, the user may add code to the user interface subroutine [../userint/int#user_init_grid user_init_grid]. |
| 826 | }}} |
| 827 | |---------------- |
| 828 | {{{#!td style="vertical-align:top; width: 50px" |
| 829 | 90 |
| 830 | }}} |
| 831 | {{{#!td style="vertical-align:top; width: 150px" |
| 832 | [=#TOPOGRAPHY_DATA2 TOPOGRAPHY_DATA2] |
| 833 | }}} |
| 834 | {{{#!td style="vertical-align:top; width: 50px" |
| 835 | I |
| 836 | }}} |
| 837 | {{{#!td style="vertical-align:top; width: 100px" |
| 838 | netCDF |
| 839 | }}} |
| 840 | {{{#!td |
| 841 | Rastered topography information. \\\\ |
| 842 | In case of [../inipar#topography topography] = '' 'read_from_file' '' the subroutine {{{init_grid}}} reads the topography information. |
| 843 | Topography information can be further split-up into building and orography information (see netCDF varialbes ''buildings_0'' and ''orography_0'', respectively. |
| 844 | ''orography_0(y,x)'' is an optional variable, comprising rastered orography-height information in m. |
| 845 | ''buildings_0'' can be available in two general modes, distinguished by the variable's attribute ''lod''. \\ |
| 846 | 1) If ''lod'' = 1, ''buildings_0(y,x)'' comprises rastered 2-D floating-point building / topography height information in m, or \\ |
| 847 | 2) if ''lod'' = 2, ''buildings_0(z,y,x)'' comprises rastered 3-D integer building / topography information for each grid point. This case, ''buildings_0'' at the respective grid point is either 1 if the grid point belongs to a building, or is 0 if the grid point belongs to the atmosphere. Topography information need to be given up to the highest grid level where topography occurs. It is not required to provide topography information up to the model top. The 2) method is only required if overhanging building structures should be considered. Moreover, in this case, orography information is not considered so far. \\ |
| 848 | |
| 849 | If both, ''orography_0'' and ''buildings_0'' are given, ''buildings_0'' is mapped on top of ''orography_0''. \\ |
| 850 | The global origin (y=0,x=0) of the data is the southwest corner of the model domain. |
| 851 | |
| 852 | If both, ASCII an netCDF file are present, topography information will be read only from netCDF file. |
| 853 | |
| 854 | The data must exactly match the horizontal grid. Due to the staggered grid, the topography may be displaced by -0.5 [../inipar#dx dx] in x-direction and -0.5 [../inipar#dy dy] in y-direction depending on the parameter [../inipar#topography_grid_convention topography_grid_convention]. \\\\ |