22 | | * '''{{{RestartFrame}}}''': The chombo frame number from which the code will restart. In order to use this, you must have a Chombo file of the same frame number in your problem's {{{out/}}} directory (for example, {{{RestartFrame 5}}} will crash unless the file {{{out/chombo00005.hdf}}} is present). Regardless of its value, the {{{RestartFrame}}} variable does nothing if the {{{lRestart}}} and the {{{lPostProcess}}} flag is set to {{{F}}}. To automatically restart (or postprocess) from last printed frame, set !RestartFrame to {{{-1}}}. To postprocess from frame 0, remove the frame.data from the run directory if it is present and turn lPostProcess=T and lRestart = F. |
| 22 | * '''{{{RestartFrame}}}''': The chombo frame number from which the code will restart. In order to use this, you must have a Chombo file of the same frame number in your problem's {{{out/}}} directory (for example, {{{RestartFrame = 5}}} will crash unless the file {{{out/chombo00005.hdf}}} is present). Regardless of its value, the {{{RestartFrame}}} variable does nothing if the {{{lRestart}}} and the {{{lPostProcess}}} flag is set to {{{F}}}. To automatically restart (or postprocess) from last printed frame, set !RestartFrame to {{{-1}}}. To postprocess from frame 0, remove the frame.data from the run directory if it is present and turn lPostProcess=T and lRestart = F. |