Changes between Version 2 and Version 3 of PDAF_get_localfilter
- Timestamp:
- Mar 21, 2025, 2:05:41 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_get_localfilter
v2 v3 20 20 * The difference between the return values 0 and 1 is mainly the way how PDAF-OMI handles observations. 21 21 * New for PDAF3: For the ENSRF/EAKF, `lflag` is also 1. This is because the observation handling for the ENSRF/EAKF uses the same approach as for domain-localized filters 22 * The value of `lflag` can be used, e.g. as 23 {{{ 24 IF (lflag == 1) THEN 25 CALL PDAFomi_assimilate_local(...) 26 ELSE 27 CALL PDAFomi_assimilate_global(...) 28 ENDIF 29 }}}