get_real_matrix Subroutine

public subroutine get_real_matrix(this, var_name, matrix, do_transp)

Uses

  • proc~~get_real_matrix~~UsesGraph proc~get_real_matrix get_real_matrix module~mpl_module~2 MPL_MODULE proc~get_real_matrix->module~mpl_module~2 module~parkind1~2 PARKIND1 module~mpl_module~2->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
class(netcdf_file) :: this
character(len=*), intent(in) :: var_name
real(kind=jprb), intent(out), allocatable :: matrix(:,:)
logical, intent(in), optional :: do_transp

Calls

proc~~get_real_matrix~~CallsGraph proc~get_real_matrix get_real_matrix mpl_nproc mpl_nproc proc~get_real_matrix->mpl_nproc interface~mpl_broadcast MPL_BROADCAST proc~get_real_matrix->interface~mpl_broadcast

Contents