Changes between Version 10 and Version 11 of Help/FAQ


Ignore:
Timestamp:
Nov 2, 2017 3:31:37 PM (7 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/FAQ

    v10 v11  
    3838do not work if arrays have more than 9999 elements. Use options {{{-G0 -rl -m2 -Rbcdsp}}} instead.
    3939
     40'''Intel Fortran: Version 16.0 and higher:'''\\
     41When using NetCDF4, floating divide by zero may appear within the first NetCDF library calls in case that the compiler option {{{-fpe0}}} has been used. In order to circumvent this problem, you may omit the {{{-fpe0}}} option (a poor workaround, because floating point errors within the PALM code won't be detected too), or you should install the NetCDF library with Intel compiler option {{{-fp-model strict}}} switched on.
    4042
    4143
     44