Changes between Version 9 and Version 10 of ImplementAnalysisGlobal
- Timestamp:
- Nov 16, 2020, 3:39:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisGlobal
v9 v10 89 89 The interface for this routine is: 90 90 {{{ 91 SUBROUTINE init_dim_obs (step, dim_obs_p)91 SUBROUTINE init_dim_obs_pdafomi(step, dim_obs_p) 92 92 93 93 INTEGER, INTENT(in) :: step ! Current time step … … 104 104 The interface for this routine is: 105 105 {{{ 106 SUBROUTINE obs_op (step, dim_p, dim_obs_p, state_p, m_state_p)106 SUBROUTINE obs_op_pdafomi(step, dim_p, dim_obs_p, state_p, m_state_p) 107 107 108 108 INTEGER, INTENT(in) :: step ! Currrent time step