Changeset 4276
- Timestamp:
- Feb 22, 2007, 6:15:14 PM (18 years ago)
- Location:
- anuga_work/production
- Files:
-
- 9 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 -
anuga_work/production/sydney_2006/export_results.py
r4248 r4276 13 13 time_dir = '20070121_213444' #bulli 14 14 15 #correct depths 16 time_dir = '20070213_031322' # shovel 17 #time_dir = '20070213_033012' # bulli 18 #time_dir = '20070213_033058' # yacaaba 15 19 16 20 directory = project_slide.outputdir … … 31 35 32 36 if which_var == 2: # Depth 33 outname = name + '_depth- bulli'37 outname = name + '_depth-shovel' 34 38 quantityname = 'stage-elevation' 35 39 -
anuga_work/production/sydney_2006/project_slide.py
r4186 r4276 143 143 slide_origin_yacaaba = [463012,6334735] 144 144 145 # potential slides 145 # potential slides: these correspond approximately to modelled depths 146 146 slide_origin_bulli_b = [405617,6249852] 147 147 slide_origin_bulli_c = [465283,6335210] … … 151 151 slide_origin_yacaaba_b = [401897,6250643] 152 152 153 bulli_depth = 2087.0 153 #bulli_depth = 2087.0 154 bulli_depth = 1470.0 154 155 bulli_length = 16840.0 155 156 bulli_thickness = 424.0 … … 159 160 bulli_alpha = 126.0 - 90.0 160 161 161 shovel_depth = 968.0 162 #shovel_depth = 968.0 163 shovel_depth = 877.0 162 164 shovel_length = 13500.0 163 165 shovel_thickness = 165.0 … … 167 169 shovel_alpha = 118.0 - 90.0 168 170 169 yacaaba_depth = 1119.0 171 #yacaaba_depth = 1119.0 172 yacaaba_depth = 1222.5 170 173 yacaaba_length = 7050.0 171 174 yacaaba_thickness = 144.0 -
anuga_work/production/sydney_2006/run_sydney_slide.py
r4248 r4276 163 163 from smf import slide_tsunami 164 164 165 tsunami_source = slide_tsunami(length=project_slide. shovel_length,166 width=project_slide. shovel_width,167 depth=project_slide. shovel_depth,168 slope=project_slide. shovel_slope,169 thickness=project_slide. shovel_thickness,170 x0=project_slide.slide_origin_ shovel_b[0],171 y0=project_slide.slide_origin_ shovel_b[1],172 alpha=project_slide. shovel_alpha,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 x0=project_slide.slide_origin_yacaaba_b[0], 171 y0=project_slide.slide_origin_yacaaba_b[1], 172 alpha=project_slide.yacaaba_alpha, 173 173 domain=domain) 174 174 -
anuga_work/production/wollongong_2006/export_results.py
r4248 r4276 16 16 17 17 # timing run - flux limiter in place 18 time_dir = '20070208_045514' # bulli18 #time_dir = '20070208_045514' # bulli 19 19 #time_dir = '20070208_044802' # for version without new flux limiter 20 # correct depths 21 #time_dir = '20070213_035110' #bulli 22 #time_dir = '20070213_035146' #shovel 23 time_dir = '20070213_035302' #yacaaba 20 24 21 25 directory = project_slide.outputdir … … 36 40 37 41 if which_var == 2: # Depth 38 outname = name + '_depth- bulli-fluxlimiter'42 outname = name + '_depth-yacaaba-amy' 39 43 quantityname = 'stage-elevation' 40 44 -
anuga_work/production/wollongong_2006/project_slide.py
r4186 r4276 117 117 northingmax = 6202130 118 118 119 # exporting asc grid for Amy 120 eastingmin = 282000 121 eastingmax = 306500 122 northingmin = 6131750 123 northingmax = 6170850 124 119 125 ################################################################### 120 126 # Slide characteristics … … 126 132 slide_origin_yacaaba = [463012,6334735] 127 133 128 # potential slides 134 # potential slides: these correspond approximately to modelled depths 129 135 slide_origin_bulli_b = [405617,6249852] 130 136 slide_origin_bulli_c = [465283,6335210] … … 134 140 slide_origin_yacaaba_b = [401897,6250643] 135 141 136 bulli_depth = 2087.0 142 #bulli_depth = 2087.0 143 bulli_depth = 1470.0 137 144 bulli_length = 16840.0 138 145 bulli_thickness = 424.0 … … 142 149 bulli_alpha = 126.0 - 90.0 143 150 144 shovel_depth = 968.0 151 #shovel_depth = 968.0 152 shovel_depth = 877.0 145 153 shovel_length = 13500.0 146 154 shovel_thickness = 165.0 … … 150 158 shovel_alpha = 118.0 - 90.0 151 159 152 yacaaba_depth = 1119.0 160 #yacaaba_depth = 1119.0 161 yacaaba_depth = 1222.5 153 162 yacaaba_length = 7050.0 154 163 yacaaba_thickness = 144.0 -
anuga_work/production/wollongong_2006/run_gong_slide.py
r4248 r4276 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,154 x0=project_slide.slide_origin_ bulli[0],155 y0=project_slide.slide_origin_ bulli[1],156 alpha=project_slide. bulli_alpha,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 x0=project_slide.slide_origin_yacaaba_a[0], 155 y0=project_slide.slide_origin_yacaaba_a[1], 156 alpha=project_slide.yacaaba_alpha, 157 157 domain=domain) 158 158
Note: See TracChangeset
for help on using the changeset viewer.