NuSDaS Interface Reference Manual
/* C */ int nusdas_subc_tdif(type1, type2, type3, btime, memb, vtime1, dtime, atime, io) int nusdas_subc_tdif2(type1, type2, type3, btime, memb, vtime1, vtime2, dtime, atime, io) ! Fortran SUBROUTINE NUSDAS_SUBC_TDIF(type1, type2, type3, btime, memb, vtime1, & dtime, atime, iostat) SUBROUTINE NUSDAS_SUBC_TDIF2(type1, type2, type3, btime, memb, vtime1, & vtime2, dtime, atime, iostat)
symbol | Fortran | C |
dtime | INTEGER | N_SI4 * |
atime | INTEGER | N_SI4 * |
io | (should be symbol/macro defined in header file) | |
iostat | INTEGER, INTENT(OUT) | (not used) |
dtime
difference of real valid time from nominal valid time in minutes.
atime
accumulation time in seconds.
io
one of following symbols
writes SUBC record.
reads SUBC record.
0 | Succeeded. |
-1 | Error: requested file not exist. |
-2 | Error: requested record not exist. |
-3 | Error: specified size is different to that of definition file. |
-10 to -99 | (see error code table) |
see also Error Code of NuSDaS library for return code from -10 to -99.