Changes between Version 10 and Version 11 of doc/app/iofiles/pids
- Timestamp:
- May 23, 2018 12:20:55 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids
v10 v11 63 63 64 64 [=#topo '''Topography:]\\\\ 65 66 In order to prescribe topography from the static input file, [../../inipar#topography topography] = 'read_from_file' is required. 67 The minimum requirement for proper topography input is '''orography_2D'''. 68 65 69 ||='''Input variable''' =||='''Type''' =||='''LOD''' =||='''Explanation / Remarks''' =|| 66 70 |---------------- … … 90 94 }}} 91 95 {{{#!td 92 Building 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. 96 Building 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. If buildings are prescribed, [#building_id building_id] is required. 93 97 }}} 94 98 |---------------- … … 103 107 }}} 104 108 {{{#!td 105 Building 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. 109 Building 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. If buildings are prescribed, [#building_id building_id] is required. 106 110 }}} 107 111 |---------------- … … 116 120 }}} 117 121 {{{#!td 118 Building 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 any {{{_FillValue}}} at each grid pointwhere buildings_2D/3D is defined.122 Building 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 any {{{_FillValue}}} at grid points where buildings_2D/3D is defined. 119 123 }}} 124 |---------------- 125 {{{#!td style="vertical-align:top;width: 150px" 126 [=#building_type '''building_type(y,x)'''] 127 }}} 128 {{{#!td style="vertical-align:top;width: 50px" 129 NC_BYTE 130 }}} 131 {{{#!td style="vertical-align:top;width: 50px" 132 1 only 133 }}} 134 {{{#!td 135 Building type used to select bulk parameters. '''building_type''' is required if the [../../usmpar urban-surface model] or the [#indoor_model indoor_model] are applied. 136 Please note, '''building_type''' must not contain any {{{_FillValue}}} at grid points where buildings_2D/3D is defined. 137 }}}