Changeset 5457
- Timestamp:
- Jul 2, 2008, 8:30:12 AM (15 years ago)
- Location:
- anuga_work/production/busselton
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/export_results.py
r5451 r5457 5 5 from os import sep 6 6 7 time_dir = '20080630_104134_run_trial_0.6_exmouth_5449_kvanputt' 7 #time_dir = '20080630_104134_run_trial_0.6_exmouth_5449_kvanputt' 8 #time_dir = '20080630_111936_run_trial_0.6_exmouth_4695_kvanputt' 9 #time_dir = '20080630_112512_run_trial_0.6_exmouth_4743_kvanputt' 10 time_dir = '20080630_112830_run_trial_0.6_exmouth_4777_kvanputt' 8 11 #time_dir = '20080630_114135_run_trial_0.6_exmouth_4901_kvanputt' 9 12 #time_dir = '20080630_114503_run_trial_0.6_exmouth_4874_kvanputt' … … 31 34 32 35 #var = [0,4] 33 #var = [2 ] # depth36 #var = [2,3] # depth and Speed 34 37 var = [4] # elevation 35 38 -
anuga_work/production/busselton/project.py
r5448 r5457 60 60 yieldstep=60 61 61 62 rev_num = '5447'62 #rev_num = '5449' 63 63 #rev_num = '4695' # 2nd Sept 2007 64 64 #rev_num = '4743' # 3nd Oct 2007 … … 69 69 #rev_num = '5103' # 3rd March 2007 70 70 #rev_num = '5185' # 1st April 2007 71 #rev_num = '5273' # 2nd May 200771 rev_num = '5273' # 2nd May 2007 72 72 73 73
Note: See TracChangeset
for help on using the changeset viewer.