Skip to content

Commit

Permalink
move min_file_digits docs to checkpoint and plotfile pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hklion committed Dec 27, 2024
1 parent f187184 commit a9e3c18
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 52 deletions.
30 changes: 17 additions & 13 deletions Docs/sphinx_doc/Checkpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,23 @@ Writing the Checkpoint "Files"
List of Parameters
------------------

+----------------------------------+----------------+----------------+----------------+
| Parameter | Definition | Acceptable | Default |
| | | Values | |
+==================================+================+================+================+
| **remora.check_file** | prefix for | String | “*chk*” |
| | restart files | | |
+----------------------------------+----------------+----------------+----------------+
| **remora.check_int** | how often (by | Integer | -1 |
| | level-0 time | :math:`> 0` | |
| | steps) to | | |
| | write restart | | |
| | files | | |
+----------------------------------+----------------+----------------+----------------+
+----------------------------------+-----------------------------------+----------------+----------------+
| Parameter | Definition | Acceptable | Default |
| | | Values | |
+==================================+===================================+================+================+
| **remora.check_file** | prefix for | String | “*chk*” |
| | restart files | | |
+----------------------------------+-----------------------------------+----------------+----------------+
| **remora.check_int** | how often (by | Integer | -1 |
| | level-0 time | :math:`> 0` | |
| | steps) to | | |
| | write restart | | |
| | files | | |
+----------------------------------+-----------------------------------+----------------+----------------+
| **remora.file_min_digits** | Minimum number of digits | Integer >= 0 | 5 |
| | in iteration number appended to | | |
| | plotfile and checkpoint files | | |
+----------------------------------+-----------------------------------+----------------+----------------+

Restarting
==========
Expand Down
12 changes: 0 additions & 12 deletions Docs/sphinx_doc/Inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,18 +401,6 @@ Examples of Usage
**remora.init_shrink** :math:`\neq 1` then the first time step will in
fact be **remora.init_shrink** \* **remora.fixed_dt**.
File Output
===========

+-------------------------------+-----------------------------------+----------------+----------------------------+
| Parameter | Definition | Acceptable | Default |
| | | Values | |
+===============================+===================================+================+============================+
| **remora.file_min_digits** | Minimum number of digits | Integer >= 0 | 5 |
| | in iteration number appended to | | |
| | plotfile and checkpoint files | | |
+-------------------------------+-----------------------------------+----------------+----------------------------+

Restart Capability
==================

Expand Down
58 changes: 31 additions & 27 deletions Docs/sphinx_doc/Plotfiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,37 @@ The following options in the inputs file control the generation of plotfiles.
List of Parameters
------------------

+--------------------------------+------------------+-----------------------+------------+
| Parameter | Definition | Acceptable | Default |
| | | Values | |
+================================+==================+=======================+============+
| **remora.plotfile_type** | AMReX or NETCDF | "amrex" or | "amrex" |
| | | "netcdf / "NetCDF" | |
+--------------------------------+------------------+-----------------------+------------+
| **remora.write_history_file** | do we write | false or true | true |
| | netcdf files at | | |
| | each timestep | | |
| | or one file for | | |
| | all timesteps? | | |
+--------------------------------+------------------+-----------------------+------------+
| **remora.plot_file** | prefix for | String | “plt” |
| | plotfiles | | |
+--------------------------------+------------------+-----------------------+------------+
| **remora.plot_int** | how often (by | Integer | -1 |
| | level-0 time | :math:`> 0` | |
| | steps) to write | | |
| | plot files | | |
+--------------------------------+------------------+-----------------------+------------+
| **remora.plot_vars** | name of | list of names | None |
| | variables to | (see table below) | |
| | include in | | |
| | plotfiles. Not | | |
| | used for netCDF | | |
+--------------------------------+------------------+-----------------------+------------+
+--------------------------------+-----------------------------------+-----------------------+------------+
| Parameter | Definition | Acceptable | Default |
| | | Values | |
+================================+===================================+=======================+============+
| **remora.plotfile_type** | AMReX or NETCDF plotfiles | "amrex" or | "amrex" |
| | | "netcdf / "NetCDF" | |
+--------------------------------+-----------------------------------+-----------------------+------------+
| **remora.file_min_digits** | Minimum number of digits | Integer >= 0 | 5 |
| | in iteration number appended to | | |
| | plotfile and checkpoint files | | |
+--------------------------------+-----------------------------------+-----------------------+------------+
| **remora.write_history_file** | do we write | false or true | true |
| | netcdf files at | | |
| | each timestep | | |
| | or one file for | | |
| | all timesteps? | | |
+--------------------------------+-----------------------------------+-----------------------+------------+
| **remora.plot_file** | prefix for | String | “plt” |
| | plotfiles | | |
+--------------------------------+-----------------------------------+-----------------------+------------+
| **remora.plot_int** | how often (by | Integer | -1 |
| | level-0 time | :math:`> 0` | |
| | steps) to write | | |
| | plot files | | |
+--------------------------------+-----------------------------------+-----------------------+------------+
| **remora.plot_vars** | name of | list of names | None |
| | variables to | (see table below) | |
| | include in | | |
| | plotfiles. Not | | |
| | used for netCDF | | |
+--------------------------------+-----------------------------------+-----------------------+------------+

.. _notes-5:

Expand Down

0 comments on commit a9e3c18

Please sign in to comment.