NuSDaS Interface Reference Manual
flushes write buffer to ES files and close it.
/* 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)
| symbol | Fortran | C |
| type1 ... vtime2 | (see table above) | |
| iostat | INTEGER, INTENT(OUT) | (not used) |
From type1 to vtime2, see section 'NuSDaS Data Identifier Dimensions'.
iostatsee following section, RETURN VALUE.
TBD
see also Error Code of NuSDaS library for return code from -10 to -99.