get_real_array3_indexed Subroutine

public subroutine get_real_array3_indexed(this, var_name, var, index, ipermute)

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) :: index
integer, intent(in), optional :: ipermute(3)

Calls

proc~~get_real_array3_indexed~2~~CallsGraph proc~get_real_array3_indexed~2 get_real_array3_indexed proc~radiation_abort radiation_abort proc~get_real_array3_indexed~2->proc~radiation_abort nf90_strerror nf90_strerror proc~get_real_array3_indexed~2->nf90_strerror nf90_get_var nf90_get_var proc~get_real_array3_indexed~2->nf90_get_var

Contents