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

saving current scenario

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.