Changes between Version 1 and Version 2 of PDAF_get_local_type


Ignore:
Timestamp:
Mar 21, 2025, 2:20:15 PM (4 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_local_type

    v1 v2  
    55The routine is an alternative to the function [wiki:PDAF_local_type]. In the routine the return value is an argument of the routine, wile for the function the value is the return value of the function, which can be more directly used.
    66
    7 The froutine returns the information on the localization type of the selected filter. With this one can distinguish filter using domain localization (LESTKF, LETKF, LSEIK, LNETF), covariance localization (LEnKF), or covariance localization with observation handling like domain localization (ENSRF/EAKF).
     7The routine returns the information on the localization type of the selected filter. With this one can distinguish filters using domain localization (LESTKF, LETKF, LSEIK, LNETF), covariance localization (LEnKF), or covariance localization with observation handling like domain localization (ENSRF/EAKF).
    88
    99The routine can be called in init_dim_obs_OBSTYPE, of each observation module to control whether [wiki:PDAFomi_set_localize_covar] is called to initialize covariance localization.
     
    1717  Integer, Intent(Out) :: Localtype !< Localization Type Of The Filter
    1818                                    !< (0) No Localization; Global Filter
    19                                     !< (1) Domain Localization (Lestkf, Letkf, Lnetf, Lseik)
    20                                     !< (2) Covariance Localization (Lenkf)
    21                                     !< (3) Covariance Loc. But Observation Handling Like Domain Localization (Ensrf)
     19                                    !< (1) Domain Localization (LESTKF, LETKF, LNETF, LSEIK)
     20                                    !< (2) Covariance Localization (LEnKF)
     21                                    !< (3) Covariance Loc. But Observation Handling Like Domain Localization (ENSRF/EAKF)
    2222
    2323`localtype` can be directly used, e.g. as