Changes between Version 19 and Version 20 of OMI_observation_modules_PDAF3


Ignore:
Timestamp:
May 31, 2026, 9:50:28 AM (5 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_modules_PDAF3

    v19 v20  
    119119 * [wiki:OMI_observation_modules_PDAF3#thisobsuse_global_obs thisobs%use_global_obs]: When using local ensemble filters with parallelization, and can also set `thisobs%use_global_obs=0` to improve the performance of the search for local observations. This feature requires that the sub-domain limits have been provided to PDAF-OMI with [wiki:OMI_additional_functionality_PDAF3#PDAFomi_set_domain_limits PDAFomi_set_domain_limits] (which is usually done in `init_pdaf`).
    120120 * [wiki:OMI_observation_modules_PDAF3#thisobsinno_omit thisobs%inno_omit]: 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`.
    121  * thisobs%name: One can store the name of the observation type  (thisobs%name; a string of length up to 20 characters)
     121 * [wiki:OMI_observation_modules_PDAF3#thisobsname thisobs%name]: One can store the name of the observation type in this variable
    122122
    123123When a parallel model with domain decomposition is used, the variables with suffix `_p` need to describe the observation information for a particular process sub-domain.
     
    450450This variable can either be set directly in the code, or, starting with PDAF V2.3.1 by calling [wiki:PDAFomi_set_inno_omit].
    451451
     452
     453
     454=== `thisobs%name` ===
     455
     456One can store the name of an observation type in this variable. The maximum length is 20 characters. 
     457
     458This variable can either be set directly in the code, or, starting by calling [wiki:PDAFomi_set_name].