Changes between Version 5 and Version 6 of PdafSimplifiedInterface


Ignore:
Timestamp:
Jan 22, 2012, 10:04:52 AM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PdafSimplifiedInterface

    v5 v6  
    7171It is recommended that the value of `status_pdaf` is checked in the program after PDAF_init is executed. Only if its value is 0 the initialization was successful.
    7272
    73 The routine `PDAF_init` call the user-supplied routine `init_ens_pdaf`. The interface of `init_ens_pdaf` is described on the [InitPdaf#User-suppliedroutineU_init_ensinit_ens_pdaf.F90 page on PDAF_init with full interface].
     73The routine `PDAF_init` calls the user-supplied routine `init_ens_pdaf`. The interface of `init_ens_pdaf` is described on the [InitPdaf#User-suppliedroutineU_init_ensinit_ens_pdaf.F90 page on PDAF_init with full interface].
    7474
    7575
     
    103103  SUBROUTINE PDAF_put_state_X_si(status)
    104104}}}
    105 At this state of the implementation only these arguments are relevant:
     105and has only a single argument:
    106106 * `status`: The integer status flag. It is zero, if PDAF_get_state is exited without errors.
    107107