Changeset 5575 for anuga_work/production/busselton/export_results.py
- Timestamp:
- Jul 25, 2008, 4:17:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/export_results.py
r5478 r5575 17 17 #time_dir = '20080707_164738_run_trial_0.6_exmouth_5120_kvanputt' 18 18 #time_dir = '20080707_165101_run_trial_0.6_exmouth_5140_kvanputt' 19 time_dir = '20080707_165619_run_trial_0.6_exmouth_5160_kvanputt' 19 #time_dir = '20080707_165619_run_trial_0.6_exmouth_5160_kvanputt' 20 #time_dir = '20080708_101451_run_trial_0.6_exmouth_4743_jsexton' 21 #time_dir = '20080708_101731_run_trial_0.6_exmouth_4777_jsexton' 22 #time_dir = '20080710_095410_run_trial_0.6_exmouth_4695_jsexton' 23 time_dir = '20080717_092900_run_final_0_exmouth_newExtent_kvanputt' 20 24 21 25 22 26 cellsize = 25 23 27 #cellsize = 150 24 #timestep = 028 timestep = 0 25 29 directory = project.output_dir 26 30 name = directory+sep+'test'+sep+time_dir+sep+project.scenario_name … … 35 39 print 'output dir:', name 36 40 37 #var = [0,4]41 var = [0,4] 38 42 #var = [2,3] # depth and Speed 39 var = [2,3,4] # elevation, depth and Speed43 #var = [2,3,4] # elevation, depth and Speed 40 44 41 45 … … 82 86 sww2dem(name, basename_out = outname, 83 87 quantity = quantityname, 84 #timestep = timestep,88 timestep = timestep, 85 89 cellsize = cellsize, 86 90 #easting_min = project_grad.e_min_area,
Note: See TracChangeset
for help on using the changeset viewer.