Changeset 6359 for anuga_work/production/australia_ph2/ceduna/project.py
- Timestamp:
- Feb 18, 2009, 9:14:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6342 r6359 46 46 finaltime = 1000 #80000 # final time for simulation 47 47 48 setup = ' final' # Final can be replaced with trial or basic.48 setup = 'trial' # Final can be replaced with trial or basic. 49 49 # Either will result in a coarser mesh that will allow a 50 50 # faster, but less accurate, simulation. … … 81 81 # Used in build_elevation.py 82 82 # Format for ascii grids, as produced in ArcGIS + a projection file 83 ascii_grid_filenames = ['grid250m'] # 250m grid 200583 #ascii_grid_filenames = ['grid250m'] # 250m grid 2005 84 84 85 85 # Format for point is x,y,elevation (with header) 86 ##point_filenames = ['Busselton_Contour0.txt', # Coastline 87 ## 'Busselton_BeachSurvey.txt', # Beach survey 88 ## 'Busselton_NavyFinal.txt', # Bathymetry 89 ## 'Busselton_Chart.txt', # Bathymetry Charts 90 ## 'Busselton_Digitised.txt', # Digitised Fairsheet 91 ## 'Busselton_250m.txt', # 250m 92 ## 'Bunbury_TIN.txt', # Bunbury aoi TIN'd in ArcGIS 93 ## 'Busselton_TIN.txt', # Busselton aoi TIN'd in ArcGIS 94 ## 'XYAHD_clip.txt'] # To extend boundary 95 86 point_filenames = ['grid250m.txt'] 87 96 88 # BOUNDING POLYGON - for data clipping and estimate of triangles in mesh 97 89 # Used in build_elevation.py
Note: See TracChangeset
for help on using the changeset viewer.