Ignore:
Timestamp:
Aug 26, 2008, 9:18:42 AM (15 years ago)
Author:
duncan
Message:

moving Honwood files around

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/Hinwood_2008/run_dam.py

    r5670 r5681  
    4141import create_mesh
    4242from prepare_time_boundary import prepare_time_boundary
    43 from interp import interp
     43from anuga.utilities.interp import interp
    4444
    4545
     
    9999        finaltime = None       
    100100        maximum_triangle_area=0.01
    101         #outputdir_name += '_no_velocity'
    102101       
    103102    elif run_type == 5:
     
    136135        maximum_triangle_area=0.00001
    137136        #outputdir_name += '_good'
     137    #outputdir_name += '_no_velocity'
    138138
    139139    outputdir_name = paras2outputdir_tag(mta=maximum_triangle_area,
    140140                        yieldstep=yieldstep,
    141141                        width=width,
    142                         run_type=run_type,
    143142                        use_limits=use_limits,
    144143                        friction=friction,
     
    341340   
    342341    run_type = 1
    343     run_type = 0
     342    run_type = 0  # for testing
    344343   
    345344    #for run_data in [scenarios[5]]:
     
    351350    #width = 0.01
    352351
    353     maximum_triangle_area=0.01
     352    maximum_triangle_area=0.0001
    354353    yieldstep = 0.01
    355354    friction=0.0
Note: See TracChangeset for help on using the changeset viewer.