by Hadja » Thu Jun 28, 2012 9:23 am
Thank you AchternDiek. I understand now.
I try to forecast 16/01/2012 based on grib data from 01/01/2012 to 15/01/2012 run WRF with namelist.wps and namelist.input (see below).
However When I read Times variable from wrfout_d01_2012-01-01_00:00:00, It contains this value:
2012/01/01 - 00:00:00
2012/01/01 - 03:00:00
2012/01/01 - 06:00:00
2012/01/01 - 09:00:00
2012/01/01 - 12:00:00
2012/01/01 - 15:00:00
2012/01/01 - 18:00:00
2012/01/01 - 21:00:00
2012/01/02 - 00:00:00
What I have to do in order to obtain data forecast for the times 2012/01/16?
File namelist.wps contains :
&share
wrf_core = 'ARW',
max_dom = 2,
start_date = '2012-01-01_00:00:00','2012-01-01_00:00:00',
end_date = '2012-01-15_18:00:00','2012-01-15_18:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
/
...
File namelist.input contains:
&time_control
run_days = 0,
run_hours = 24,
run_minutes = 0,
run_seconds = 0,
start_year = 2012, 2012,
start_month = 01, 01,
start_day = 01, 01,
start_hour = 00, 00,
start_minute = 00, 00,
start_second = 00, 00,
end_year = 2012, 2012,
end_month = 01, 01,
end_day = 15, 15,
end_hour = 18, 18,
end_minute = 00, 00,
end_second = 00, 00,
interval_seconds = 21600
input_from_file = .true.,.true.,
history_interval = 180, 60,
frames_per_outfile = 1000, 1000,
restart = .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 8,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 2,
...