Skip to content

Commit d932f17

Browse files
committed
docs: update release notes and readme
1 parent 0b77526 commit d932f17

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Modflow-setup
44
Modflow-setup is a Python package for automating the setup of MODFLOW groundwater models from grid-independent source data including shapefiles, rasters, and other MODFLOW models that are geo-located. Input data and model construction options are summarized in a single configuration file. Source data are read from their native formats and mapped to a regular finite difference grid specified in the configuration file. An external array-based [Flopy](https://github.com/modflowpy/flopy) model instance with the desired packages is created from the sampled source data and configuration settings. MODFLOW input can then be written from the flopy model instance.
55

66

7-
### Version 0.5
7+
### Version 0.6
88
![Tests](https://github.com/doi-usgs/modflow-setup/workflows/Tests/badge.svg)
99
[![codecov](https://codecov.io/gh/doi-usgs/modflow-setup/branch/develop/graph/badge.svg?token=aWN47DYeIv)](https://codecov.io/gh/doi-usgs/modflow-setup)
1010
[![PyPI version](https://badge.fury.io/py/modflow-setup.svg)](https://badge.fury.io/py/modflow-setup)

docs/source/release-history.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Release History
33
===============
44

5+
Version 0.6.0 (2025-01-06)
6+
----------------------------------------
7+
8+
* Add support for local grid refinement (LGR) in a subset of the parent model layers.
9+
* Replace parent_start/end layer configuration input with "vertical_refinement" in each parent layer (int, list or dict), which gets translated to ncppl input to the Flopy Lgr utility.
10+
* Child model bottom and parent model top are exactly aligned with no overlap or gaps in numerical grid.
11+
* On setup of the LGR grid, the parent model cell tops/bottoms are collapsed to zero thickness within the child model area(s).
12+
* Recharge, SFR and non-Well basic stress boundary conditions are only applied to the Child model (assuming that these represent surface or near-surface features that should only be represented in the child model).
13+
* Wells with > 50% of their open interval intersecting the child model domain get assigned to the child model.
14+
* Wells with > 50% of their open interval intersecting the parent model get assigned to the parent model.
15+
516
Version 0.5.0 (2024-03-08)
617
----------------------------------------
718
* Improvements to rotated grid generation

0 commit comments

Comments
 (0)