Changeset 2721


Ignore:
Timestamp:
Apr 18, 2006, 4:31:11 PM (18 years ago)
Author:
sexton
Message:

Working out max and min tide heights for Onslow scenario

Location:
production/onslow_2006
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/project.py

    r2706 r2721  
    4949#output dir without time
    5050outputdir = home+sep+scenario_dir_name+sep+'output'+sep
    51 
     51tidedir = home+sep+scenario_dir_name+sep+'tide_data'+sep
    5252
    5353print'bound', boundarydir
     
    5656
    5757gaugetimeseries = gaugedir + 'onslow'
     58
     59tidal_filename = tidedir + 'onsl.txt'
     60tidal_outname = tidedir + 'max_min.txt'
    5861
    5962# boundary source data
Note: See TracChangeset for help on using the changeset viewer.