Cleaning the forcing part.

This commit is contained in:
Miikka Vaisala
2019-06-25 14:48:47 +08:00
parent 44f26cde42
commit b1a2d9603c
3 changed files with 22 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
"metadata": {},
"outputs": [],
"source": [
"#imesh = 16000\n",
"#imesh = 30000\n",
"imesh = 30000\n",
"mesh = ad.read.Mesh(imesh, fdir=meshdir)"
]
@@ -76,7 +76,7 @@
"vis.slices.plot_3(mesh, mesh.lnrho, title = r'$\\ln_\\rho$')\n",
"vis.slices.plot_3(mesh, np.exp(mesh.lnrho), title = r'$\\rho$')\n",
"vis.slices.plot_3(mesh, np.exp(mesh.lnrho), title = r'$N_\\mathrm{col}$', slicetype = 'sum')\n",
"#vis.slices.plot_3(mesh, mesh.entropy, title = r'$s$')\n"
"vis.slices.plot_3(mesh, mesh.ss, title = r'$s$')\n"
]
},
{