Changeset 5121 for anuga_work/production/busselton/project.py
- Timestamp:
- Mar 5, 2008, 9:41:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/project.py
r5000 r5121 42 42 export_cellsize=50 43 43 setup='final' 44 source=' other'44 source='test' 45 45 46 46 … … 115 115 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep 116 116 117 if source==' other':118 boundaries_name = ' other' #exmouth gun117 if source=='test': 118 boundaries_name = 'test' #exmouth gun 119 119 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep 120 120 … … 127 127 #output locations 128 128 output_dir = anuga_dir+'outputs'+sep 129 output_build_time_dir = output_dir+build_time+ '_'+source+sep129 output_build_time_dir = output_dir+build_time+dir_comment+sep 130 130 #output_run_time_dir = output_dir +run_time+dir_comment+sep 131 output_run_time_dir = home+sep+state+sep+scenario+sep+'anuga'+sep+'outputs'+sep+run_time+sep131 output_run_time_dir = anuga_dir+sep+'outputs'+sep+run_time+dir_comment+sep 132 132 output_run_time_dir_name = output_run_time_dir + scenario_name #Used by post processing 133 133
Note: See TracChangeset
for help on using the changeset viewer.