Runtime Parameters: In Situ Python Analysis - vivi235711/gamer GitHub Wiki
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_script
if 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
Fig
will getFig000000000_Projection_z_density.png
for 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.