Demonstration cases
The example folder contains a collection of input files needed to run example models. The different examples are explained in the readme-file <https://github.com/openearth/aeolis-python/aeolis/examples/readme.txt>. They are intended to serve as an example of the model’s capabilities and instruction on how to set up and organize models. The model input files can be modified using the pre-processing tools <https://github.com/openearth/aeolis-python/tree/main/tools/preprocessing>, and the model output can be visualized with the post-processing tools https://github.com/openearth/aeolis-python/tree/main/tools/postprocessing>.
To run the examples:
Install aeolis
pip install aeolis
Install the examples
To install the examples do the following:
aeolis examples .
This will install the examples in the current directory. If you want to install them in a different directory, replace the “.” with the path to the directory you want to install the examples in.
Run the simulation
Run the simulation with (example parabolic dune model):
aeolis run aeolis_examples/parabolic_dune_model/aeolis.txt
View/plot the results (example parabolic dune model):
Run the plotting_run.py file to visualize the example. Make sure the in the code that the correct nc file from the correct directory is being read.