Changeset 6466
- Timestamp:
- Mar 5, 2009, 11:13:12 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/sydney/project.py
r6460 r6466 29 29 tide = 0 # difference between MSL and HAT 30 30 zone = 50 # specify zone of model 31 event_number = 7875# the event number or the mux file name31 event_number = 6368 # the event number or the mux file name 32 32 alpha = 0.1 # smoothing parameter for mesh 33 33 friction=0.01 # manning's friction coefficient … … 36 36 37 37 # index is only used when wave = Tb 38 index = 1203# index from the PTHA38 index = 2971 # index from the PTHA 39 39 wave = 'Tb' # Bf (sts wave) Tb (index wave) 40 40 41 setup = ' trial' # This can be one of three values41 setup = 'final' # This can be one of three values 42 42 # trial - coarsest mesh, fast 43 43 # basic - coarse mesh … … 88 88 # LAND - used to set the initial stage/water to be offcoast only 89 89 # Used in run_model.py. Format for points easting,northing (no header) 90 land_initial_conditions_filename = [['initial_condition_extend.csv', 0] ],90 land_initial_conditions_filename = [['initial_condition_extend.csv', 0], 91 91 ['initial_condition_comerong_island.csv', 0], 92 92 ['initial_condition_gabo_island.csv', 0],
Note: See TracChangeset
for help on using the changeset viewer.