Changes between Version 265 and Version 266 of doc/app/runtime_parameters


Ignore:
Timestamp:
Jul 29, 2016 2:41:09 PM (9 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v265 v266  
    898898|----------------
    899899{{{#!td style="vertical-align:top"
    900 [=#netcdf_precision '''netcdf_precision''']
    901 }}}
    902 {{{#!td style="vertical-align:top"
    903 C*20 (10)
    904 }}}
    905 {{{#!td style="vertical-align:top"
    906 single precision for all output quantities
    907 }}}
    908 {{{#!td
    909 Defines the accuracy of the netCDF output.\\\\
    910 By default, all netCDF output data have single precision  (4 byte) accuracy. Double precision (8 byte) can be choosen alternatively.\\
    911 Accuracy for the different output data (cross sections, 3d-volume data, spectra, etc.) can be set independently.\\
    912 '' '<out>_NF90_REAL4' '' (single precision) or '' '<out>_NF90_REAL8' '' (double precision) are the two principally allowed values for netcdf_precision, where the string '' '<out>' '' can be chosen out of the following list:\\
    913 ||'' 'xy' '' ||horizontal cross section ||
    914 ||'' 'xz' '' ||vertical (xz) cross section ||
    915 ||'' 'yz' '' ||vertical (yz) cross section ||
    916 ||'' '2d' '' ||all cross sections||
    917 ||'' '3d' '' ||volume data ||
    918 ||'' 'pr' '' ||vertical profiles ||
    919 ||'' 'ts' '' ||time series, particle time series ||
    920 ||'' 'sp' '' ||spectra ||
    921 ||'' 'prt' '' ||particles ||
    922 ||'' 'all' '' ||all output quantities ||
    923 \\
    924 '''Example:'''\\
    925 If all cross section data and the particle data shall be output in double precision and all other quantities in single precision, then '''netcdf_precision''' = '' '2d_NF90_REAL8' '', '' 'prt_NF90_REAL8' '' has to be assigned.
    926 }}}
    927 |----------------
    928 {{{#!td style="vertical-align:top"
    929900[=#normalizing_region '''normalizing_region''']
    930901}}}