Changes between Version 4 and Version 5 of pyPDAF
- Timestamp:
- Jun 12, 2025, 12:37:04 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyPDAF
v4 v5 5 5 == Overview == 6 6 7 pyPDAF provides a Python interface to PDAF. pyPDAF allows a user to implement all case-specific functions for PDAF in Python while leveraging the high compute performance of the analysis methods, ensemble and observation handling in the Fortran-coded routines of PDAF. The PDAF library can be installed in a precompiled form, so that one does not need to work with Fortran. pyPDAF supports essentially all functionality of PDAF (currently of PDAF V2.3.1) and canbe used with both the online and offline modes of PDAF.7 pyPDAF allows to use PDAF entirely with Python. Thus, pyPDAF allows a user to implement all case-specific functions for PDAF in Python while leveraging the high compute performance of the analysis methods, ensemble and observation handling in the Fortran-coded routines of PDAF. pyPDAF can be installed using Conda. This installs the PDAF library in a precompiled form, so that one does not need to touch any Fortran code. pyPDAF supports essentially all functionality of PDAF (currently of PDAF V2.3.1) and can be used with both the online and offline modes of PDAF. 8 8 9 9 pyPDAF can be particularly useful in the following scenarios: