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

check_dim


INTERFACE:

   subroutine check_dim(ncid, dimname, value)
DESCRIPTION:

Validity check on dimension


ARGUMENTS:

     implicit none
     type(file_desc_t),intent(in) :: ncid      ! PIO file handle
     character(len=*), intent(in) :: dimname   ! Dimension name
     integer, intent(in)          :: value     ! Expected dimension size
REVISION HISTORY:
LOCAL VARIABLES:




Erik Kluzek 2011-06-15