Ignore:
Timestamp:
Feb 13, 2009, 1:48:31 PM (16 years ago)
Author:
ole
Message:

Played with resolution and timestepping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/patong/run_patong.py

    r6323 r6334  
    204204t0 = time.time()
    205205
    206 # Skip over the first 5000 seconds
    207 for t in domain.evolve(yieldstep=500,
    208                        finaltime=5000):
     206# Skip over the first 6000 seconds
     207for t in domain.evolve(yieldstep=2000,
     208                       finaltime=6000):
    209209    print domain.timestepping_statistics()
    210210    print domain.boundary_statistics(tags='ocean')
Note: See TracChangeset for help on using the changeset viewer.