Changes between Version 11 and Version 12 of OMI_observation_modules_PDAF3


Ignore:
Timestamp:
Jun 11, 2025, 4:15:37 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_modules_PDAF3

    v11 v12  
    7676     INTEGER :: use_global_obs=1          !< Whether to use (1) global full obs.
    7777                                          !< or (0) obs. restricted to those relevant for a process domain
     78     CHARACTER(len=20) :: name=""         !< Name of observation type
    7879     ...
    7980  END TYPE obs_f
     
    116117 * 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]).
    117118 * 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)
    118120 * 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`
    119121