Changes between Version 1 and Version 2 of PDAF_localfilter


Ignore:
Timestamp:
Mar 21, 2025, 2:02:03 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_localfilter

    v1 v2  
    11= PDAF_localfilter =
    22
    3 This page documents the function `PDAF_get_localfilter` of PDAF, which are introduced with PDAF 3.0.
     3This page documents the function `PDAF_localfilter` of PDAF, which are introduced with PDAF 3.0.
    44
    5 The function is an altenative to the routine [wiki:PDAF_get_localfilter].
     5The 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.
    66
    77The 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).