Changes between Version 39 and Version 40 of doc/app/iofiles/pids/static
- Timestamp:
- Nov 27, 2019 5:33:45 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids/static
v39 v40 12 12 If a surface element has vegetation, pavement or water, it will be classified as natural-type and is treated by the land-surface scheme, while building surfaces will be treated by the urban-surface scheme. 13 13 14 \\\\ 14 ---- 15 15 16 === [=#attr '''Global attributes] === 16 17 ||='''Attribute''' =||='''Type''' =||='''Explanation / Remarks''' =|| … … 42 43 ||[=#version ''version''] || NC_INT || e.g. {{{"1"}}} || 43 44 '''(*) are mandatory attributes''' 44 \\\\ 45 46 ---- 47 45 48 === [=#attrlist '''List of attributes] === 46 49 The following list gives an overview of attributes that can be assigned to variables in a static driver file. … … 58 61 ||{{{valid_range}}} || NC_BYTE || 0b, 1b ||Valid range of values || 59 62 63 ---- 64 60 65 === [=#dimensions '''List of dimensions] === 61 66 The following list provides an overview of all dimension variables that can be used in a static driver file. … … 63 68 ||''nsurface_fraction'' || NC_FLOAT ||number of elements in [#surface_fraction ''surface_fraction''] || 64 69 70 ---- 65 71 66 72 === [=#coordinates '''List of coordinate variables] === … … 74 80 ||''zsoil'' || NC_FLOAT ||{{{axis="Z"}}}\\{{{long_name="depth in the soil"}}}\\{{{positive="down"}}}\\{{{units="m"}}} || z-location in m within the soil (positive downward), used in [#soil_type ''soil_type''] || 75 81 82 ---- 83 76 84 === [=#topo '''Topography set-up] === 77 85 In order to prescribe topography from the static input file, [wiki:doc/app/inipar#topography topography] = 'read_from_file' is required. … … 84 92 ||[=#zt ''zt(y,x)''] || NC_FLOAT ||{{{_FillValue=-9999.f}}}(*)\\{{{coordinates}}}\\{{{grid_mapping}}}\\{{{long_name="terrain_height"}}}\\{{{res_orig}}}\\{{{source}}}\\{{{units="m"}}} || Terrain height in m relative to [#origin_z origin_z]. If not provided, the relative terrain height will be set to 0 m all over the model domain. Please note, ''zt'' must not contain any {{{_FillValues}}}. || 85 93 '''(*) are mandatory attributes''' 86 \\\\ 87 94 95 ---- 88 96 89 97 === [=#surf '''Main surface classification'''] === … … 95 103 If only the land-surface model is applied but no urban-surface model, one of [#pavement_type pavement_type], [#vegetation_type vegetation_type] or [#water_type water_type] needs to be defined at each (y,x) location. 96 104 97 === [=#surf '''Surface variables''':] ===98 105 ||='''Input variable''' =||='''Type''' =||='''Attributes''' =||='''Explanation / Remarks''' =|| 99 106 {{{#!td style="vertical-align:top" … … 333 340 }}} 334 341 335 336 337 338 339 340 341 342 ---- 342 343 343 344 {{{#!comment … … 658 659 659 660 }}} 660 \\\\ 661 ---- 662 === [=#attr '''Global attributes] === 663 ||='''Attribute''' =||='''Type''' =||='''Explanation / Remarks''' =|| 664 ||[=#acronym ''acronym''] || NC_CHAR || Abbreviation of institution (max. 12 characters) || 665 ---- 661 666 === [=#example '''Example static driver file:] === 662 667 soon.