Skip to content

Commit 92f50e3

Browse files
authored
Update README.md
1 parent a2c778b commit 92f50e3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,19 @@ The PEST++ software suite includes several stand-alone tools for model-independe
3737

3838
* ``pestpp-pso``: particle-swarm based inversion.
3939

40-
All members of the software suite can be compiled for PC, MAC, or Linux and have several run managers to support parallelization. precompiled binaries are available in the "bin" folder. Windows users with older OS versions should use the ``bin/iwin`` binaries (starting "i", compiled with intel C++) to avoid the dreaded MSVC missing runtime DLL issue.
40+
All members of the software suite can be compiled for PC, MAC, or Linux and have several run managers to support parallelization. precompiled binaries are available in the "bin" folder. Windows users with older OS versions should use the ``iwin`` binaries (starting "i", compiled with intel C++) to avoid the dreaded MSVC missing runtime DLL issue.
4141

4242
## Funding
4343

4444
Funding for PEST++ has been provided by the U.S. Geologial Survey. The New Zealand Strategic Science Investment Fund as part of GNS Science’s (https://www.gns.cri.nz/) Groundwater Research Programme has also funded contributions 2018-present.
4545

4646
## Recent developements
4747

48-
The PEST++ suite has been refactored to remove the fortran dependancy.
48+
PEST++ version 5 will be released soon!
4949

50-
An updated control file format has been implemented on the ``develop`` branch code base. All the existing PEST++ tools are still backward compatible with the standard control file format. However, new tools that are in developement to support sequential data assimilation need the external file format. Additional, new functionality is being developed that will require the updated control file format. The new control file format is described in documentation.
50+
The PEST++ suite has been refactored to remove the fortran dependancy. This includes the template and instruction file processing routines.
51+
52+
An updated control file format has been implemented. All the existing PEST++ tools are still backward compatible with the standard control file format. However, new tools that are in developement to support sequential data assimilation need the external file format. Additional, new functionality is being developed that will require the updated control file format. The new control file format is described in documentation and pyEMU can operate on this new format interchangeably.
5153

5254
## PEST++ References:
5355

@@ -62,7 +64,7 @@ Welter, D.E., Doherty, J.E., Hunt, R.J., Muffels, C.T., Tonkin, M.J., and Schre
6264
### Related Links:
6365

6466
* <a ref="http://www.pesthomepage.org">http://www.pesthomepage.org </a>
65-
* <a ref="https://github.com/usgs/pyemu">https://github.com/usgs/pyemu </a>
67+
* <a ref="https://github.com/pypest/pyemu">https://github.com/pypest/pyemu </a>
6668

6769
## Testing
6870

0 commit comments

Comments
 (0)