Changes between Version 22 and Version 23 of InitPdaf
- Timestamp:
- Sep 26, 2011, 5:04:19 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InitPdaf
v22 v23 85 85 It is useful to define variables like these at this central position. Of course, this definition has to be adapted to the particular model used. 86 86 87 == User-supplied routine `U_init_ens` (init_ens_pdaf.F90) ==87 == User-supplied routine `U_init_ens` (init_ens_pdaf.F90) == 88 88 89 89 The 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.