next up previous contents
Next: ncd_inqvid Up: Fortran: Module Interface ncdio_pioMod Previous: ncd_inqdname   Contents

ncd_inqiodesc


INTERFACE:

   subroutine ncd_inqiodesc(ndims,dims,type,iodnum)
DESCRIPTION:

get description of file


ARGUMENTS:

     implicit none
     integer         ,intent(in) :: ndims     ! number of dims
     integer         ,intent(in) :: dims(:)   ! dims
     integer         ,intent(in) :: type      ! data type
     integer         ,intent(out):: iodnum    ! iodesc num
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2011-06-15