Next: NF90_INQ_GRPS, Previous: Groups, Up: Groups
Given an ncid and group name (NULL or "" gets root group), return ncid of the named group.
function nf90_inq_ncid(ncid, name, grp_ncid)
integer, intent(in) :: ncid
character (len = *), intent(in) :: name
integer, intent(out) :: grp_ncid
integer :: nf90_inq_ncid
NCIDNAMEGRPIDNF90_NOERRNF90_EBADIDNF90_ENOTNC4NF90_ESTRICTNC3NF90_EHDFERRThis example is from nf90_test/ftst_groups.F.