Changes between Version 1 and Version 2 of Module_PDAF
- Timestamp:
- May 11, 2025, 9:48:38 AM (24 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Module_PDAF
v1 v2 10 10 The 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. 11 11 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].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_DA_types]. 13 13