Changeset 7238 for anuga_work/production
- Timestamp:
- Jun 19, 2009, 5:11:27 PM (16 years ago)
- Location:
- anuga_work/production
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2009/project.py
r7209 r7238 26 26 # One or all can be changed each time the run_model script is executed 27 27 tide = 0.0 # 3.6 difference between MSL and HAT in metres 28 zone = 50# specify UTM zone of model29 central_meridian = None28 zone = None # specify UTM zone of model 29 central_meridian = 114.0 30 30 event_number = 27283 # 27255,27283 the event number or the mux file name 31 31 alpha = 0.1 # smoothing parameter for mesh … … 64 64 # Format for point is x,y,elevation (with header) 65 65 point_filenames = ['coastline.txt', 66 'Exmouth.txt',] 66 'Exmouth.txt', 67 'extract_dgapcs100.txt', 68 'extract_rivoli.txt'] 67 69 68 70 ### Add csv header list to all files in point_filenames … … 87 89 ['island3_MH.csv', 3000], 88 90 ['island4_MH.csv', 3000], 89 ['island5_MH.csv', 3000] ,90 ['island6_MH.csv', 3000]]91 ['island5_MH.csv', 3000]]#, 92 ## ['island6_MH.csv', 3000]] 91 93 92 94 PriorityArea_filename = None … … 94 96 # LAND - used to set the initial stage/water to be offcoast only 95 97 # Used in run_model.py. Format for points easting,northing,id,value 96 land_initial_conditions_filename = 'initial_condition s_comb.csv'98 land_initial_conditions_filename = 'initial_condition_comb.csv' 97 99 98 100 # GAUGES - for creating timeseries at a specific point -
anuga_work/production/onslow_2009_june/Arc_asc2raster_GDA94z50.py
r7209 r7238 25 25 output_dir="anuga\\outputs\\" 26 26 27 time_dir1 = '2009061 6_154908_run_final_0.0_27283_mhingee'27 time_dir1 = '20090617_110255_run_final_0.0_27283_mhingee' 28 28 ##time_dir2 = '20090416_072538_run_final_0_27338_1307_Tb__kvanputt' 29 29 ##time_dir3 = '20090417_021634_run_final_0_70337_1307_Tb__kvanputt'
Note: See TracChangeset
for help on using the changeset viewer.