Ignore:
Timestamp:
Feb 22, 2007, 6:15:14 PM (18 years ago)
Author:
sexton
Message:

update project files for slide modelling

Location:
anuga_work/production/newcastle_2006
Files:
3 edited

Legend:

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

    r4248 r4276  
    1111# second run
    1212#time_dir = '20070119_055707' # yacaaba
    13 time_dir = '20070121_213838' # shovel
     13#time_dir = '20070121_213838' # shovel
    1414#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
     22time_dir = '20070219_060854' #yacaaba
    1523
    1624directory = project_slide.outputdir
     
    3139
    3240if which_var == 2:  # Depth
    33     outname = name + '_depth-shovel'
     41    outname = name + '_depth-yacaaba-michelle'
    3442    quantityname = 'stage-elevation' 
    3543
  • anuga_work/production/newcastle_2006/project_slide.py

    r4186 r4276  
    112112northingmax = 6375630
    113113
     114# exporting asc grid for Michelle
     115eastingmin = 386450
     116eastingmax = 432900
     117northingmin = 6357500
     118northingmax = 6400700
     119
    114120###################################################################
    115121# Slide characteristics
     
    121127slide_origin_yacaaba = [463012,6334735]
    122128
    123 # potential slides
     129# potential slides: these correspond approximately to modelled depths
    124130slide_origin_bulli_b = [405617,6249852]
    125131slide_origin_bulli_c = [465283,6335210]
     
    129135slide_origin_yacaaba_b = [401897,6250643]
    130136
    131 bulli_depth = 2087.0
     137#bulli_depth = 2087.0
     138bulli_depth = 1470.0
    132139bulli_length = 16840.0
    133140bulli_thickness = 424.0
     
    137144bulli_alpha = 126.0 - 90.0
    138145
    139 shovel_depth = 968.0
     146#shovel_depth = 968.0
     147shovel_depth = 877.0
    140148shovel_length = 13500.0
    141149shovel_thickness = 165.0
     
    145153shovel_alpha = 118.0 - 90.0
    146154
    147 yacaaba_depth = 1119.0
     155#yacaaba_depth = 1119.0
     156yacaaba_depth = 1222.5
    148157yacaaba_length = 7050.0
    149158yacaaba_thickness = 144.0
  • anuga_work/production/newcastle_2006/run_newcastle_slide.py

    r4248 r4276  
    143143from smf import slide_tsunami
    144144
    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,
     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,
     150                               x0=project_slide.slide_origin_yacaaba[0],
     151                               y0=project_slide.slide_origin_yacaaba[1],
     152                               alpha=project_slide.yacaaba_alpha,
    153153                               domain=domain)
    154154
Note: See TracChangeset for help on using the changeset viewer.