Changes between Version 56 and Version 57 of OMI_observation_modules
- Timestamp:
- Oct 2, 2024, 4:50:50 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_modules
v56 v57 111 111 1. [wiki:OMI_observation_modules#ocoord_p ocoord_p]: store the coordinates of the observations (only actually used in case of localization) 112 112 1. [wiki:OMI_observation_modules#ivar_obs_p ivar_obs_p]: store the inverse error variance of each observation for the default mode of OMI, which assumes a diagonal observation error covariance matrix 113 1. [wiki:OMI_observation_modules#thisobsid_obs_p thisobs%id_obs_p]: store the indices of state vector elements that correspond to an observation (A single value for observation at grid points, or multiple values for derived quantities or interpolation )113 1. [wiki:OMI_observation_modules#thisobsid_obs_p thisobs%id_obs_p]: store the indices of state vector elements that correspond to an observation (A single value for observation at grid points, or multiple values for derived quantities or interpolation; this is only used in the OMI-provided observation operators) 114 114 115 115 When the observation operator performs interpolation, one further needs to initialize an array of interpolation coefficients ([wiki:OMI_observation_modules#thisobsicoeff_p thisobs%icoeff_p]). For Cartesian distance computation with periodicity one also needs to set [wiki:OMI_observation_modules#thisobsdomainsize thisobs%domainsize].