Changes between Version 81 and Version 82 of FeaturesofPdaf
- Timestamp:
- Oct 31, 2021, 7:52:20 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeaturesofPdaf
v81 v82 3 3 [[PageOutline]] 4 4 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++. 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++. ALso the combination is Python is possible. 6 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.