Changes between Version 8 and Version 9 of OMI_observation_operators
- Timestamp:
- Feb 3, 2021, 5:04:24 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_operators
v8 v9 135 135 The current set of observation operators provided by PDAF-OMI is rather fundamental. However, there are also observation types which are not variables of state vector, but functions of several values. Likewise one might want to use a more sophisticated interpolation than the linear one or some interpolation that treats the horizontal and vertical directions separately. For these cases you can implement you own operators. 136 136 137 The PDAF-package provides a template to implement new observation operators in `/templates/omi/obs_op_pdafomi_TEMPLATE.F90`.137 The observation operators in /src/PDAFomi_obs_op.F90 can be used as examples. 138 138 139 139 Each observation operator include the following functionality: … … 148 148 In the template we also included outputs for the [wiki:OMI_debugging debug functionality]. These should be adapted to a particular observation operator so that meaningful outputs are generated that help to check whether the operations in the routine are correct. 149 149 150 ||In case that you implement a new observation operator: the community of PDAF users would be grateful if you canto advance PDAF-OMI by providing new observation operators for inclusion into PDAF-OMI under the LGPL license.||150 ||In case that you implement a new observation operator: The community of PDAF users would be grateful if you can help to advance PDAF-OMI by providing new observation operators for inclusion into PDAF-OMI under the LGPL license.||