Ignore:
Timestamp:
Jun 12, 2009, 5:20:26 PM (14 years ago)
Author:
myall
Message:
 
File:
1 edited

Legend:

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

    r7179 r7201  
    2727tide = 0.0                # difference between MSL and HAT in metres
    2828zone = 51               # specify UTM zone of model
    29 event_number = 27279    # 58280, 64477 the event number or the mux file name
     29event_number = 27255    # 27283 the event number or the mux file name
    3030alpha = 0.1             # smoothing parameter for mesh
    3131friction=0.01           # manning's friction coefficient
     
    3333finaltime=1000         # final time for simulation
    3434
    35 setup = 'trial'         # This can be one of three values
     35setup = 'final'         # This can be one of three values
    3636                        #    trial - coarsest mesh, fast
    3737                        #    basic - coarse mesh
     
    7474# Used in build_elevation.py
    7575# Format for points easting,northing (no header)
    76 bounding_polygon_filename = 'bounding_polygon.csv'
    77 bounding_polygon_maxarea = 1000000
     76bounding_polygon_filename = 'poly_all.csv'
     77bounding_polygon_maxarea = 100000
    7878
    7979# INTERIOR REGIONS -  for designing the mesh
     
    8181# Format for points easting,northing (no header)                   
    8282interior_regions_data = [['Shallow_Water_MH.csv', 1500],
    83                          ['AoS_MH', 800],
    84                          ['AoI_MH', 500],
    85                          ['AoS_north_MH', 800],
    86                          ['AoI_north_MH', 500],
    87                          ['bay_coast_MH', 1500],
    88                          ['bay_coast_small_MH', 800]]
    89 PriorityArea_filename = 'PriorityAreas.csv'
     83                         ['AoS_MH.csv', 800],
     84                         ['AoI_MH.csv', 500],
     85                         ['AoS_north_MH.csv', 800],
     86                         ['AoI_north_MH.csv', 500],
     87##                         ['bay_coast_MH.csv', 5000],
     88                         ['bay_coast_small_MH.csv', 800]]
     89PriorityArea_filename = None
    9090   
    9191# LAND - used to set the initial stage/water to be offcoast only
Note: See TracChangeset for help on using the changeset viewer.