Closed jcurtis2 closed 9 months ago
This will fix #257 by passing and updating last_output_time and i_output for run_part_timestep and run_part_timeblock. Also adds outputting of initial condition when elapsed_time = 0 and output is enabled (t_output > 0).
last_output_time
i_output
run_part_timestep
run_part_timeblock
elapsed_time = 0
t_output > 0
This will fix #257 by passing and updating
last_output_time
andi_output
forrun_part_timestep
andrun_part_timeblock
. Also adds outputting of initial condition whenelapsed_time = 0
and output is enabled (t_output > 0
).