put_real_vector Subroutine

public subroutine put_real_vector(this, var_name, var)

Arguments

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

Calls

proc~~put_real_vector~2~~CallsGraph proc~put_real_vector~2 put_real_vector proc~radiation_abort radiation_abort proc~put_real_vector~2->proc~radiation_abort nf90_strerror nf90_strerror proc~put_real_vector~2->nf90_strerror nf90_put_var nf90_put_var proc~put_real_vector~2->nf90_put_var

Contents