next up previous contents
Next: ncd_inqdlen Up: Fortran: Module Interface ncdio_pioMod Previous: ncd_enddef   Contents

ncd_inqdid


INTERFACE:

   subroutine ncd_inqdid(ncid,name,dimid,dimexist)
DESCRIPTION:

inquire on a dimension id


ARGUMENTS:

     implicit none
     type(file_desc_t),intent(inout) :: ncid   ! netcdf file id
     character(len=*), intent(in) :: name      ! dimension name
     integer         , intent(out):: dimid     ! dimension id
     logical,optional, intent(out):: dimexist  ! if this dimension exists or not
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2011-06-15