Changes between Version 2 and Version 3 of OMI_Callback_obs_pdafomi_PDAF3


Ignore:
Timestamp:
May 27, 2025, 3:25:50 PM (5 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_Callback_obs_pdafomi_PDAF3

    v2 v3  
    147147 - The order of the calls to `init_dim_obs_l_TYPE` defines the order in which the observations are stored in the local observation vector. The calling order does not need to be the same as in the other routines, but it's good practive to keep the order of the calls consistent.
    148148
    149 == localize_covar_pdafomi ==
    150 
    151 This was a routine that was used in the PDAF-OMI variant in PDAF2. In PDAF3 this was replaced by [wiki:PDAFomi_set_localize_covar], which is called in the main routine `init_dim_obs` of an observation module.
    152 
    153 For PDAF2, see the [wiki:OMI_Callback_obs_pdafomi description of the callobs_obs_pdafomi.F90 in PDAF2].
    154149
    155150
     
    207202
    208203
    209 
    210 
    211 
     204== localize_covar_pdafomi ==
     205
     206This was a routine that was used in the PDAF-OMI variant in PDAF2. In PDAF3 this was replaced by [wiki:PDAFomi_set_localize_covar], which is called in the main routine `init_dim_obs` of an observation module.
     207
     208For PDAF2, see the [wiki:OMI_Callback_obs_pdafomi description of the callobs_obs_pdafomi.F90 in PDAF2].
     209
     210
     211