Changeset 9172


Ignore:
Timestamp:
Jun 17, 2014, 9:28:21 PM (10 years ago)
Author:
steve
Message:

Changed over to DE0 for cairns dem

Location:
trunk/anuga_core/demos/cairns
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/demos/cairns/run_cairns.py

    r8846 r9172  
    6464domain.set_datadir('.')                       # Store sww output here
    6565domain.set_minimum_storable_height(0.01)      # Store only depth > 1cm
    66 domain.set_flow_algorithm('tsunami')
     66domain.set_flow_algorithm('DE0')
    6767
    6868
  • trunk/anuga_core/demos/cairns/run_parallel_cairns.py

    r8825 r9172  
    2828
    2929# The parallel interface
    30 from anuga_parallel import distribute, myid, numprocs, finalize, barrier
     30from anuga import distribute, myid, numprocs, finalize, barrier
    3131
    3232#------------------------------------------------------------------------------
     
    7272    domain.set_datadir('.')                       # Store sww output here
    7373    domain.set_minimum_storable_height(0.01)      # Store only depth > 1cm
    74     domain.set_flow_algorithm('tsunami')
     74    domain.set_flow_algorithm('DE0')
    7575
    7676
Note: See TracChangeset for help on using the changeset viewer.