Changes between Version 4 and Version 5 of PdafSimplifiedInterface
- Timestamp:
- Jan 22, 2012, 10:02:54 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PdafSimplifiedInterface
v4 v5 71 71 It 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. 72 72 73 The routine `PDAF_init` call the user-supplied routine `init_ens_pdaf`. The interface of `init_ens_pdaf` is described on the [ #User-suppliedroutineU_init_ensinit_ens_pdaf.F90 page on PDAF_init with full interface].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]. 74 74 75 75 … … 92 92 * distribute_state_pdaf 93 93 * prepoststep_pdaf 94 The interfaces of these routines are described on the [ #U_next_observationnext_observation_pdaf.F90 page on the implementation with the full interface].94 The interfaces of these routines are described on the [ModifyModelforEnsembleIntegration#U_next_observationnext_observation_pdaf.F90 page on the implementation with the full interface]. 95 95 96 96