Changes between Version 7 and Version 8 of Implement3DVarAnalysisPDAF3Universal
- Timestamp:
- May 27, 2025, 2:05:32 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Implement3DVarAnalysisPDAF3Universal
v7 v8 259 259 === `init_n_domains_pdaf` (init_n_domains_pdaf.F90) === 260 260 261 This routine is only used for localization. It is called during the analysis step before the loop over the local analysis domains is entered. It has to provide the number of local analysis domains. In case of a domain-decomposed model, the number of local analysis domain for the model sub-domain of the calling process has to be initialized. 261 This routine is used in the LESTKF. 262 263 The routine called during the analysis step before the loop over the local analysis domains is entered. It has to provide the number of local analysis domains. In case of a domain-decomposed model, the number of local analysis domain for the model sub-domain of the calling process has to be initialized. 262 264 263 265 The interface for this routine is: … … 275 277 === `init_dim_l_pdaf` (init_dim_l_pdaf.F90) === 276 278 277 This routine is only used for localization.279 This routine is used in the LESTKF. 278 280 279 281 The interface for this routine is: … … 320 322 === `init_dim_obs_l_pdafomi` (callback_obs_pdafomi.F90) === 321 323 322 This routine is only used for localization. It is a call-back routine for PDAF-OMI that initializes the local observation vector. The routine calls a routine from the observation module for each observation type. 324 This routine is used in the LESTKF. 325 326 It is a call-back routine for PDAF-OMI that initializes the local observation vector. The routine calls a routine from the observation module for each observation type. 323 327 324 328 See the [wiki:OMI_Callback_obs_pdafomi documentation on callback_obs_pdafomi.F90] for more information.