Ignore:
Timestamp:
Feb 9, 2007, 2:50:41 PM (18 years ago)
Author:
sexton
Message:

updates

Location:
anuga_work/production/sydney_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/sydney_2006/export_results.py

    r4186 r4248  
    77#time_dir = '20061211_071516' #bulli
    88#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
     13time_dir = '20070121_213444' #bulli
     14
    1015
    1116directory = project_slide.outputdir
     
    2631
    2732if which_var == 2:  # Depth
    28     outname = name + '_depth'
     33    outname = name + '_depth-bulli'
    2934    quantityname = 'stage-elevation' 
    3035
  • anuga_work/production/sydney_2006/run_sydney_slide.py

    r4186 r4248  
    163163from smf import slide_tsunami
    164164
    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,
     165tsunami_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,
    173173                               domain=domain)
    174174
Note: See TracChangeset for help on using the changeset viewer.