Changes between Version 4 and Version 5 of OMI_observation_modules
- Timestamp:
- Nov 23, 2020, 11:26:10 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_modules
v4 v5 59 59 This is the main routine to initialize observation information. 60 60 61 Please see the template `templates/omi/obs_TYPE_pdafomi_TEMPLATE.F90` for a step-by-step description of the implementation steps. 61 ||= Please see the template file `templates/omi/obs_TYPE_pdafomi_TEMPLATE.F90`[[br]] for a step-by-step description of the implementation steps. =|| 62 62 63 63 Each observation module uses the generic name '''thisobs''' for the variable with observation type `obs_f`. Elements of `thisobs` are accessed like 64 `thisobs%doassim`. 64 `thisobs%doassim`. 65 65 66 66 The main steps performed in this routine are … … 81 81 thisobs%ncoord, local_range, dim_obs) 82 82 }}} 83 This routine will complete all required initializations for OMI. As such it is mandatory to call the routine 83 This routine will complete all required initializations for OMI. As such it is mandatory to call the routine. 84 85 The routine `PDAFomi_gather_obs` returns the number of observations `dim_obs` which is the return variable for PDAF. 84 86 85 87