Changes between Version 14 and Version 15 of FeaturesofPdaf
- Timestamp:
- Aug 1, 2011, 9:02:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeaturesofPdaf
v14 v15 3 3 [[PageOutline]] 4 4 5 * PDAF is implemented in Fortran90. However, the standard interface also supports models that are written in C or C++.5 * PDAF is implemented in Fortran90. However, the standard interface also supports models that are written in other languages like C or C++. 6 6 * The parallelization uses the MPI (Message Passing Interface) standard. 7 * The core routines are fully independent of the model code. They can be compiled sep erately and can be used as a library.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 9 9 == Filter algorithms ==