NuSDaS Interface Reference Manual

NUSDAS_SUBC_TDIF

SYNOPSIS

/* 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)
symbolFortranC
dtimeINTEGERN_SI4 *
atimeINTEGERN_SI4 *
io(should be symbol/macro defined in header file)
iostatINTEGER, INTENT(OUT)(not used)

ARGUMENTS

dtime

difference of real valid time from nominal valid time in minutes.

atime

accumulation time in seconds.

io

one of following symbols

N_IO_PUT

writes SUBC record.

N_IO_GET

reads SUBC record.

RETURN VALUE

0Succeeded.
-1Error: requested file not exist.
-2Error: requested record not exist.
-3Error: 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.