Skip to main content

MF6RTM: Reactive Transport Model via the MODFLOW 6 and PHREEQCRM APIs

Tests Tests Coverage Status PyPI License

PyPI Version PyPI Versions DOI

Benchmarks

Benchmark comparing model results against PHT3D are in benchmark/. Each folder contains a Jupyter notebook to write and execute an MF6RTM model via the MUP3D class. Additionally, PHT3D files are provided in the corresponding pht3d directory for each example.

Considerations

The current version is intended to work with structured grids (dis object in MF6), unstructured grids (disv) and one MF6 simulation that includes the flow and transport solutions. No support is currently provided for a 'flow then transport scheme,' meaning that advanced packages cannot be incorporated yet.

On the PHREEQC side, the following have been included:

  • Solution
  • Equilibrium phases
  • Cation Exchange
  • Surface Complexation
  • Kinetic Phases

Most options for each phreeqc block can be passed by adding list with options. However, not all options had been tested, so please create an issue if any option is not working or crashing the model.

Software requirements

All dependencies and executables are included in this repo. This package extensively uses modflowapi and phreeqcrm

Installation

Quick Start with pip

The package can be installed via pip:

pip install mf6rtm

Manual Installation with Conda/Mamba

If you prefer conda/mamba, create a dedicated environment:

mamba env create -f env.yml
mamba activate mf6rtm-dev

After activating the environment, install the MODFLOW6 executables:

pip install modflow-devtools
get-modflow --subset mf6,libmf6,gridgen :python

Once installed, the executables in envs/[env-name]/bin will be automatically invoked whenever mf6rtm runs within the environment.

Custom MODFLOW Versions

If you need custom or older versions of mf6 (e.g., for running PESTPP on an HPC cluster), place them in a separate directory and use the provided utility to bring them to the model working directory:

from mf6rtm import utils

utils.prep_bins(model_dir, src_path=path_to_bins)

Running the benchmark notebooks

We have provided some benchmarks in the form of Jupyter notebooks. We have also included the executables needed to run them out of the box. Nevertheless, they can also be run using the executables downloaded with modflow-devtools.

Developing

With Pixi (Recommended)

For development, we recommend using pixi for fast, reproducible environments:

# Fork and clone the repository
git clone https://github.com/YOUR-USERNAME/mf6rtm.git
cd mf6rtm

# Install development environment with all dependencies
pixi install

# Run tests
pixi run test

# Run tests with coverage
pixi run test-cov

# Run linting
pixi run lint

# Test with specific Python version
pixi run -e py311 test

With Conda/Mamba

Alternatively, use conda/mamba with the provided environment file:

# Install environment
conda env create -f env.yml
conda activate mf6rtm-dev

# Install development dependencies
pip install -r requirements_dev.txt

The development dependencies for testing are located in requirements_dev.txt. We have also provided dependencies with flopy and pyemu inside the repo but feel free to use your own distribution.

Funding

The developing of mf6rtm was kindly funded and supported by Intera, Inc.

Authors

Pablo Ortega (Portega)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mf6rtm-0.4.0.tar.gz (63.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mf6rtm-0.4.0-py3-none-any.whl (67.5 kB view details)

Uploaded Python 3

File details

Details for the file mf6rtm-0.4.0.tar.gz.

File metadata

  • Download URL: mf6rtm-0.4.0.tar.gz
  • Upload date:
  • Size: 63.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for mf6rtm-0.4.0.tar.gz
Algorithm Hash digest
SHA256 99813ccd50c659de96d033429745b5646a3fd59a36bef87f908aa9a1604c8867
MD5 475c6d6849fab18b1e62c6f7516d1141
BLAKE2b-256 96d35bb9f1cfa0a1602facb8759f62cb5ac7df4a2fe50b1b7e19db5004e810e9

See more details on using hashes here.

File details

Details for the file mf6rtm-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: mf6rtm-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 67.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for mf6rtm-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 14860055dbd1197fe4c7418e51b17803add722bca8ac311efd80f790fa2d7a20
MD5 680d5df3a696547d220255e60e48af80
BLAKE2b-256 7d2685dc313071e332c1b5a4597f6dc15384b06b1c005d6bc194ea5795b8cc7c

See more details on using hashes here.

Release history Release notifications | RSS feed

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

This release

0.4.0 This release

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page