Changeset 6856


Ignore:
Timestamp:
Apr 21, 2009, 2:42:01 PM (15 years ago)
Author:
kristy
Message:
 
Location:
anuga_work/production/australia_ph2
Files:
2 edited
1 moved

Legend:

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

    r6794 r6856  
    2828central_meridian = 113.5 # Central meridian for projection (optional)
    2929zone = None
    30 
    3130import sys
    3231if len(sys.argv) > 1:
     
    3635
    3736event_number_list = [27285, 68754, 70881] # To piggy back multiple events
    38 # events: 27285 (java), 68794 (sumatra), 70375 (sumba)
    3937
    4038tide = 0                # difference between MSL and HAT
     
    4240friction=0.01           # manning's friction coefficient
    4341starttime=0             # start time for simulation
    44 finaltime=1000   #60000 # final time for simulation
     42finaltime=1000 # final time for simulation
    4543setup = 'trial'         # This can be one of three values
    4644                        #    trial - coarsest mesh, fast
     
    8078# Used in build_elevation.py
    8179# Format for ascii grids, as produced in ArcGIS + a projection file
    82 ascii_grid_filenames = ['grid250m_simple']
     80ascii_grid_filenames = ['grid250m_simple'] # 250m grid 2005
    8381
    8482# Format for points is x,y,elevation (with header)
    85 point_filenames = []               
     83point_filenames = []
    8684
    8785### Add csv header list to all files in point_filenames
     
    221219
    222220# The absolute pathname of the all elevation, generated in build_elevation.py
    223 combined_elevation = join(topographies_folder, combined_elevation_basename)
     221combined_elevation = join(topographies_folder, combined_elevation_basename)+'_simple'
    224222
    225223# The absolute pathname of the mesh, generated in run_model.py
  • anuga_work/production/australia_ph2/melbourne_east/project.py

    r6830 r6856  
    3131    event_number = 58348    # the event number or the mux file name
    3232
    33 event_side = 'east' #'east'
     33event_side = 'east' #'west'
     34
    3435if event_side == 'west':
    3536    index = 1979 # index from the PTHA - Y2000 0.257m
Note: See TracChangeset for help on using the changeset viewer.