Skip to content

Commit

Permalink
release(10.0): update for mf6 6.4.0 (#11) (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Dec 6, 2022
1 parent 1f2988b commit ce0646e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,24 @@

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/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)
* [win64.zip](https://github.com/MODFLOW-USGS/executables/releases/latest/download/win64.zip)
* [mac.zip](https://github.com/MODFLOW-USGS/executables/releases/latest/download/mac.zip)
* [linux.zip](https://github.com/MODFLOW-USGS/executables/releases/latest/download/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.3.0 | 03/04/2022 |
| zbud6 | 6.3.0 | 03/04/2022 |
| libmf6 | 6.3.0 | 03/04/2022 |
| mf6 | 6.4.0 | 12/01/2022 |
| zbud6 | 6.4.0 | 12/01/2022 |
| libmf6 | 6.4.0 | 12/01/2022 |
| mp7 | 7.2.001 | 10/23/2018 |
| mt3dms | 5.3.0 | 02/21/2010 |
| mt3dusgs | 1.1.0 | 07/12/2019 |
| vs2dt | 3.3 | 04/02/2018 |
| triangle | 1.6 | 07/29/2005 |
| gridgen | 1.0.02 | 10/24/2018 |
| crt | 1.3.1 | 04/11/2017 |
| gsflow | 2.2.0 | 03/11/2021 |
| sutra | 3.0 | 08/20/2019 |
| mf2000 | 1.19.01 | 03/30/2010 |
| mf2005 | 1.12.00 | 12/07/2021 |
Expand All @@ -31,9 +29,9 @@ The programs, version numbers, and the date stamp on the downloaded file used to
| mp6 | 6.0.1 | 10/23/2018 |
| mflgr | 2.0.0 | 09/20/2013 |
| zonbud3 | 3.01 | 10/25/2018 |
| mfnwt | 1.2.0 | 03/03/2020 |
| mfnwt | 1.3.0 | 09/07/2022 |



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.
These programs are compiled using [pymake](https://github.com/modflowpy/pymake) and the Intel OneAPI compilers. The release also includes a json file ([code.json](https://github.com/MODFLOW-USGS/executables/releases/latest/download/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 ce0646e

Please sign in to comment.