Cleaning the forcing part.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user