Changeset 8664 for trunk/anuga_core
- Timestamp:
- Dec 5, 2012, 7:35:27 PM (12 years ago)
- Location:
- trunk/anuga_core/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/utilities/sww_merge.py
r8655 r8664 333 333 # num.array(fid.variables[quantity],dtype=num.float32) 334 334 q = fid.variables[quantity] 335 print quantity, q.shape335 #print quantity, q.shape 336 336 out_s_quantities[quantity][f_node_l2g] = \ 337 337 num.array(q,dtype=num.float32)[fl_nodes] -
trunk/anuga_core/source/anuga_parallel/parallel_shallow_water.py
r8650 r8664 156 156 def sww_merge(self, verbose=False, delete_old=False): 157 157 158 # make sure all the computations have finished 159 160 pypar.barrier() 161 162 # now on processor pull all the separate sww files together 158 163 if self.processor == 0 and self.numproc > 1 and self.store : 159 164 import anuga.utilities.sww_merge as merge
Note: See TracChangeset
for help on using the changeset viewer.