Changes between Version 8 and Version 9 of OMI_use_global_obs
- Timestamp:
- Nov 25, 2020, 6:17:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_use_global_obs
v8 v9 35 35 One of these routines has to be called in `init_pdaf` to set the domain information. Their use is described below. 36 36 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.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. This feature has to be activated separately for each observation type. However, mixing the settings 0 and 1 is possible. 38 38 39 39 '''Note:''' The domain-limitation is only implemented to work in two dimensions.