robson_passos
New member
Dear,
I am running WRF for 4 days of simulation. My simulation starts on the date 2016-09-20_00:00:00 and ends on the date 2016-09-23_23:00:00 with interval_seconds = 3600. However, the following error is occurring in the last hour of the simulation:
I don't understand what the problem is, as the date in the namelist.wps file is set to the correct range:
And in the namelist.input file too:
Could anyone clarify where the problem is?
Thank you very much in advance.
Robson
I am running WRF for 4 days of simulation. My simulation starts on the date 2016-09-20_00:00:00 and ends on the date 2016-09-23_23:00:00 with interval_seconds = 3600. However, the following error is occurring in the last hour of the simulation:
d01 2016-09-23_23: 00: 00 Input data is acceptable to use: wrfbdy_d01
2 input_wrf: wrf_get_next_time current_date: 2016-09-23_23: 00: 00 Status = -4
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1151
---- ERROR: Ran out of valid boundary conditions in file wrfbdy_d01
-------------------------------------------
I don't understand what the problem is, as the date in the namelist.wps file is set to the correct range:
& share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2016-09-20_00: 00: 00', '2016-09-20_00: 00: 00',
end_date = '2016-09-23_23: 00: 00', '2016-09-23_23: 00: 00',
interval_seconds = 3600
io_form_geogrid = 2,
/
And in the namelist.input file too:
& time_control
run_days = 4,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2016, 2016,
start_month = 9, 9,
start_day = 20, 20,
start_hour = 0, 0,
start_minute = 00, 00,
start_second = 00, 00,
end_year = 2016, 2016,
end_month = 9, 9,
end_day = 23, 23,
end_hour = 23, 23,
end_minute = 00, 00,
end_second = 00, 00,
interval_seconds = 3600,
input_from_file = .true., .true.,
history_interval = 10, 10,
frames_per_outfile = 144, 144,
restart = .false.,
restart_interval = 99999,
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
debug_level = 0,
/
Could anyone clarify where the problem is?
Thank you very much in advance.
Robson