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) |
bdata
array to which the list of valid time will be stored.
bsize
element number (not byte size) of array bdata
verbose
one 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.