Changeset 6283


Ignore:
Timestamp:
Feb 5, 2009, 3:30:17 PM (15 years ago)
Author:
jgriffin
Message:

Edited comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/standardised_version/run_busselton.py

    r6281 r6283  
    4343#------------------------------------------------------------------------------
    4444# 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.
    4646#------------------------------------------------------------------------------
    4747copy_code_files(project.output_run, __file__,
     
    5454# Create the computational domain based on overall clipping polygon with
    5555# 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.
    5757#------------------------------------------------------------------------------
    5858print 'Create computational domain'
     
    6262
    6363# Reading the landward defined points, this incorporates the original clipping
    64 # polygon minus the 100m contour
     64# polygon minus the 100m contour.
    6565landward_boundary = read_polygon(project.landward_boundary)
    6666
Note: See TracChangeset for help on using the changeset viewer.