Changeset 6657
- Timestamp:
- Mar 30, 2009, 2:08:46 PM (16 years ago)
- Location:
- anuga_work/production/gold_coast_2009
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/gold_coast_2009/export_results_max.py
r6571 r6657 22 22 directory = project.output_folder 23 23 24 time_dir1 = '20090320_161033_run_final_0_51469_lfountai' 25 time_dir2 = '20090320_163646_run_final_0_51423_lfountai' 26 time_dir3 = '20090320_162718_run_final_0_51348_lfountai' 27 time_dir4 = '20090320_162913_run_final_0_51253_lfountai' 28 time_dir5 = '20090320_163246_run_final_0_50863_lfountai' 29 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5] 24 time_dir1 = '20090327_135943_run_final_0_51469_lfountai' 25 time_dir2 = '20090327_153206_run_final_0_51348_lfountai' 26 time_dir3 = '20090327_153231_run_final_0_51253_lfountai' 27 time_dir4 = '20090327_153304_run_final_0_50863_lfountai' 28 time_dir5 = '20090327_153403_run_final_0_51423_lfountai' 29 time_dir6 = '20090327_153602_run_final_0_62833_lfountai' 30 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6] 30 31 31 32 ##cellsize = 250 … … 33 34 34 35 #timestep = None # None means no timestep! 35 timestep = 036 timestep = None 36 37 37 38 ###### … … 40 41 41 42 #area = ['Bunbury', 'Busselton'] # strings must match keys in var_equations below 42 area = [' Gold_Coast'] # 'All' means no special areas - the whole thing43 area = ['Dune'] # 'All' means no special areas - the whole thing 43 44 44 45 ###### … … 53 54 54 55 # one or more key strings from var_equations above 55 var = ['depth' ]56 var = ['depth', 'elevation'] 56 57 57 58 ###### -
anuga_work/production/gold_coast_2009/get_timeseries.py
r6574 r6657 18 18 directory = project.output_dir 19 19 20 time_dir1 = '2009032 0_161033_run_final_0_51469_lfountai'21 time_dir2 = '2009032 0_163646_run_final_0_51423_lfountai'22 time_dir3 = '2009032 0_162718_run_final_0_51348_lfountai'23 time_dir4 = '2009032 0_162913_run_final_0_51253_lfountai'24 time_dir5 = '2009032 0_163246_run_final_0_50863_lfountai'25 26 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5 ]20 time_dir1 = '20090327_135943_run_final_0_51469_lfountai' 21 time_dir2 = '20090327_153206_run_final_0_51348_lfountai' 22 time_dir3 = '20090327_153231_run_final_0_51253_lfountai' 23 time_dir4 = '20090327_153304_run_final_0_50863_lfountai' 24 time_dir5 = '20090327_153403_run_final_0_51423_lfountai' 25 time_dir6 = '20090327_153602_run_final_0_62833_lfountai' 26 time_dirs = [time_dir1, time_dir2, time_dir3, time_dir4, time_dir5, time_dir6] 27 27 28 28 for time_dir in time_dirs: 29 29 name = directory+time_dir+sep+project.scenario_name 30 gauge = project.gauges_ dir_name30 gauge = project.gauges_folder+sep+project.gauges_filename 31 31 sww2csv_gauges(name+'.sww',gauge, 32 32 quantities = ['stage','speed','depth','elevation'], -
anuga_work/production/gold_coast_2009/project.py
r6572 r6657 26 26 # Model specific parameters. 27 27 # One or all can be changed each time the run_model script is executed 28 29 model_description = 'small_v2' 30 28 31 tide = 0 # difference between MSL and HAT in metres 29 32 zone = 56 # specify zone of model 30 33 ##event_number = 51469 # the event number or the mux file name with: 31 34 # 2.32m waveheight 32 event_number = 51423 # 1.5m waveheight35 ##event_number = 51423 # 1.5m waveheight 33 36 ##event_number= 51348 # 1.0m waveheight 34 ##event_number = 51253 # 0.5m waveight 35 ##event_number = 50863 # 0.3m waveight 37 ##event_number = 51253 # 0.5m wavheight 38 ##event_number = 50863 # 0.3m wavheight from New Hebridies 39 event_number = 62833 # 0.3m waveheight from SE Solomons 36 40 alpha = 0.1 # smoothing parameter for mesh 37 41 friction=0.01 # manning's friction coefficient … … 55 59 #------------------------------------------------------------------------------- 56 60 57 output_comment = [setup, tide, event_number]61 output_comment = [setup, tide, model_description, event_number] 58 62 59 63 #------------------------------------------------------------------------------- … … 78 82 # Used in build_elevation.py 79 83 # Format for points easting,northing (no header) 80 bounding_polygon_filename = 'bounding_polygon .csv'81 bounding_polygon_maxarea = 1 0000084 bounding_polygon_filename = 'bounding_polygon_sml_v2.csv' 85 bounding_polygon_maxarea = 125000 82 86 83 87 # INTERIOR REGIONS - for designing the mesh 84 88 # Used in run_model.py 85 89 # Format for points easting,northing (no header) 86 interior_regions_data = [['buffer_3km_simplify .csv', 500]]90 interior_regions_data = [['buffer_3km_simplify_sml_v2.csv', 500]] 87 91 88 92 # LAND - used to set the initial stage/water to be offcoast only 89 93 # Used in run_model.py. Format for points easting,northing (no header) 90 land_initial_conditions_filename = [['initial_conditions .csv', 0]]94 land_initial_conditions_filename = [['initial_conditions_sml_v2.csv', 0]] 91 95 92 96 # GAUGES - for creating timeseries at a specific point … … 107 111 # Thinned ordering file from Hazard Map (geographic) 108 112 # Format is index,latitude,longitude (with header) 109 urs_order_filename = 'urs_order .csv'113 urs_order_filename = 'urs_order_sml_v2.csv' 110 114 111 115 # Landward bounding points 112 116 # Format easting,northing (no header) 113 landward_boundary_filename = 'landward_boundary .csv'117 landward_boundary_filename = 'landward_boundary_sml_v2.csv' 114 118 115 119 # MUX input filename. … … 132 136 yminGold_Coast = 6893500 133 137 ymaxGold_Coast = 6898500 138 139 # ASCII export grid for dune study 140 xminDune = 536710 141 xmaxDune = 556150 142 yminDune = 6881125 143 ymaxDune = 6926860 134 144 135 145 ################################################################################
Note: See TracChangeset
for help on using the changeset viewer.