diff --git a/Docs/sphinx_documentation/source/NyxInputs.rst b/Docs/sphinx_documentation/source/NyxInputs.rst index df12e2a5..3efe1a54 100644 --- a/Docs/sphinx_documentation/source/NyxInputs.rst +++ b/Docs/sphinx_documentation/source/NyxInputs.rst @@ -626,6 +626,17 @@ List of Parameters | | after | | | | | restarting | | | +---------------------------------+----------------+----------------+----------------+ +| **nyx.checkpoint_z_values** | The redshift | list of | NONE | +| | values at which| redshift values| | +| | checkpoint file| | | +| | should be | | | +| | written in | | | +| | addition to | | | +| | what is | | | +| | specified | | | +| | using | | | +| | **check_int** | | | ++---------------------------------+----------------+----------------+----------------+ .. _notes-4: @@ -683,8 +694,8 @@ To restart from *chk_run00061*,for example, then set .. _sec:PlotFiles: -Controlling PlotFile Generation -=============================== +Controlling PlotFile and Generation +================================================ The main output from  is in the form of plotfiles (which are really directories). The following options in the inputs file control the @@ -743,6 +754,15 @@ List of Parameters | | double or single | | | | | precision | | | +-----------------------------+------------------+------------------+---------+ +| **nyx.plot_z_values** | The redshift | list of redshift | NONE | +| | values at which | values | | +| | plot files should| | | +| | be written in | | | +| | addition to what | | | +| | is specified | | | +| | using | | | +| | **nyx.plot_int** | | | ++-----------------------------+------------------+------------------+---------+ All the options for **amr.derive_plot_vars** are kept in ``derive_lst`` in ``Nyx_setup.cpp``. Feel free to look at it and see what’s there. @@ -1137,7 +1157,27 @@ List of Parameters | | heat input | | | +----------------------------------+------------------+-----------------+-------------+ +Dark matter halo output using Reeber +==================================== + +.. _list-of-parameters-halos: + +List of Parameters +------------------ ++-------------------------------------+----------------------------------------------+-----------------+-------------+ +| Parameter | Definition | Acceptable | Default | +| | | Values | | ++=====================================+==============================================+=================+=============+ +| **reeber.min_halo_n_cells** | Minimum number of cells required for a halo | integer | 10 | +| | to be considered a valid structure | | | ++-------------------------------------+----------------------------------------------+-----------------+-------------+ +| **reeber.halo_component_threshold** | Threshold for identifying connected | real | 81.66 | +| | components within a halo | | | ++-------------------------------------+----------------------------------------------+-----------------+-------------+ +| **reeber.halo_extrema_threshold** | Threshold for detecting local maxima or | real | 160.0 | +| | extrema in the density field | | | ++-------------------------------------+----------------------------------------------+-----------------+-------------+ Multigrid Inputs ================ diff --git a/Docs/sphinx_documentation/source/conf.py b/Docs/sphinx_documentation/source/conf.py index 0256f35e..17bfd2cd 100644 --- a/Docs/sphinx_documentation/source/conf.py +++ b/Docs/sphinx_documentation/source/conf.py @@ -71,6 +71,8 @@ def get_version(): 'breathe'] todo_include_todos=True +bibtex_bibfiles = ['refs.bib'] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']