Changeset 2131 for inundation/parallel


Ignore:
Timestamp:
Dec 8, 2005, 8:33:55 AM (19 years ago)
Author:
linda
Message:

Removed old (temporary) files that used grids which were already subdivided

Location:
inundation/parallel
Files:
8 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/run_parallel_sw_merimbula.py

    r2130 r2131  
    9191    # read in the test files
    9292
    93     filename = 'test-100.tsh'
    94 #    filename = 'merimbula_10785_1.tsh'
     93#    filename = 'test-100.tsh'
     94    filename = 'merimbula_10785_1.tsh'
    9595    nx = numprocs
    9696    ny = 1
     
    100100    domain_full = pmesh_to_domain_instance(filename, Domain)
    101101
    102     domain_full.set_quantity('stage', Set_Stage(200.0,300.0,1.0))
    103 #    domain_full.set_quantity('stage', Set_Stage(756000.0,756500.0,2.0))
     102#    domain_full.set_quantity('stage', Set_Stage(200.0,300.0,1.0))
     103    domain_full.set_quantity('stage', Set_Stage(756000.0,756500.0,2.0))
    104104
    105105    nodes, triangles, boundary, triangles_per_proc, quantities = \
Note: See TracChangeset for help on using the changeset viewer.