Changeset 9422
- Timestamp:
- Jan 16, 2015, 5:31:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/validation_tests/case_studies/towradgi/Towradgi_historic_flood.py
r9359 r9422 31 31 from anuga import Inlet_operator 32 32 #from anuga.utilities import sww_merge 33 from project import * 33 34 34 35 35 #------------------------------------------------------------------------------ … … 41 41 from anuga import Rate_operator 42 42 43 44 if myid == 0 and not os.path.isdir('DEM'): 45 msg = """ 46 ################################################################################ 47 # 48 # Could not the find data directories 49 # 50 # You can download these directories using the data_download.py script. 51 # This will download over 120 MB of data! 52 # 53 ################################################################################ 54 """ 55 raise Exception(msg) 56 57 from project import * 43 58 44 59
Note: See TracChangeset
for help on using the changeset viewer.