Changeset 2863 for production/onslow_2006/project.py
- Timestamp:
- May 15, 2006, 12:23:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/project.py
r2815 r2863 37 37 home = environ['INUNDATIONHOME'] #Sandpit's parent dir 38 38 else: 39 home = expanduser('~') 39 home = environ['INUNDATIONHOME'] #Sandpit's parent dir 40 # home = expanduser('~') 40 41 41 42 #Derive subdirectories and filenames … … 55 56 #gauge_filename = gaugedir + 'onslow_gauges.xya' 56 57 #for MOST 57 gauge_filename = gaugedir + 'onslow_gauges .xya'58 gauge_filename = gaugedir + 'onslow_gauges1.xya' 58 59 59 60
Note: See TracChangeset
for help on using the changeset viewer.