Changeset 5861
- Timestamp:
- Oct 23, 2008, 10:00:41 AM (16 years ago)
- Location:
- anuga_work/production/pt_hedland_2008
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/pt_hedland_2008/export_results.py
r5836 r5861 9 9 cellsize = 30 10 10 #cellsize = 150 11 #timestep = 011 timestep = 0 12 12 directory = project.output_dir 13 13 name = directory+time_dir+sep+project.scenario_name … … 24 24 #var = [3,4] # depth and speed 25 25 #var = [2] # depth 26 var = [ 4] # stage and elevation27 26 var = [0] #stage 27 #var = [0,4] # stage and elevation 28 28 29 29 for which_var in var: … … 56 56 sww2dem(namei, basename_out = outnamei, 57 57 quantity = quantityname, 58 #timestep = timestep,58 timestep = timestep, 59 59 cellsize = cellsize, 60 60 easting_min = project_grad.e_min_area, -
anuga_work/production/pt_hedland_2008/export_results_all.py
r5834 r5861 20 20 directory = project.output_dir 21 21 22 time_dir1 = '200810 09_152642_run_final_0_27283_alpha0.1_jgriffin'22 time_dir1 = '20081015_140641_run_final_0_27283_alpha0.1_jgriffin' 23 23 time_dirs = [time_dir1] 24 24 25 25 #cellsize = 20 26 cellsize = 5026 cellsize = 20 27 27 28 #timestep = None # None means no timestep!29 timestep = 028 timestep = None # None means no timestep! 29 #timestep = 0 30 30 31 31 ###### … … 46 46 47 47 # one or more key strings from var_equations above 48 var = [' elevation','stage']48 var = ['stage', 'speed','depth'] 49 49 50 50 ######
Note: See TracChangeset
for help on using the changeset viewer.