Changeset 7010


Ignore:
Timestamp:
May 11, 2009, 3:43:15 PM (15 years ago)
Author:
kristy
Message:

Change for final_30

Location:
anuga_work/production/australia_ph2
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/albany/project.py

    r6864 r7010  
    4141starttime=0             # start time for simulation
    4242finaltime=60000 # final time for simulation
    43 setup = 'final'         # This can be one of three values
     43setup = 'final_30'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
     
    5151
    5252
    53 internal_polygon = True
     53internal_polygon = False
    5454
    5555#-------------------------------------------------------------------------------
  • anuga_work/production/australia_ph2/albany/setup_model.py

    r6484 r7010  
    114114    project.time_thinning = 4
    115115    project.yieldstep = 60
     116elif project.setup == 'final_30':
     117    print 'final_30'
     118    project.scale_factor = 1
     119    project.time_thinning = 4
     120    project.yieldstep = 30
    116121else:
    117122    print ("Sorry, you must set the 'setup' variable to one of:"
  • anuga_work/production/australia_ph2/hobart/project.py

    r6982 r7010  
    4141starttime=0             # start time for simulation
    4242finaltime=60000         # final time for simulation
    43 setup = 'final'         # This can be one of three values
     43setup = 'final_30'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
     
    5151
    5252
    53 internal_polygon = True
     53internal_polygon = False
    5454
    5555#-------------------------------------------------------------------------------
  • anuga_work/production/australia_ph2/hobart/setup_model.py

    r6407 r7010  
    114114    project.time_thinning = 4
    115115    project.yieldstep = 60
     116elif project.setup == 'final_30':
     117    print 'final_30'
     118    project.scale_factor = 1
     119    project.time_thinning = 4
     120    project.yieldstep = 30
    116121else:
    117122    print ("Sorry, you must set the 'setup' variable to one of:"
  • anuga_work/production/australia_ph2/lockhart_river/project.py

    r6772 r7010  
    3232    event_number = int(sys.argv[1])
    3333else:   
    34     event_number = 51316    # the event number or the mux file name
     34    event_number = 72030    # the event number or the mux file name
    3535
    3636event_number_list = [51316, 62786] # To piggy back multiple events
  • anuga_work/production/australia_ph2/perth/project.py

    r6864 r7010  
    3434    event_number = 64479    # the event number or the mux file name
    3535
    36 event_number_list = [64479, 70921] # To piggy back multiple events
     36event_number_list = [64479, 70921, 27181] # To piggy back multiple events
    3737
    3838tide = 0                # difference between MSL and HAT
     
    4141starttime=0             # start time for simulation
    4242finaltime=60000 # final time for simulation
    43 setup = 'final'         # This can be one of three values
     43setup = 'final_30'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
     
    5151
    5252
    53 internal_polygon = True
     53internal_polygon = False
    5454
    5555#-------------------------------------------------------------------------------
     
    7878# Used in build_elevation.py
    7979# Format for ascii grids, as produced in ArcGIS + a projection file
    80 ascii_grid_filenames = ['grid250m_simple'] # 250m grid 2005
     80ascii_grid_filenames = ['grid250m_extract'] # 250m grid 2005
    8181
    8282# Format for points is x,y,elevation (with header)
     
    173173# Output filename for elevation
    174174# this is a combination of all the data generated in build_elevation.py
    175 combined_elevation_basename = scenario_name + '_combined_elevation'
     175combined_elevation_basename = scenario_name + '_combined_elevation_extract'
    176176
    177177#-------------------------------------------------------------------------------
  • anuga_work/production/australia_ph2/perth/setup_model.py

    r6429 r7010  
    114114    project.time_thinning = 4
    115115    project.yieldstep = 60
     116elif project.setup == 'final_30':
     117    print 'final_30'
     118    project.scale_factor = 1
     119    project.time_thinning = 4
     120    project.yieldstep = 30
    116121else:
    117122    print ("Sorry, you must set the 'setup' variable to one of:"
  • anuga_work/production/australia_ph2/portland/project.py

    r6864 r7010  
    3232    event_number = int(sys.argv[1])
    3333else:   
    34     event_number = 64322    # the event number or the mux file name
    35 
    36 event_number_list = [27289, 58358, 64322] # To piggy back multiple events
     34    event_number = 27289    # the event number or the mux file name
     35
     36event_number_list = [58358, 64322] # To piggy back multiple events
    3737
    3838tide = 0                # difference between MSL and HAT
     
    4141starttime=0             # start time for simulation
    4242finaltime=60000 # final time for simulation
    43 setup = 'final'         # This can be one of three values
     43setup = 'final_30'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
     
    5151
    5252
    53 internal_polygon = True
     53internal_polygon = False
    5454
    5555#-------------------------------------------------------------------------------
  • anuga_work/production/australia_ph2/portland/setup_model.py

    r6716 r7010  
    114114    project.time_thinning = 4
    115115    project.yieldstep = 60
     116elif project.setup == 'final_30':
     117    print 'final_30'
     118    project.scale_factor = 1
     119    project.time_thinning = 4
     120    project.yieldstep = 30
    116121else:
    117122    print ("Sorry, you must set the 'setup' variable to one of:"
  • anuga_work/production/australia_ph2/strahan/project.py

    r6864 r7010  
    4141starttime=0             # start time for simulation
    4242finaltime=60000 # final time for simulation
    43 setup = 'final'         # This can be one of three values
     43setup = 'final_30'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
  • anuga_work/production/australia_ph2/strahan/setup_model.py

    r6619 r7010  
    114114    project.time_thinning = 4
    115115    project.yieldstep = 60
     116elif project.setup == 'final_30':
     117    print 'final_30'
     118    project.scale_factor = 1
     119    project.time_thinning = 4
     120    project.yieldstep = 30
    116121else:
    117122    print ("Sorry, you must set the 'setup' variable to one of:"
  • anuga_work/production/australia_ph2/sydney/project.py

    r6982 r7010  
    3535
    3636##event_number_list = [58152, 58222, 58326] # To piggy back multiple events
    37 event_number_list = [31865, 51418]# 58152
     37event_number_list = [31865, 51418, 58152]
    3838
    3939# 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  
    115115    project.yieldstep = 120
    116116elif project.setup == 'final_30':
    117     print 'final_120'
     117    print 'final_30'
    118118    project.scale_factor = 1
    119119    project.time_thinning = 4
Note: See TracChangeset for help on using the changeset viewer.