Changeset 4780 for anuga_core/source/anuga/shallow_water/data_manager.py
- Timestamp:
- Nov 5, 2007, 1:11:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/data_manager.py
r4776 r4780 4774 4774 # this could be a problem. I would prefer taking them from 4775 4775 # the instantiation of Domain. 4776 # 4777 # (DSG) There is not always a Domain instance when Write_sww is used. 4778 # Check to see if this is the same level of hardwiring as is in 4779 # shallow water doamain. 4780 4776 4781 sww_quantities = Domain.conserved_quantities 4777 4782 … … 4876 4881 outfile.createVariable('volumes', Int, ('number_of_volumes', 4877 4882 'number_of_vertices')) 4878 4883 4879 4884 outfile.createVariable('time', precision, 4880 4885 ('number_of_timesteps',))
Note: See TracChangeset
for help on using the changeset viewer.