| File | Date | Author | Commit |
|---|---|---|---|
| core | 2016-11-14 |
|
[c188df] First commit after full rewriting |
| practicals | 2016-11-14 |
|
[9d9b7e] add the practicals folder |
| tests | 2016-11-14 |
|
[c188df] First commit after full rewriting |
| LICENSE | 2016-11-14 |
|
[c188df] First commit after full rewriting |
| Makefile | 2016-11-14 |
|
[c188df] First commit after full rewriting |
| README | 2016-11-14 |
|
[c188df] First commit after full rewriting |
| activate.sh | 2016-11-14 |
|
[dda60c] add activate.sh + change in Makefile |
REQUIREMENTS: - numpy - netCDF4 - matplotlib - f2py - gfortran INSTALLATION: 1/ Compile the Fortran module From $FLUID2D execute 'make' to compile the Fortran routines. There are 3 fortran routines. 2/ Set up your PYTHONPATH in bash export PYTHONPATH $FLUID2D/core in csh setenv PYTHONPATH $FLUID2D/core where your replace $FLUID2D with the explicit path to the directory where this readme is 3/ Test the code with make tests