openearth / aeolis-python

A process-based model for simulating supply-limited aeolian sediment transport
http://aeolis.readthedocs.io/
GNU General Public License v3.0
34 stars 26 forks source link

1d2d patch #207

Closed Sierd closed 2 months ago

Sierd commented 3 months ago

This patch provides support for setting up a quasi 2D model for 1D simulations.

It turns out that process implementations and some solvers are easier to implement in 2D.

The code reads 1D input and creates the 2nd dimension based copying the 1D input to 3 grid cells in the model.

The code outputs just 1D matrices

Sierd commented 2 months ago

Thanks @christavanijzendoorn , I have deleted the plots notebook, that should indeed not have been there. I will work on documentation in the documentation branch.