Changeset 5834
- Timestamp:
- Oct 14, 2008, 8:45:28 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_all.py
r5824 r5834 20 20 directory = project.output_dir 21 21 22 time_dir1 = '2008100 3_135518_run_final_0_27283_alpha0.1_jgriffin'22 time_dir1 = '20081009_152642_run_final_0_27283_alpha0.1_jgriffin' 23 23 time_dirs = [time_dir1] 24 24 25 25 #cellsize = 20 26 cellsize = 2526 cellsize = 50 27 27 28 28 #timestep = None # None means no timestep! … … 46 46 47 47 # one or more key strings from var_equations above 48 var = [' stage','elevation']48 var = ['elevation','stage'] 49 49 50 50 ###### -
anuga_work/production/pt_hedland_2008/project.py
r5808 r5834 49 49 friction=0.01 # manning's friction coefficient 50 50 starttime=0 51 finaltime= 80000 # final time for simulation51 finaltime=1000 # final time for simulation 52 52 53 53 setup='final' # Final can be replaced with trial or basic. … … 90 90 coast_name = 'coastline.txt' 91 91 # bathymetry: format x,y,elevation (with title) 92 offshore_name = 'port_hedland .txt'92 offshore_name = 'port_hedland_new2.txt' 93 93 94 94
Note: See TracChangeset
for help on using the changeset viewer.