NuSDaS Interface Reference Manual
/* C */ int nusdas_subc_info(type1, type2, type3, btime, memb, vtime1, infogroup, idata, isize, io) int nusdas_subc_info2(type1, type2, type3, btime, memb, vtime1, vtime2, infogroup, idata, isize, io) ! Fortran SUBROUTINE NUSDAS_SUBC_INFO(type1, type2, type3, btime, memb, vtime1, & infogroup, idata, isize, io, iostat) SUBROUTINE NUSDAS_SUBC_SRF2(type1, type2, type3, btime, memb, vtime1, & vtime2, infogroup, idata, isize, io, iostat)
symbol | Fortran | C |
infogroup | CHARACTER(4) | char [4] |
idata | CHARACTER, DIMENSION(isize) | char * |
isize | INTEGER | N_SI4 * |
io | (should be symbol/macro defined in header file) | |
iostat | INTEGER, INTENT(OUT) | (not used) |
infogroup
four-letter string that identifies the INFO record in the data file.
io
one of following symbols
writes SUBC record.
reads SUBC record.
>= 0 | Succeeded. Value is size of INFO record retrieved. |
-1 | Error: requested file not exist. |
-2 | Error: requested file malformed. |
-5 | Error: invalid argument. |
-10 to -99 | (see error code table) |
see also Error Code of NuSDaS library for return code from -10 to -99.