Changeset 4047 for anuga_work/development/friction_dam_2006/calc_norm.py
- Timestamp:
- Dec 4, 2006, 10:11:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/friction_dam_2006/calc_norm.py
r4043 r4047 1 1 """ 2 2 Idea's 3 have it use cache! 3 4 """ 4 5 … … 97 98 interpolation_points = gauge_locations, 98 99 verbose = True, 99 use_cache = False)100 use_cache = True) 100 101 # file_instance(0.02, point_id=0) #This works 101 102 norm_sum = 0 … … 130 131 if __name__ == "__main__": 131 132 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') 134 135
Note: See TracChangeset
for help on using the changeset viewer.