Changeset 4443
- Timestamp:
- May 16, 2007, 11:19:18 AM (18 years ago)
- Location:
- anuga_work/development/friction_UA_flume_2006
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/friction_UA_flume_2006/calc_norm.py
r4420 r4443 145 145 if __name__ == "__main__": 146 146 calc_norm( 147 #'ensemble_average_h_smooth.csv',148 'ensemble_average_h_rough.csv',147 'ensemble_average_h_smooth.csv', 148 #'ensemble_average_h_rough.csv', 149 149 is_trial_run = False, # adds _test to outputdir_name 150 150 outputdir_name='UA_flume_built_from_scratch_0.06_stage', -
anuga_work/development/friction_UA_flume_2006/parallel_run_dam.py
r4420 r4443 82 82 dirname(project.__file__) \ 83 83 + sep + project.__name__+'.py') 84 copy (pro_instance.codedir + ' run_dam.py',85 pro_instance.outputdir + ' run_dam.py')84 copy (pro_instance.codedir + 'parallel_run_dam.py', 85 pro_instance.outputdir + 'parallel_run_dam.py') 86 86 copy (pro_instance.codedir + 'create_mesh.py', 87 87 pro_instance.outputdir + 'create_mesh.py') … … 172 172 [6.95,0.255], #2.35m from SWL 173 173 [7.6,0.255], #3m from SWL 174 [8. 1,0.255], #3.5m from SWL175 [9. 1,0.255] #4.5m from SWL174 [8.2,0.255], #3.5m from SWL 175 [9.2,0.255] #4.5m from SWL 176 176 ] 177 177 … … 209 209 print "I am processor %d of %d on node %s" %(rank, size, node) 210 210 main(friction, is_trial_run = False, 211 outputdir_name='UA_flume_built_from_scratch_0.06_stage ')211 outputdir_name='UA_flume_built_from_scratch_0.06_stage_rough')
Note: See TracChangeset
for help on using the changeset viewer.