Changes between Version 58 and Version 59 of doc/app/iofiles/pids
- Timestamp:
- May 28, 2018 9:13:13 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids
v58 v59 28 28 [=#attr '''Global attributes:]\\\\ 29 29 30 '''Following list of mandatory attributes is expected by PALM-4U when reading input data from the static input file.''' 31 30 32 ||='''Attribute''' =||='''Type''' =||='''Explanation / Remarks''' =|| 31 33 |---------------- … … 53 55 |---------------- 54 56 {{{#!td style="vertical-align:top;width: 150px" 57 [=#origin_time '''origin_time'''] 58 }}} 59 {{{#!td style="vertical-align:top;width: 50px" 60 NC_CHAR 61 }}} 62 {{{#!td 63 Reference point in time (UTC) {{{YYYYMMDD hh:mm:ss}}}. 64 }}} 65 |---------------- 66 {{{#!td style="vertical-align:top;width: 150px" 67 [=#origin_x '''origin_x'''] 68 }}} 69 {{{#!td style="vertical-align:top;width: 50px" 70 NC_FLOAT 71 }}} 72 {{{#!td 73 Reference x-location in m (UTM) of left model boundary. 74 }}} 75 |---------------- 76 {{{#!td style="vertical-align:top;width: 150px" 77 [=#origin_y '''origin_y'''] 78 }}} 79 {{{#!td style="vertical-align:top;width: 50px" 80 NC_FLOAT 81 }}} 82 {{{#!td 83 Reference y-location in m (UTM) of south model boundary. 84 }}} 85 |---------------- 86 {{{#!td style="vertical-align:top;width: 150px" 55 87 [=#origin_z '''origin_z'''] 56 88 }}} … … 61 93 Reference height in m above sea level after DHHN2016. 62 94 }}} 95 |---------------- 96 {{{#!td style="vertical-align:top;width: 150px" 97 [=#rotation_angle '''origin_angle'''] 98 }}} 99 {{{#!td style="vertical-align:top;width: 50px" 100 NC_FLOAT 101 }}} 102 {{{#!td 103 Clockwise angle of rotation in degrees between North positive y axis and the y axis in the data, e.g. ''0.0''. 104 }}} 63 105 64 106 [=#topo '''Topography:]\\\\ 65 107 66 108 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'''.109 The minimum requirement for proper topography input is '''zt'''. 68 110 69 111 ||='''Input variable''' =||='''Type''' =||='''LOD''' =||='''Explanation / Remarks''' =|| 70 112 |---------------- 71 113 {{{#!td style="vertical-align:top;width: 150px" 72 [=# orography_2D '''orography_2D(y,x)''']114 [=#zt '''zt(y,x)'''] 73 115 }}} 74 116 {{{#!td style="vertical-align:top;width: 50px" … … 81 123 Terrain height in m relative to [#origin_z origin_z]. 82 124 If not provided, the relative terrain height will be set to 0 all over the model domain. 83 Please note, ''' orography_2D''' must not contain any {{{_FillValues}}}.84 }}} 85 |---------------- 86 {{{#!td style="vertical-align:top;width: 150px" 87 [=#buildings_2 D '''buildings_2D(y,x)''']125 Please note, '''zt''' must not contain any {{{_FillValues}}}. 126 }}} 127 |---------------- 128 {{{#!td style="vertical-align:top;width: 150px" 129 [=#buildings_2d '''buildings_2d(y,x)'''] 88 130 }}} 89 131 {{{#!td style="vertical-align:top;width: 50px" … … 94 136 }}} 95 137 {{{#!td 96 2-dimensional building height in m relative to the underlying terrain. No holes or overhanging structures are possible. '''buildings_2 D''' 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_2D''' are prescribed, [#building_id building_id] is required.97 }}} 98 |---------------- 99 {{{#!td style="vertical-align:top;width: 150px" 100 [=#buildings_3 D '''buildings_3D(z,y,x)''']138 2-dimensional building height in m relative to the underlying terrain. No holes or overhanging structures are possible. '''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_2d''' are prescribed, [#building_id building_id] is required. 139 }}} 140 |---------------- 141 {{{#!td style="vertical-align:top;width: 150px" 142 [=#buildings_3d '''buildings_3d(z,y,x)'''] 101 143 }}} 102 144 {{{#!td style="vertical-align:top;width: 50px" … … 107 149 }}} 108 150 {{{#!td 109 3-dimensional building topology relative to the underlying terrain. '''buildings_3 D''' 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_3D''' are prescribed, [#building_id building_id] is required.151 3-dimensional 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_3d''' are prescribed, [#building_id building_id] is required. 110 152 }}} 111 153 |---------------- … … 120 162 }}} 121 163 {{{#!td 122 Building ID is 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_2 D/3Dis defined.164 Building ID is 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. 123 165 }}} 124 166 … … 206 248 {{{#!td 207 249 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. 208 Please note, '''building_type''' must not contain any {{{_FillValue}}} at grid points where buildings_2 D/3Dis defined.250 Please note, '''building_type''' must not contain any {{{_FillValue}}} at grid points where buildings_2d/3d is defined. 209 251 An overview of the different building types can be found [[attachment:PALM_input_data_standard_v1.7.pdf|here]]. 210 252 }}} … … 369 411 |---------------- 370 412 {{{#!td style="vertical-align:top;width: 150px" 371 [=#l eaf_area_density '''leaf_area_density'''] //413 [=#lad '''lad'''] // 372 414 (zlad,y,x) 373 415 }}} … … 382 424 dimensional leaf area density (LAD). 383 425 Please note, plant canopy is prescribed relative to the underlying topography and will be mounted on top of the terrain. 384 A preprocessor tool is available to convert arbitrary vegetation information to an LAD field. If '''l eaf_area_density''' is set, all settings of LAD-related parameters made in the namelist [../../canpar &canpar] will be ignored.385 Please note, unresolved vegetation is already treated via the land-surface model considered by [#vegetation_type vegetation_type]. Please check for possible double counting of similar vegetation in case [#vegetation_type vegetation_type] and '''l eaf_area_density''' is set at ''(y,x)''-location.426 A preprocessor tool is available to convert arbitrary vegetation information to an LAD field. If '''lad''' is set, all settings of LAD-related parameters made in the namelist [../../canpar &canpar] will be ignored. 427 Please note, unresolved vegetation is already treated via the land-surface model considered by [#vegetation_type vegetation_type]. Please check for possible double counting of similar vegetation in case [#vegetation_type vegetation_type] and '''lad''' is set at ''(y,x)''-location. 386 428 }}} 387 429 |----------------