I have successfully ran WRF-4DVar, but I had a question regarding the output. Aside from the domain, the only changes I made to the namelist as listed below. The output I'm getting (single file, "wrfvar_output") is a single timestep (according to ncdump), and each of the 25 created "af" files are valid for the same analysis date.
In other words, 4D-Var seems to make only a single file for a single timestep, the "wrfvar_output" file at analysis_date. I had thought that there would be multiple timesteps between time_window_min and time_window_max, instead of just this one.
Is there a way to get multiple times written out? Or would I have to use the "wrfvar_output" back into WRF and do this for every hour (Like 3D-Var)? Thanks!
&wrfvar3
num_fgat_time=25,
/
&wrfvar18
analysis_date="2009-02-20_12:00:00.0000",
/
&wrfvar21
time_window_min="2009-02-20_12:00:00.0000",
/
&wrfvar22
time_window_max="2009-02-21_12:00:00.0000",
/
&wrfvar23
/
&time_control
run_hours=24,
start_year=2009,
start_month=02,
start_day=20,
start_hour=12,
end_year=2009,
end_month=02,
end_day=21
end_hour=12,


