@@ -23,35 +23,41 @@ Further details on the development, validation, and application of Perfcode are
2323available in the following references. Please cite these references when using
2424Perfcode.
2525
26+ BJ Eck, ME Barrett, RJ Charbeneau (2012)
2627[ Coupled Surface-Subsurface Model for Simulating Drainage
2728 from Permeable Friction Course Highways]
2829(http://ascelibrary.org/doi/abs/10.1061/%28ASCE%29HY.1943-7900.0000474 )
29-
30- BJ Eck, ME Barrett, RJ Charbeneau
31-
3230Journal of Hydraulic Engineering 138 (1), 13-22
3331
32+ BJ Eck, RJ Charbeneau, ME Barrett (2010)
3433[ Drainage hydraulics of porous pavement: Coupling surface and subsurface flow]
3534(http://www.crwr.utexas.edu/reports/2010/rpt10-2.shtml )
36-
37- BJ Eck, RJ Charbeneau, ME Barrett
38-
3935Center for Research in Water Resources, University of Texas at Austin
4036
4137A video showing results of a Perfcode simulation is also available at http://bradeck.net/pfc-video/index.htm
4238
39+ ## Quick Start for Windows
40+ The easiest way to become familiar with the inputs Perfcode needs and the
41+ outputs it generates is to run one of the test examples included in the
42+ repository.
43+ 1 . Download the zip file of the repository and Unzip to your preferred location
44+ 1 . Open a command prompt in one of the \test- directories
45+ 2 . Invoke the run-test.bat batch file
46+ 3 . Refer to Appendix A of the report linked above for details on the input and output files.
47+
4348## Compilation
4449### Windows
45- 1 . Download the zip file of the repository
46- 2 . Unzip to your preferred location
50+ A windows binary is included in the \bin directory.
51+
52+ The application may also be compiled as follows:
47533 . Open a command prompt in the \build directory
48544 . Confirm that gfortran is installed and can be invoked from the \build
4955 directory with command gfortran
50565 . Run the batch file compile.bat
51576 . Find the executable in the \bin directory
58+
5259### Linux
5360ToDo
5461
5562
5663
57-
0 commit comments