copy_variable Subroutine

public subroutine copy_variable(this, infile, var_name)

Arguments

Type IntentOptional Attributes Name
class(netcdf_file) :: this
class(netcdf_file), intent(in) :: infile
character(len=*), intent(in) :: var_name

Calls

proc~~copy_variable~~CallsGraph proc~copy_variable copy_variable nf_put_var_double nf_put_var_double proc~copy_variable->nf_put_var_double nf_put_var_int nf_put_var_int proc~copy_variable->nf_put_var_int nf_get_var_double nf_get_var_double proc~copy_variable->nf_get_var_double nf90_inquire_variable nf90_inquire_variable proc~copy_variable->nf90_inquire_variable proc~radiation_abort radiation_abort proc~copy_variable->proc~radiation_abort nf_get_var_int nf_get_var_int proc~copy_variable->nf_get_var_int nf90_strerror nf90_strerror proc~copy_variable->nf90_strerror

Contents