Changes between Version 2 and Version 3 of doc/app/iofiles/pids


Ignore:
Timestamp:
May 23, 2018 8:08:40 AM (7 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v2 v3  
    1 '''Under construction'''
    2 [=#mode '''Mode:]\\
    3 ||='''Input variable'''  =||='''Type'''  =||='''Coordinates'''  =||='''Meaning'''  =||='''Explanation'''  =||
     1PALM-4U provides a standardized way via the NetCDF data format to input e.g. global attributes, topography data or surface properties, vegetation properties, etc., as well as initialization data and boundary conditions for the prognostic variables.
     2
     3Input variables are distinguished between static, dynamic, radiation and chemistry variables, while for each type a separate input file exists.
     4The static input file, indicated by the filename supplement _STATIC, contains all static information, such as topography, geographical latitude and longitude, surface property and vegetation information.
     5The dynamic input file, indicated by the filename supplement _STATIC, contains dynamic information on the initial state of the atmosphere or time-dependent boundary conditions.
     6The radiation input file, indicated by _RAD, contains static and dynamic information on radiation properties such as trace gas profiles or sky-view factors.
     7The chemistry input file, indicated by _CHEM, contains static and dynamic information on chemical species and emissions. 
     8
     9The initialization procedure for the surface elements follows a multi-step approach, depending on the given level of detail.
     10In a first step, surfaces elements are initialized horizontally homogeneous with a bulk classification for each type (e.g. vegetation or soil), either set by a default value or set by a namelist-provided value, while the bulk classification provides standard values for a variety of parameters.
     11In a second step, surface elements are initialized individually by providing the bulk classification at each grid point.
     12In case more detailed information is available, all/single parameters can also initialized individually at each grid point.
     13
     14The provided input data is used to classify each surface element according to its treatment, i.e. default-, natural- or urban-type, in order to treat each surface element accordingly.
     15In case no land-surface or urban-surface scheme is applied, all surfaces are classified as default-type.
     16If 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.
     17
     18After reading the input files, PALM-4U performs consistency checks on the provided data. 
     19All applied input variables are listed and explained below and additional remarks on restrictions and initialization are given.
     20More detailed information on variable attributes can be found in the PIDS-1.7. 
     21
     22
     23[=#topo '''Topography:]\\
     24||='''Input variable'''  =||='''Type'''  =||='''Explanation / Remarks'''  =||
    425|----------------
    526{{{#!td style="vertical-align:top;width: 150px"
    6 [=#orography_2D '''orography_2D''']
     27[=#orography_2D '''orography_2D(y,x)''']
    728}}}
    829{{{#!td style="vertical-align:top;width: 50px"
    930NC_FLOAT
    1031}}}
    11 {{{#!td style="vertical-align:top;width: 75px"
    12 Terrain height in m
     32{{{#!td
     33Terrain height in m above sea level. \\
     34The relative model height is '''orography_2D - origin_z'''. If not provided, '''orography_2D - origin_z''' will be set to 0 all over the model domain.
     35Please note, '''orography_2D''' must not contain any _FillValues.
    1336}}}
    14 {{{#!td
    15 xxx
    16 }}}