Changes between Version 10 and Version 11 of Help/FAQ
- Timestamp:
- Nov 2, 2017 3:31:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/FAQ
v10 v11 38 38 do not work if arrays have more than 9999 elements. Use options {{{-G0 -rl -m2 -Rbcdsp}}} instead. 39 39 40 '''Intel Fortran: Version 16.0 and higher:'''\\ 41 When 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. 40 42 41 43 44