Changes between Version 11 and Version 12 of OMI_observation_modules_PDAF3
- Timestamp:
- Jun 11, 2025, 4:15:37 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_observation_modules_PDAF3
v11 v12 76 76 INTEGER :: use_global_obs=1 !< Whether to use (1) global full obs. 77 77 !< or (0) obs. restricted to those relevant for a process domain 78 CHARACTER(len=20) :: name="" !< Name of observation type 78 79 ... 79 80 END TYPE obs_f … … 116 117 * When the observation operator performs interpolation, one further needs to initialize an array of interpolation coefficients ([wiki:OMI_observation_modules_PDAF3#thisobsicoeff_p thisobs%icoeff_p]). 117 118 * For Cartesian distance computation with periodicity one also needs to set [wiki:OMI_observation_modules#thisobsdomainsize thisobs%domainsize]. 119 * One can store the name of the observation type (thisobs%name; a string of lenggth up to 20 characters) 118 120 * One can also activate the [wiki:OMI_additional_functionality_PDAF3#Omittingobservationsthatarepotentialoutliers omission of observations that are too different from the ensemble mean]. This is activated by setting `thisobs%inno_omit>0.0` 119 121