Changeset 3669 for anuga_work/production/MOST_example/project.py
- Timestamp:
- Sep 26, 2006, 11:30:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/MOST_example/project.py
r3608 r3669 48 48 home = getenv('INUNDATIONHOME', sep+'d'+sep+'cit'+sep+'2'+sep+'cit'+sep+'inundation'+sep+'data') 49 49 user = getenv('LOGNAME') 50 50 51 # INUNDATIONHOME is the inundation directory, not the data directory. 52 home += sep +'data' 53 51 54 #Derive subdirectories and filenames 52 55 time = strftime('%Y%m%d_%H%M%S',localtime()) #gets time for new dir
Note: See TracChangeset
for help on using the changeset viewer.