Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit 63cbf98

Browse files
author
Romain Beucher
committed
Get Rid of Coordinates in Passive Tracers
1 parent 16a98fb commit 63cbf98

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

UWGeodynamics/_utils.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,6 @@ def save(self, outputDir, checkpointID, time):
232232
globalCount = len(dset)
233233
dim = self.swarm.mesh.dim
234234

235-
string += "\t<Attribute Type=\"Vector\" Center=\"Node\" Name=\"Coordinates\">\n"
236-
string += """\t\t\t<DataItem Format=\"HDF\" NumberType=\" Float\"
237-
Precision=\"8\" Dimensions=\"{0} {1}\">{2}:/data</DataItem>\n""".format(globalCount, dim, swarm_fname)
238-
string += "\t</Attribute>\n"
239-
240235
# Write the footer to the xmf
241236
string += uw.utils._xdmffooter()
242237

0 commit comments

Comments
 (0)