Ignore:
Timestamp:
Dec 12, 2006, 5:47:39 PM (18 years ago)
Author:
sexton
Message:

(1) DEM SPOT questionnaire (2) update slide modelling

Location:
anuga_work/production/newcastle_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/newcastle_2006/project_slide.py

    r4072 r4073  
    133133shovel_width = 4350.0
    134134shovel_density = 1.49
    135 shove_slope = 4.0
     135shovel_slope = 4.0
    136136shovel_alpha = 118.0 - 90.0
    137137
  • anuga_work/production/newcastle_2006/run_newcastle_slide.py

    r4072 r4073  
    143143from smf import slide_tsunami
    144144
    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,
     145tsunami_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,
    150150                               x0=project_slide.slide_origin_c[0],
    151151                               y0=project_slide.slide_origin_c[1],
    152                                alpha=project_slide.bulli_alpha,
     152                               alpha=project_slide.yacaaba_alpha,
    153153                               domain=domain)
    154154
Note: See TracChangeset for help on using the changeset viewer.