Skip to content

Latest commit

 

History

History
61 lines (56 loc) · 3.11 KB

README.md

File metadata and controls

61 lines (56 loc) · 3.11 KB

flopy_mf6_work

Learning MODFLOW 6 using the FloPy library

Going through the examples in the MODFLOW 6 software download:

  • Models are in the examples/ directory of the download
  • Descriptions for the examples are in doc/mf6examples.pdf within the download

Examples

MF6 Folder Description
ex-gwf-twri01 TWRI Learning Implementation Testing
ex-gwf-bcf2ss-p[01, 02]a BCF2SS Learning Implementation Testing
ex-gwf-advtidal Tidal Learning Implementation Testing
ex-gwf-fhb Flow and Head Boundary (FHB) Package Replication Learning Implementation Testing
ex-gwf-sfr-p01 Streamflow Routing Package Problem 1 Learning Implementation Testing

Development

Docstrings should follow the numpydoc style guide.