Changeset 4073
- Timestamp:
- Dec 12, 2006, 5:47:39 PM (18 years ago)
- Files:
-
- 1 added
- 8 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 -
anuga_work/production/sydney_2006/export_results.py
r4072 r4073 5 5 from os import sep 6 6 7 time_dir = '200612 06_061014'7 time_dir = '20061211_071516' 8 8 directory = project_slide.outputdir 9 9 name = directory + time_dir + sep + project_slide.basename … … 55 55 sww2dem(name, basename_out = outname, 56 56 quantity = quantityname, 57 cellsize = 100,57 cellsize = 20, 58 58 easting_min = project_slide.eastingmin, 59 59 easting_max = project_slide.eastingmax, -
anuga_work/production/sydney_2006/project_slide.py
r4072 r4073 129 129 130 130 # exporting asc grid 131 eastingmin = 33 7500132 eastingmax = 3 44060133 northingmin = 624 8890131 eastingmin = 333000 132 eastingmax = 354000 133 northingmin = 6244800 134 134 northingmax = 6274550 135 135 … … 155 155 shovel_width = 4350.0 156 156 shovel_density = 1.49 157 shove _slope = 4.0157 shovel_slope = 4.0 158 158 shovel_alpha = 118.0 - 90.0 159 159 -
anuga_work/production/sydney_2006/run_sydney_slide.py
r4072 r4073 163 163 from smf import slide_tsunami 164 164 165 tsunami_source = slide_tsunami(length=project_slide. bulli_length,166 width=project_slide. bulli_width,167 depth=project_slide. bulli_depth,168 slope=project_slide. bulli_slope,169 thickness=project_slide. bulli_thickness,165 tsunami_source = slide_tsunami(length=project_slide.yacaaba_length, 166 width=project_slide.yacaaba_width, 167 depth=project_slide.yacaaba_depth, 168 slope=project_slide.yacaaba_slope, 169 thickness=project_slide.yacaaba_thickness, 170 170 x0=project_slide.slide_origin_b[0], 171 171 y0=project_slide.slide_origin_b[1], 172 alpha=project_slide. bulli_alpha,172 alpha=project_slide.yacaaba_alpha, 173 173 domain=domain) 174 174 -
anuga_work/production/wollongong_2006/export_results.py
r4072 r4073 5 5 from os import sep 6 6 7 time_dir = '200612 07_035950'7 time_dir = '20061211_060105' 8 8 directory = project_slide.outputdir 9 9 name = directory + time_dir + sep + project_slide.basename … … 55 55 sww2dem(name, basename_out = outname, 56 56 quantity = quantityname, 57 cellsize = 100,57 cellsize = 20, 58 58 easting_min = project_slide.eastingmin, 59 59 easting_max = project_slide.eastingmax, -
anuga_work/production/wollongong_2006/project_slide.py
r4072 r4073 138 138 shovel_width = 4350.0 139 139 shovel_density = 1.49 140 shove _slope = 4.0140 shovel_slope = 4.0 141 141 shovel_alpha = 118.0 - 90.0 142 142 -
anuga_work/production/wollongong_2006/run_gong_slide.py
r4072 r4073 147 147 from smf import slide_tsunami 148 148 149 tsunami_source = slide_tsunami(length=project_slide. bulli_length,150 width=project_slide. bulli_width,151 depth=project_slide. bulli_depth,152 slope=project_slide. bulli_slope,153 thickness=project_slide. bulli_thickness,149 tsunami_source = slide_tsunami(length=project_slide.yacaaba_length, 150 width=project_slide.yacaaba_width, 151 depth=project_slide.yacaaba_depth, 152 slope=project_slide.yacaaba_slope, 153 thickness=project_slide.yacaaba_thickness, 154 154 x0=project_slide.slide_origin_a[0], 155 155 y0=project_slide.slide_origin_a[1], 156 alpha=project_slide. bulli_alpha,156 alpha=project_slide.yacaaba_alpha, 157 157 domain=domain) 158 158
Note: See TracChangeset
for help on using the changeset viewer.