Changes between Version 5 and Version 6 of OMI_Callback_obs_pdafomi
- Timestamp:
- Nov 17, 2020, 2:02:17 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_Callback_obs_pdafomi
v5 v6 11 11 == init_dim_obs_pdafomi == 12 12 13 In this routine we declare a dimension variable `dim_obs_TYPE` for each observation type. This is initialized by the corresponding routine init_dim_obs_f_TYPE. The sum of these individual dimension yields the total number of observations, which is returned to PDAF.13 In this routine we declare a dimension variable `dim_obs_TYPE` for each observation type. This is initialized by the corresponding routine `init_dim_obs_TYPE`. The sum of these individual dimension yields the total number of observations, which is returned to PDAF. 14 14 15 15 The implementation steps are: