Changes between Version 15 and Version 16 of OMI_observation_operators
- Timestamp:
- Dec 18, 2021, 1:49:58 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_operators
v15 v16 154 154 The arguments of the observation operators are 155 155 {{{ 156 CALL PDAFomi_obs_op_X (thisobs,[nrows,] ostate, state_p)156 CALL PDAFomi_obs_op_X (thisobs,[nrows,] state_p, ostate) 157 157 }}} 158 158 Where `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.