Changes between Version 15 and Version 16 of OMI_observation_operators


Ignore:
Timestamp:
Dec 18, 2021, 1:49:58 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_operators

    v15 v16  
    154154The arguments of the observation operators are
    155155{{{
    156        CALL PDAFomi_obs_op_X (thisobs,[nrows,] ostate, state_p)
     156       CALL PDAFomi_obs_op_X (thisobs,[nrows,] state_p, ostate)
    157157}}}
    158158Where `thisobs` is the observation type variable, `ostate` is the input vector in the observation space provided by PDAF and `state_p` is the output state vector that will be returned to PDAF. `nrows` only exists for the observation operators X=gridavg and X=interp_lin and specifies the number of grid points involved in the observation operation. For X=gridpoint, this argument does not exist.