Changeset 4276 for anuga_work/production/newcastle_2006
- Timestamp:
- Feb 22, 2007, 6:15:14 PM (18 years ago)
- Location:
- anuga_work/production/newcastle_2006
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/newcastle_2006/export_results.py
r4248 r4276 11 11 # second run 12 12 #time_dir = '20070119_055707' # yacaaba 13 time_dir = '20070121_213838' # shovel13 #time_dir = '20070121_213838' # shovel 14 14 #time_dir = '20070119_055809' # bulli 15 #time_dir = '20070213_035538' #bulli 16 #time_dir = '20070213_035629' #shovel 17 #time_dir = '20070213_035728' #yacaaba 18 19 #rerun as data didn't fit properly 20 #time_dir = '20070219_060722' #bulli 21 #time_dir = '20070219_060808' #shovel 22 time_dir = '20070219_060854' #yacaaba 15 23 16 24 directory = project_slide.outputdir … … 31 39 32 40 if which_var == 2: # Depth 33 outname = name + '_depth- shovel'41 outname = name + '_depth-yacaaba-michelle' 34 42 quantityname = 'stage-elevation' 35 43 -
anuga_work/production/newcastle_2006/project_slide.py
r4186 r4276 112 112 northingmax = 6375630 113 113 114 # exporting asc grid for Michelle 115 eastingmin = 386450 116 eastingmax = 432900 117 northingmin = 6357500 118 northingmax = 6400700 119 114 120 ################################################################### 115 121 # Slide characteristics … … 121 127 slide_origin_yacaaba = [463012,6334735] 122 128 123 # potential slides 129 # potential slides: these correspond approximately to modelled depths 124 130 slide_origin_bulli_b = [405617,6249852] 125 131 slide_origin_bulli_c = [465283,6335210] … … 129 135 slide_origin_yacaaba_b = [401897,6250643] 130 136 131 bulli_depth = 2087.0 137 #bulli_depth = 2087.0 138 bulli_depth = 1470.0 132 139 bulli_length = 16840.0 133 140 bulli_thickness = 424.0 … … 137 144 bulli_alpha = 126.0 - 90.0 138 145 139 shovel_depth = 968.0 146 #shovel_depth = 968.0 147 shovel_depth = 877.0 140 148 shovel_length = 13500.0 141 149 shovel_thickness = 165.0 … … 145 153 shovel_alpha = 118.0 - 90.0 146 154 147 yacaaba_depth = 1119.0 155 #yacaaba_depth = 1119.0 156 yacaaba_depth = 1222.5 148 157 yacaaba_length = 7050.0 149 158 yacaaba_thickness = 144.0 -
anuga_work/production/newcastle_2006/run_newcastle_slide.py
r4248 r4276 143 143 from smf import slide_tsunami 144 144 145 tsunami_source = slide_tsunami(length=project_slide. shovel_length,146 width=project_slide. shovel_width,147 depth=project_slide. shovel_depth,148 slope=project_slide. shovel_slope,149 thickness=project_slide. shovel_thickness,150 x0=project_slide.slide_origin_ shovel_c[0],151 y0=project_slide.slide_origin_ shovel_c[1],152 alpha=project_slide. shovel_alpha,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 x0=project_slide.slide_origin_yacaaba[0], 151 y0=project_slide.slide_origin_yacaaba[1], 152 alpha=project_slide.yacaaba_alpha, 153 153 domain=domain) 154 154
Note: See TracChangeset
for help on using the changeset viewer.