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

When running ./wrf.exe, I got some trouble. If someone could help me? Sincerely appreciate.

RabbitV

New member
1679844974375.pngAfter I ran real.exe, I checked the rsl.error.0000, I found that d02 and d03 haven't been created. However, I got wrfinput_d01 02 03 successfully, which made me confused. Then I tried to run wrf.exe, only one .nc file created. I attached several files. Sincerely hope that someone helps me.
 

Attachments

  • namelist.input
    4 KB · Views: 3
  • rsl.error.0000
    5.9 KB · Views: 2
  • rsl.out.0000
    4.9 KB · Views: 1
There are a few issues here:

(1) if the model failed immediately, it often indicates that the input data is wrong. What is your forcing data for this case?
(2) Please set debug_level =0 because higher levels won't yield more helpful information.
(3) The only concern i have about enamelist is the option:
cu_physics = 1, 1, 1,

Please try the option:
cu_physics = 1, 0, 0,
This is because cumulus scheme should be off for high resolution domain.

However, i don't think this is the reason for the immediate failure of this case.

Please check your forcing data first.
 
Top