-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
I am experiencing multiple issues with models that have TIMEARRAYSERIES (TAS) packages attached to them.
- When loading a model with a TAS file it seems that array entries after the first time repeated in the
tas.tas_arrayobject. It seems like the actual data are stored somewhere, as I think the correct files are written again onsim.write_simulation()-- just not possible to interrogate (or modify within flopy) - when setting
sim.set_all_data_external()array data in the TAS files are ignored and they remain internal (potentially as they are not the right structure.type in the Block.set.. method?)
Any input on whether this is user error or if there are workarounds? I can't share my current example (big, ugly and sensitive) but if there is a small working example with TAS somewhere I can take a look at recreating.
Reactions are currently unavailable