SCALE-RM
|
module Communication for Ensemble system More...
Functions/Subroutines | |
subroutine, public | comm_ensemble_setup |
Setup. More... | |
subroutine, public | comm_ensemble_finalize |
finalize More... | |
Variables | |
integer, public | comm_ensemble_world |
integer, public | comm_ensemble_myrank |
integer, public | comm_ensemble_nprocs |
module Communication for Ensemble system
subroutine, public scale_comm_ensemble::comm_ensemble_setup |
Setup.
Definition at line 52 of file scale_comm_ensemble.F90.
References comm_ensemble_myrank, comm_ensemble_nprocs, comm_ensemble_world, scale_prc::prc_abort(), scale_prc::prc_global_myrank, scale_prc::prc_global_nprocs, scale_prc::prc_local_comm_world, scale_prc::prc_myrank, scale_prc::prc_nprocs, and scale_prc::prc_universal_comm_world.
Referenced by mod_da_driver::da_driver_setup().
subroutine, public scale_comm_ensemble::comm_ensemble_finalize |
finalize
Definition at line 116 of file scale_comm_ensemble.F90.
References comm_ensemble_world.
Referenced by mod_da_driver::da_driver_finalize().
integer, public scale_comm_ensemble::comm_ensemble_world |
Definition at line 35 of file scale_comm_ensemble.F90.
Referenced by comm_ensemble_finalize(), comm_ensemble_setup(), mod_da_driver::da_driver_setup(), mod_da_driver::da_driver_update(), and mod_da_param_estimation::da_param_estimation_update().
integer, public scale_comm_ensemble::comm_ensemble_myrank |
Definition at line 36 of file scale_comm_ensemble.F90.
Referenced by comm_ensemble_setup(), mod_da_driver::da_driver_setup(), mod_da_driver::da_driver_update(), mod_da_param_estimation::da_param_estimation_setup(), and mod_da_param_estimation::da_param_estimation_update().
integer, public scale_comm_ensemble::comm_ensemble_nprocs |
Definition at line 37 of file scale_comm_ensemble.F90.
Referenced by comm_ensemble_setup(), mod_da_driver::da_driver_setup(), mod_da_driver::da_driver_update(), mod_da_param_estimation::da_param_estimation_setup(), and mod_da_param_estimation::da_param_estimation_update().