Changes between Version 2 and Version 3 of OMI_Callback_obs_pdafomi_PDAF3
- Timestamp:
- May 27, 2025, 3:25:50 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_Callback_obs_pdafomi_PDAF3
v2 v3 147 147 - 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. 148 148 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].154 149 155 150 … … 207 202 208 203 209 210 211 204 == localize_covar_pdafomi == 205 206 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. 207 208 For PDAF2, see the [wiki:OMI_Callback_obs_pdafomi description of the callobs_obs_pdafomi.F90 in PDAF2]. 209 210 211