Skip to content

Commit c9da706

Browse files
Add roadmap (#83)
* Add roadmap * Fix icon * Remove references to deleted deltaforge instructions * Add roadmap icon SVG file
1 parent 56d8a55 commit c9da706

7 files changed

Lines changed: 166 additions & 4 deletions

File tree

docs/_quarto-install.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ book:
66
chapters:
77
- index.qmd
88
- viewer_install_msi.qmd
9-
- deltaforge_install.qmd
109

1110
format:
1211
pdf:

docs/_quarto-manual.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ book:
1515
- part: python.qmd
1616
chapters:
1717
- python_install.qmd
18-
- deltaforge_install.qmd
1918
- python_getting_started.qmd
2019
- part: coupler.qmd
2120
chapters:

docs/_quarto-website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ website:
2424
href: news.qmd
2525
- text: "Tutorials"
2626
href: tutorial.qmd
27+
- text: "Roadmap"
28+
href: roadmap.qmd
2729
- text: "About"
2830
href: about.qmd
2931
- text: "Practical tips"
@@ -63,7 +65,6 @@ website:
6365
contents:
6466
- href: python.qmd
6567
- href: python_install.qmd
66-
- href: deltaforge_install.qmd
6768
- href: python_getting_started.qmd
6869

6970
- id: coupler

docs/figures/logo/iMOD-roadmap.svg

Lines changed: 131 additions & 0 deletions
Loading

docs/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ listing:
1010
- python.qmd
1111
- coupler.qmd
1212
- tutorial.qmd
13+
- roadmap.qmd
1314
- practical.qmd
1415
sort: "index"
1516
---

docs/practical.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ listing:
1414
sort: "index"
1515
image: figures/logo/iMOD.svg
1616
description: 'Useful tips to use the iMOD Suite with other tools.'
17-
index: "7"
17+
index: "8"
1818
---
1919

2020
Listed here are practical tips how to use the iMOD Suite in combination with

docs/roadmap.qmd

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "{{< fa regular map >}} Roadmap"
3+
image: figures/logo/iMOD-roadmap.svg
4+
description: Our plans for the iMOD Suite.
5+
index: "7"
6+
---
7+
8+
# Planned
9+
10+
The following things are planned for 2026.
11+
12+
| Component | Description |
13+
|--------------|-------------|
14+
| iMOD Coupler | Add parallel support |
15+
| iMOD Coupler | Unconfined coupling MODFLOW6 - Unsaturated Zone |
16+
| iMOD Suite | Finish successor of MetaSWAP for unsaturated zone |
17+
| iMOD Suite | Support Dutch community (NHI) transitioning from iMOD5 to iMOD Suite |
18+
19+
# Wishlist
20+
21+
These things are not planned yet, but are on our radar. These will be
22+
prioritized in consultation with iMOD Community (& MODFLOW development team for
23+
things in MODFLOW 6), and based on available funding.
24+
25+
| Component | Description |
26+
|--------------|-------------|
27+
| iMOD Python | Readers and writers for iMOD5's ISG format |
28+
| MODFLOW 6 | Output control for output per layer |
29+
| MODFLOW 6 | XT3D by connection |
30+
| iMOD Python | Interface similar to iMOD Batch |
31+
| iMOD Python | Export data to VTK |

0 commit comments

Comments
 (0)