Changeset 6552
- Timestamp:
- Mar 19, 2009, 11:04:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/new_south_wales/batemans_bay/export_results_max.py
r6427 r6552 29 29 ##time_dirs = [time_dir1, time_dir2]#, time_dir3] 30 30 31 time_dir1 = '20090 225_153333_run_final_0_31821_jgriffin'31 time_dir1 = '20090306_165253_run_final_0_58368_jgriffin' 32 32 ##time_dir2 = '20081211_162311_run_final_0_27255_alpha0.1_kvanputt' 33 33 ##time_dir3 = '20081211_162346_run_final_0_68693_alpha0.1_kvanputt' … … 42 42 ##cellsize = 5 43 43 44 #timestep = None # None means no timestep!45 timestep = 044 timestep = None # None means no timestep! 45 ##timestep = 0 46 46 47 47 ###### … … 63 63 64 64 # one or more key strings from var_equations above 65 var = ['elevation' ]65 var = ['elevation', 'stage', 'speed','depth'] 66 66 67 67 ###### … … 98 98 names = [name1] #, name2]#, name3] 99 99 100 #asc_name = []100 asc_name = [] 101 101 102 102 for name in names: … … 119 119 format = 'asc') 120 120 121 ##asc_name.append(outname + '.asc')122 ##123 ##maxasc_outname = join(directory, time_dir, project.scenario_name)+'_'+which_area+'_'+which_var+'_max.asc'124 ## 125 ##print 'max asc outname ', maxasc_outname126 ##print 'asc_name ', str(asc_name)127 ##128 ##MaxAsc(maxasc_outname, asc_name)121 asc_name.append(outname + '.asc') 122 123 maxasc_outname = join(directory, time_dir, project.scenario_name)+'_'+which_area+'_'+which_var+'_max.asc' 124 125 print 'max asc outname ', maxasc_outname 126 print 'asc_name ', str(asc_name) 127 128 MaxAsc(maxasc_outname, asc_name)
Note: See TracChangeset
for help on using the changeset viewer.