Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed May 16, 2024
1 parent 1d34de6 commit 6b89b10
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions Docs/sphinx_documentation/source/InputsCheckpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@ Checkpoint/Restart

The following inputs must be preceded by "amr" and control checkpoint/restart.

+------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+==================+=======================================================================+=============+===========+
| restart | If present, then the name of file to restart from | String | None |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_int | Frequency of checkpoint output; | Int | -1 |
| | if -1 then no checkpoints will be written | | |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_file | Prefix to use for checkpoint output | String | chk |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| | Description | Type | Default |
+=====================+=======================================================================+=============+===========+
| restart | If present, then the name of file to restart from | String | None |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| plotfile_on_restart | Write a plotfile before taking a time step | bool | false |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| regrid_on_restart | Create new grids, including level 0, on restart | bool | false |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_int | Frequency of checkpoint output; | Int | -1 |
| | if -1 then no checkpoints will be written | | |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_file | Prefix to use for checkpoint output | String | chk |
+---------------------+-----------------------------------------------------------------------+-------------+-----------+

0 comments on commit 6b89b10

Please sign in to comment.