Changes between Version 8 and Version 9 of OMI_use_global_obs


Ignore:
Timestamp:
Nov 25, 2020, 6:17:21 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_use_global_obs

    v8 v9  
    3535One of these routines has to be called in `init_pdaf` to set the domain information. Their use is described below.
    3636
    37 After this call, OMI is set up to use domain-limited observations with `thisobs%use_global_obs=0`. The necessary operation will be performed by PDAF-OMI inside PDAFomi_gather_obs and inside the observation operators.
     37After this call, OMI is set up to use domain-limited observations with `thisobs%use_global_obs=0`. The necessary operation will be performed by PDAF-OMI inside `PDAFomi_gather_obs` and inside the observation operators. This feature has to be activated separately for each observation type. However, mixing the settings 0 and 1 is possible.
    3838
    3939'''Note:''' The domain-limitation is only implemented to work in two dimensions.