Subroutine ANVarPutAttrInt

subroutine ANVarPutAttrInt

        ! 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_PUT_ATT_INT, NF_NOERR, NF_DEL_ATT,         NF_ENOTINDEFINE, NF_INT, 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
    type (an_variable_entry) :: ent
    integer, intent(in), dimension (:) :: value
    logical, optional, intent(out) :: err
    integer :: stat

end subroutine ANVarPutAttrInt

Description of Variables

var

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

name

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

ent

type (an_variable_entry) :: ent

value

integer, intent(in), dimension (:) :: value

err

logical, optional, intent(out) :: err

stat

integer :: stat