Changeset 7877 for trunk/anuga_core/documentation
- Timestamp:
- Jun 29, 2010, 11:26:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/documentation/user_manual/demos/cairns/ExportResults.py
r7838 r7877 9 9 10 10 print 'output dir:', name 11 which_var = 411 which_var = 3 12 12 13 13 if which_var == 0: # Stage … … 34 34 35 35 anuga.sww2dem(name+'.sww', 36 outname+'. ers',36 outname+'.asc', 37 37 quantity=quantityname, 38 38 cellsize=100,
Note: See TracChangeset
for help on using the changeset viewer.