Ignore:
Timestamp:
Mar 29, 2006, 4:20:47 PM (18 years ago)
Author:
nick
Message:

small onslow changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/run_onslow.py

    r2624 r2629  
    162162
    163163tide = 0.
    164 
     164'''
    165165domain.set_quantity('stage', tide)
    166166domain.set_quantity('friction', 0.0)
     
    176176                    alpha = 0.1
    177177                    )
    178 
     178'''
    179179print 'hi1'
    180180
     
    238238t0 = time.time()
    239239
    240 for t in domain.evolve(yieldstep = 50, finaltime = 100):
     240for t in domain.evolve(yieldstep = 1000, finaltime = 10000):
     241    domain.write_time()
     242    domain.write_boundary_statistics(tags = 'top')     
     243
     244for t in domain.evolve(yieldstep = 50, finaltime = 10100,
     245                       skip_initial_step = True):
    241246    domain.write_time()
    242247    domain.write_boundary_statistics(tags = 'top')     
Note: See TracChangeset for help on using the changeset viewer.