Changeset 4276


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
Files:
9 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
  • anuga_work/production/sydney_2006/export_results.py

    r4248 r4276  
    1313time_dir = '20070121_213444' #bulli
    1414
     15#correct depths
     16time_dir = '20070213_031322' #  shovel
     17#time_dir = '20070213_033012' # bulli
     18#time_dir = '20070213_033058' # yacaaba
    1519
    1620directory = project_slide.outputdir
     
    3135
    3236if which_var == 2:  # Depth
    33     outname = name + '_depth-bulli'
     37    outname = name + '_depth-shovel'
    3438    quantityname = 'stage-elevation' 
    3539
  • anuga_work/production/sydney_2006/project_slide.py

    r4186 r4276  
    143143slide_origin_yacaaba = [463012,6334735]
    144144
    145 # potential slides
     145# potential slides: these correspond approximately to modelled depths
    146146slide_origin_bulli_b = [405617,6249852]
    147147slide_origin_bulli_c = [465283,6335210]
     
    151151slide_origin_yacaaba_b = [401897,6250643]
    152152
    153 bulli_depth = 2087.0
     153#bulli_depth = 2087.0
     154bulli_depth = 1470.0
    154155bulli_length = 16840.0
    155156bulli_thickness = 424.0
     
    159160bulli_alpha = 126.0 - 90.0
    160161
    161 shovel_depth = 968.0
     162#shovel_depth = 968.0
     163shovel_depth = 877.0
    162164shovel_length = 13500.0
    163165shovel_thickness = 165.0
     
    167169shovel_alpha = 118.0 - 90.0
    168170
    169 yacaaba_depth = 1119.0
     171#yacaaba_depth = 1119.0
     172yacaaba_depth = 1222.5
    170173yacaaba_length = 7050.0
    171174yacaaba_thickness = 144.0
  • anuga_work/production/sydney_2006/run_sydney_slide.py

    r4248 r4276  
    163163from smf import slide_tsunami
    164164
    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,
     165tsunami_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,
    173173                               domain=domain)
    174174
  • anuga_work/production/wollongong_2006/export_results.py

    r4248 r4276  
    1616
    1717# timing run - flux limiter in place
    18 time_dir = '20070208_045514' # bulli
     18#time_dir = '20070208_045514' # bulli
    1919#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
     23time_dir = '20070213_035302'    #yacaaba
    2024
    2125directory = project_slide.outputdir
     
    3640
    3741if which_var == 2:  # Depth
    38     outname = name + '_depth-bulli-fluxlimiter'
     42    outname = name + '_depth-yacaaba-amy'
    3943    quantityname = 'stage-elevation' 
    4044
  • anuga_work/production/wollongong_2006/project_slide.py

    r4186 r4276  
    117117northingmax = 6202130
    118118
     119# exporting asc grid for Amy
     120eastingmin = 282000
     121eastingmax = 306500
     122northingmin = 6131750
     123northingmax = 6170850
     124
    119125###################################################################
    120126# Slide characteristics
     
    126132slide_origin_yacaaba = [463012,6334735]
    127133
    128 # potential slides
     134# potential slides: these correspond approximately to modelled depths
    129135slide_origin_bulli_b = [405617,6249852]
    130136slide_origin_bulli_c = [465283,6335210]
     
    134140slide_origin_yacaaba_b = [401897,6250643]
    135141
    136 bulli_depth = 2087.0
     142#bulli_depth = 2087.0
     143bulli_depth = 1470.0
    137144bulli_length = 16840.0
    138145bulli_thickness = 424.0
     
    142149bulli_alpha = 126.0 - 90.0
    143150
    144 shovel_depth = 968.0
     151#shovel_depth = 968.0
     152shovel_depth = 877.0
    145153shovel_length = 13500.0
    146154shovel_thickness = 165.0
     
    150158shovel_alpha = 118.0 - 90.0
    151159
    152 yacaaba_depth = 1119.0
     160#yacaaba_depth = 1119.0
     161yacaaba_depth = 1222.5
    153162yacaaba_length = 7050.0
    154163yacaaba_thickness = 144.0
  • anuga_work/production/wollongong_2006/run_gong_slide.py

    r4248 r4276  
    147147from smf import slide_tsunami
    148148
    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,
     149tsunami_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,
    157157                               domain=domain)
    158158
Note: See TracChangeset for help on using the changeset viewer.