Changes between Version 1 and Version 2 of Module_PDAF


Ignore:
Timestamp:
May 11, 2025, 9:48:38 AM (24 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Module_PDAF

    v1 v2  
    1010The module provides interface definitions for the routines of PDAF. With this one gets an explicit Fortran interface so that the compiler can check the consistency of arguments.
    1111
    12 The module also provides the definition of types of DA methods as named parameters of the form `PDAF_DA_X`, e.g. the LESTKF with PDAF_DA_LESTKF, and their related DA-method value which is specified in the call to `PDAF_init`. One can print a list of the DA-method types using [wiki:PDAF_print_filter_types].
     12The module also provides the definition of types of DA methods as named parameters of the form `PDAF_DA_X`, e.g. the LESTKF with PDAF_DA_LESTKF, and their related DA-method value which is specified in the call to `PDAF_init`. One can print a list of the DA-method types using [wiki:PDAF_print_DA_types].
    1313