Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Reanalysis downscaling : one 10 days long on 10 one day long ?

gv871

New member
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:
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',
In the other I run, 10 simulations, one simulation for each day:
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',
Apart for the first day, the two simulations give differents results. Could it be connected to the
Code:
restart                             = .false.,
option ?
Any other suggestion is very welcome.
Thanks!
 

Attachments

  • namelist.wps
    1.2 KB · Views: 0
  • namelist.input
    3.5 KB · Views: 0
Top