Changeset 9139


Ignore:
Timestamp:
Jun 8, 2014, 9:32:32 PM (10 years ago)
Author:
steve
Message:

reduce finaltime for patong simulation

Location:
trunk/anuga_core/validation_tests/case_studies/patong
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/case_studies/patong/project.py

    r9135 r9139  
    3333friction = 0.025         # manning's friction coefficient
    3434starttime = 0           # start time for simulation
    35 finaltime = 15000       # final time for simulation
     35finaltime = 3600        # final time for simulation
    3636
    3737nameFlag='xxNameFlagxx'
  • trunk/anuga_core/validation_tests/case_studies/patong/run_model.py

    r9137 r9139  
    254254# Start detailed model
    255255for t in domain.evolve(yieldstep=project.yieldstep,
    256                        finaltime=800):
    257     #                   finaltime=project.finaltime):
    258     #time.sleep(myid*0.01) # To get printing separated
    259     #print 'Processor ', myid
     256                       finaltime=project.finaltime):
     257
    260258    #log.critical(domain.timestepping_statistics())
    261259    #log.critical(domain.boundary_statistics(tags='ocean'))
    262     #print 'Processor ', myid, ' project.yieldstep ', project.yieldstep
     260
    263261    if myid == 0: domain.write_time()
    264262
Note: See TracChangeset for help on using the changeset viewer.