Changeset 4073


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

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

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

    r4072 r4073  
    55from os import sep
    66
    7 time_dir = '20061206_061014'
     7time_dir = '20061211_071516'
    88directory = project_slide.outputdir
    99name = directory + time_dir + sep + project_slide.basename
     
    5555    sww2dem(name, basename_out = outname,
    5656                quantity = quantityname,
    57                 cellsize = 100,     
     57                cellsize = 20,     
    5858                easting_min = project_slide.eastingmin,
    5959                easting_max = project_slide.eastingmax,
  • anuga_work/production/sydney_2006/project_slide.py

    r4072 r4073  
    129129
    130130# exporting asc grid
    131 eastingmin = 337500
    132 eastingmax = 344060
    133 northingmin = 6248890
     131eastingmin = 333000
     132eastingmax = 354000
     133northingmin = 6244800
    134134northingmax = 6274550
    135135
     
    155155shovel_width = 4350.0
    156156shovel_density = 1.49
    157 shove_slope = 4.0
     157shovel_slope = 4.0
    158158shovel_alpha = 118.0 - 90.0
    159159
  • anuga_work/production/sydney_2006/run_sydney_slide.py

    r4072 r4073  
    163163from smf import slide_tsunami
    164164
    165 tsunami_source = slide_tsunami(length=project_slide.bulli_length,
    166                                width=project_slide.bulli_width,
    167                                depth=project_slide.bulli_depth,
    168                                slope=project_slide.bulli_slope,
    169                                thickness=project_slide.bulli_thickness,
     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,
    170170                               x0=project_slide.slide_origin_b[0],
    171171                               y0=project_slide.slide_origin_b[1],
    172                                alpha=project_slide.bulli_alpha,
     172                               alpha=project_slide.yacaaba_alpha,
    173173                               domain=domain)
    174174
  • anuga_work/production/wollongong_2006/export_results.py

    r4072 r4073  
    55from os import sep
    66
    7 time_dir = '20061207_035950'
     7time_dir = '20061211_060105'
    88directory = project_slide.outputdir
    99name = directory + time_dir + sep + project_slide.basename
     
    5555    sww2dem(name, basename_out = outname,
    5656                quantity = quantityname,
    57                 cellsize = 100,     
     57                cellsize = 20,     
    5858                easting_min = project_slide.eastingmin,
    5959                easting_max = project_slide.eastingmax,
  • anuga_work/production/wollongong_2006/project_slide.py

    r4072 r4073  
    138138shovel_width = 4350.0
    139139shovel_density = 1.49
    140 shove_slope = 4.0
     140shovel_slope = 4.0
    141141shovel_alpha = 118.0 - 90.0
    142142
  • anuga_work/production/wollongong_2006/run_gong_slide.py

    r4072 r4073  
    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,
     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,
    154154                               x0=project_slide.slide_origin_a[0],
    155155                               y0=project_slide.slide_origin_a[1],
    156                                alpha=project_slide.bulli_alpha,
     156                               alpha=project_slide.yacaaba_alpha,
    157157                               domain=domain)
    158158
Note: See TracChangeset for help on using the changeset viewer.