Changes between Version 4 and Version 5 of OMI_use_global_obs
- Timestamp:
- Nov 25, 2020, 4:36:00 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_use_global_obs
v4 v5 13 13 14 14 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. 15 16 '''Note:''' The domain-limitation is only implemented to work in two dimensions. 15 17 16 18 … … 55 57 INTEGER, INTENT(in) :: verbose !< verbosity flag (1: write output) 56 58 INTEGER, INTENT(in) :: npoints_p !< number of process-local grid points 57 REAL, INTENT(in) :: coords_p(:,:) !< geographic coordinate array, dimension (2, npoints_p 59 REAL, INTENT(in) :: coords_p(:,:) !< geographic coordinate array, dimension (2, npoints_p) 58 60 !< (row 1: longitude, 2: latitude) 59 61 !< ranges: longitude (-pi, pi), latitude (-pi/2, pi/2)