Modules | |
| module | variables_checkpoint_restart |
| Declaration variables associated to checkpoint/restart. | |
Variables | |
| logical | variables_checkpoint_restart::is_checkpoint = .false. |
| Activate checkpoint. | |
| logical | variables_checkpoint_restart::checkpoint_file_numbering = .false. |
| File numbering. | |
| logical | variables_checkpoint_restart::is_restart = .false. |
| Activate the restart. | |
| 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. | |
| character(len=:), allocatable | variables_checkpoint_restart::checkpoint_filename |
| Checkpoint filename (path + base name) | |
| character(len=:), allocatable | variables_checkpoint_restart::restart_filename |
| Restart filename (full name) | |
| integer | variables_checkpoint_restart::checkpoint_metric = checkpoint_metric_cpu_time |
| Checkpoint metric. | |
| integer | variables_checkpoint_restart::checkpoint_frequency = 86000 |
| Frequency of checkpoint (in seconds if metric is cpu_time) | |
| integer | variables_checkpoint_restart::checkpoint_counter = 0 |
| Checkpoint counter (used if checkpoint_metric_cpu_time) | |
| integer | variables_checkpoint_restart::checkpoint_n_files = 2 |
| Number of checkpoint files. | |
| integer | variables_checkpoint_restart::checkpoint_file = 0 |
| Current checkpoint file number. | |