Ignore:
Timestamp:
Dec 4, 2006, 10:11:34 AM (18 years ago)
Author:
duncan
Message:

Checking in the scripts I've been using to determine the optimised mannings value from UQ and UA experiments

File:
1 edited

Legend:

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

    r4043 r4047  
    11"""
    2 
     2Idea's
     3have it use cache!
    34"""
    45
     
    9798                                      interpolation_points = gauge_locations,
    9899                                      verbose = True,
    99                                       use_cache = False)
     100                                      use_cache = True)
    100101        # file_instance(0.02, point_id=0) #This works
    101102        norm_sum = 0
     
    130131if __name__ == "__main__":
    131132    calc_norm('fromD_0.2_Slope0.05_x0.2-0.6.csv',
    132               is_trial_run = True,
    133               outputdir_name='friction_set')
     133              is_trial_run = False,
     134              outputdir_name='friction_set_A')
    134135   
Note: See TracChangeset for help on using the changeset viewer.