Subroutine ANAttrInquirePlus

subroutine ANAttrInquirePlus

        ! Uses
    use an_types, only: AN_VARIABLE, an_variable_entry
    use an_vartable, only: vtable_lookup
    use dc_url, only: GT_PLUS
    use netcdf_f77, only: NF_GLOBAL, nf_noerr, nf_inq_attlen

        ! Variables
    type (AN_VARIABLE), intent(in) :: var
    character (len=*), intent(in) :: attrname
    integer, intent(out) :: varid
    type (an_variable_entry) :: ent
    character (len=*), intent(out) :: nf_attrname
    integer :: stat
    integer :: n

end subroutine ANAttrInquirePlus

Description of Variables

var

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

attrname

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

varid

integer, intent(out) :: varid

ent

type (an_variable_entry) :: ent

nf_attrname

character (len=*), intent(out) :: nf_attrname

stat

integer :: stat

n

integer :: n