chore: update project to fit in naaice namespace

This commit is contained in:
Max Lübke 2023-03-15 13:22:44 +01:00
parent 881ed1fea9
commit 39103ef857
2 changed files with 8 additions and 13 deletions

4
.gitmodules vendored
View File

@ -1,10 +1,10 @@
[submodule "ext/tug"] [submodule "ext/tug"]
path = ext/tug path = ext/tug
url = ../../sec34/tug.git url = ../tug.git
[submodule "ext/phreeqcrm"] [submodule "ext/phreeqcrm"]
path = ext/phreeqcrm path = ext/phreeqcrm
url = ../../mluebke/phreeqcrm-gfz.git url = ../phreeqcrm-gfz.git
[submodule "ext/doctest"] [submodule "ext/doctest"]
path = ext/doctest path = ext/doctest
url = https://github.com/doctest/doctest.git url = https://github.com/doctest/doctest.git

View File

@ -1,24 +1,19 @@
<!-- <!--
Time-stamp: "Last modified 2023-01-19 12:06:10 delucia" Time-stamp: "Last modified 2023-01-19 12:06:10 delucia"
--> -->
# Forked Project
*PORT* is a fork of [POET](https://doi.org/10.5281/zenodo.4757913)
integrating a standalone component for transport computations and
leveraging PHREEQC_RM as geochemical solver. The following README is
also applicable for this project.
![PORT's Coupling Scheme](./docs/20221216_Scheme_PORT_en.svg)
# POET # POET
POET is a coupled reactive transport simulator implementing a parallel [POET](https://doi.org/10.5281/zenodo.4757913) is a coupled reactive transport
architecture and a fast, original MPI-based Distributed Hash Table. simulator implementing a parallel architecture and a fast, original MPI-based
Distributed Hash Table.
![PORT's Coupling Scheme](./docs/20221216_Scheme_PORT_en.svg)
## Parsed code documentiation ## Parsed code documentiation
A parsed version of POET's documentiation can be found at [Gitlab A parsed version of POET's documentiation can be found at [Gitlab
pages](https://sec34.git-pages.gfz-potsdam.de/port). pages](https://naaice.git-pages.gfz-potsdam.de/poet).
## External Libraries ## External Libraries