Skip to content

Commit 7698c7a

Browse files
authored
xugrid: baseline integration with circle example (#294)
* Add xugrid-backed reading of MODFLOW 6 binary output for both structured (DIS) and vertex (DISV) grids * Refactor the UGRID mesh topology generation for NetCDF input writing * Add circle.py and extend frenchman-flat.py example scripts to demonstrate DISV output reading and xugrid plotting
1 parent 27cd3cb commit 7698c7a

26 files changed

Lines changed: 5116 additions & 3206 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build/
2+
docs/examples/circle/*
23
docs/examples/frenchman-flat/*
34
docs/examples/quickstart/*
45
docs/examples/twri/*

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repos:
1010
exclude: ^test/__compare__|^docs/examples/data
1111
- id: check-yaml
1212
- id: check-added-large-files
13+
args: ['--maxkb=2048']
1314
- id: check-toml
1415
- repo: https://github.com/astral-sh/ruff-pre-commit
1516
rev: v0.8.2

docs/_toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ parts:
1010
title: TWRI
1111
- file: examples/frenchman-flat
1212
title: Frenchman Flat
13+
- file: examples/circle
14+
title: Circle
1315

1416
- caption: Developer Notes
1517
chapters:

0 commit comments

Comments
 (0)