Function to find a single global time step for all levels and processes.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(inout), | allocatable | :: | local_dt(:) | Process local time steps on each level. |
|
type(tem_comm_env_type), | intent(in) | :: | proc | mpi communication enviroment with mpi communicator |
Resulting global time step for all processes and levels.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | ierr | ||||
real(kind=rk), | private | :: | local_min |