Changeset 5467 for anuga_work/production/perth/project.py
- Timestamp:
- Jul 4, 2008, 3:25:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/project.py
r5446 r5467 16 16 17 17 home = getenv('INUNDATIONHOME') + sep +'data'+sep #Sandpit's parent diruser = get_user_name() 18 muxhome = getenv('MUXHOME') 18 19 user = get_user_name() 19 20 host = get_host_name() … … 131 132 boundaries_in_dir_name = boundaries_in_dir + boundaries_name 132 133 boundaries_dir = anuga_dir+'boundaries'+sep 133 boundaries_dir_name = boundaries_dir + scenario_name 134 boundaries_dir_name = boundaries_dir + scenario_name # what it creates??? 135 boundaries_dir_mux = muxhome 134 136 #boundaries_time_dir = anuga_dir+'boundaries'+sep+build_time+sep 135 137 #boundaries_time_dir_name = boundaries_time_dir + boundaries_name #Used by post processing
Note: See TracChangeset
for help on using the changeset viewer.