Changes between Version 106 and Version 107 of doc/app/runtime_parameters


Ignore:
Timestamp:
Sep 15, 2010 8:17:32 AM (15 years ago)
Author:
weinreis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/runtime_parameters

    v106 v107  
    555555}}}
    556556{{{#!td style="vertical-align:top"
    557 dummy
    558 }}}
    559 {{{#!td style="vertical-align:top"
    560 dummy
    561 }}}
    562 {{{#!td
    563 dummy
     557C*20 (10)
     558}}}
     559{{{#!td style="vertical-align:top"
     560single precision for all output quantities
     561}}}
     562{{{#!td
     563Defines the accuracy of the netCDF output.\\\\
     564By default, all netCDF output data (see [#data_output_format data_output_format]) have single precision  (4 byte) accuracy. Double precision (8 byte) can be choosen alternatively.\\
     565Accuracy for the different output data (cross sections, 3d-volume data, spectra, etc.) can be set independently.\\
     566'' '<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:\\
     567||'' 'xy' '' ||horizontal cross section ||
     568||'' 'xz' '' ||vertical (xz) cross section ||
     569||'' 'yz' '' ||vertical (yz) cross section ||
     570||'' '2d' '' ||all cross sections||
     571||'' '3d' '' ||volume data ||
     572||'' 'pr' '' ||vertical profiles ||
     573||'' 'ts' '' ||time series, particle time series ||
     574||'' 'sp' '' ||spectra ||
     575||'' 'prt' '' ||particles ||
     576||'' 'all' '' ||all output quantities ||
     577\\\\
     578'''Example:'''\\
     579If 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.
    564580}}}
    565581|----------------