diff --git a/docs/_sources/examples.rst.txt b/docs/_sources/examples.rst.txt index 1572e96..25d62d0 100644 --- a/docs/_sources/examples.rst.txt +++ b/docs/_sources/examples.rst.txt @@ -67,7 +67,7 @@ to generate the animation (using ResInsight) in the :doc:`introduction section < Generic (under development) --------------------------- -See/run the last lines (34 to 42) in the `test_main.py `_ +See/run the last lines (34 to 42) in the `test_main.py `_ for an example where **expreccs** is used in two given models (regional and site, in this case they are created using the **expreccs** package, but in general can be any given geological models), generating a new input deck where the pressures are projected. diff --git a/docs/examples.html b/docs/examples.html index c38aa8d..bc2eea1 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -149,7 +149,7 @@

Example 2

Generic (under development)

-

See/run the last lines (34 to 42) in the test_main.py +

See/run the last lines (34 to 42) in the test_main.py for an example where expreccs is used in two given models (regional and site, in this case they are created using the expreccs package, but in general can be any given geological models), generating a new input deck where the pressures are projected.

diff --git a/docs/text/examples.rst b/docs/text/examples.rst index 1572e96..25d62d0 100644 --- a/docs/text/examples.rst +++ b/docs/text/examples.rst @@ -67,7 +67,7 @@ to generate the animation (using ResInsight) in the :doc:`introduction section < Generic (under development) --------------------------- -See/run the last lines (34 to 42) in the `test_main.py `_ +See/run the last lines (34 to 42) in the `test_main.py `_ for an example where **expreccs** is used in two given models (regional and site, in this case they are created using the **expreccs** package, but in general can be any given geological models), generating a new input deck where the pressures are projected. diff --git a/pyproject.toml b/pyproject.toml index e90a579..4051273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,10 @@ build-backend = "setuptools.build_meta" [project] name = "expreccs" description = "A framework to simulate regional and site reservoirs for CO2 storage" -authors = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" }] -maintainers = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" }] +authors = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" }, +{ name = "Tor Harald Sandve", email = "tosa@norceresearch.no" }] +maintainers = [{ name = "David Landa-Marbán", email = "dmar@norceresearch.no" }, +{ name = "Tor Harald Sandve", email = "tosa@norceresearch.no" }] version = "2024.04" readme = {file = "README.md", content-type = "text/markdown"} license = {text = "GPL-3.0"}