Ignore:
Timestamp:
Aug 5, 2008, 1:17:37 PM (16 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/project.py

    r5592 r5607  
    3737scenario = 'perth_tsunami_scenario'
    3838
     39
    3940tide = 0.0 #0.6
    4041
    41 alpha = 0.15
     42alpha = 0.1
    4243friction=0.01
    4344starttime=0
     
    151152output_run_time_dir_name = output_run_time_dir + scenario_name  #Used by post processing
    152153
     154
     155vertex_filename = output_run_time_dir + 'mesh_vertex.csv'
     156
    153157#gauges
    154158gauge_name = 'perth.csv'
Note: See TracChangeset for help on using the changeset viewer.