-
Notifications
You must be signed in to change notification settings - Fork 75
[Runtime Parameters] In Situ Python Analysis
hyschive edited this page Feb 14, 2026
·
1 revision
Parameters described on this page: YT_SCRIPT, YT_VERBOSE, YT_FIG_BASENAME, YT_JUPYTER_USE_CONNECTION_FILE
Parameters below are shown in the format: Name (Valid Values) [Default Value]
-
-
Description:
The Python script name to be loaded.
Do not include the file extension
.py. For example, set it toinline_scriptif the script name isinline_script.py. - Restriction: Only applicable when enabling the compilation option --libyt.
-
Description:
The Python script name to be loaded.
Do not include the file extension
-
- Description: Log level of libyt.
- Restriction: Only applicable when enabling the compilation option --libyt.
-
-
Description:
Figure basename of the outputs from yt.
For example, set it to
Figwill getFig000000000_Projection_z_density.pngfor the first figure of density z-projection. - Restriction: Only applicable when enabling the compilation option --libyt.
-
Description:
Figure basename of the outputs from yt.
For example, set it to
-
- Description: Use user-provided connection file when using libyt Jupyter UI.
- Restriction: Only applicable when enabling the compilation option --libyt and --libyt_jupyter.
Getting Started
User Guide
- Installation
- Running the Code
- Adding New Simulations
- Runtime Parameters
- MPI and OpenMP
- GPU
- Physics Modules
- Outputs
- Simulation Logs
- Data Analysis
- In Situ Python Analysis
- Test Problems
- Troubleshooting
Advanced Topics
Developer Guide