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/dampier_2006/run_building_inundation.py

    r4314 r4504  
    2323
    2424# Inputs
    25 #timestampdir = '20060704_063005' # HAT
    26 #timestampdir = '20060704_063112' # LAT
    27 #timestampdir = '20060704_063234' # MSL
    28 timestampdir = '20060515_001733' # DTED MSL
    29 file_loc = project.outputdir + timestampdir + sep
    30 swwfile = file_loc + project.basename + '.sww'
     25#timestampdir = '20070419_065050_run' # HAT 1 in 10000 yr Dampier event
     26timestampdir = '20070419_065018_run' # MSL 1 in 10000 yr Dampier event
     27file_loc = project.output_dir + timestampdir + sep
     28swwfilebasename = file_loc + project.scenario_name #+ '.sww'
    3129buildings_filename = project.buildings_filename
    3230buildings_filename_out = file_loc + project.buildings_filename_out
    33 
    34 #add_depth_and_momentum2csv(swwfile, buildings_filename, buildings_filename_out)
    35 inundation_damage(swwfile, buildings_filename, buildings_filename_out)
     31print 'hello', swwfilebasename
     32add_depth_and_momentum2csv(swwfilebasename, buildings_filename, buildings_filename_out)
     33inundation_damage(swwfilebasename, buildings_filename, buildings_filename_out)
    3634
    3735print '\n Augmented building file written to %s \n' \
Note: See TracChangeset for help on using the changeset viewer.