read_variable Subroutine

public subroutine read_variable(this, var_name, local_var)

Type Bound

test_support

Arguments

Type IntentOptional Attributes Name
class(test_support), intent(inout) :: this
character(len=*), intent(in) :: var_name
real, intent(in) :: local_var(:,:,:)

Calls

proc~~read_variable~~CallsGraph proc~read_variable test_support%read_variable mpi_barrier mpi_barrier proc~read_variable->mpi_barrier mpi_comm_rank mpi_comm_rank proc~read_variable->mpi_comm_rank mpi_comm_size mpi_comm_size proc~read_variable->mpi_comm_size mpi_scatterv mpi_scatterv proc~read_variable->mpi_scatterv nf90_get_var nf90_get_var proc~read_variable->nf90_get_var nf90_inq_varid nf90_inq_varid proc~read_variable->nf90_inq_varid

Called by

proc~~read_variable~~CalledByGraph proc~read_variable test_support%read_variable proc~read_file test_support%read_file proc~read_file->proc~read_variable program~checkpoint_tester~2 checkpoint_tester program~checkpoint_tester~2->proc~read_file