27 | | * `locweight`, `lradius` and `sradius` can be set to the same values for all local analysis domains. However, the interface allows the user to specify different localization radii and weight functions for each single local analysis domain depending on the index `domain_p` or the coordinates `coords_l`. |
| 27 | * `locweight`, `cradius` and `sradius` can be set to the same values for all local analysis domains. However, the interface allows the user to specify different localization radii and weight functions for each single local analysis domain depending on the index `domain_p` or the coordinates `coords_l`. |
| 28 | |
| 29 | == Settings for non-isotropic localization == |
| 30 | |
| 31 | Introduced by PDAF V2.2 a non-isotropic localization is possible for this use vectors for `cradius` and `lradius`. This in the interface of `PDAFomi_init_dim_obs_l` one can use |
| 32 | {{{ |
| 33 | REAL, INTENT(in) :: cradius(:) ! Localization radius |
| 34 | REAL, INTENT(in) :: sradius(:) ! Support radius of localization function |
| 35 | |
| 36 | }}} |
| 37 | Here, the size `cradius` and `sradius` has to be equal to `thisobs%ncoords`. |