[netCDFJava #VEH-254368]: Read and cache

Unidata netCDF Java Support support-netcdf-java at unidata.ucar.edu
Fri Jun 8 15:16:32 MDT 2007


Hi Lindsay:

You can disable caching:

  variable.setCaching(false);

then all reads go to disk.


If you are using the unlimited dimension, then when you call
 
  netcdfFile.syncExtend();

any record variables will be updated to current recnum on the disk.



Ticket Details
==================
Ticket ID: VEH-254368
Department: Support netCDF Java
Priority: Normal
Status: Closed



More information about the Netcdf-java mailing list