NuSDaS Interface Reference Manual

NUSDAS_ESF_FLUSH

flushes write buffer to ES files and close it.

SYNOPSIS

/* C */
    int
nusdas_esf_flush(type1, type2, type3, btime, memb, vtime1);

    int
nusdas_esf_flush2(type1, type2, type3, btime, memb, vtime1, vtime2);

! Fortran
SUBROUTINE NUSDAS_ESF_FLUSH(type1, type2, type3, btime, memb, vtime1, iostat)

SUBROUTINE NUSDAS_ESF_FLUSH2(type1, type2, type3, btime, memb, vtime1, vtime2, iostat)
symbolFortranC
type1 ... vtime2(see table above)
iostatINTEGER, INTENT(OUT)(not used)

ARGUMENTS

From type1 to vtime2, see section 'NuSDaS Data Identifier Dimensions'.

iostat

see following section, RETURN VALUE.

RETURN VALUE

TBD

see also Error Code of NuSDaS library for return code from -10 to -99.