Changes between Version 102 and Version 103 of doc/app/iofiles


Ignore:
Timestamp:
May 22, 2018 4:45:52 PM (7 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles

    v102 v103  
    868868}}}
    869869{{{#!td style="vertical-align:top; width: 150px"
    870 [=#TOPOGRAPHY_DATA2 TOPOGRAPHY_DATA2]
     870[=#PIDS_STATIC PIDS_STATIC]
    871871}}}
    872872{{{#!td style="vertical-align:top; width: 50px"
     
    877877}}}
    878878{{{#!td
    879 Rastered topography information. \\\\
    880 In case of  [../inipar#topography topography] = '' 'read_from_file' '' the subroutine {{{init_grid}}} reads the topography information.
    881 Topography information can be further split-up into building and orography information (netCDF variables ''buildings_0'' and ''orography_0'', respectively).
    882 ''orography_0(y,x)'' is an optional variable, comprising rastered orography-height information in m.
    883 ''buildings_0'' can be available in two general modes, distinguished by the variable's attribute ''lod''. \\\\
    884 1) If ''lod'' = 1, ''buildings_0(y,x)'' comprises rastered 2-D floating-point building / topography height information in m, or \\
    885 2) if ''lod'' = 2, ''buildings_0(z,y,x)'' comprises rastered 3-D integer building / topography information for each grid point. This case, ''buildings_0'' at the respective grid point is either 1 if the grid point belongs to a building, or is 0 if the grid point belongs to the atmosphere. Topography information need to be given up to the highest grid level where topography occurs. It is not required to provide topography information up to the model top. The 2) method is only required if overhanging building structures should be considered. Moreover, in this case, orography information is not considered so far. \\
     879Static input file following PALM-input-data-standard. The static input file contains all static information, such as topography, geographical latitude and longitude, surface property and vegetation information. More detailed information on individual input variables is provided [#PIDS_DYNAMIC here].
     880}}}
     881|----------------
     882{{{#!td style="vertical-align:top; width: 50px"
    886883
    887 If both, ''orography_0'' and ''buildings_0'' are given, ''buildings_0'' is mapped on top of ''orography_0''. \\
    888 The global origin (y=0,x=0) of the data is the southwest corner of the model domain.
     884}}}
     885{{{#!td style="vertical-align:top; width: 150px"
     886[=#PIDS_DYNAMIC PIDS_DYNAMIC]
     887}}}
     888{{{#!td style="vertical-align:top; width: 50px"
     889I
     890}}}
     891{{{#!td style="vertical-align:top; width: 100px"
     892netCDF
     893}}}
     894{{{#!td
     895Dynamic input file following PALM-input-data-standard. The dynamic input file contains dynamic information on the initial state of the atmosphere or time-dependent boundary conditions. More detailed information on individual input variables is provided [#PIDS_DYNAMIC here].
     896}}}
     897|----------------
     898{{{#!td style="vertical-align:top; width: 50px"
    889899
    890 If both, [#TOPOGRAPHY_DATA ASCII] and netCDF file are present, topography information will be read only from netCDF file.
     900}}}
     901{{{#!td style="vertical-align:top; width: 150px"
     902[=#PIDS_RAD PIDS_RAD]
     903}}}
     904{{{#!td style="vertical-align:top; width: 50px"
     905I
     906}}}
     907{{{#!td style="vertical-align:top; width: 100px"
     908netCDF
     909}}}
     910{{{#!td
     911Radiation input file following PALM-input-data-standard. The radiation input file contains static and dynamic information on radiation properties such as trace gas profiles or sky-view factors. More detailed information on individual input variables is provided [#PIDS_DYNAMIC here].
     912}}}
     913|----------------
     914{{{#!td style="vertical-align:top; width: 50px"
    891915
    892 The data must exactly match the horizontal grid. Due to the staggered grid, the topography may be displaced by -0.5 [../inipar#dx dx] in x-direction and -0.5 [../inipar#dy dy] in y-direction depending on the parameter [../inipar#topography_grid_convention topography_grid_convention]. \\\\
    893 Alternatively, the user may add code to the user interface subroutine [../userint/int#user_init_grid user_init_grid].
     916}}}
     917{{{#!td style="vertical-align:top; width: 150px"
     918[=#PIDS_CHEM PIDS_CHEM]
     919}}}
     920{{{#!td style="vertical-align:top; width: 50px"
     921I
     922}}}
     923{{{#!td style="vertical-align:top; width: 100px"
     924netCDF
     925}}}
     926{{{#!td
     927Chemistry input file following PALM-input-data-standard. The radiation input file contains static and dynamic information on chemical species and emissions. More detailed information on individual input variables is provided [#PIDS_DYNAMIC here].
    894928}}}
    895929|----------------