Changes between Version 94 and Version 95 of doc/app/iofiles


Ignore:
Timestamp:
Jun 7, 2017 8:43:47 AM (8 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v94 v95  
    823823}}}
    824824These 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]. See also the example in [source:/palm/trunk/EXAMPLES/topo_file trunk/EXAMPLES/topo_file/]. \\\\
     825Alternatively, 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"
     82990
     830}}}
     831{{{#!td style="vertical-align:top; width: 150px"
     832[=#TOPOGRAPHY_DATA2 TOPOGRAPHY_DATA2]
     833}}}
     834{{{#!td style="vertical-align:top; width: 50px"
     835I
     836}}}
     837{{{#!td style="vertical-align:top; width: 100px"
     838netCDF
     839}}}
     840{{{#!td
     841Rastered topography information. \\\\
     842In case of  [../inipar#topography topography] = '' 'read_from_file' '' the subroutine {{{init_grid}}} reads the topography information.
     843Topography 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''. \\
     8461) If ''lod'' = 1, ''buildings_0(y,x)'' comprises rastered 2-D floating-point building / topography height information in m, or \\
     8472) 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
     849If both, ''orography_0'' and ''buildings_0'' are given, ''buildings_0'' is mapped on top of ''orography_0''. \\
     850The global origin (y=0,x=0) of the data is the southwest corner of the model domain.
     851
     852If both, ASCII an netCDF file are present, topography information will be read only from netCDF file.
     853
     854The 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]. \\\\
    825855Alternatively, the user may add code to the user interface subroutine [../userint/int#user_init_grid user_init_grid] to allow different data formats.
    826856}}}