Changeset 4248 for anuga_work
- Timestamp:
- Feb 9, 2007, 2:50:41 PM (18 years ago)
- Location:
- anuga_work/production
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/newcastle_2006/export_results.py
r4186 r4248 5 5 from os import sep 6 6 7 # first run 7 8 #time_dir = '20061207_035946' #bulli 8 9 #time_dir = '20061212_012802' #shovel 9 time_dir = '20061212_064757' #yacaaba 10 #time_dir = '20061212_064757' #yacaaba 11 # second run 12 #time_dir = '20070119_055707' # yacaaba 13 time_dir = '20070121_213838' # shovel 14 #time_dir = '20070119_055809' # bulli 10 15 11 16 directory = project_slide.outputdir … … 26 31 27 32 if which_var == 2: # Depth 28 outname = name + '_depth '33 outname = name + '_depth-shovel' 29 34 quantityname = 'stage-elevation' 30 35 … … 58 63 sww2dem(name, basename_out = outname, 59 64 quantity = quantityname, 60 cellsize = 100,65 cellsize = 25, 61 66 easting_min = project_slide.eastingmin, 62 67 easting_max = project_slide.eastingmax, -
anuga_work/production/newcastle_2006/run_newcastle_slide.py
r4186 r4248 143 143 from smf import slide_tsunami 144 144 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_a[0],151 y0=project_slide.slide_origin_ yacaaba_a[1],152 alpha=project_slide. yacaaba_alpha,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, 153 153 domain=domain) 154 154 -
anuga_work/production/onslow_2006/MOST_timeseries.py
r3514 r4248 49 49 reportname = 'latexoutput_MOST_ANUGA_comparison', 50 50 plot_quantity = ['stage', 'speed'], 51 generate_fig = True, 51 52 surface = False, 52 53 time_min = None, -
anuga_work/production/onslow_2006/compare_parameter_change.py
r3965 r4248 65 65 reportname = 'latexoutputparameterchange', 66 66 plot_quantity = ['stage', 'speed'], 67 generate_fig = True, 67 68 surface = False, 68 69 time_min = None, -
anuga_work/production/onslow_2006/compare_timeseries_data.py
r3514 r4248 45 45 surface = False, 46 46 plot_quantity = plot_quantity, 47 generate_fig = True, 47 48 time_min = None, 48 49 time_max = None, -
anuga_work/production/onslow_2006/make_report.py
r4151 r4248 133 133 reportname = reportname, 134 134 plot_quantity = ['stage', 'momentum'], 135 generate_fig = True, 135 136 surface = False, 136 137 time_min = None, … … 161 162 reportname = reportname, 162 163 plot_quantity = ['stage', 'speed'], 164 generate_fig = True, 163 165 surface = False, 164 166 time_min = None, -
anuga_work/production/sydney_2006/export_results.py
r4186 r4248 7 7 #time_dir = '20061211_071516' #bulli 8 8 #time_dir = '20061212_012705' #shovel 9 time_dir = '20061212_064807' #yacaaba 9 #time_dir = '20061212_064807' #yacaaba 10 11 #time_dir = '20070121_213509' #shovel 12 #time_dir = '20070119_055222' #yacaaba 13 time_dir = '20070121_213444' #bulli 14 10 15 11 16 directory = project_slide.outputdir … … 26 31 27 32 if which_var == 2: # Depth 28 outname = name + '_depth '33 outname = name + '_depth-bulli' 29 34 quantityname = 'stage-elevation' 30 35 -
anuga_work/production/sydney_2006/run_sydney_slide.py
r4186 r4248 163 163 from smf import slide_tsunami 164 164 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_a[0],171 y0=project_slide.slide_origin_ yacaaba_a[1],172 alpha=project_slide. yacaaba_alpha,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, 173 173 domain=domain) 174 174 -
anuga_work/production/wollongong_2006/export_results.py
r4186 r4248 5 5 from os import sep 6 6 7 # first run 7 8 #time_dir = '20061211_060105' #bulli 8 9 #time_dir = '20061212_012715' #shovel 9 time_dir = '20061212_064735' #yacaaba 10 #time_dir = '20061212_064735' #yacaaba 11 12 # second run 13 #time_dir = '20070121_213616' #yacaaba 14 #time_dir = '20070121_213550' #bulli 15 #time_dir = '20070119_055620' #shovel 16 17 # timing run - flux limiter in place 18 time_dir = '20070208_045514' # bulli 19 #time_dir = '20070208_044802' # for version without new flux limiter 10 20 11 21 directory = project_slide.outputdir … … 26 36 27 37 if which_var == 2: # Depth 28 outname = name + '_depth '38 outname = name + '_depth-bulli-fluxlimiter' 29 39 quantityname = 'stage-elevation' 30 40 -
anuga_work/production/wollongong_2006/run_gong_slide.py
r4186 r4248 147 147 from smf import slide_tsunami 148 148 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,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, 157 157 domain=domain) 158 158
Note: See TracChangeset
for help on using the changeset viewer.