Changes between Version 12 and Version 13 of OMI_use_global_obs
- Timestamp:
- Nov 24, 2024, 4:48:08 PM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_use_global_obs
v12 v13 45 45 One of these routines has to be called in `init_pdaf` to set the domain information. Their use is described below. 46 46 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.47 After 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. 48 48 49 49 '''Note:''' The domain-limitation is only implemented to work in two dimensions.