Changeset 5498
- Timestamp:
- Jul 14, 2008, 1:15:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/export_results.py
r5492 r5498 8 8 #time_dir = '20080530_170833_run_final_0.6_exmouth_kvanputt' 9 9 #time_dir = '20080619_115643_run_trial_0.6_exmouth_kvanputt' 10 time_dir = '20080 619_115643_run_trial_0.6_exmouth_kvanputt'10 time_dir = '20080714_095738_run_final_0.6_exmouth_kvanputt' 11 11 12 12 13 13 cellsize = 25 14 14 #cellsize = 150 15 #timestep = 015 timestep = 0 16 16 directory = project.output_dir 17 17 name = directory+time_dir+sep+project.scenario_name … … 28 28 #var = [2,3,4] # depth and speed 29 29 #var = [2] # depth 30 var = [ 4] #elevation30 var = [0,4] # stage and elevation 31 31 32 32 … … 73 73 sww2dem(name, basename_out = outname, 74 74 quantity = quantityname, 75 #timestep = timestep,75 timestep = timestep, 76 76 cellsize = cellsize, 77 77 #easting_min = project_grad.e_min_area,
Note: See TracChangeset
for help on using the changeset viewer.