Declaration variables associated to checkpoint/restart. More...
Variables | |
| logical | is_checkpoint = .false. |
| Activate checkpoint. | |
| logical | checkpoint_file_numbering = .false. |
| File numbering. | |
| logical | is_restart = .false. |
| Activate the restart. | |
| logical | is_initial_conditions_checkpoint = .false. |
| Checkpoint of the initial condition. | |
| logical | is_last_iteration_checkpoint = .true. |
| Checkpoint at last time iteration. | |
| character(len=:), allocatable | checkpoint_filename |
| Checkpoint filename (path + base name) | |
| character(len=:), allocatable | restart_filename |
| Restart filename (full name) | |
| integer | checkpoint_metric = checkpoint_metric_cpu_time |
| Checkpoint metric. | |
| integer | checkpoint_frequency = 86000 |
| Frequency of checkpoint (in seconds if metric is cpu_time) | |
| integer | checkpoint_counter = 0 |
| Checkpoint counter (used if checkpoint_metric_cpu_time) | |
| integer | checkpoint_n_files = 2 |
| Number of checkpoint files. | |
| integer | checkpoint_file = 0 |
| Current checkpoint file number. | |
Declaration variables associated to checkpoint/restart.
| integer variables_checkpoint_restart::checkpoint_counter = 0 |
Checkpoint counter (used if checkpoint_metric_cpu_time)
| integer variables_checkpoint_restart::checkpoint_file = 0 |
Current checkpoint file number.
| logical variables_checkpoint_restart::checkpoint_file_numbering = .false. |
File numbering.
| character(len=:), allocatable variables_checkpoint_restart::checkpoint_filename |
Checkpoint filename (path + base name)
| integer variables_checkpoint_restart::checkpoint_frequency = 86000 |
Frequency of checkpoint (in seconds if metric is cpu_time)
| integer variables_checkpoint_restart::checkpoint_metric = checkpoint_metric_cpu_time |
Checkpoint metric.
| integer variables_checkpoint_restart::checkpoint_n_files = 2 |
Number of checkpoint files.
| logical variables_checkpoint_restart::is_checkpoint = .false. |
Activate checkpoint.
| logical variables_checkpoint_restart::is_initial_conditions_checkpoint = .false. |
Checkpoint of the initial condition.
| logical variables_checkpoint_restart::is_last_iteration_checkpoint = .true. |
Checkpoint at last time iteration.
| logical variables_checkpoint_restart::is_restart = .false. |
Activate the restart.
| character(len=:), allocatable variables_checkpoint_restart::restart_filename |
Restart filename (full name)