modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
507 stars 307 forks source link

fix(MFFileAccessArray): read_text_data_from_file modified for non-layered #2183

Closed langevin-usgs closed 4 months ago

langevin-usgs commented 4 months ago

Recent flopy changes broke reading of non-layered input, as mentioned here.

This PR fixes the situation where non-layered input is read from a griddata block and all of the values are provided on one line. This is the case for reading idomain for a testmodel from this file.