get_real_matrix Subroutine

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

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~2~~CallsGraph proc~get_real_matrix~2 get_real_matrix proc~radiation_abort radiation_abort proc~get_real_matrix~2->proc~radiation_abort nf90_strerror nf90_strerror proc~get_real_matrix~2->nf90_strerror nf90_get_var nf90_get_var proc~get_real_matrix~2->nf90_get_var

Contents