Changes between Version 5 and Version 6 of Implement3DVarAnalysisPDAF3_Hyb3DVar


Ignore:
Timestamp:
May 27, 2025, 2:07:01 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Implement3DVarAnalysisPDAF3_Hyb3DVar

    v5 v6  
    317317=== `init_n_domains_pdaf` (init_n_domains_pdaf.F90) ===
    318318
    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.
     319This routine is used in the LESTKF.
     320
     321The 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.
    320322
    321323The interface for this routine is:
     
    333335=== `init_dim_l_pdaf` (init_dim_l_pdaf.F90) ===
    334336
    335 This routine is only used for localization.
     337This routine is used in the LESTKF.
    336338
    337339The interface for this routine is:
     
    379381=== `init_dim_obs_l_pdafomi` (callback_obs_pdafomi.F90) ===
    380382
    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.
     383This routine is used in the LESTKF.
     384
     385It 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.
    382386
    383387See the [wiki:OMI_Callback_obs_pdafomi documentation on callback_obs_pdafomi.F90] for more information.