From 39103ef8575797869e7b2078ce1d5d5f261256d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Wed, 15 Mar 2023 13:22:44 +0100 Subject: [PATCH] chore: update project to fit in naaice namespace --- .gitmodules | 4 ++-- README.md | 17 ++++++----------- 2 files changed, 8 insertions(+), 13 deletions(-) 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