Changeset 4073 for anuga_work/production/newcastle_2006
- Timestamp:
- Dec 12, 2006, 5:47:39 PM (18 years ago)
- Location:
- anuga_work/production/newcastle_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/newcastle_2006/project_slide.py
r4072 r4073 133 133 shovel_width = 4350.0 134 134 shovel_density = 1.49 135 shove _slope = 4.0135 shovel_slope = 4.0 136 136 shovel_alpha = 118.0 - 90.0 137 137 -
anuga_work/production/newcastle_2006/run_newcastle_slide.py
r4072 r4073 143 143 from smf import slide_tsunami 144 144 145 tsunami_source = slide_tsunami(length=project_slide. bulli_length,146 width=project_slide. bulli_width,147 depth=project_slide. bulli_depth,148 slope=project_slide. bulli_slope,149 thickness=project_slide. bulli_thickness,145 tsunami_source = slide_tsunami(length=project_slide.yacaaba_length, 146 width=project_slide.yacaaba_width, 147 depth=project_slide.yacaaba_depth, 148 slope=project_slide.yacaaba_slope, 149 thickness=project_slide.yacaaba_thickness, 150 150 x0=project_slide.slide_origin_c[0], 151 151 y0=project_slide.slide_origin_c[1], 152 alpha=project_slide. bulli_alpha,152 alpha=project_slide.yacaaba_alpha, 153 153 domain=domain) 154 154
Note: See TracChangeset
for help on using the changeset viewer.