Version 1 (modified by 11 days ago) ( diff ) | ,
---|
PDAF3_set_parallel
This page documents the routine PDAF3_set_parallel
of PDAF. This routine was introduced with PDAF V3.0.
The routine PDAF3_init
is called in init_parallel_pdaf
to provide PDAF with the paralellization information.
The call to PDAF3_set_parallel_init
has the following structure:
CALL PDAF_init(COMM_ensemble, COMM_model, COMM_filter, COMM_couple, & task_id, n_modeltasks, filterpe, & status_pdaf)
The required arguments are the following:
COMM_ensemble
: The communicator variableCOMM_ensemble
as initialized byinit_parallel_pdaf
.COMM_model
: The communicator variableCOMM_model
as initialized byinit_parallel_pdaf
.COMM_filter
: The communicator variableCOMM_filter
as initialized byinit_parallel_pdaf
.COMM_couple
: The communicator variableCOMM_couple
as initialized byinit_parallel_pdaf
.task_id
: The index of the model tasks as initialized byinit_parallel_pdaf
.n_modeltasks
: The number of model tasks as defined before the call toinit_parallel_pdaf
.filterpe
: A logical flag showing whether a process belongs toCOMM_filter
as initialized byinit_parallel_pdaf
. (Usually stored in the modulemod_assimilation
)status_pdaf
: An integer used as status flag of PDAF. Ifstatus_pdaf
is zero upon exit fromPDAF_init
the initialization was successful. An error occurred for non-zero values.
Note:
See TracWiki
for help on using the wiki.