Changes between Version 5 and Version 6 of Implement3DVarAnalysisPDAF3_Hyb3DVar
- Timestamp:
- May 27, 2025, 2:07:01 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Implement3DVarAnalysisPDAF3_Hyb3DVar
v5 v6 317 317 === `init_n_domains_pdaf` (init_n_domains_pdaf.F90) === 318 318 319 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. 319 This routine is used in the LESTKF. 320 321 The routine is called during the analysis step of the LESTKF 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. 320 322 321 323 The interface for this routine is: … … 333 335 === `init_dim_l_pdaf` (init_dim_l_pdaf.F90) === 334 336 335 This routine is only used for localization.337 This routine is used in the LESTKF. 336 338 337 339 The interface for this routine is: … … 379 381 === `init_dim_obs_l_pdafomi` (callback_obs_pdafomi.F90) === 380 382 381 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. 383 This routine is used in the LESTKF. 384 385 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. 382 386 383 387 See the [wiki:OMI_Callback_obs_pdafomi documentation on callback_obs_pdafomi.F90] for more information.