Hello everyone,
I'm trying to run a simulation with data written every 10 minutes (history_interval = 10), but the program skips the statement and writes the results every 60 minutes. What can be caused this?
&time_control
run_days = 0,
run_hours = 36,
run_minutes = 0,
run_seconds = 0,
start_year = 2023,
start_month = 11,
start_day = 22,
start_hour = 00,
start_minute = 00,
start_second = 00,
end_year = 2023,
end_month = 12,
end_day = 02,
end_hour = 00,
end_minute = 00,
end_second = 00,
interval_seconds = 10800,
input_from_file = .true.,
history_interval = 10,
frames_per_outfile = 1000,
restart = .true.,
restart_interval = 1440,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
write_hist_at_0h_rst =.true.,
debug_level = 0,
I'm trying to run a simulation with data written every 10 minutes (history_interval = 10), but the program skips the statement and writes the results every 60 minutes. What can be caused this?
&time_control
run_days = 0,
run_hours = 36,
run_minutes = 0,
run_seconds = 0,
start_year = 2023,
start_month = 11,
start_day = 22,
start_hour = 00,
start_minute = 00,
start_second = 00,
end_year = 2023,
end_month = 12,
end_day = 02,
end_hour = 00,
end_minute = 00,
end_second = 00,
interval_seconds = 10800,
input_from_file = .true.,
history_interval = 10,
frames_per_outfile = 1000,
restart = .true.,
restart_interval = 1440,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
write_hist_at_0h_rst =.true.,
debug_level = 0,