NuSDaS Interface Reference Manual

NUSDAS_INQ_NRDVTIME

get list of valid time

SYNOPSIS

/* C */
    int
nusdas_inq_nrdvtime(type1, type2, type3, bdata, bsize, verbose)

! Fortran
SUBROUTINE NUSDAS_INQ_NRDVTIME(type1, type2, type3, &
  bdata, bsize, verbose, iostat)
bdataINTEGER, DIMENSION(bsize)N_SI4 *
bsizeINTEGERN_SI4 *
verbose(should be constant/macro defined in header file)
iostatINTEGER, INTENT(OUT)(not used)

ARGUMENTS

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:

N_ON

message is output while search is proceeding

N_OFF

message is suppressed

RETURN VALUE

same as that of NUSDAS_INQ_NRDBTIME@.

PORTABILITY

This function is available only for pnusdas version.

LIMITATION

Current implementation cannot handle dataset which has more valid times than 999.