Learn the number of types defined in a group, and their IDs.
INTEGER FUNCTION NF_INQ_TYPEIDS(INTEGER NCID, INTEGER NTYPES, INTEGER TYPEIDS)
NCID
NTYPES
TYPEIDS
NF_NOERR
NF_BADID
The following example is from the test program nf_test/ftst_vars3.F.
retval = nf_inq_typeids(ncid, num_types, typeids) if (retval .ne. nf_noerr) call handle_err(retval)