Changes between Version 6 and Version 7 of Implement3DVarAnalysisOverview
- Timestamp:
- Sep 20, 2024, 11:00:17 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Implement3DVarAnalysisOverview
v6 v7 71 71 * `init_n_domain`: This routine sets the number of local analysis domains 72 72 * `init_dim_l`: This routine determines the state vector size for the local analysis domain and initializes the index information to fill a local state vector 73 * `g2l_state`: This routine performs the transformation from a global to the local state vector. It selects elements of the global state vector and fill the local vector74 * `l2g_state`: This routine performns the back-ttransformation from local to global state vector.75 73 76 74 === Covariances ===