Ignore:
Timestamp:
Feb 15, 2006, 4:47:01 PM (19 years ago)
Author:
nicholas
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • development/momentum_sink/compare_sww.py

    r2395 r2415  
    66from pyvolution.util import file_function
    77import Numeric
     8
    89#from friction_block #import test
    910
     
    1617#swwfile = project.outputdir + sep  + 'FrictionBlock_0.01_3.sww'
    1718swwfile = project.outputdir + sep  + 'Buildings_3662.sww'
    18 gauge_depth = Numeric.arrayrange(0, 700, 20)
     19gauge_depth = Numeric.arrayrange(0, 700, 10)
    1920gauge_breadth = 100
    2021gauge_locations = []
     
    2324    gauge_location = [GD,gauge_breadth]
    2425    gauge_locations.append(gauge_location)
     26   
    2527
    26 quantities = ['stage','elevation','xmomentum']
     28quantities = ['stage','elevation']
    2729gauges = file_function(swwfile,
    2830                  quantities = quantities,
     
    3133                  use_cache = True)
    3234
    33 times = [150,500]
     35times = [250]
    3436
    3537for gauge, _ in enumerate(gauge_locations):
Note: See TracChangeset for help on using the changeset viewer.