timml icon indicating copy to clipboard operation
timml copied to clipboard

An analytic element model for steady multi-layer flow

Results 34 timml issues
Sort by recently updated
recently updated
newest added

Solve multiprocessing issue, add notebook comparing fortran/numba with/without multiprocessing.

`import timml as tml` no pylab but `import numpy as np` `import matplotlib.pyplot as plt`

help wanted

experimental solve_mp doesn't seem to work anymore. I wonder if it ever worked since the move to numba.

contour levels has not much of any documentation. trace has no docs.

enhancement
help wanted

The following traceline gets stuck and doesn't reach the line-sink ``` z = np.arange(20, -0.1, -0.5) ml = Model3D(z=z, kaq=10) L = 50 x = np.linspace(0, 50, 2) y =...

bug

When solving a model without unknowns, model.solve() does not print 'Solution complete' as there is no matrix to solve. Should be an easy fix.

enhancement

levels can be more than just a number. all options should be listed. maybe re-implement 'ask' option.

enhancement

layout of reference point should optionally plot a cross at the location of the reference point

enhancement

in tracing and capture zones, check if tmax is reached when nstepmax is reached. report waring/error if needed

bug
enhancement

when plotting tracelines, change the color according to the layer

enhancement