Changes between Version 7 and Version 8 of Implement3DVarAnalysisPDAF3Universal


Ignore:
Timestamp:
May 27, 2025, 2:05:32 PM (5 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Implement3DVarAnalysisPDAF3Universal

    v7 v8  
    259259=== `init_n_domains_pdaf` (init_n_domains_pdaf.F90) ===
    260260
    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.
     261This routine is used in the LESTKF.
     262
     263The 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.
    262264
    263265The interface for this routine is:
     
    275277=== `init_dim_l_pdaf` (init_dim_l_pdaf.F90) ===
    276278
    277 This routine is only used for localization.
     279This routine is used in the LESTKF.
    278280
    279281The interface for this routine is:
     
    320322=== `init_dim_obs_l_pdafomi` (callback_obs_pdafomi.F90) ===
    321323
    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.
     324This routine is used in the LESTKF.
     325
     326It 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.
    323327
    324328See the [wiki:OMI_Callback_obs_pdafomi documentation on callback_obs_pdafomi.F90] for more information.