MF (free format) will read ``` 1,1,1,-100 ``` as ```fortran read(in,*) layer, row, column, rate ``` Flopy currently is not able to do so as it is always assumed the line is whitespace separated.
MF (free format) will read
as
Flopy currently is not able to do so as it is always assumed the line is whitespace separated.