diff --git a/README.md b/README.md index f243035..da5951e 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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 | @@ -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.