In this [three-part tutorial](https://www.youtube.com/watch?v=BULunRJQRJ0&list=PLU_clTnZqNAeOXENl79kQwn0pgHGittX1) we look at the mechanical deformation of a sedimentary basin under an advancing glacier. In detail we show you a possibility how to
In this [three-part tutorial](https://www.youtube.com/watch?v=BULunRJQRJ0&list=PLU_clTnZqNAeOXENl79kQwn0pgHGittX1) we look at the mechanical deformation of a sedimentary basin under an advancing glacier. In detail we show you a possibility how to
...
@@ -42,19 +40,22 @@ As a common programming language we use [Python](https://www.python.org).
...
@@ -42,19 +40,22 @@ As a common programming language we use [Python](https://www.python.org).
*[msh2vtu](https://gitlab.opengeosys.org/ogs/tools/ogstools)*-now integrated in ogstools*
*[msh2vtu](https://gitlab.opengeosys.org/ogs/tools/ogstools)*-now integrated in ogstools*
**Transient hydrodynamics within intercratonic sedimentary basins during glacial cycles*, V. F. Bense M. A. Person, DOI: [10.1029/2007JF000969](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2007JF000969)
**Transient hydrodynamics within intercratonic sedimentary basins during glacial cycles*, V. F. Bense M. A. Person, DOI: [10.1029/2007JF000969](https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2007JF000969)
**_NOTE:_** Due to ongoing development, msh2vtu.py was integrated in the ogs-repository for [ogstools](https://gitlab.opengeosys.org/ogs/tools/ogstools).
***NOTE:*** Due to ongoing development, msh2vtu.py was integrated in the ogs-repository for [ogstools](https://gitlab.opengeosys.org/ogs/tools/ogstools).
In order to work with the tutorial and apply msh2vtu on mesh_basin.msh, ogstools need to be installed at first.
In order to work with the tutorial and apply msh2vtu on mesh_basin.msh, ogstools need to be installed at first.
ogstools can be installed from PyPI using pip.
ogstools can be installed from PyPI using pip.
It is recommended to set up a virtual environment beforehand:
It is recommended to set up a virtual environment beforehand:
```bash
```bash
python -m venv .venv
python -m venv .venv
source .venv/bin/activate
source .venv/bin/activate
pip install ogstools
pip install ogstools
```
```
More detailed information about the usages and development of ogstools can be found in [ogstools Documentation](https://ogs.ogs.xyz/tools/ogstools/index.html).
More detailed information about the usages and development of ogstools can be found in [ogstools Documentation](https://ogs.ogs.xyz/tools/ogstools/index.html).
After installation the tool can be applied as described in the first video-tutorial.
After installation the tool can be applied as described in the first video-tutorial.
To apply msh2vtu on the mesh_basin.msh the command should look like:
To apply msh2vtu on the mesh_basin.msh the command should look like: