Results 52 comments of Mark Bakker

I read the discussion, but it is not entirety clear what "option 2" is. Can you summarize? On Wed, Aug 17, 2022 at 1:52 PM Davíd Brakenhoff ***@***.***> wrote: >...

His is a good idea. Don't forget to also change the doc string.

There are several other options to explore how to make the Hantush function more accurate but also fast enough. Should we do that first or finish this pull request and...

Looks good, but I think a 'DeprecationWarning' is confusing, as it doesn't work anymore. It should simply be an error. What so you think?

My suggestion for testing storeinput is to add an element, use writemodel to write the model and then read it back in. The resulting model should be the same.

You are right, I never copied the `write` and `writemodel` methods from TTim. Just added those with https://github.com/mbakker7/timml/commit/0b4abebc7efcf9d96dba84d6f5c4f002e3df5bec Needs further testing, but the following basic example works: ``` ml =...

Thanks for the suggestion. Do I understand it correctly that the fractures are modeled with a constant width and uniform hydraulic conductivity? What would you suggest for vertical exchange between...

There are two problems here: 1. The error in qztop, which should be fixed. 2. `StripAreaSink` elements can not, in general, be combined with two-dimensional elements (wells) without the addition...

qztop is fixed in https://github.com/mbakker7/timml/commit/15ead67fb8eb84f3b91ca5dbe657231fe7f87f6f changetrace needs to be fixed, and an example needs to be added

This is a good idea that has been on my wishlist for a while