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

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.
 
Back
Top