Changeset 7010 for anuga_work/production
- Timestamp:
- May 11, 2009, 3:43:15 PM (16 years ago)
- Location:
- anuga_work/production/australia_ph2
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/albany/project.py
r6864 r7010 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = 'final ' # This can be one of three values43 setup = 'final_30' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh … … 51 51 52 52 53 internal_polygon = True53 internal_polygon = False 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/albany/setup_model.py
r6484 r7010 114 114 project.time_thinning = 4 115 115 project.yieldstep = 60 116 elif project.setup == 'final_30': 117 print 'final_30' 118 project.scale_factor = 1 119 project.time_thinning = 4 120 project.yieldstep = 30 116 121 else: 117 122 print ("Sorry, you must set the 'setup' variable to one of:" -
anuga_work/production/australia_ph2/hobart/project.py
r6982 r7010 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = 'final ' # This can be one of three values43 setup = 'final_30' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh … … 51 51 52 52 53 internal_polygon = True53 internal_polygon = False 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/hobart/setup_model.py
r6407 r7010 114 114 project.time_thinning = 4 115 115 project.yieldstep = 60 116 elif project.setup == 'final_30': 117 print 'final_30' 118 project.scale_factor = 1 119 project.time_thinning = 4 120 project.yieldstep = 30 116 121 else: 117 122 print ("Sorry, you must set the 'setup' variable to one of:" -
anuga_work/production/australia_ph2/lockhart_river/project.py
r6772 r7010 32 32 event_number = int(sys.argv[1]) 33 33 else: 34 event_number = 51316# the event number or the mux file name34 event_number = 72030 # the event number or the mux file name 35 35 36 36 event_number_list = [51316, 62786] # To piggy back multiple events -
anuga_work/production/australia_ph2/perth/project.py
r6864 r7010 34 34 event_number = 64479 # the event number or the mux file name 35 35 36 event_number_list = [64479, 70921 ] # To piggy back multiple events36 event_number_list = [64479, 70921, 27181] # To piggy back multiple events 37 37 38 38 tide = 0 # difference between MSL and HAT … … 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = 'final ' # This can be one of three values43 setup = 'final_30' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh … … 51 51 52 52 53 internal_polygon = True53 internal_polygon = False 54 54 55 55 #------------------------------------------------------------------------------- … … 78 78 # Used in build_elevation.py 79 79 # Format for ascii grids, as produced in ArcGIS + a projection file 80 ascii_grid_filenames = ['grid250m_ simple'] # 250m grid 200580 ascii_grid_filenames = ['grid250m_extract'] # 250m grid 2005 81 81 82 82 # Format for points is x,y,elevation (with header) … … 173 173 # Output filename for elevation 174 174 # this is a combination of all the data generated in build_elevation.py 175 combined_elevation_basename = scenario_name + '_combined_elevation '175 combined_elevation_basename = scenario_name + '_combined_elevation_extract' 176 176 177 177 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/perth/setup_model.py
r6429 r7010 114 114 project.time_thinning = 4 115 115 project.yieldstep = 60 116 elif project.setup == 'final_30': 117 print 'final_30' 118 project.scale_factor = 1 119 project.time_thinning = 4 120 project.yieldstep = 30 116 121 else: 117 122 print ("Sorry, you must set the 'setup' variable to one of:" -
anuga_work/production/australia_ph2/portland/project.py
r6864 r7010 32 32 event_number = int(sys.argv[1]) 33 33 else: 34 event_number = 64322# the event number or the mux file name35 36 event_number_list = [ 27289,58358, 64322] # To piggy back multiple events34 event_number = 27289 # the event number or the mux file name 35 36 event_number_list = [58358, 64322] # To piggy back multiple events 37 37 38 38 tide = 0 # difference between MSL and HAT … … 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = 'final ' # This can be one of three values43 setup = 'final_30' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh … … 51 51 52 52 53 internal_polygon = True53 internal_polygon = False 54 54 55 55 #------------------------------------------------------------------------------- -
anuga_work/production/australia_ph2/portland/setup_model.py
r6716 r7010 114 114 project.time_thinning = 4 115 115 project.yieldstep = 60 116 elif project.setup == 'final_30': 117 print 'final_30' 118 project.scale_factor = 1 119 project.time_thinning = 4 120 project.yieldstep = 30 116 121 else: 117 122 print ("Sorry, you must set the 'setup' variable to one of:" -
anuga_work/production/australia_ph2/strahan/project.py
r6864 r7010 41 41 starttime=0 # start time for simulation 42 42 finaltime=60000 # final time for simulation 43 setup = 'final ' # This can be one of three values43 setup = 'final_30' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh -
anuga_work/production/australia_ph2/strahan/setup_model.py
r6619 r7010 114 114 project.time_thinning = 4 115 115 project.yieldstep = 60 116 elif project.setup == 'final_30': 117 print 'final_30' 118 project.scale_factor = 1 119 project.time_thinning = 4 120 project.yieldstep = 30 116 121 else: 117 122 print ("Sorry, you must set the 'setup' variable to one of:" -
anuga_work/production/australia_ph2/sydney/project.py
r6982 r7010 35 35 36 36 ##event_number_list = [58152, 58222, 58326] # To piggy back multiple events 37 event_number_list = [31865, 51418 ]# 5815237 event_number_list = [31865, 51418, 58152] 38 38 39 39 # events: 27346 (java 2.1e-6), 58334 (puysegur 8.8e-7), 64322 (sandwich 8.2e-6), -
anuga_work/production/australia_ph2/sydney/setup_model.py
r6982 r7010 115 115 project.yieldstep = 120 116 116 elif project.setup == 'final_30': 117 print 'final_ 120'117 print 'final_30' 118 118 project.scale_factor = 1 119 119 project.time_thinning = 4
Note: See TracChangeset
for help on using the changeset viewer.