Changes between Version 37 and Version 38 of doc/app/iofiles/pids/static


Ignore:
Timestamp:
Nov 26, 2019 3:03:40 PM (5 years ago)
Author:
maronga
Comment:

--

Legend:

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

    v37 v38  
    7878
    7979||='''Input variable'''  =||='''Type'''  =||='''Attributes''' =||='''Explanation / Remarks'''  =||
    80 ||[=#building_id ''building_id(y,x)'']   || NC_INT       ||{{{_FillValue=-9999}}}(*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{long_name="building_id_number"}}}\\{{{res_orig}}}\\{{{source}}}\\{{{units="1"}}}  || The building ID is used to identify single building envelopes which are composed of a number of grid volumes, and 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 are is defined via [#building_2d building_2d] or [#building_3d building_3d].
     80||[=#building_id ''building_id(y,x)'']   || NC_INT       ||{{{_FillValue=-9999}}}(*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{long_name="building_id_number"}}}\\{{{res_orig}}}\\{{{source}}}\\{{{units="1"}}}  || The building ID is used to identify single building envelopes which are composed of a number of grid volumes, and 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 are is defined via [#building_2d building_2d] or [#building_3d building_3d]. There is no specification or limitation for the ID numbers, except that each building must have a unique number.
    8181||[=#buildings_2d ''buildings_2d(y,x)''] || NC_FLOAT     ||{{{_FillValue=-9999.f}}}(*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{lod}}}=1\\{{{long_name="building_height"}}}\\{{{res_orig}}}\\{{{source}}}\\{{{units="m"}}} || Two-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'' is used [#building_id building_id] is required. ||
    8282||[=#buildings_3d ''buildings_3d(z,y,x)''] || NC_BYTE     ||{{{_FillValue=-127b}}}(*)\\{{{coordinates}}}\\{{{flag_meanings="no building, building"}}}\\ {{{flag_values=0b, 1b}}}\\{{{grid_mapping}}}\\{{{long_name="building_flag"}}}\\{{{res_orig}}}\\{{{source}}}\\{{{units="1"}}}\\{{{valid_range=0b, 1b}}} || Three-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'' does not need to be prescribed beyond the top level of the highest buildings, i.e. ''z'' dimension can me minimized accordingly. If ''buildings_3d'' is prescribed, [#building_id building_id] is required. 
     
    107107}}}
    108108{{{#!td style="vertical-align:top"
    109 Optional classification of albedo. Default values for ''albedo_type'' are already set in the bulk parametrization of [#buiding_type building_type], [#pavement_type pavement_type], [#vegetation_type vegetation_type], [#water_type water_type], but will be overwritten in case '''albedo_type''' is defined. The value of ''albedo_type'' will also overwrite the prescribed values in [#vegetation_pars vegetation_pars], [#water_pars water_pars], or [#pavement_pars pavement_pars].
     109Optional classification of albedo. Default values for ''albedo_type'' are already set in the bulk parametrization of [#buiding_type building_type], [#pavement_type pavement_type], [#vegetation_type vegetation_type], [#water_type water_type], but will be overwritten in case '''albedo_type''' is defined. The value of ''albedo_type'' will also overwrite the prescribed values in [#vegetation_pars vegetation_pars], [#water_pars water_pars], or [#pavement_pars pavement_pars]. For details, see [wiki:doc/app/radiation_parameters#albedo_type '''albedo_type'''].
    110110   {{{#!td
    111111         ||= ''albedo_type'' =||= Description  =||
     
    127127         || 15||sea ice                                ||
    128128         || 16||snow                                   ||
    129          || 17||asphalt/concrete mix                   ||
    130          || 18||asphalt (asphalt concrete)             ||
    131          || 19||concrete (Portland concrete)           ||
    132          || 20||sett                                   ||
    133          || 21||paving stones                          ||
    134          || 22||cobblestone                            ||
    135          || 23||metal                                  ||
    136          || 24||wood                                   ||
    137          || 25||gravel                                 ||
    138          || 26||fine gravel                            ||
    139          || 27||pebblestone                            ||
    140          || 28||woodchips                              ||
    141          || 29||tartan (sports)                        ||
    142          || 30||artifical turf (sports)                ||
    143          || 31||clay (sports)                          ||
     129         || 17||bare soil                              ||
     130         || 18||asphalt/concrete mix                   ||
     131         || 19||asphalt (asphalt concrete)             ||
     132         || 20||concrete (Portland concrete)           ||
     133         || 21||sett                                   ||
     134         || 22||paving stones                          ||
     135         || 23||cobblestone                            ||
     136         || 24||metal                                  ||
     137         || 25||wood                                   ||
     138         || 26||gravel                                 ||
     139         || 27||fine gravel                            ||
     140         || 28||pebblestone                            ||
     141         || 29||woodchips                              ||
     142         || 30||tartan (sports)                        ||
     143         || 31||artifical turf (sports)                ||
     144         || 32||clay (sports)                          ||
    144145   }}}
    145146}}}
     
    155156}}}
    156157{{{#!td style="vertical-align:top"
    157 Building type used to select bulk parameters. ''building_type'' is required if the [wiki:doc/app/usmpar urban-surface model] or the [#indoor_model indoor_model]  are applied. Please note, ''building_type'' must not contain any {{{_FillValue}}} at grid points where ''buildings_2d'' / ''buildings_3d'' is defined.\\
     158Building type used to select bulk parameters. ''building_type'' is required if the [wiki:doc/app/usmpar urban-surface model] or the [#indoor_model indoor_model]  are applied. Please note, ''building_type'' must not contain any {{{_FillValue}}} at grid points where ''buildings_2d'' / ''buildings_3d'' is defined. For details, see [wiki:doc/app/urban_surface_parameters#building_type '''building_type'''].\\
    158159   {{{#!td
    159160         ||= ''building_type'' =||= Description (use, age) =||= [#albedo_type ''albedo_type''] =||
     
    178179}}}
    179180{{{#!td style="vertical-align:top"
    180 Bulk classification of pavements on soil. At locations where ''pavement_type'' is defined, [#soil_type soil_type] must not contain any {{{_FillValues}}}. ''pavement_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/land_surface_parameters#pavement_type pavement_type].
     181Bulk classification of pavements on soil. At locations where ''pavement_type'' is defined, [#soil_type soil_type] must not contain any {{{_FillValues}}}. ''pavement_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/land_surface_parameters#pavement_type '''pavement_type'''].
    181182   {{{#!td
    182183         ||= ''pavement_type'' =||= Description  =||
    183184         ||  0||user defined                 ||  0||
    184          ||  1||asphalt/concrete mix         || 17||
    185          ||  2||asphalt (asphalt concrete)   || 18||
    186          ||  3||concrete (Portland concrete) || 19||
    187          ||  4||sett                         || 20||
    188          ||  5||paving stones                || 21||
    189          ||  6||cobblestone                  || 22||
    190          ||  7||metal                        || 23||
    191          ||  8||wood                         || 24||
    192          ||  9||gravel                       || 25||
    193          || 10||fine gravel                  || 26||
    194          || 11||pebblestone                  || 27||
    195          || 12||woodchips                    || 28||
    196          || 13||tartan (sports)              || 29||
    197          || 14||artifical turf (sports)      || 30||
    198          || 15||clay (sports)                || 31||
     185         ||  1||asphalt/concrete mix         || 18||
     186         ||  2||asphalt (asphalt concrete)   || 19||
     187         ||  3||concrete (Portland concrete) || 20||
     188         ||  4||sett                         || 21||
     189         ||  5||paving stones                || 22||
     190         ||  6||cobblestone                  || 23||
     191         ||  7||metal                        || 24||
     192         ||  8||wood                         || 25||
     193         ||  9||gravel                       || 26||
     194         || 10||fine gravel                  || 27||
     195         || 11||pebblestone                  || 28||
     196         || 12||woodchips                    || 29||
     197         || 13||tartan (sports)              || 30||
     198         || 14||artifical turf (sports)      || 31||
     199         || 15||clay (sports)                || 32||
    199200   }}}
    200201}}}
     
    210211}}}
    211212{{{#!td style="vertical-align:top"
    212 Bulk classification of soil in terms of porosity. ''soil_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/lsmpar#soil_type soil_type]. A soil type is need at all locations where either a [#vegetation_type ''vegetation_type''] or a [#pavement_type ''pavement_type''] is set. In case {{{lod = 1}}}, a 2-dimensional vertically uniform soil texture is prescribed, while in case {{{lod = 2}}} the 3-dimensional soil_type is set for each layer individually.
     213Bulk classification of soil in terms of porosity. ''soil_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/lsmpar#soil_type soil_type]. A soil type is need at all locations where either a [#vegetation_type ''vegetation_type''] or a [#pavement_type ''pavement_type''] is set. In case {{{lod = 1}}}, a 2-dimensional vertically uniform soil texture is prescribed, while in case {{{lod = 2}}} the 3-dimensional soil_type is set for each layer individually. For details, [wiki:doc/app/land_surface_parameters#soil_type '''soil_type'''].
    213214   {{{#!td
    214215         ||= ''soil_type'' =||= Description  =||
     
    231232}}}
    232233{{{#!td style="vertical-align:top"
    233 {{{_FillValue=-127b}}}(*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{long_name="pavement type classification"}}}\\{{{res_orig}}}\\{{{source}}}\\{{{units="1"}}}
    234 }}}
    235 {{{#!td
    236 Classifcation of streets derived from OpenStreetMap. ''street_type'' is required for application of the parameterized traffic emissions (see emission mode LOD 0 [wiki:doc/app/chememi here]) and for the multi-agent system.
     234{{{_FillValue=-127b}}}(*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{long_name="street type classification"}}}\\{{{res_orig}}}\\{{{source}}}\\{{{units="1"}}}
     235}}}
     236{{{#!td
     237Classification of streets, closely following the Open Street Map classification. ''street_type'' is required for application of the parameterized traffic emissions (see emission mode LOD 0 [wiki:doc/app/chememi here]) and for the [wiki:doc/tec/mas multi-agent system].
    237238
    238239         ||= ''street_type'' =||= Description =||
     
    283284}}}
    284285{{{#!td style="vertical-align:top"
    285 Bulk classification of non-resolved (i.e. flat) vegetation surfaces at natural land surface types. At locations where ''vegetation_type'' is defined, [#soil_type soil_type] must not contain any {{{_FillValues}}}. ''vegetation_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/lsmpar#vegetation_type vegetation_type].
     286Bulk classification of non-resolved (i.e. flat) vegetation surfaces at natural land surface types. At locations where ''vegetation_type'' is defined, [#soil_type soil_type] must not contain any {{{_FillValues}}}. ''vegetation_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/lsmpar#vegetation_type '''vegetation_type'''].
    286287   {{{#!td
    287288         ||= ''vegetation_type'' =||= Description  =||= [#albedo_type ''albedo_type''] =||
     
    319320}}}
    320321{{{#!td style="vertical-align:top"
    321 Bulk classification of water bodies. ''water_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/lsmpar#water_type water_type].
     322Bulk classification of water bodies. ''water_type'' overwrites the homogeneously prescribed setting via the namelist parameter [wiki:doc/app/lsmpar#water_type '''water_type'''].
    322323   {{{#!td
    323324         ||= ''water_type'' =||= Description  =||= [#albedo_type ''albedo_type''] =||