Changeset 9172
- Timestamp:
- Jun 17, 2014, 9:28:21 PM (10 years ago)
- Location:
- trunk/anuga_core/demos/cairns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/demos/cairns/run_cairns.py
r8846 r9172 64 64 domain.set_datadir('.') # Store sww output here 65 65 domain.set_minimum_storable_height(0.01) # Store only depth > 1cm 66 domain.set_flow_algorithm(' tsunami')66 domain.set_flow_algorithm('DE0') 67 67 68 68 -
trunk/anuga_core/demos/cairns/run_parallel_cairns.py
r8825 r9172 28 28 29 29 # The parallel interface 30 from anuga _parallelimport distribute, myid, numprocs, finalize, barrier30 from anuga import distribute, myid, numprocs, finalize, barrier 31 31 32 32 #------------------------------------------------------------------------------ … … 72 72 domain.set_datadir('.') # Store sww output here 73 73 domain.set_minimum_storable_height(0.01) # Store only depth > 1cm 74 domain.set_flow_algorithm(' tsunami')74 domain.set_flow_algorithm('DE0') 75 75 76 76
Note: See TracChangeset
for help on using the changeset viewer.