[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDFJava #VEH-254368]: Read and cache

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [netCDFJava #VEH-254368]: Read and cache
  • Date: Fri, 08 Jun 2007 15:16:32 -0600

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