Skip to content

Releases: p-ortega/mf6rtm

0.3.1

28 Jan 04:24
fb9769d

Choose a tag to compare

Release Notes

This release includes minor fixes for the mup3d, io, and config modules when working with unstructured (DISV) grids.

  • Grid handling: MF6 RTM built-in functions are now used to retrieve the grid array shape, instead of assuming a nlay × nrow × ncol structure.
  • Configuration: The TOML configuration file and associated functions were updated to support nested structures.

0.3.0

22 Dec 07:25
38322be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

26 Nov 07:34
9552a9f

Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

25 Nov 03:38
3b71ef5

Choose a tag to compare

What's Changed

Full Changelog: 0.1.11...0.2.0

0.1.11

15 Sep 06:04
dea523d

Choose a tag to compare

0.1.11

Add coveralls

What's Changed

Full Changelog: 0.1.10...0.1.11

0.1.10

24 Jul 01:45
0275618

Choose a tag to compare

Release 0.1.10

This PR includes two main features:

1. TOML-based Configuration

A TOML configuration file can now be used to define key model options. A basic config file is automatically generated by mup3d when creating the model files.

Supported options:

  • reactive: True/False
    Flag to enable reactions or run transport-only simulations.

  • reactive_timing: 'all' or 'user_defined'
    Specify whether reactions should run at all time steps or only selected ones.

  • steps: A list of tuples (kper, kstep)
    Time steps at which reactions are executed if reactive_timing is set to 'user_defined'.

2. H₂O and Excess Element Transport

Adds support for transporting H₂O and excess H and O, instead of total H and O. This improves accuracy in scenarios where dissolved oxygen plays a significant role in geochemical reactions.

What's Changed

  • Hotfix utils - add steps options in kinetic block by @p-ortega in #28
  • Add Config options to run reaction over user defined time steps by @p-ortega in #29
  • Enable Transport of H₂O and Excess H/O in YAML and ChemStress Initialization by @p-ortega in #30
  • Release 0.1.10 by @p-ortega in #31

Full Changelog: 0.1.9...0.1.10

0.1.9

02 Jul 06:50
b9ef6e4

Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

0.1.8

22 Apr 01:47
4de568d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: latest...0.1.8