Changes between Version 60 and Version 61 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 14, 2010 8:42:57 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v60 v61  
    122122Other netCDF formats (classic, netCDF4/HDF5) can be selected with parameter [#netcdf_data_format netcdf_data_format].\\\\
    123123For historical reasons, other data formats are still available. Beside 'netcdf', data_output_format may be assigned the following values:\\\\
    124 'avs' ||  output of 3d volume data in FORTRAN binary format to be read by the graphic software '''AVS''' (see chapter [[4.5.5]])\\\\
    125 }}}
    126 |----------------
    127 {{{#!td style="vertical-align:top"
    128 [=#dt_data_output_av '''dt_data_output_av''']
    129 }}}
    130 {{{#!td style="vertical-align:top"
    131 R
    132 }}}
    133 {{{#!td style="vertical-align:top"
    134 0.0
    135 }}}
    136 {{{#!td
     124'' 'avs' ''
     125   output of 3d volume data in FORTRAN binary format to be read by the graphic software '''AVS''' (see chapter [[4.5.5]])\\\\
     126Multiple values can be assigned to '''data_output_format''', i.e. if the user wants to have both the "old" data format as well as cross section data in NetCDF format, then '''data_output_format''' = '' 'avs', 'netcdf' '' has to be assigned.\\\\
     127'''Warning:''' There is no guarantee that the "old" formats will be available in future PALM versions (beyond 3.0)!
     128}}}
     129|----------------
     130{{{#!td style="vertical-align:top"
     131[=#data_output_pr '''data_output_pr''']
     132}}}
     133{{{#!td style="vertical-align:top"
     134C * 10 (100)
     135}}}
     136{{{#!td style="vertical-align:top"
     137100 * ' '
     138}}}
     139{{{#!td
     140Quantities for which vertical profiles (horizontally averaged) are to be output.\\\\
     141By default vertical profile data is output to the local file [[../iofiles#DATA_1D_PR_NETCDF|DATA_1D_PR_NETCDF]]. The file's format is netCDF. Further details about processing netCDF data are given in chapter [[4.5.1]].\\\\
     142For horizontally averaged vertical profiles always '''all''' vertical grid points (0 <= k <= [[../inipar#nz|nz]]+1) are output to file. Vertical profile data refers to the total domain but profiles for subdomains can also be output (see [#statistic_regions statistic_regions]).\\\\
     143The temporal interval of the output times of profiles is assigned via the parameter [#dt_dopr dt_dopr].\\\\
     144Profiles can also be temporally averaged (see [#averaging_interval_pr averaging_interval_pr).\\\\
     145The following list shows the values which can be assigned to '''data_output_pr'''. The profile data is either defined on u-v-levels (variables marked in [[span(red,style=color: red)]]) or on w-levels ([[span(green,style=color: green)]])). According to this, the z-coordinates of the individual profiles vary. Beyond that, with a Prandtl layer switched on ([[../inipar#prandtl_layer|prandtl_layer]]) the lowest output level is z = zu(1) instead of z = zw(0) for profiles w'' u'',w''v", wu and wv . Turbulence quantities such as w*u*  or u*2 are calculated from turbulent fluctuations that are defined as deviations from the instantaneous horizontal average.
    137146}}}
    138147|----------------