put_attribute Subroutine

public subroutine put_attribute(this, var_name, attr_name, attr_str)

Arguments

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

Calls

proc~~put_attribute~2~~CallsGraph proc~put_attribute~2 put_attribute nf90_put_att nf90_put_att proc~put_attribute~2->nf90_put_att proc~radiation_abort radiation_abort proc~put_attribute~2->proc~radiation_abort nf90_strerror nf90_strerror proc~put_attribute~2->nf90_strerror

Contents