Changes between Version 22 and Version 23 of InitPdaf


Ignore:
Timestamp:
Sep 26, 2011, 5:04:19 PM (13 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InitPdaf

    v22 v23  
    8585It is useful to define variables like these at this central position. Of course, this definition has to be adapted to the particular model used.
    8686
    87 == User-supplied routine `U_init_ens` (init_ens_pdaf.F90)==
     87== User-supplied routine `U_init_ens` (init_ens_pdaf.F90) ==
    8888
    8989The user-supplied routine the we named `U_init_ens` here, is called by PDAF through the defined interface described below. The routine is called by all MPI processes that compute the filter analysis step (i.e. those for which 'filterpe' is set to true. In the standard configuration of `init_parallel_pdaf` these are all processes of the first model task, i.e. task_id=1.) `U_init_ens_pdaf` is only called by `PDAF_init` if no error occurred before; thus the status flag is zero.