mbakker7 / ttim

MIT License
34 stars 23 forks source link

Refactor internals to work with log time intervals #72

Open dbrakenhoff opened 2 weeks ago

dbrakenhoff commented 2 weeks ago

Currently TTim works by computing solutions for all log time intervals, which is nice when you want to compute the heads at some point for a period of time, but is inefficient for everything else (i.e. contouring heads at a specific time).

This issue is for keeping track of changes that need to be done to the code to change TTims default behavior to compute solutions per log time interval.

Start by showing working example for a single Well, so we can discuss/improve implementation. See PR #74 for first implementation.