Changes between Version 1 and Version 2 of PDAF_localfilter
- Timestamp:
- Mar 21, 2025, 2:02:03 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_localfilter
v1 v2 1 1 = PDAF_localfilter = 2 2 3 This page documents the function `PDAF_ get_localfilter` of PDAF, which are introduced with PDAF 3.0.3 This page documents the function `PDAF_localfilter` of PDAF, which are introduced with PDAF 3.0. 4 4 5 The function is an altenative to the routine [wiki:PDAF_get_localfilter]. 5 The function is an altenative to the routine [wiki:PDAF_get_localfilter]. Here the values is the return value of the function, while for `PDAF_get_localfilter` the return value is an argument of the routine. 6 6 7 7 The function returns the information whether the chosen filter is a domain-localized filter (LESTKF, LETKF, LSEIK, LNETF). It can be called in assimilate_pdaf.F90 to control whether to call either PDAF3_assimilate_global or PDAF3_assimilate_local (or PDAF3_put_state_global or PDAF3_put_state_local).