Next: NF90_INQ_USER_TYPE, Previous: NF90_INQ_TYPEIDS, Up: User Defined Data Types
Given an ncid and a typeid, get the information about a type. This function will work on any type, including atomic and any user defined type, whether compound, opaque, enumeration, or variable length array.
For even more information about a user defined type NF90_INQ_USER_TYPE.
function nf90_inq_type(ncid, xtype, name, size, nfields)
integer, intent(in) :: ncid
integer, intent(in) :: xtype
character (len = *), intent(out) :: name
integer, intent(out) :: size
integer, intent(out) :: nfields
integer :: nf90_inq_type
NCIDXTYPENAMESIZEPNF90_NOERRNF90_EBADTYPEIDNF90_ENOTNC4NF90_ESTRICTNC3NF90_EBADGRPIDNF90_EBADIDNF90_EHDFERR