next up previous contents
Next: Fortran: Module Interface C13SummaryMod Up: Fortran: Module Interface system_messages Previous: netcdf_err   Contents

iobin_err


INTERFACE:

   subroutine iobin_err (ier, routine_name)
DESCRIPTION:

If error detected during i/o binary read/write


ARGUMENTS:

     implicit none
     integer, intent(in) :: ier              ! return code from netCDF call
     character(len=*), intent(in) :: routine_name ! calling routine name
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2010-06-21