Changes between Version 4 and Version 5 of PDAFomi_store_obs_l_index


Ignore:
Timestamp:
Sep 8, 2024, 7:11:44 PM (11 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_store_obs_l_index

    v4 v5  
    2626'''Notes:'''
    2727 * `idx` is usually the counte over the valid local observation of the observation type in the observation module
    28  * `cradius_l` and `sradius_l` are usually the same for all local observations of a single type if the localization is isotropic
     28 * `cradius_l` and `sradius_l` are usually the same for all local observations of a single type if the localization is isotropic.
     29 * For non-isotropic localization `cradius_l` and `sradius_l` are the radii in the direction of the observation. This calculation can be complex. How this is done inside PDAF-OMI can be seen in the routine `PDAFomi_check_dist2_noniso_loop` in the file `/src/PDAFomi_dim_obs_l.F90` of the PDAF library.
    2930 * While using this routine can be more convenient than doing the initialization of the variables in `thisobs_l` in the user code, in our tests the code ran faster when we did not use this routine, but did this initialization in the user code.