Changes between Version 5 and Version 6 of PDAF_get_smootherens


Ignore:
Timestamp:
Dec 8, 2015, 8:46:02 AM (8 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_get_smootherens

    v5 v6  
    1717
    1818
    19 Note:
     19Notes:
     20 * '''Important''': The feature to use a pointer as an argument is Fortran2003 standard. In order to make this call work, an explicit Fortran interface is required. For this, one has to include the interface declaration from PDAF's interfaces module by
     21{{{
     22 USE PDAF_interfaces_module, ONLY: PDAF_get_smootherens
     23}}}
    2024 * When the pointer `sens_point` is set, the dimensions are `sens_point(dim_p, dim_ens, smoothed_times)`. Thus, the first two indices are for an ensemble array at the smoother time specified by the third index.
    2125 * The third index in `sens_point` is directed into the past, thus for a value of 1 one accesses the most recent smoothed time.