We have a model that outputs acid concentration data on a 2-dimensional grid in the form,
X,Y,HCl,HF,H2SO4,.... (Column headers)
1,1,0.4,0.8,0.8,.... (Data)
2,1,0.2,0.8,0.9,....
ETC.
We need to read HF data from this file. Unfortunately, depending upon the initial model setup, the number of...