Changes between Version 32 and Version 33 of doc/app/iofiles/pids/static


Ignore:
Timestamp:
Nov 26, 2019 9:01:03 AM (5 years ago)
Author:
maronga
Comment:

--

Legend:

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

    v32 v33  
    5858||{{{valid_range}}}  || NC_BYTE || 0b, 1b            ||Valid range of values ||
    5959
    60 === [=#dimensions '''List of dimensions:] ===
    61 
     60=== [=#dimensions '''List of dimensions] ===
     61The following list provides an overview of all dimension variables that can be used in a static driver file.
     62||='''Dimension'''  =||= Type  =||= Description =||
     63||''nsurface_fraction'' || NC_FLOAT ||number of elements in [#surface_fraction ''surface_fraction''] ||
     64
     65
     66=== [=#coordinates '''List of coordinate variables] ===
     67The following list provides an overview of all coordinate variables that can be used in a static driver file.
     68||='''Variable'''   =||= Type  =||= Description =||
     69||''x''              || NC_FLOAT ||y-location in m ||
     70||''y''              || NC_FLOAT ||y-location in m ||
     71||''z''              || NC_FLOAT ||z-location in m ||
     72||''zsoil''          || NC_FLOAT ||z-location in m within the soil (positive downward) ||
    6273
    6374=== [=#topo '''Topography set-up] ===
     
    8091Further, if the [wiki:doc/app/usmpar urban-surface model] is applied, also [#building_type building_type] is required, which defines bulk parameters to run the urban-surface model. Please note, for the sake of consistency, at least one of the variables  [#pavement_type pavement_type], [#vegetation_type vegetation_type], [#water_type water_type] or [#building_type building_type] needs to be defined at each (y,x) location if the land- and urban-surface model is applied.
    8192
    82 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.
    83 
    84 Further, in case data is taken from the static input file, both, the land- and urban-surface model need to be either switched on or off. Applying only one of the energy-balance models is not sufficient and will lead to a controlled termination.  \\
     93If 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.
    8594
    8695=== [=#surf '''Surface variables''':] ===