I tried to restart my simulations but was unable to do so due to this error:
- Code: Select all
RESTART run: opening wrfrst_d01_2014-03-06_03:00:00 for reading
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 255
program wrf: error opening wrfrst_d01_2014-03-06_03:00:00 for reading
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
[unset]: write_line error; fd=-1 buf=:cmd=abort exitcode=1
:
system msg for write_line failure : Bad file descriptor
I edited the run_hours, start_month, start_day and set restart as '.true.'
- Code: Select all
&time_control
run_days = 0,
run_hours = 309,
run_minutes = 0,
run_seconds = 0,
start_year = 2014,
start_month = 3,
start_day = 6,
start_hour = 3,
start_minute = 00,
start_second = 00,
end_year = 2014,
end_month = 3,
end_day = 19,
end_hour = 0,
end_minute = 00,
end_second = 00,
interval_seconds = 21600,
input_from_file = .true.,
history_interval = 180,
frames_per_outfile = 1,
restart = .true.,
restart_interval = 180,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
debug_level = 0,
What could have caused this error?
Thank you,
Patricia