Ignore:
Timestamp:
Mar 30, 2006, 9:12:24 AM (18 years ago)
Author:
nicholas
Message:

Corrected folder lookups for CCS.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/momentum_sink/PCS.py

    r2578 r2634  
    1616
    1717#swwfile_B = project.outputdir + sep  + 'Buildings_3790.sww'
    18 swwfile_B = project.outputdir + sep  + 'buildings_Str_Off_BR=15_5_2287.sww'
    19 #swwfile_B = project.outputdir + sep  + 'friction_n=10_3135.sww'
    20 swwfile_F = project.outputdir + sep  + 'friction_n=Dbl_33_0.sww'
     18#swwfile_B = project.outputdir + sep  + 'buildings_Str_Off(hlf)D=7.44_1092.sww'
     19#swwfile_F = project.outputdir + sep  + 'buildings_Str_Off(hlf)D=7.45_1099.sww'
     20swwfile_B = project.outputdir + sep  + 'friction_n=0.975_3135.sww'
     21swwfile_F = project.outputdir + sep  + 'friction_n=7_3135.sww'
    2122
    2223# gauge_depth = Numeric.arrayrange(51, 1.5*WidtH, 25) # Random special
     
    4647
    4748
    48 T = Numeric.arrayrange(0,1000,10)
     49T = Numeric.arrayrange(700,1000,10)
    4950#T = [ 20, 50, 100, 150, 200 ]
    5051
Note: See TracChangeset for help on using the changeset viewer.