Changeset 6485
- Timestamp:
- Mar 11, 2009, 9:28:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/new_version/project.py
r6430 r6485 28 28 tide = 0.8 # difference between MSL and HAT 29 29 zone = 47 # specify zone of model 30 model = ' large' # different size model 'small' or 'large'30 model = 'original' # different size model 'small' or 'large' 31 31 event_number = 'mux_' + model # the event number or the mux file name 32 32 alpha = 0.1 # smoothing parameter for mesh … … 91 91 ['aoi.csv', 200], 92 92 ['aos.csv', 900], 93 ['sw_coast .csv', 7000],93 ['sw_coast_original.csv', 7000], 94 94 ['building_main.csv', 20], 95 95 ['building_main_small.csv', 20], … … 97 97 ['building_saddle.csv', 20]] 98 98 99 99 100 # LAND - used to set the initial stage/water to be offcoast only 100 101 # Used in run_model.py. Format for points easting,northing (no header) 101 land_initial_conditions_filename = [['initial_conditions .csv', 0]]102 land_initial_conditions_filename = [['initial_conditions_' + model +'.csv', 0]] 102 103 103 104 # GAUGES - for creating timeseries at a specific point
Note: See TracChangeset
for help on using the changeset viewer.