Ignore:
Timestamp:
May 6, 2009, 12:10:16 PM (16 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/busselton_rerun/project.py

    r6716 r6984  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
    28 tide = 0              # difference between MSL and HAT in metres
     28tide = 0.6              # difference between MSL and HAT in metres
    2929zone = 50               # specify zone of model
    30 event_number = 27283    # the event number or the mux file name
     30event_number = 27255    # the event number or the mux file name
    3131alpha = 0.1             # smoothing parameter for mesh
    3232friction=0.01           # manning's friction coefficient
     
    6060# Format for ascii grids, as produced in ArcGIS + a projection file
    6161ascii_grid_filenames = ['busselton_v2',   # Topo
    62                         'grid_250m_clip'] # Busselton Topo
     62                        'grid_250m_clip',
     63                        'grid_250m_clip2'] # Busselton Topo
    6364
    6465# Format for point is x,y,elevation (with header)
     
    8182# Used in build_elevation.py
    8283# Format for points easting,northing (no header)
    83 bounding_polygon_filename = 'bounding_polygon.csv'
     84bounding_polygon_filename = 'bounding_polygon_new.csv'
    8485bounding_polygon_maxarea = 100000
    8586
     
    9798# LAND - used to set the initial stage/water to be offcoast only
    9899# Used in run_model.py.  Format for points easting,northing (no header)
    99 land_initial_conditions_filename = [['initial_condition_extend.csv', 0],
     100land_initial_conditions_filename = [['initial_condition_new.csv', 0],
    100101                                    ['initial_condition_marina.csv', 0]]
    101102
     
    121122# Landward bounding points
    122123# Format easting,northing (no header)
    123 landward_boundary_filename = 'landward_boundary_extend.csv'
     124landward_boundary_filename = 'landward_boundary_new.csv'
    124125
    125126# MUX input filename.
Note: See TracChangeset for help on using the changeset viewer.