Changeset 4748 for anuga_validation/UQ_runup_2006/project.py
- Timestamp:
- Oct 23, 2007, 2:49:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/UQ_runup_2006/project.py
r4680 r4748 9 9 10 10 #Making assumptions about the location of scenario data 11 scenario_dir_name = 'da m_2006'11 scenario_dir_name = 'data'+sep+'flumes'+sep+'dam_2007' 12 12 13 13 #swollen/ all data output … … 28 28 #Derive subdirectories and filenames 29 29 time = strftime('%Y%m%d_%H%M%S',localtime()) #gets time for new dir 30 # time = "boom" 30 31 scenariodir = home+sep+scenario_dir_name 31 32 outputdir = scenariodir+sep+'output'+sep … … 59 60 outputname = outputtimedir + basename #Used by post processing 60 61 61 mesh_filename = meshname+'. msh'62 mesh_filename = meshname+'.tsh' 62 63
Note: See TracChangeset
for help on using the changeset viewer.