Changeset 5478 for anuga_work/production/busselton/export_results.py
- Timestamp:
- Jul 8, 2008, 8:31:29 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/export_results.py
r5457 r5478 8 8 #time_dir = '20080630_111936_run_trial_0.6_exmouth_4695_kvanputt' 9 9 #time_dir = '20080630_112512_run_trial_0.6_exmouth_4743_kvanputt' 10 time_dir = '20080630_112830_run_trial_0.6_exmouth_4777_kvanputt'10 #time_dir = '20080630_112830_run_trial_0.6_exmouth_4777_kvanputt' 11 11 #time_dir = '20080630_114135_run_trial_0.6_exmouth_4901_kvanputt' 12 12 #time_dir = '20080630_114503_run_trial_0.6_exmouth_4874_kvanputt' … … 15 15 #time_dir = '20080630_115458_run_trial_0.6_exmouth_5185_kvanputt' 16 16 #time_dir = '20080630_115757_run_trial_0.6_exmouth_5273_kvanputt' 17 17 #time_dir = '20080707_164738_run_trial_0.6_exmouth_5120_kvanputt' 18 #time_dir = '20080707_165101_run_trial_0.6_exmouth_5140_kvanputt' 19 time_dir = '20080707_165619_run_trial_0.6_exmouth_5160_kvanputt' 18 20 19 21 20 22 cellsize = 25 21 23 #cellsize = 150 22 timestep = 024 #timestep = 0 23 25 directory = project.output_dir 24 26 name = directory+sep+'test'+sep+time_dir+sep+project.scenario_name … … 35 37 #var = [0,4] 36 38 #var = [2,3] # depth and Speed 37 var = [ 4] # elevation39 var = [2,3,4] # elevation, depth and Speed 38 40 39 41
Note: See TracChangeset
for help on using the changeset viewer.