Changeset 5236 for anuga_work/development/Hinwood_2008
- Timestamp:
- Apr 23, 2008, 5:07:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Hinwood_2008/run_dam.py
r5092 r5236 152 152 print 'finished' 153 153 154 points = [[2.8,0.5], #-1.8m from SWL 155 [5.1,0.5], #0.5m from SWL 156 [6.6,0.5], #2m from SWL 157 [6.95,0.5], #2.35m from SWL 158 [7.6,0.5], #3m from SWL 159 [8.2,0.5], #3.5m from SWL 160 [9.2,0.5] #4.5m from SWL 154 flume_y_middle = 0.225 155 points = [[2.8,flume_y_middle], #-1.8m from SWL 156 [5.1,flume_y_middle], #0.5m from SWL 157 [6.6,flume_y_middle], #2m from SWL 158 [6.95,flume_y_middle], #2.35m from SWL 159 [7.6,flume_y_middle], #3m from SWL 160 [8.2,flume_y_middle], #3.5m from SWL 161 [9.2,flume_y_middle] #4.5m from SWL 161 162 ] 162 163 … … 166 167 #------------------------------------------------------------------------- 167 168 168 if False:169 if True: 169 170 interpolate_sww2csv(pro_instance.outputdir + basename +".sww", 170 171 points,
Note: See TracChangeset
for help on using the changeset viewer.