next up previous contents
Next: ncd_inqvid Up: Fortran: Module Interface ncdioMod Previous: ncd_inqvdesc   Contents

ncd_inqiodesc


INTERFACE:

   subroutine ncd_inqiodesc(ndims,dimids,type,iodnum,cstring,usepio)
DESCRIPTION:

enddef netcdf file


ARGUMENTS:

     implicit none
     integer         ,intent(in) :: ndims     ! number of dims
     integer         ,intent(in) :: dimids(:) ! dimids
     integer         ,intent(in) :: type      ! data type
     integer         ,intent(out):: iodnum    ! iodesc num
     character(len=*),intent(in) :: cstring   ! comment string
     logical,optional,intent(in) :: usepio    ! use pio lib
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2010-06-21