Hello all!
I have a question about creating a model to forecast the weather using 4dvar products.
The tutorial I referred to does a cycle run using 3dvar. I would like to run this with 4dvar.
WRFDA Practice
In the tutorial there are
1) Run wrf.exe from 00:00 to 06:00 using wrfinput and wrfbdy, which do not take in observation data.
2) Run 3dvar using the 06:00 forecast from 1), wrfinput and wrfbdy created by real.exe for the forecast from 06:00, and the observed data. (Includes running da_update_bc.exe)
3) Execute wrf.exe using the results of 2).
The process is repeated.
I want to run 2) with 4dvar and would like to know how to rewrite namelist.input.
Aside from the flags that tell 4dvar to execute, I would like to know how to rewrite the part that specifies the time below.
Best regards.
I have a question about creating a model to forecast the weather using 4dvar products.
The tutorial I referred to does a cycle run using 3dvar. I would like to run this with 4dvar.
WRFDA Practice
In the tutorial there are
1) Run wrf.exe from 00:00 to 06:00 using wrfinput and wrfbdy, which do not take in observation data.
2) Run 3dvar using the 06:00 forecast from 1), wrfinput and wrfbdy created by real.exe for the forecast from 06:00, and the observed data. (Includes running da_update_bc.exe)
3) Execute wrf.exe using the results of 2).
The process is repeated.
I want to run 2) with 4dvar and would like to know how to rewrite namelist.input.
Aside from the flags that tell 4dvar to execute, I would like to know how to rewrite the part that specifies the time below.
&wrfvar18
analysis_date="2013-12-23_06:00:00",
/
&wrfvar19
/
&wrfvar20
/
&wrfvar21
time_window_min="2013-12-23_04:30:00.0000",
/
&wrfvar22
time_window_max="2013-12-23_07:30:00.0000",
/
&wrfvar23
/
&time_control
start_year = 2013,
start_month = 12,
start_day = 23,
start_hour = 06,
start_minute = 00,
start_second = 00,
end_year = 2013,
end_month = 12,
end_day = 23,
end_hour = 06,
end_minute = 00,
end_second = 00,
/
Best regards.
Last edited: