NuSDaS Interface Reference Manual
/* C */ int nusdas_subc_srf(type1, type2, type3, btime, memb, vtime1, plane1, elem, subcgroup, idata, io) int nusdas_subc_srf2(type1, type2, type3, btime, memb, vtime1, vtime2, plane1, plane2, elem, subcgroup, idata, io) ! Fortran SUBROUTINE NUSDAS_SUBC_SRF(type1, type2, type3, btime, memb, vtime1, & plane1, elem, subcgroup, idata, io, iostat) SUBROUTINE NUSDAS_SUBC_SRF2(type1, type2, type3, btime, memb, vtime1, & vtime2, plane1, plane2, elem, subcgroup, idata, io, iostat)
symbol | Fortran | C |
subcgroup | CHARACTER(4) | char [4] |
idata | INTEGER, DIMENSION(*) | N_SI4 * |
io | (should be symbol/macro defined in header file) | |
iostat | INTEGER, INTENT(OUT) | (not used) |
subcgroup
must be "RADR" or "ISPC"
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. |
-4 | Error: invalid subc group name. |
-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.