|
subroutine, public | scale_comm_cartesc::comm_setup |
| Setup. More...
|
|
subroutine, public | scale_comm_cartesc::comm_vars_init (varname, var, vid) |
| Register variables. More...
|
|
subroutine, public | scale_comm_cartesc::comm_vars8_init (varname, var, vid) |
| Register variables. More...
|
|
subroutine | scale_comm_cartesc::comm_horizontal_mean_3d (varmean, var) |
| calculate horizontal mean (global total with communication) 3D More...
|
|
subroutine | scale_comm_cartesc::comm_gather_2d (recv, send, gIA, gJA) |
| Get data from whole process value in 2D field. More...
|
|
subroutine | scale_comm_cartesc::comm_gather_3d (recv, send, gIA, gJA, gKA) |
| Get data from whole process value in 3D field. More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_scr (var) |
| Broadcast data for whole process value in scalar field. More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_1d (var, gIA) |
| Broadcast data for whole process value in 1D field. More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_2d (var, gIA, gJA) |
| Broadcast data for whole process value in 2D field. More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_3d (var, gIA, gJA, gKA) |
| Broadcast data for whole process value in 3D field. More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_4d (var, gIA, gJA, gKA, gTime) |
| Broadcast data for whole process value in 4D field. More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_int_scr (var) |
| Broadcast data for whole process value in scalar (integer) More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_int_1d (var, gIA) |
| Broadcast data for whole process value in 1D field (integer) More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_int_2d (var, gIA, gJA) |
| Broadcast data for whole process value in 2D field (integer) More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_logical_scr (var) |
| Broadcast data for whole process value in scalar (logical) More...
|
|
subroutine | scale_comm_cartesc::comm_bcast_character (var) |
| Broadcast data for whole process value in character. More...
|
|
subroutine | scale_comm_cartesc::vars_init_mpi_pc (var, vid, seqid) |
|
subroutine | scale_comm_cartesc::vars8_3d_mpi (var, vid) |
|
subroutine | scale_comm_cartesc::vars_2d_mpi (var, vid) |
|
subroutine | scale_comm_cartesc::vars8_2d_mpi (var, vid) |
|
subroutine | scale_comm_cartesc::vars_3d_mpi_pc (var, vid) |
|
subroutine | scale_comm_cartesc::wait_3d_mpi (var, vid) |
|
subroutine, public | scale_comm_cartesc::comm_cleanup |
|