Changes between Version 42 and Version 43 of OMI_observation_modules
- Timestamp:
- Mar 8, 2024, 12:09:37 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_modules
v42 v43 85 85 }}} 86 86 87 Apart from these variables, there is a number of variables that are set internally when the routine `PDAFomi_gather_obs` is called. 87 Apart from these variables, there is a number of variables that are set internally when the routine `PDAFomi_gather_obs` is called. The full data type can be seen on the [wiki:OMI_debugging page on OMI debugging]. 88 88 89 89 … … 111 111 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]. 112 112 113 Here one can also activate the [wiki:PDAFomi_additional_functionality#Omittingobservationsthatarepotentialoutliers omission of observations that are too different from the ensemble mean]. This is activated by setting `thisobs%inno_omit>0.0` 114 113 115 When parallel model with domain decomposition is used, the variables with suffix `_p` need to describe the observation information for a particular process domain. The following routine will perform the necessary operations to ensure that the parallelization is taken into account by PDAF. 114 116