Skip to content

Commit 733140c

Browse files
Add warning for restarted simulations
1 parent 0ba95fa commit 733140c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solver/type_getters.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,7 @@ function get_simulation(config::AtmosConfig)
764764
if sim_info.restart
765765
(Y, t_start) = get_state_restart(config.comms_ctx)
766766
spaces = get_spaces_restart(Y)
767+
@warn "Progress estimates do not support restarted simulations"
767768
else
768769
spaces = get_spaces(config.parsed_args, params, config.comms_ctx)
769770
Y = ICs.atmos_state(

0 commit comments

Comments
 (0)