get_real_array3 Subroutine

public subroutine get_real_array3(this, var_name, var, ipermute)

Uses

  • proc~~get_real_array3~~UsesGraph proc~get_real_array3 get_real_array3 module~mpl_module~2 MPL_MODULE proc~get_real_array3->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 :: var(:,:,:)
integer, intent(in), optional :: ipermute(3)

Calls

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

Contents