Ignore:
Timestamp:
Sep 26, 2006, 11:30:09 AM (18 years ago)
Author:
sexton
Message:

reflecting PATH change in project scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/MOST_example/project.py

    r3608 r3669  
    4848    home = getenv('INUNDATIONHOME', sep+'d'+sep+'cit'+sep+'2'+sep+'cit'+sep+'inundation'+sep+'data')     
    4949    user = getenv('LOGNAME')
    50    
     50
     51# INUNDATIONHOME is the inundation directory, not the data directory.
     52home += sep +'data'
     53
    5154#Derive subdirectories and filenames
    5255time = strftime('%Y%m%d_%H%M%S',localtime()) #gets time for new dir
Note: See TracChangeset for help on using the changeset viewer.