Revision 151db8bb63a40319cb75b3adcaf79e24e73f93f9 authored by Dmitri Naumov on 02 May 2021, 12:47:09 UTC, committed by Dmitry Yu. Naumov on 02 May 2021, 12:50:31 UTC
Allows ogs to be interrupted by SIGINT, which otherwise is handled by
python. See
https://docs.python.org/3/c-api/exceptions.html#c.PyErr_CheckSignals and
https://pybind11.readthedocs.io/en/stable/faq.html#how-can-i-properly-handle-ctrl-c-in-long-running-functions
1 parent 6cf80f6
Raw File
computational-hydrology-ii.md
+++
title = "Computational Hydrology II"
subtitle = "Groundwater Quality Modeling"
date = 2018-03-07T15:20:04+01:00
author = "[TODO]"

categories = ["Tutorials"]
image = "/books/computational-hydrology-ii.png"

+++

[<i class="far fa-file-pdf"></i> Download this book as PDF](https://ogsstorage.blob.core.windows.net/web/Books/Computational-Hydrology-II/CompHydroII-opt.pdf)

This book explores the application of the open-source software OpenGeoSys (OGS) for hydrological numerical simulations concerning conservative and reactive transport modeling. It provides general information on the hydrological and groundwater flow modeling of a real case study and step-by-step model set-up with OGS, while also highlighting related components such as the OGS Data Explorer. The material is based on unpublished manuals and the results of a collaborative project between China and Germany (SUSTAIN H2O). Though the book is primarily intended for graduate students and applied scientists who deal with hydrological modeling, it also offers a valuable source of information for professional geoscientists wishing to expand their knowledge of the numerical modeling of hydrological processes including nitrate reactive transport modeling. This book is the second in a series that showcases further applications of computational modeling in hydrological science.

<div class='flow-root'>
</div>

<div class='note'>

### <i class="far fa-download"></i> Downloads

- [<i class="far fa-file-archive"></i> Input Files](https://ogsstorage.blob.core.windows.net/web/Books/Computational-Hydrology-II/CompHydroII-Input.zip)  
- [<i class="far fa-file-archive"></i> Tools](https://ogsstorage.blob.core.windows.net/web/Books/Computational-Hydrology-II/CompHydroII-Tools.zip)  
</div>

<div class='note'>

### <i class="far fa-book"></i> Bibliography

{{< bib "sachse:2017" >}}
</div>

<div class='note'>

### <i class="far fa-code-branch"></i> OpenGeoSys Version Info

This book requires [OpenGeoSys-5](/ogs-5/).
</div>
back to top