Changes between Version 4 and Version 5 of OMI_use_global_obs


Ignore:
Timestamp:
Nov 25, 2020, 4:36:00 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_use_global_obs

    v4 v5  
    1313
    1414After 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.
    1517
    1618
     
    5557    INTEGER, INTENT(in) :: verbose          !< verbosity flag (1: write output)
    5658    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)
    5860                                            !<   (row 1: longitude, 2: latitude)
    5961                                            !<   ranges: longitude (-pi, pi), latitude (-pi/2, pi/2)