Ignore:
Timestamp:
Aug 27, 2008, 1:19:26 PM (16 years ago)
Author:
duncan
Message:

Hinwood - fix for line overrunning graph in anuga report

File:
1 edited

Legend:

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

    r5681 r5697  
    3131                            Transmissive_Momentum_Set_Stage_boundary
    3232from anuga.fit_interpolate.interpolate import interpolate_sww2csv
    33 from anuga.abstract_2d_finite_volumes.util import start_screen_catcher, \
    34       file_function
    35 from anuga.shallow_water.data_manager import copy_code_files
     33
     34from anuga.abstract_2d_finite_volumes.util import file_function
     35from anuga.shallow_water.data_manager import copy_code_files, \
     36     start_screen_catcher
    3637from anuga.abstract_2d_finite_volumes.generic_boundary_conditions\
    3738     import File_boundary_time
     
    340341   
    341342    run_type = 1
    342     run_type = 0  # for testing
     343    #run_type = 0  # for testing
    343344   
    344345    #for run_data in [scenarios[5]]:
     
    346347    #scenarios = [scenarios[0]]
    347348   
    348     width = 1.0
     349    #width = 1.0
    349350    width = 0.1
    350351    #width = 0.01
    351352
    352     maximum_triangle_area=0.0001
     353    maximum_triangle_area=0.01
    353354    yieldstep = 0.01
    354355    friction=0.0
Note: See TracChangeset for help on using the changeset viewer.