next up previous contents
Next: Fortran: Module Interface ndepStreamMod Up: Fortran: Module Interface ncdio_pioMod Previous: subroutine   Contents

subroutine ncd_getiodesc


INTERFACE:

   subroutine ncd_getiodesc(clmlevel, ndims, dims, xtype, iodnum, switchdim)
DESCRIPTION:

Returns an index to an io descriptor


USES:

ARGUMENTS:
     character(len=8), intent(in)  :: clmlevel   ! clmlevel
     integer         , intent(in)  :: ndims      ! ndims for var      
     integer         , intent(in)  :: dims(:)    ! dim sizes
     integer         , intent(in)  :: xtype      ! file external type
     integer         , intent(out) :: iodnum     ! iodesc num in list
     logical,optional, intent(in)  :: switchdim  ! switch level dimension and first dim
REVISION HISTORY:
   Created by Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15