Changes between Version 1 and Version 2 of PDAF_set_ens_pointer


Ignore:
Timestamp:
Mar 9, 2020, 9:40:21 AM (4 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_set_ens_pointer

    v1 v2  
    2020 * 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
    2121{{{
    22  USE PDAF_interfaces_module, ONLY: PDAF_set_smootherens
     22 USE PDAF_interfaces_module, ONLY: PDAF_set_ens_pointer
    2323}}}
    2424 * 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.