get_real_array4 Subroutine

public subroutine get_real_array4(this, var_name, var, 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), optional :: ipermute(4)

Calls

proc~~get_real_array4~~CallsGraph proc~get_real_array4 get_real_array4 proc~radiation_abort radiation_abort proc~get_real_array4->proc~radiation_abort nf90_strerror nf90_strerror proc~get_real_array4->nf90_strerror nf90_get_var nf90_get_var proc~get_real_array4->nf90_get_var

Contents