Changeset 4109
- Timestamp:
- Dec 20, 2006, 3:58:50 PM (18 years ago)
- Location:
- anuga_work/development/friction_UA_flume_2006
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/development/friction_UA_flume_2006/calc_norm.py
r4047 r4109 133 133 #------------------------------------------------------------- 134 134 if __name__ == "__main__": 135 calc_norm('h_ensemble_smooth.csv', 135 calc_norm( 136 #'ensemble_average_h_smooth.csv', 137 'ensemble_average_h_rough.csv', 136 138 is_trial_run = False, 137 139 outputdir_name='friction_UA') -
anuga_work/development/friction_UA_flume_2006/parallel_run_dam.py
r4055 r4109 53 53 outputdir_name += '_test' 54 54 yieldstep = 1 55 finaltime = 3155 finaltime = 15.1 56 56 else: 57 57 yieldstep = 0.01 58 finaltime = 3158 finaltime = 15.1 59 59 60 60 -
anuga_work/development/friction_UA_flume_2006/run_dam.py
r4055 r4109 42 42 finaltime = 15 43 43 else: 44 yieldstep = 0. 0144 yieldstep = 0.1 45 45 finaltime = 15 46 46 … … 154 154 frictions = [0.00,0.02] 155 155 for i, friction in enumerate(frictions): 156 main(friction, is_trial_run = True, outputdir_name='friction_UA') 156 ## BIG YEILD STEP ## 157 main(friction, is_trial_run = False, 158 outputdir_name='friction_UA_movie_good_origin') 157 159
Note: See TracChangeset
for help on using the changeset viewer.