Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: TNGLab path adjustment #148

Closed
dnelson86 opened this issue Feb 1, 2024 · 0 comments
Closed

docs: TNGLab path adjustment #148

dnelson86 opened this issue Feb 1, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@dnelson86
Copy link
Collaborator

Under the details of "supported_datasets/tng", you describe how to adjust the demo code from

ds = load("./snapdir_030")

to

sim = load("TNG50-4")
ds = sim.get_dataset(30)

which is good, I would leave this. But add comments that:

  1. this works because scida automatically searches a list of known paths for "TNG50-4".
  2. before this snippet, add a more explicit and different option sim = load("/home/tnguser/sims.TNG/TNG50-4/output/snapdir_030") which makes the connection to the first snippet very clear.
@dnelson86 dnelson86 added the documentation Improvements or additions to documentation label Feb 1, 2024
@cbyrohl cbyrohl closed this as completed in 76d9876 Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant