get_int_vector Subroutine

public subroutine get_int_vector(this, var_name, vector)

Arguments

Type IntentOptional Attributes Name
class(netcdf_file) :: this
character(len=*), intent(in) :: var_name
integer, intent(out), allocatable :: vector(:)

Calls

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

Contents