Changes between Version 10 and Version 11 of OMI_observation_modules_PDAF3


Ignore:
Timestamp:
Jun 11, 2025, 1:37:40 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_modules_PDAF3

    v10 v11  
    127127{{{
    128128    CALL PDAFomi_gather_obs(thisobs, dim_obs_p, obs_p, ivar_obs_p, ocoord_p, &
    129          thisobs%ncoord, cradius, dim_obs)
     129         thisobs%ncoord, lradius, dim_obs)
    130130}}}
    131131This routine will complete all required initializations for OMI. As such it is mandatory to call the routine.
     
    134134
    135135Notes:
    136  * The value is `cradius` is only used if [wiki:OMI_observation_modules_PDAF3#thisobsuse_global_obs thisobs%use_global_obs=0]. This is the maximum cut-off radius around the process sub-domain.
    137   * `cradius` is always a single value. It should be set of the largest radius of the directions in which the process domain is split by parallelization. It defines the radius within which observations from neighboring process sub-domains are taken into account.
     136 * Here, `lradius` is the maximum localization cut-off radius around the process sub-domain. The value is `lradius` is only used if [wiki:OMI_observation_modules_PDAF3#thisobsuse_global_obs thisobs%use_global_obs=0]. 
     137  * `lradius` is always a single value. It should be set of the largest radius of the directions in which the process domain is split by parallelization. It defines the radius within which observations from neighboring process sub-domains are taken into account.
    138138
    139139** 3. Optionally initialize covariance localization **