Changeset 2203


Ignore:
Timestamp:
Jan 12, 2006, 4:55:12 PM (19 years ago)
Author:
sexton
Message:

Updated write to screen formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/gauge_plot_sydney_2006.py

    r2202 r2203  
    1717* plot (subsequent columns describe stage height at gauge points defined)
    1818
    19 NOTE - the directory structure is set up according to the structure
    20 on Jane's machine. Please update the outputhome and productionhome paths
    21 according to your setup.
     19NOTE - the directory structure is set according to that on Jane's machine.
     20Please update the outputhome and productionhome paths according to your setup.
    2221
    2322Duncan Gray, Jane Sexton and Adrian Hitchman, GA 2006 """
     
    2726
    2827print '\n\
    29 The directory structure is set up according to the \n\
    30 structure on Jane\'s computer. \n\
     28    The directory structure is set up according to that on Jane\'s machine. \n\
    3129\n\
    32 Please update the outputhome and productionhome paths \n\
    33 according to your computer. '
     30    Please update the outputhome and productionhome paths according \n\
     31    to your computer. '
    3432
    3533outputhome = '..\..\..\..\sydney_tsunami_scenario_2006\output'
     
    3836swwfilename = outputhome + sep + 'sydney_2006_100.sww'
    3937gaugepointsfilename = productionhome + sep + 'harbour_gauge.xya'
     38#gaugepointsfilename = productionhome + sep + 'bay_gauge.xya'
    4039outputfilename = productionhome + sep + 'interpolate_output.xya'
    4140
Note: See TracChangeset for help on using the changeset viewer.