Skip to content
Snippets Groups Projects

documentation update to support EB checkpoint files

Merged Jordan Musser requested to merge github/fork/drangara/eb_checkpoint_files into master
2 files
+ 21
14
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,17 +5,19 @@ 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 |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_walltime | Write a check point file after the specified walltime (HH:MM:SS) | String | None |
| | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | |
| | checkpoint file is after a job has run for ten minutes. | | |
+------------------+-----------------------------------------------------------------------+-------------+-----------+
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| | 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 |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| check_walltime | Write a check point file after the specified walltime (HH:MM:SS) | String | None |
| | has lapsed. For example, if amr.check_waltime = 00:10:00, then a | | |
| | checkpoint file is after a job has run for ten minutes. | | |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
| write_geom_chk | When True, writes the EB geometry data into a checkpoint file. | bool | False |
+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
Loading