Changeset 2203
- Timestamp:
- Jan 12, 2006, 4:55:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/gauge_plot_sydney_2006.py
r2202 r2203 17 17 * plot (subsequent columns describe stage height at gauge points defined) 18 18 19 NOTE - the directory structure is set up according to the structure 20 on Jane's machine. Please update the outputhome and productionhome paths 21 according to your setup. 19 NOTE - the directory structure is set according to that on Jane's machine. 20 Please update the outputhome and productionhome paths according to your setup. 22 21 23 22 Duncan Gray, Jane Sexton and Adrian Hitchman, GA 2006 """ … … 27 26 28 27 print '\n\ 29 The directory structure is set up according to the \n\ 30 structure on Jane\'s computer. \n\ 28 The directory structure is set up according to that on Jane\'s machine. \n\ 31 29 \n\ 32 Please update the outputhome and productionhome paths\n\33 accordingto your computer. '30 Please update the outputhome and productionhome paths according \n\ 31 to your computer. ' 34 32 35 33 outputhome = '..\..\..\..\sydney_tsunami_scenario_2006\output' … … 38 36 swwfilename = outputhome + sep + 'sydney_2006_100.sww' 39 37 gaugepointsfilename = productionhome + sep + 'harbour_gauge.xya' 38 #gaugepointsfilename = productionhome + sep + 'bay_gauge.xya' 40 39 outputfilename = productionhome + sep + 'interpolate_output.xya' 41 40
Note: See TracChangeset
for help on using the changeset viewer.