Changes between Version 6 and Version 7 of OMI_Callback_obs_pdafomi


Ignore:
Timestamp:
Nov 18, 2020, 4:23:08 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_Callback_obs_pdafomi

    v6 v7  
    4343The implementation steps are:
    44441. Include the observation-specific routine `init_dim_obs_l_TYPE` from the observation-module with 'use'
    45 1. Ensure that the integer variables `offset_obs` and `offset_obs_l` are declared and initialized to 0
    46451. Add a call to the observation-specific routine init_dim_obs_l_TYPE
     46
     47
     48== localize_covar_pdafomi ==
     49
     50In this routine one calls `localize_covar_TYPE` for each observation type. The routine performs covariance localization for the localized EnKF.
     51
     52The implementation steps are:
     531. Include the observation-specific routine `localize_covar_TYPE` from the observation-module with 'use'
     541. Initialize the array `coords` which holds the coordinates of all elements of the state vector for the current process domain
     551. Add a call to the observation-specific routine localize_covar_TYPE
     56
    4757
    4858== deallocate_obs_pdafomi ==