next up previous contents
Next: ncd_create Up: Fortran: Module Interface ncdioMod Previous: check_ret   Contents

check_ret_pio


INTERFACE:

   subroutine check_ret_pio(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