Changeset 8870


Ignore:
Timestamp:
May 18, 2013, 10:42:06 PM (12 years ago)
Author:
steve
Message:

Small changes to run_parallel_sw_merimbula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_parallel/run_parallel_sw_merimbula.py

    r8856 r8870  
    4343#--------------------------------------------------------------------------
    4444
    45 mesh_filename = "merimbula_10785_1.tsh" ; x0 = 756000.0 ; x1 = 756500.0; yieldstep = 50; finaltime = 1000
     45mesh_filename = "merimbula_10785_1.tsh" ; x0 = 756000.0 ; x1 = 756500.0; yieldstep = 10; finaltime = 1000
    4646#mesh_filename = "merimbula_17156.tsh"   ; x0 = 756000.0 ; x1 = 756500.0; yieldstep = 50; finaltime = 500
    4747#mesh_filename = "merimbula_43200_1.tsh"   ; x0 = 756000.0 ; x1 = 756500.0; yieldstep = 50; finaltime = 500
    48 mesh_filename = "test-100.tsh" ; x0 = 200.0 ; x1 = 300.0; yieldstep = 1; finaltime = 50
     48#mesh_filename = "test-100.tsh" ; x0 = 200.0 ; x1 = 300.0; yieldstep = 1; finaltime = 50
    4949#mesh_filename = "test-20.tsh" ; x0 = 250.0 ; x1 = 350.0; yieldstep = 1; finaltime = 50
    5050
     
    172172t0 = time.time()
    173173for t in domain.evolve(yieldstep = yieldstep, finaltime = finaltime):
    174     print 'P:'+ str(myid) + ' '+ domain.timestepping_statistics()
    175     #if myid == 0:
    176     #    domain.write_time()
     174    #print 'P:'+ str(myid) + ' '+ domain.timestepping_statistics()
     175    if myid == 0:
     176        domain.write_time()
    177177
    178178
Note: See TracChangeset for help on using the changeset viewer.