Changeset 5681 for anuga_work/development/Hinwood_2008/scenarios.py
- Timestamp:
- Aug 26, 2008, 9:18:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/Hinwood_2008/scenarios.py
r5670 r5681 102 102 'offshore_water_depth':.4, 103 103 'scenario_id':'T2R8', 104 'gauge_names':['B','1','2','3','4','5' ,'7'],105 'gauge_x':[-0.68, 1.569, 2.568, 3.566, 4.564, 5.562 , 7.559],106 'gauge_bed_elevation':[-0.400000, -0.293158, 107 -0.234473, -0.175788, -0.117104, 108 -0.058419 , 0.058950],104 'gauge_names':['B','1','2','3','4','5'], 105 'gauge_x':[-0.68, 1.569, 2.568, 3.566, 4.564, 5.562], 106 'gauge_bed_elevation':[-0.400000, -0.293158, 107 -0.234473, -0.175788, -0.117104, 108 -0.058419], 109 109 'start_slope_x':5, 110 110 'finish_slope_x':6.5, … … 258 258 # These are the indexes from 'gauge_x' of the gauges for the journal article. 259 259 to_publish_indexes = {'T1R5':[0, 5, 6], 260 'T2R7':[ 1, 3, 5],261 'T3R29':[ 1, 6, 8],260 'T2R7':[0, 3, 5], 261 'T3R29':[0, 6, 8], 262 262 'T4R32':[0, 5, 8] 263 263 }
Note: See TracChangeset
for help on using the changeset viewer.