I am trying to look at head data from multiple time steps in the model results .dac file. I have external code to post-process ASCII .dac files, but was hoping to use an IFM plug-in to process the binary data. I am working with large binary .dac files (up to 250MB), and reading the binary data should be much faster than dealing with ASCII versions of the results. Is there an IFM function to set the "current" time step in a .dac file to read the stored head data, or any other way to read through the stored head results?
I looked through the IFM API index (http://www.feflow.info/html/help/default.htm?turl=HTMLDocuments%2Fifm%2Fifm_api%2Fapi_index.htm) and I suspect the answer is no. The API appears more geared to run-time calculations.