Changes between Version 58 and Version 59 of doc/app/iofiles/pids


Ignore:
Timestamp:
May 28, 2018 9:13:13 AM (7 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v58 v59  
    2828[=#attr '''Global attributes:]\\\\
    2929
     30'''Following list of mandatory attributes is expected by PALM-4U when reading input data from the static input file.'''
     31
    3032||='''Attribute'''  =||='''Type'''  =||='''Explanation / Remarks'''  =||
    3133|----------------
     
    5355|----------------
    5456{{{#!td style="vertical-align:top;width: 150px"
     57[=#origin_time '''origin_time''']
     58}}}
     59{{{#!td style="vertical-align:top;width: 50px"
     60NC_CHAR
     61}}}
     62{{{#!td
     63Reference point in time (UTC) {{{YYYY­MM­DD 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"
     70NC_FLOAT
     71}}}
     72{{{#!td
     73Reference 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"
     80NC_FLOAT
     81}}}
     82{{{#!td
     83Reference y-location in m (UTM) of south model boundary.
     84}}}
     85|----------------
     86{{{#!td style="vertical-align:top;width: 150px"
    5587[=#origin_z '''origin_z''']
    5688}}}
     
    6193Reference height in m above sea level after DHHN2016.
    6294}}}
     95|----------------
     96{{{#!td style="vertical-align:top;width: 150px"
     97[=#rotation_angle '''origin_angle''']
     98}}}
     99{{{#!td style="vertical-align:top;width: 50px"
     100NC_FLOAT
     101}}}
     102{{{#!td
     103Clockwise angle of rotation in degrees between North positive y axis and the y axis in the data, e.g. ''0.0''.
     104}}}
    63105
    64106[=#topo '''Topography:]\\\\
    65107
    66108In 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'''.
     109The minimum requirement for proper topography input is '''zt'''.
    68110
    69111||='''Input variable'''  =||='''Type'''  =||='''LOD''' =||='''Explanation / Remarks'''  =||
    70112|----------------
    71113{{{#!td style="vertical-align:top;width: 150px"
    72 [=#orography_2D '''orography_2D(y,x)''']
     114[=#zt '''zt(y,x)''']
    73115}}}
    74116{{{#!td style="vertical-align:top;width: 50px"
     
    81123Terrain height in m relative to [#origin_z origin_z].
    82124If 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_2D '''buildings_2D(y,x)''']
     125Please note, '''zt''' must not contain any {{{_FillValues}}}.
     126}}}
     127|----------------
     128{{{#!td style="vertical-align:top;width: 150px"
     129[=#buildings_2d '''buildings_2d(y,x)''']
    88130}}}
    89131{{{#!td style="vertical-align:top;width: 50px"
     
    94136}}}
    95137{{{#!td
    96 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. 
    97 }}}
    98 |----------------
    99 {{{#!td style="vertical-align:top;width: 150px"
    100 [=#buildings_3D '''buildings_3D(z,y,x)''']
     1382-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)''']
    101143}}}
    102144{{{#!td style="vertical-align:top;width: 50px"
     
    107149}}}
    108150{{{#!td
    109 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. 
     1513-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. 
    110152}}}
    111153|----------------
     
    120162}}}
    121163{{{#!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_2D/3D is defined.
     164Building 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.
    123165}}}
    124166
     
    206248{{{#!td
    207249Building 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_2D/3D is defined.
     250Please note, '''building_type''' must not contain any {{{_FillValue}}} at grid points where buildings_2d/3d is defined.
    209251An overview of the different building types can be found [[attachment:PALM_input_data_standard_v1.7.pdf|here]].
    210252}}}
     
    369411|----------------
    370412{{{#!td style="vertical-align:top;width: 150px"
    371 [=#leaf_area_density '''leaf_area_density'''] //
     413[=#lad '''lad'''] //
    372414(zlad,y,x)
    373415}}}
     
    382424dimensional leaf area density (LAD).
    383425Please 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 '''leaf_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 '''leaf_area_density''' is set at ''(y,x)''-location.
     426A 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.
     427Please 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.
    386428}}}
    387429|----------------