Set localization parameters for non-isotropic localization
This routine stores localization information (locweight, cradius, sradius) in OMI and allocates local arrays for cradius and sradius. This variant is for non-isotropic localization. The routine is used by user-supplied implementations of PDAFomi_init_dim_obs_l.
The routine is called by all filter processes.
Revision history: * 2024-09 - Lars Nerger - Initial code * Later revisions - see repository log
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(obs_l), | intent(inout) | :: | thisobs_l | |||
| integer, | intent(in) | :: | nradii | |||
| real, | intent(in) | :: | cradius(nradii) | |||
| real, | intent(in) | :: | sradius(nradii) | |||
| integer, | intent(in) | :: | locweight | |||
| integer, | intent(in) | :: | locweight_v |