Skip to content

Commit

Permalink
Start table of examples implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
dannbuckley authored Jan 13, 2024
1 parent 82cf627 commit 3689a89
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ Going through the examples in the [MODFLOW 6 software download](https://www.usgs
- Models are in the `examples/` directory of the download
- Descriptions for the examples are in `doc/mf6examples.pdf` within the download

## Examples

<table>
<thead>
<tr>
<th scope="col">MF6 Folder</th>
<th scope="col">Description</th>
<th scope="col"></th>
<th scope="col"></th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<tr>
<td>ex-gwf-twri01</td>
<td>TWRI</td>
<td><a href="https://github.com/dannbuckley/flopy_mf6_work/blob/main/notebooks/learning/gwf_twri01.ipynb">Learning</a></td>
<td><a href="https://github.com/dannbuckley/flopy_mf6_work/blob/main/src/flopy_mf6_work/gwf/twri01.py">Implementation</a></td>
<td><a href="https://github.com/dannbuckley/flopy_mf6_work/blob/main/notebooks/testing/gwf_twri01/gwf_twri01.ipynb">Testing</a></td>
</tr>
</tbody>
</table>

## Development

Docstrings should follow the [numpydoc style guide](https://numpydoc.readthedocs.io/en/latest/format.html).
Docstrings should follow the [numpydoc style guide](https://numpydoc.readthedocs.io/en/latest/format.html).

0 comments on commit 3689a89

Please sign in to comment.