get_real_vector Subroutine

public subroutine get_real_vector(this, var_name, vector)

Arguments

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

Calls

proc~~get_real_vector~3~~CallsGraph proc~get_real_vector~3 get_real_vector proc~radiation_abort radiation_abort proc~get_real_vector~3->proc~radiation_abort nf90_strerror nf90_strerror proc~get_real_vector~3->nf90_strerror nf90_get_var nf90_get_var proc~get_real_vector~3->nf90_get_var

Contents