Changes between Version 1 and Version 2 of PDAF_set_smootherens
- Timestamp:
- Dec 8, 2015, 8:46:29 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_set_smootherens
v1 v2 19 19 20 20 21 Note: 21 Notes: 22 * '''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 23 {{{ 24 USE PDAF_interfaces_module, ONLY: PDAF_set_smootherens 25 }}} 22 26 * 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. 23 27 * The third index in `sens_point` is directed into the past, thus for a value of 1 one accesses the most recent smoothed time.