Changes between Version 11 and Version 12 of PDAF3_new_functionality


Ignore:
Timestamp:
May 15, 2025, 11:07:24 AM (3 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF3_new_functionality

    v11 v12  
    9494=== Checking for type of localization ===
    9595
    96 Checking whether a filter uses localization can now be done using the Fortran function `PDAF_localfilter`  (instead of the subroutine `PDAF_get_localfilter`). The return value will be =1 for domain localized filters (e.g. LESTKF, LETKF) and ENSRF/EAKF, and 0 otherwise.
     96Checking whether a filter uses localization can now be done using the Fortran function `PDAF_localfilter`  (instead of the subroutine `PDAF_get_localfilter`). The return value will be =1 for domain localized filters (e.g. LESTKF, LETKF) and ENSRF/EAKF, and 0 otherwise. This function can be used to distinguish calls for `PDAF3_assimilate*` or `PDAF3_assim_offline*`
    9797
    98 The function `PDAF_get_local type` allows to distinguish global filters, domain localization and covariance localization (e.g. LEnKF and ENSRF/EAKF).
     98The function `PDAF_get_local type` can be used to distinguish global filters, domain localization and covariance localization (e.g. LEnKF and ENSRF/EAKF). This function can be used to decide whether to call `PDAF_set_localize_covar`.
    9999
    100100Further information: [wiki:PDAF_localfilter] and [wiki:PDAF_get_local_type].