Ignore:
Timestamp:
Dec 5, 2006, 2:41:16 PM (18 years ago)
Author:
duncan
Message:

friction scripts; update

Location:
anuga_work/development/friction_dam_2006
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/development/friction_dam_2006/calc_norm.py

    r4047 r4055  
    130130#-------------------------------------------------------------
    131131if __name__ == "__main__":
    132     calc_norm('fromD_0.2_Slope0.05_x0.2-0.6.csv',
     132    calc_norm('fromD_0.2_Slope0.05_x0.2-0.6_clean.csv',
    133133              is_trial_run = False,
    134134              outputdir_name='friction_set_A')
  • anuga_work/development/friction_dam_2006/run_dam.py

    r4047 r4055  
    152152#-------------------------------------------------------------
    153153if __name__ == "__main__":
    154     for friction in [ 0.0275]:
     154    for friction in [ 0.05]:
    155155        main(friction, is_trial_run = False, outputdir_name='friction_set_A')
    156156   
Note: See TracChangeset for help on using the changeset viewer.