Changes between Version 42 and Version 43 of OMI_observation_modules


Ignore:
Timestamp:
Mar 8, 2024, 12:09:37 PM (7 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_observation_modules

    v42 v43  
    8585}}}
    8686
    87 Apart from these variables, there is a number of variables that are set internally when the routine `PDAFomi_gather_obs` is called.
     87Apart 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].
    8888
    8989
     
    111111When 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].
    112112
     113Here 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
    113115When 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.
    114116