Subroutine ANXTypeName

subroutine ANXTypeName

        ! Uses
    use netcdf_f77, only: NF_BYTE, NF_CHAR, NF_SHORT, NF_INT,  NF_FLOAT, NF_DOUBLE

        ! Variables
    integer, intent(in) :: ixtype
    character (len=*), intent(out) :: xtype

end subroutine ANXTypeName

Description of Variables

ixtype

integer, intent(in) :: ixtype

xtype

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