Changes between Version 1 and Version 2 of PDAF_set_ens_pointer
- Timestamp:
- Mar 9, 2020, 9:40:21 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_set_ens_pointer
v1 v2 20 20 * Because `ens_pointer` is a pointer, the call to `PDAF_set_ens_pointer` needs an ''explicit'' Fortran interface. This is provided by the Fortran module `PDAF_interfaces_module`. For this, one has to include the interface declaration from PDAF's interfaces module by 21 21 {{{ 22 USE PDAF_interfaces_module, ONLY: PDAF_set_ smootherens22 USE PDAF_interfaces_module, ONLY: PDAF_set_ens_pointer 23 23 }}} 24 24 * Using a pointer combined with an intent, i.e. using a pointer as argument, is a feature of Fortran 2003. Thus, if a too old compiler is used, it will provide an error when the routine is compiled.