Changes between Version 8 and Version 9 of doc/app/iofiles/pids


Ignore:
Timestamp:
May 23, 2018 11:00:57 AM (7 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/pids

    v8 v9  
    6363
    6464[=#topo '''Topography:]\\\\
    65 ||='''Input variable'''  =||='''Type'''  =||='''Explanation / Remarks'''  =||
     65||='''Input variable'''  =||='''Type'''  =||='''LOD''' =||='''Explanation / Remarks'''  =||
    6666|----------------
    6767{{{#!td style="vertical-align:top;width: 150px"
     
    7171NC_FLOAT
    7272}}}
     73{{{#!td style="vertical-align:top;width: 50px"
     741 (only)
     75}}}
    7376{{{#!td
    7477Terrain height in m relative to [#origin_z origin_z].
     
    7679Please note, '''orography_2D''' must not contain any {{{_FillValues}}}.
    7780}}}
     81|----------------
     82{{{#!td style="vertical-align:top;width: 150px"
     83[=#buildings_2D '''buildings_2D(y,x)''']
     84}}}
     85{{{#!td style="vertical-align:top;width: 50px"
     86NC_FLOAT
     87}}}
     88{{{#!td style="vertical-align:top;width: 50px"
     891
     90}}}
     91{{{#!td
     92Building height in m relative to the underlying terrain. '''buildings_2D''' will be mounted on top of the maximum local terrain height occupied by the respective building. Please note, '''buildings_2D''' will not be used if [#buildings_3D buildings_3D] is present on file.
     93}}}
     94|----------------
     95{{{#!td style="vertical-align:top;width: 150px"
     96[=#buildings_3D '''buildings_3D(z,y,x)''']
     97}}}
     98{{{#!td style="vertical-align:top;width: 50px"
     99NC_BYTE
     100}}}
     101{{{#!td style="vertical-align:top;width: 50px"
     1022
     103}}}
     104{{{#!td
     105Building topology relative to the underlying terrain. '''buildings_3D''' will be mapped on top of the maximum local terrain height occupied by the respective building. Note, '''buildings_3D''' do not need to be prescribed beyond the top level of the highest buildings.   
     106}}}
     107|----------------
     108{{{#!td style="vertical-align:top;width: 150px"
     109[=#building_id '''building_id(y,x)''']
     110}}}
     111{{{#!td style="vertical-align:top;width: 50px"
     112NC_INT
     113}}}
     114{{{#!td style="vertical-align:top;width: 50px"
     1152
     116}}}
     117{{{#!td
     118Building ID used to identify single building envelopes, which is used for correct mapping of buildings on top of the underlying terrain, as well as for the [#indoor_model indoor_model]. Please note, '''building_id''' must not contain {{{_FillValue}}} at each grid point where buildings_2D/3D is defined.
     119}}}