Changeset 6283
- Timestamp:
- Feb 5, 2009, 3:30:17 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/standardised_version/run_busselton.py
r6281 r6283 43 43 #------------------------------------------------------------------------------ 44 44 # Copy scripts to time stamped output directory and capture screen 45 # output to file. Copy script must be before screen_catcher 45 # output to file. Copy script must be before screen_catcher. 46 46 #------------------------------------------------------------------------------ 47 47 copy_code_files(project.output_run, __file__, … … 54 54 # Create the computational domain based on overall clipping polygon with 55 55 # a tagged boundary and interior regions defined in project.py along with 56 # resolutions (maximal area of per triangle) for each polygon 56 # resolutions (maximal area of per triangle) for each polygon. 57 57 #------------------------------------------------------------------------------ 58 58 print 'Create computational domain' … … 62 62 63 63 # Reading the landward defined points, this incorporates the original clipping 64 # polygon minus the 100m contour 64 # polygon minus the 100m contour. 65 65 landward_boundary = read_polygon(project.landward_boundary) 66 66
Note: See TracChangeset
for help on using the changeset viewer.