next up previous contents
Next: check_ret_pio Up: Fortran: Module Interface ncdioMod Previous: check_var   Contents

check_ret


INTERFACE:

   subroutine check_ret(ret, cstring)
DESCRIPTION:

Check return status from netcdf call


ARGUMENTS:

     implicit none
     integer, intent(in) :: ret
     character(len=*) :: cstring
REVISION HISTORY:




Erik Kluzek 2010-06-21