Changes between Version 10 and Version 11 of doc/app/cpp_options


Ignore:
Timestamp:
Feb 24, 2021 3:11:20 PM (4 years ago)
Author:
wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/cpp_options

    v10 v11  
    2121||{{{__nec}}}               ||Enables usage of specific NEC FFT. This additionally requires to set the initialization parameter [wiki:/doc/app/initialization_parameters#fft_method fft_method] = 'system-specific'. ||
    2222||{{{__netcdf}}}            ||Enables NetCDF I/O. If this activation string is not set, PALM does not read or write any NetCDF data. ASCII I/O files are not affected. You may omit {{{-D__netcdf}}} in order to test PALM without having a NetCDF library available on your system.    ||
    23 ||{{{__netcdf4}}}           ||Enables to use the NetCDF4/HDF5 data format. {{{-D__netcdf}}} has to be set too. See initialization parameter [wiki:/doc/app/d3par#netcdf_data_format netcdf_data_format] about how to choose the NetCDF data format. ||
    24 ||{{{__netcdf4_parallel}}}  ||Enables to use NetCDF4/HDF5 parallel I/O. {{{-D__netcdf}}} '''and''' {{{-D__netcdf4}}} have to be set too. See initialization parameter [wiki:/doc/app/d3par#netcdf_data_format netcdf_data_format] about how to choose the NetCDF data format.     ||
     23||{{{__netcdf4}}}           ||Enables to use the NetCDF4/HDF5 data format. {{{-D__netcdf}}} has to be set too. See initialization parameter [wiki:/doc/app/runtime_parameters#netcdf_data_format netcdf_data_format] about how to choose the NetCDF data format. ||
     24||{{{__netcdf4_parallel}}}  ||Enables to use NetCDF4/HDF5 parallel I/O. {{{-D__netcdf}}} '''and''' {{{-D__netcdf4}}} have to be set too. See initialization parameter [wiki:/doc/app/runtime_parameters#netcdf_data_format netcdf_data_format] about how to choose the NetCDF data format.     ||
    2525||{{{__parallel}}}          ||Enables usage of MPI. If you do '''not set''' {{{-D__parallel}}}, PALM runs in non-parallel mode on a single core.  ||
    2626||{{{__rrtmg}}}             ||Enables usage of the Rapid Radiation Transfer Model library. See [wiki:/doc/tec/radiation#RRTMG] for further details.   ||