Skip to content
Snippets Groups Projects
Commit eaa22df7 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Add dimensionality to Tom's disk-patch ICs

parent 169f8aa6
Branches
Tags
No related merge requests found
......@@ -110,7 +110,7 @@ grp.attrs["Time"] = 0.0
grp.attrs["NumFilesPerSnapshot"] = 1
grp.attrs["MassTable"] = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
grp.attrs["Flag_Entropy_ICs"] = [0, 0, 0, 0, 0, 0]
grp.attrs["Dimension"] = 3
#Runtime parameters
grp = file.create_group("/RuntimePars")
......
......@@ -175,6 +175,7 @@ grp.attrs["Time"] = 0.0
grp.attrs["NumFilesPerSnapshot"] = 1
grp.attrs["MassTable"] = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
grp.attrs["Flag_Entropy_ICs"] = [entropy_flag]
grp.attrs["Dimension"] = 3
#Runtime parameters
grp = file.create_group("/RuntimePars")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment