Changeset 5859
- Timestamp:
- Oct 22, 2008, 9:15:32 PM (16 years ago)
- Location:
- anuga_core/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/README.txt
r3577 r5859 40 40 INSTALLATION 41 41 42 In directory pyvolution:42 In directory anuga: 43 43 44 44 python test_all.py … … 48 48 49 49 50 PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\ swollen50 PATH=C:\Python24;C:\MinGW\bin;C:\Program Files\anuga_viewer 51 51 52 It is assumed that the root directory for all anuga/inundation modules is on the pythonpath, e.g. 53 PYTHONPATH=V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation 52 It is assumed that the root directory for all anugu modules is on the pythonpath, e.g. 53 PYTHONPATH=V:\home\onielsen\anuga_core\source 54 Alternatively this directory should be copied to the python site_packages directory 54 55 55 56 -
anuga_core/source/anuga_parallel/test_parallel_sw_runup.py
r5847 r5859 127 127 for t in domain.evolve(yieldstep = 0.1, finaltime = 5.0): 128 128 domain.write_time() 129 129 130 130 # Record time series at known points 131 131 time.append(domain.get_time())
Note: See TracChangeset
for help on using the changeset viewer.