xarray-contrib / xarray-simlab

Xarray extension and framework for computer model simulations
http://xarray-simlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
73 stars 9 forks source link

Using models inside processes/grouping processes #188

Open feefladder opened 3 years ago

feefladder commented 3 years ago

While again thinking about having a model with multiple timesteps, I thought it would be possible with a model inside a process. Then running model.execute inside every stage, would run the different syages of the model.

Another thing I was thinking about would be grouping different processes. For example a crop growth part and an erosion/hydrology part.