preritaagarwal
Member
Hi,
I am using the restart option to complete my long simulations with WRF-Chem 4.2.
My first restart run was successful where I used wrfrst_d01_2016-09-15_00:00:00 file and again after successful run generated a wrfrst file after 15 days as wrfrst_d01_2016-09-30_00:00:00. For a test run I used the wrfrst_d01_2016-09-30_00:00:00 to do a one day run and generate 6h restart file as wrfrst_d01_2016-09-30_06:00:00.I am now running into the following time mis match error when I run wrf.exe.
I tried running real.exe and still getting the same error when I run wrf.exe.
For completeness I also add my namelist.input setting for &time below.
Please help me suggest trouble shooting options.
&time_control
run_days = 0,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2016, 2000, 2000,
start_month = 09, 01, 01,
start_day = 30, 24, 24,
start_hour = 06, 12, 12,
end_year = 2016, 2000, 2000,
end_month = 09, 01, 01,
end_day = 30 , 25, 25,
end_hour = 23, 12, 12,
interval_seconds = 21600,
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 1, 1000, 1000,
restart = .true.,
override_restart_timers = .true.,
write_hist_at_0h_rst = .true.,
restart_interval = 360,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
Thanks, Prerita
I am using the restart option to complete my long simulations with WRF-Chem 4.2.
My first restart run was successful where I used wrfrst_d01_2016-09-15_00:00:00 file and again after successful run generated a wrfrst file after 15 days as wrfrst_d01_2016-09-30_00:00:00. For a test run I used the wrfrst_d01_2016-09-30_00:00:00 to do a one day run and generate 6h restart file as wrfrst_d01_2016-09-30_06:00:00.I am now running into the following time mis match error when I run wrf.exe.
Code:
input_wrf: wrf_get_next_time current_date: 2016-09-30_06:00:00 Status = -102
d01 2016-09-30_06:00:00 ---- ERROR: Could not find matching time in input file
NOTE: 1 namelist vs input data inconsistencies found.
I tried running real.exe and still getting the same error when I run wrf.exe.
For completeness I also add my namelist.input setting for &time below.
Please help me suggest trouble shooting options.
&time_control
run_days = 0,
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2016, 2000, 2000,
start_month = 09, 01, 01,
start_day = 30, 24, 24,
start_hour = 06, 12, 12,
end_year = 2016, 2000, 2000,
end_month = 09, 01, 01,
end_day = 30 , 25, 25,
end_hour = 23, 12, 12,
interval_seconds = 21600,
input_from_file = .true.,.true.,.true.,
history_interval = 60, 60, 60,
frames_per_outfile = 1, 1000, 1000,
restart = .true.,
override_restart_timers = .true.,
write_hist_at_0h_rst = .true.,
restart_interval = 360,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
Thanks, Prerita