Changes between Initial Version and Version 1 of PDAF_interfaces_module


Ignore:
Timestamp:
May 11, 2025, 9:00:09 AM (28 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_interfaces_module

    v1 v1  
     1= PDAF_interfaces_module =
     2
     3|| **Note:** `PDAF_interfaces_module` was replaced by the [wiki:Module_PDAF module **PDAF**] in PDAF V3.0. ||
     4
     5The module `PDAF_interfaces_module` provides interface definitions for the routines of PDAF. If you like to use explicit Fortran interfaces, or if you have to use them in case of the smoother, you have to include the following line in the header you the calling routine:
     6
     7{{{
     8  use PDAF_interfaces_module
     9}}}
     10
     11Using `PDAF_interface_module` is recommended, but not required.