Changeset 4109


Ignore:
Timestamp:
Dec 20, 2006, 3:58:50 PM (17 years ago)
Author:
duncan
Message:

saving current scenario

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  
    133133#-------------------------------------------------------------
    134134if __name__ == "__main__":
    135     calc_norm('h_ensemble_smooth.csv',
     135    calc_norm(
     136        #'ensemble_average_h_smooth.csv',
     137        'ensemble_average_h_rough.csv',
    136138              is_trial_run = False,
    137139              outputdir_name='friction_UA')
  • anuga_work/development/friction_UA_flume_2006/parallel_run_dam.py

    r4055 r4109  
    5353        outputdir_name += '_test'
    5454        yieldstep = 1
    55         finaltime = 31
     55        finaltime = 15.1
    5656    else:
    5757        yieldstep = 0.01
    58         finaltime = 31
     58        finaltime = 15.1
    5959       
    6060
  • anuga_work/development/friction_UA_flume_2006/run_dam.py

    r4055 r4109  
    4242        finaltime = 15
    4343    else:
    44         yieldstep = 0.01
     44        yieldstep = 0.1
    4545        finaltime = 15
    4646           
     
    154154     frictions = [0.00,0.02]
    155155     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')
    157159
Note: See TracChangeset for help on using the changeset viewer.