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

missing wrfinput_d03 file

dingss

New member
Hi all,

I am trying to run a nested simulation with 3 domains by using WRF4.0. When I set max_dom = 2, the model works well and I can see the final wrfout files. But when I set max_dom = 3, it crashed when I run real.exe, it only creates wrfbdy_d01, wrfinput_d01, and wrfinput_d02, but there is no file for d03.

The file rsl.error.0000 and rsl.out.0000 don't provide any error message.
The pbs log shows: /var/spool/torque/mom_priv/jobs/2782636.mu01.SC: line 18: 3470 Killed
./real.exe 2>&1 > log.real.pbs

I will also attach my namelist file.

Could anyone please provide some guidance on how to adjust my approach?
Any help with this problem would be appreciated!
 

Attachments

  • namelist.input
    4 KB · Views: 4
  • rsl.error.0000
    31.9 KB · Views: 2
  • rsl.out.0000
    71.8 KB · Views: 1
  • namelist.wps
    1.4 KB · Views: 5
Yes that is indeed the problem. it works when I use more processors. I thought real.exe was a single-core process. Thanks very much!
 
Top