diff --git a/.gitmodules b/.gitmodules index f39a21a09..744dfdb41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,10 @@ [submodule "ext/tug"] path = ext/tug - url = ../../sec34/tug.git + url = ../tug.git [submodule "ext/phreeqcrm"] path = ext/phreeqcrm - url = ../../mluebke/phreeqcrm-gfz.git + url = ../phreeqcrm-gfz.git [submodule "ext/doctest"] path = ext/doctest url = https://github.com/doctest/doctest.git diff --git a/README.md b/README.md index 224271910..ebecbbcc3 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,19 @@ -# 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 is a coupled reactive transport simulator implementing a parallel -architecture and a fast, original MPI-based Distributed Hash Table. +[POET](https://doi.org/10.5281/zenodo.4757913) is a coupled reactive transport +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 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