Subroutine ANVarDelAttr

subroutine ANVarDelAttr

        ! Uses
    use an_types, only: AN_VARIABLE, an_variable_entry
    use an_file, only: ANFileDefineMode
    use an_vartable, only: vtable_lookup
    use netcdf_f77, only: NF_NOERR, NF_DEL_ATT, NF_ENOTINDEFINE, NF_GLOBAL
    use dc_url, only: GT_PLUS
    use dc_error

        ! Calls
    call StoreError

        ! Variables
    type (AN_VARIABLE), intent(in) :: var
    character (len=*), intent(in) :: name
    logical, optional, intent(out) :: err
    type (an_variable_entry) :: ent
    integer :: stat

end subroutine ANVarDelAttr

Description of Variables

var

type (AN_VARIABLE), intent(in) :: var

name

character (len=*), intent(in) :: name

err

logical, optional, intent(out) :: err

ent

type (an_variable_entry) :: ent

stat

integer :: stat