NuSDaS Interface Reference Manual
get list of valid time
/* C */
int
nusdas_inq_nrdvtime(type1, type2, type3, bdata, bsize, verbose)
! Fortran
SUBROUTINE NUSDAS_INQ_NRDVTIME(type1, type2, type3, &
bdata, bsize, verbose, iostat)
| bdata | INTEGER, DIMENSION(bsize) | N_SI4 * |
| bsize | INTEGER | N_SI4 * |
| verbose | (should be constant/macro defined in header file) | |
| iostat | INTEGER, INTENT(OUT) | (not used) |
bdataarray to which the list of valid time will be stored.
bsizeelement number (not byte size) of array bdata
verboseone of following symbols:
message is output while search is proceeding
message is suppressed
same as that of NUSDAS_INQ_NRDBTIME@.
This function is available only for pnusdas version.
Current implementation cannot handle dataset which has more valid times than 999.