Changes between Version 12 and Version 13 of OMI_use_global_obs


Ignore:
Timestamp:
Nov 24, 2024, 4:48:08 PM (3 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_use_global_obs

    v12 v13  
    4545One of these routines has to be called in `init_pdaf` to set the domain information. Their use is described below.
    4646
    47 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. This feature has to be activated separately for each observation type. However, mixing the settings 0 and 1 is possible.
     47After this call, OMI is set up to use domain-limited observations with `thisobs%use_global_obs=0` (or `CALL PDAFomi_set_use_global_obs(0)` starting from PDAF V2.3.1). 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.
    4848
    4949'''Note:''' The domain-limitation is only implemented to work in two dimensions.