Skip to content

Commit

Permalink
Update README.md for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Mar 8, 2022
1 parent 80ddc1f commit b367f85
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

The purpose of this repository is to distribute binary executable programs for MODFLOW and related programs that will run on Windows, Mac, and Linux operating systems. Executables for these different operating systems can be found under the [release](https://github.com/MODFLOW-USGS/executables/releases) tab above and are named:

* [win64.zip](https://github.com/MODFLOW-USGS/executables/releases/download/7.0/win64.zip)
* [win32.zip](https://github.com/MODFLOW-USGS/executables/releases/download/7.0/win32.zip)
* [mac.zip](https://github.com/MODFLOW-USGS/executables/releases/download/7.0/mac.zip)
* [linux.zip](https://github.com/MODFLOW-USGS/executables/releases/download/7.0/linux.zip)
* [win64.zip](https://github.com/MODFLOW-USGS/executables/releases/download/8.0/win64.zip)
* [win32.zip](https://github.com/MODFLOW-USGS/executables/releases/download/8.0/win32.zip)
* [mac.zip](https://github.com/MODFLOW-USGS/executables/releases/download/8.0/mac.zip)
* [linux.zip](https://github.com/MODFLOW-USGS/executables/releases/download/8.0/linux.zip)

The programs, version numbers, and the date stamp on the downloaded file used to create the executables for the present release are

| Program | Version | UTC Date |
| ------- | ------- | ---- |
| mf6 | 6.2.2 | 07/30/2021 |
| zbud6 | 6.2.2 | 07/30/2021 |
| libmf6 | 6.2.2 | 07/30/2021 |
| mf6 | 6.3.0 | 03/04/2022 |
| zbud6 | 6.3.0 | 03/04/2022 |
| libmf6 | 6.3.0 | 03/04/2022 |
| mp7 | 7.2.001 | 10/23/2018 |
| mt3dms | 5.3.0 | 02/21/2010 |
| mt3dusgs | 1.1.0 | 07/12/2019 |
Expand All @@ -24,7 +24,7 @@ The programs, version numbers, and the date stamp on the downloaded file used to
| gsflow | 2.2.0 | 03/11/2021 |
| sutra | 3.0 | 08/20/2019 |
| mf2000 | 1.19.01 | 03/30/2010 |
| mf2005 | 1.12.00 | 03/19/2021 |
| mf2005 | 1.12.00 | 12/07/2021 |
| mfusg | 1.5 | 02/27/2019 |
| zonbudusg | 1.5 | 02/27/2019 |
| swtv4 | 4.00.05 | 10/24/2018 |
Expand All @@ -34,5 +34,6 @@ The programs, version numbers, and the date stamp on the downloaded file used to
| mfnwt | 1.2.0 | 03/03/2020 |



These programs are compiled using [pymake](https://github.com/modflowpy/pymake) and the Intel compiler. The zip files also contain a json file (code.json) that includes the current version number and the url address that can be used to download the source files used to build these programs.

0 comments on commit b367f85

Please sign in to comment.