Changes between Version 39 and Version 40 of doc/app/iofiles/pids/static


Ignore:
Timestamp:
Nov 27, 2019 5:33:45 AM (5 years ago)
Author:
maronga
Comment:

--

Legend:

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

    v39 v40  
    1212If 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.
    1313
    14 \\\\
     14----
     15
    1516=== [=#attr '''Global attributes] ===
    1617||='''Attribute'''  =||='''Type'''    =||='''Explanation / Remarks'''  =||
     
    4243||[=#version ''version'']  || NC_INT     || e.g. {{{"1"}}} ||
    4344'''(*) are mandatory attributes'''
    44 \\\\
     45
     46----
     47
    4548=== [=#attrlist '''List of attributes] ===
    4649The following list gives an overview of attributes that can be assigned to variables in a static driver file.
     
    5861||{{{valid_range}}}  || NC_BYTE || 0b, 1b            ||Valid range of values ||
    5962
     63----
     64
    6065=== [=#dimensions '''List of dimensions] ===
    6166The following list provides an overview of all dimension variables that can be used in a static driver file.
     
    6368||''nsurface_fraction'' || NC_FLOAT ||number of elements in [#surface_fraction ''surface_fraction''] ||
    6469
     70----
    6571
    6672=== [=#coordinates '''List of coordinate variables] ===
     
    7480||''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''] ||
    7581
     82----
     83
    7684=== [=#topo '''Topography set-up] ===
    7785In order to prescribe topography from the static input file, [wiki:doc/app/inipar#topography topography] = 'read_from_file' is required.
     
    8492||[=#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}}}. ||
    8593'''(*) are mandatory attributes'''
    86 \\\\
    87 
     94
     95----
    8896
    8997=== [=#surf '''Main surface classification'''] ===
     
    95103If 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.
    96104
    97 === [=#surf '''Surface variables''':] ===
    98105||='''Input variable'''  =||='''Type'''  =||='''Attributes''' =||='''Explanation / Remarks'''  =||
    99106{{{#!td style="vertical-align:top"
     
    333340}}}
    334341
    335 
    336 
    337 
    338 
    339 
    340 
    341 
     342----
    342343
    343344{{{#!comment
     
    658659
    659660}}}
    660 \\\\
     661----
     662=== [=#attr '''Global attributes] ===
     663||='''Attribute'''  =||='''Type'''    =||='''Explanation / Remarks'''  =||
     664||[=#acronym ''acronym'']            || NC_CHAR    || Abbreviation of institution (max. 12 characters) ||
     665----
    661666=== [=#example '''Example static driver file:] ===
    662667soon.