Ignore:
Timestamp:
May 28, 2007, 6:08:39 PM (17 years ago)
Author:
sexton
Message:

minor change to inundation_damage + updates to damage scripts for all scenarios

File:
1 edited

Legend:

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

    r4479 r4504  
    55from os import sep
    66
    7 time_dir = '20070507_215717_run_final_1.5_nbartzis' # HAT 1 in Dampier 10000 yr
     7#time_dir = '20070507_215717_run_final_1.5_nbartzis' # HAT 1 in Dampier 10000 yr
    88#time_dir = '20070517_061654_run_final_0.0_nbartzis' # MSL 1 in Dampier 10000 yr
    99#time_dir = '' # HAT 1 in Broome 10000 yr
     
    1515#time_dir = '' # HAT 1 in Exmouth 10000 yr
    1616#time_dir = '' # MSL 1 in Exmouth 10000 yr
    17 cellsize = 25
     17time_dir = '20060704_063005' # 2006 simulation HAT Mw9
     18#cellsize = 30
     19cellsize = 250
    1820timestep = None
    1921directory = project.outputdir
    2022#name = directory + time_dir + sep + project.scenario_name
    21 name = directory+time_dir+sep+project.scenario_name
     23#name = directory+time_dir+sep+project.scenario_name
     24name = directory+time_dir+sep+'source'
    2225
    23 is_parallel = True
     26is_parallel = False
     27#is_parallel = True
    2428if is_parallel == True: nodes = 4
    2529print 'output dir:', name
    2630
    27 var = [2,3,4] # depth and speed
     31#var = [2,3,4] # depth and speed
     32var = [3] # depth and speed
    2833
    2934for which_var in var:
     
    7176                    timestep = timestep,
    7277                    cellsize = cellsize,     
    73                     easting_min = project.e_min_area,
    74                     easting_max = project.e_max_area,
    75                     northing_min = project.n_min_area,
    76                     northing_max = project.n_max_area,       
     78                    #easting_min = project.e_min_area,
     79                    #easting_max = project.e_max_area,
     80                    #northing_min = project.n_min_area,
     81                    #northing_max = project.n_max_area,       
    7782                    reduction = max,
    7883                    verbose = True,
Note: See TracChangeset for help on using the changeset viewer.