Changeset 5850
- Timestamp:
- Oct 21, 2008, 8:59:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/export_results_all.py
r5819 r5850 20 20 directory = project.output_dir 21 21 22 time_dir1 = '20080815_103336_run_final_0.6_polyline_alpha0.1_kvanputt' 23 time_dirs = [time_dir1] 22 23 time_dir1 = '20080924_123601_run_final_0_27283_250m_none_kvanputt' # This uses the 250m bathymetry without any interior polygons 24 time_dir2 = '20080924_123626_run_final_0_27283_250m_all_kvanputt' # This uses the 250m bathymetry with all interior polygons 25 time_dir3 = '20080912_154716_run_final_0_27283_alpha0.1_kvanputt' # This uses original bathyemetry data 26 27 time_dirs = [time_dir1, time_dir2, time_dir3] 24 28 25 29 #cellsize = 20 26 cellsize = 25 30 cellsize = 250 27 31 28 32 timestep = None # None means no timestep! … … 32 36 # Set the special areas of interest. If none, do: area='All' 33 37 ###### 34 area = ['Fremantle'] # strings must match keys in var_equations below35 #area = ['All'] # 'All' means no special areas - the whole thing38 #area = ['Geordie', 'Sorrento', 'Fremantle', 'Rockingham'] # strings must match keys in var_equations below 39 area = ['All'] # 'All' means no special areas - the whole thing 36 40 37 41 ###### … … 46 50 47 51 # one or more key strings from var_equations above 48 var = [' momentum']52 var = ['stage', 'elevation'] 49 53 50 54 ###### … … 53 57 for time_dir in time_dirs: 54 58 name1 = directory+time_dir+sep+project.scenario_name 55 name2 = directory+time_dir+sep+project.scenario_name+'_time_39900_0' #need to get assistance on how to make this into anything56 names = [name1 ,name2]59 # name2 = directory+time_dir+sep+'sww2'+sep+project.scenario_name+'_time_39900_0' #need to get assistance on how to make this into anything 60 names = [name1] 57 61 58 62 for name in names:
Note: See TracChangeset
for help on using the changeset viewer.