Changes between Version 6 and Version 7 of OMI_Callback_obs_pdafomi
- Timestamp:
- Nov 18, 2020, 4:23:08 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_Callback_obs_pdafomi
v6 v7 43 43 The implementation steps are: 44 44 1. 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 046 45 1. Add a call to the observation-specific routine init_dim_obs_l_TYPE 46 47 48 == localize_covar_pdafomi == 49 50 In this routine one calls `localize_covar_TYPE` for each observation type. The routine performs covariance localization for the localized EnKF. 51 52 The implementation steps are: 53 1. Include the observation-specific routine `localize_covar_TYPE` from the observation-module with 'use' 54 1. Initialize the array `coords` which holds the coordinates of all elements of the state vector for the current process domain 55 1. Add a call to the observation-specific routine localize_covar_TYPE 56 47 57 48 58 == deallocate_obs_pdafomi ==