Changeset 5122 for anuga_work/production/perth
- Timestamp:
- Mar 5, 2008, 9:41:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/project.py
r5111 r5122 83 83 topographies_in_dir = home+sep+state+sep+scenario+sep+'elevation_final'+sep+'points'+sep 84 84 topographies_dir = anuga_dir+'topographies'+sep 85 topographies_time_dir = topographies_dir+build_time+sep85 #topographies_time_dir = topographies_dir+build_time+sep 86 86 87 87 # input topo file location … … 107 107 #final topo files 108 108 combined_dir_name = topographies_dir + combined_name 109 combined_time_dir_name = topographies_time_dir + combined_name109 #combined_time_dir_name = topographies_time_dir + combined_name 110 110 combined_smaller_name_dir = topographies_dir + combined_smaller_name 111 111 #combined_time_dir_final_name = topographies_time_dir + combined_final_name … … 146 146 #output locations 147 147 output_dir = anuga_dir+'outputs'+sep 148 output_build_time_dir = anuga_dir+'outputs'+sep+build_time+ sep149 output_run_time_dir = anuga_dir+'outputs'+sep+ dir_comment+sep148 output_build_time_dir = anuga_dir+'outputs'+sep+build_time+dir_comment+sep 149 output_run_time_dir = anuga_dir+'outputs'+sep+run_time+dir_comment+sep 150 150 output_run_time_dir_name = output_run_time_dir + scenario_name #Used by post processing 151 151
Note: See TracChangeset
for help on using the changeset viewer.