Ignore:
Timestamp:
Oct 23, 2007, 2:49:17 PM (17 years ago)
Author:
duncan
Message:

changes to matts script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/UQ_runup_2006/project.py

    r4680 r4748  
    99               
    1010#Making assumptions about the location of scenario data
    11 scenario_dir_name = 'dam_2006'
     11scenario_dir_name = 'data'+sep+'flumes'+sep+'dam_2007'
    1212
    1313#swollen/ all data output
     
    2828#Derive subdirectories and filenames
    2929time = strftime('%Y%m%d_%H%M%S',localtime()) #gets time for new dir
     30# time = "boom"
    3031scenariodir =  home+sep+scenario_dir_name
    3132outputdir = scenariodir+sep+'output'+sep
     
    5960outputname = outputtimedir + basename  #Used by post processing
    6061
    61 mesh_filename = meshname+'.msh'
     62mesh_filename = meshname+'.tsh'
    6263
Note: See TracChangeset for help on using the changeset viewer.