Changes between Version 11 and Version 12 of PDAF3_new_functionality
- Timestamp:
- May 15, 2025, 11:07:24 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_new_functionality
v11 v12 94 94 === Checking for type of localization === 95 95 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. 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. This function can be used to distinguish calls for `PDAF3_assimilate*` or `PDAF3_assim_offline*` 97 97 98 The function `PDAF_get_local type` allows to distinguish global filters, domain localization and covariance localization (e.g. LEnKF and ENSRF/EAKF).98 The 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`. 99 99 100 100 Further information: [wiki:PDAF_localfilter] and [wiki:PDAF_get_local_type].