Changes between Version 59 and Version 60 of FeaturesofPdaf
- Timestamp:
- Jul 14, 2019, 8:32:39 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeaturesofPdaf
v59 v60 4 4 5 5 * PDAF is implemented in Fortran90 with some features from Fortran 2003. The standard interface also supports models that are written in other languages like C or C++. 6 * The parallelization uses the MPI (Message Passing Interface) standard. The localized filters use, in addition, OpenMP-parallelization .6 * The parallelization uses the MPI (Message Passing Interface) standard. The localized filters use, in addition, OpenMP-parallelization with features of OpenMP-4. 7 7 * The core routines are fully independent of the model code. They can be compiled separately and can be used as a library. 8 8