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

mpirun noticed that process rank 3 with PID 0 on node exited on signal 6 (Aborted).

hamzanisar470

New member
Hi, I am using WRF4.3.3 along with WUDAPAT LCZ.
When i use sf_surface_physics= 0 the model runs smoothly. But when I use sf_surface_physics= 3 to activate BEM/BEP the model gives me this error: mpirun noticed that process rank 3 with PID 0 on node exited on signal 6 (Aborted).
 

Attachments

  • namelist.input
    3.9 KB · Views: 2
  • namelist.wps
    851 bytes · Views: 2
Can you attach the error/out file(s) for when it's failing? If you have multiple rsl.* files, package them together into a single *.tar file and attach that. Thanks!
 
Thanks for sending those and for the new information. I have a few suggestions:

1) The size of your d03 is too small. Domains should never be smaller than 100x100 grid points, so you should make that domain larger.
2) It's very likely you need to use more processors to run this. You are only using 6, and for your domain sizes, you could use up to about 100 (or more, depending on how large you make d03).
3) I notice dx for d01 is 3.5km. If your input data are more coarse than about 20km, you need to have a parent domain surrounding that domain. The recommendation is that the resolution ratio between domain (including between d01 and the input data) is no more that about 5:1.
4) Finally, there have been several bug fixes related to the wudapt option since WRF V4.3.3. After you make adjustments based on the above recommendations, if it still fails, I'd like you to try running with the latest version of the code (we just released V4.6.0).
 
Thanks for sending those and for the new information. I have a few suggestions:

1) The size of your d03 is too small. Domains should never be smaller than 100x100 grid points, so you should make that domain larger.
2) It's very likely you need to use more processors to run this. You are only using 6, and for your domain sizes, you could use up to about 100 (or more, depending on how large you make d03).
3) I notice dx for d01 is 3.5km. If your input data are more coarse than about 20km, you need to have a parent domain surrounding that domain. The recommendation is that the resolution ratio between domain (including between d01 and the input data) is no more that about 5:1.
4) Finally, there have been several bug fixes related to the wudapt option since WRF V4.3.3. After you make adjustments based on the above recommendations, if it still fails, I'd like you to try running with the latest version of the code (we just released V4.6.0).
Thank you very much for your reply. I would like to ask about the number of grid points mentioned by you, which should not be less than 100*100. For example, if my resolution of an area is 30km, is it appropriate to set it to 90*90? I look forward to your reply!
 
Thank you very much for your reply. I would like to ask about the number of grid points mentioned by you, which should not be less than 100*100. For example, if my resolution of an area is 30km, is it appropriate to set it to 90*90? I look forward to your reply!
Still should be 100x100 based on the best practices recommended by NCAR as I understand. I have run less than 100x100 for the outermost domain but and some inner when nested but there are usually issues with it not producing accurate data. I can't explain why it does it but it has to do something with the way wrf calculates grids.
 
Still should be 100x100 based on the best practices recommended by NCAR as I understand. I have run less than 100x100 for the outermost domain but and some inner when nested but there are usually issues with it not producing accurate data. I can't explain why it does it but it has to do something with the way wrf calculates grids.


Thank you very much for your letter. Based on your suggestion, I will set the number of grids to at least 100 x 100, which will be very helpful to me.
 
Thank you very much for your letter. Based on your suggestion, I will set the number of grids to at least 100 x 100, which will be very helpful to me.

this will also explain some more details.
 
Top