Changeset 7147


Ignore:
Timestamp:
Jun 2, 2009, 3:06:46 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

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

    r7120 r7147  
    3232# Model specific parameters.
    3333# One or all can be changed each time the run_model script is executed
    34 tide = 0                # difference between MSL and HAT in metres
     34tide = 0.8                # difference between MSL and HAT in metres
    3535zone = 55               # specify UTM zone of model
    36 event_number = 64477    # 58280, 64477 the event number or the mux file name
     36event_number = 58292    # 58280, 64477 the event number or the mux file name
    3737alpha = 0.1             # smoothing parameter for mesh
    3838friction=0.01           # manning's friction coefficient
     
    123123# LAND - used to set the initial stage/water to be offcoast only
    124124# Used in run_model.py.  Format for points easting,northing (no header)
    125 land_initial_conditions_filename = []
     125land_initial_conditions_filename = 'initial_conditions.txt'
    126126
    127127# GAUGES - for creating timeseries at a specific point
Note: See TracChangeset for help on using the changeset viewer.