Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: langevin-usgs <[email protected]>
  • Loading branch information
deltamarnix and langevin-usgs committed Oct 14, 2024
1 parent 9c2f41f commit aaf2266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/srs.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The product can be relied upon as a core component by other libraries and tools

### System requirements

flopy4 must be able to run within a python environment supporting versions that comply with scientific-python.org guidelines: <https://scientific-python.org/specs/spec-0000/>. This is due to its dependency on the Numpy and XArray libraries, and flopy4 should not be conflicting with user installed libraries.
flopy4 must be able to run within a python environment supporting versions that comply with scientific-python.org guidelines: <https://scientific-python.org/specs/spec-0000/>. This is due to its dependency on the Numpy, Matplotlib, and XArray libraries, and flopy4 should not be conflicting with user installed libraries.

The product must be able to run on the following operating systems: Windows, Linux, MacOS.

Expand All @@ -102,7 +102,7 @@ flopy4 must be able to read and write MODFLOW 6 input files and read MODFLOW 6 o

flopy4 must be able to run MODFLOW 6 simulations.

flopy4 must work with multiple versions of MODFLOW 6, based on the DFN files. And it can support all packages that come with that version of MODFLOW 6.
flopy4 must work with multiple versions of MODFLOW 6, based on the DFN files. And it must support all packages that come with that version of MODFLOW 6.

The product lets the user define a model domain, including grid dimensions, cell sizes, and boundary conditions.

Expand Down

0 comments on commit aaf2266

Please sign in to comment.