Subroutine ANVarInquireIA

subroutine ANVarInquireIA

        ! Uses
    use an_types, only: an_variable, an_variable_entry
    use an_vartable, only: vtable_lookup
    use netcdf_f77, only: nf_noerr, nf_inq_vardimid, nf_inq_dimlen

        ! Variables
    type (AN_VARIABLE), intent(in) :: var
    integer, intent(out), dimension (:) :: dimlen
    type (an_variable_entry) :: ent
    integer :: stat
    integer :: i

end subroutine ANVarInquireIA

Description of Variables

var

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

dimlen

integer, intent(out), dimension (:) :: dimlen

ent

type (an_variable_entry) :: ent

stat

integer :: stat

i

integer :: i