Max Columns of Data Issue #2419
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hey @tjfarnum, does setting the max columns the way you've shown work if you don't write to external files? I wonder if this is not implemented for the case where arrays are written to external files. |
Beta Was this translation helpful? Give feedback.
-
To add a further wrinkle. I tried setting a few different options in that same code block and they worked. But the max columns does not. I'm using Flopy 3.9.1. |
Beta Was this translation helpful? Give feedback.
-
I poked around a bit and got it to work. All seems fine if you create the simulation from scratch, but if you load an existing model, then it behaves a little differently. The following works for me: Create a simulation and write it.
Then load the simulation, make the changes, and write to a new folder. In this case, the arrays are written with one value per line. It looks like the
|
Beta Was this translation helpful? Give feedback.
I poked around a bit and got it to work. All seems fine if you create the simulation from scratch, but if you load an existing model, then it behaves a little differently. The following works for me:
Create a simulation and write it.