I am new to WRF (so bear with my question) and I am running two different WRF simulation, to down scale GFS data with 3 nested domains. The two simulations have same settings but they differ in the time control both for wps and wrf.
One is ran for 10 days:
In the other I run, 10 simulations, one simulation for each day:
...
Apart for the first day, the two simulations give differents results. Could it be connected to the
option ?
Any other suggestion is very welcome.
Thanks!
One is ran for 10 days:
Code:
start_date = '2024-11-01_00:00:00', '2024-11-01_00:00:00', '2024-11-01_00:00:00',
end_date = '2024-11-10_00:00:00', '2024-11-10_00:00:00', '2024-11-10_00:00:00',
Code:
start_date = '2024-11-01_00:00:00', '2024-11-01_00:00:00', '2024-11-01_00:00:00',
end_date = '2024-11-02_00:00:00', '2024-11-02_00:00:00', '2024-11-02_00:00:00',
Code:
start_date = '2024-11-09_00:00:00', '2024-11-09_00:00:00', '2024-11-09_00:00:00',
end_date = '2024-11-10_00:00:00', '2024-11-10_00:00:00', '2024-11-10_00:00:00',
Code:
restart = .false.,
Any other suggestion is very welcome.
Thanks!