Changes between Version 8 and Version 9 of OMI_observation_operators


Ignore:
Timestamp:
Feb 3, 2021, 5:04:24 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_operators

    v8 v9  
    135135The 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.
    136136
    137 The PDAF-package provides a template to implement new observation operators in `/templates/omi/obs_op_pdafomi_TEMPLATE.F90`.
     137The observation operators in /src/PDAFomi_obs_op.F90 can be used as examples.
    138138
    139139Each observation operator include the following functionality:
     
    148148In 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.
    149149
    150 ||In case that you implement a new observation operator: the community of PDAF users would be grateful if you can to 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.||