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

WRF-Chem simulation stopped without showing any error in the rsl.error* file

Ankan

Member
Hello everyone,
I was able to run real.exe successfully, and then I was also able to make the chemistry input files that are needed to run wrf.exe. Then I gave the following command:
mpirun -np 28 ./wrf.exe >& wrfrun.log &.
At first, the simulation went on for some time, but then it stopped without throwing any errors. I checked the rsl.error.0000 files, but there is no error. I am running WRF-Chem Version 3.9.1.1. with 'chem_opt=202' on a server with 28 processors. The RAM of the server is 377.62 GB. My simulation period is 15 days. Is it a memory issue? Or anything else like some mistakes in 'namelist.input' file? I have gone through some previous questions online and someone suggested that 'chemdt' should be same as 'time_step'. So, I changed 'chemdt' to 1 (earlier it was 30) as time_step is 60 in my case. But that didn't work. Can anyone please guide me why it is happening and how to solve the issue? Any help on this will be greatly appreciated. Thank you.
With regards,
 
Last edited:
Hi,

It is not clear from your rsl.error file what has caused the error. Please look at the other out/error files to see if a unique message was printed. First, you should also increase your debug_level in the namelist to 300 and try running again. You are using a very complicated chemical options so it may be a memory issue.

Jordan
 
Hello all.
I successfully ran real.exe and then also generated the chemical input file needed to run wrf.exe. Then I ran in the background . /wrf, the simulation lasts for a while and then breaks, I check rsl.error.0000 and other errors, no errors found, I am using WRF-Chem 4.1.1 and 4.2.2, neither of them run out of results, and use chem_opt=9, 9. This namelist.input has been used in version 3 of WRF-Chem. This namelist.input has worked correctly with version 3 of WRF- Chem. I will provide the rsl.error.00000 for version 4.1.1 and namelist.input below.I will keep following up on this and look forward to each of your suggestions!
 

Attachments

  • 3namelist.input
    9.6 KB · Views: 1
  • rsl.error.0000
    1.4 MB · Views: 1
Last edited:
Hello all.
I successfully ran real.exe and then also generated the chemical input file needed to run wrf.exe. Then I ran in the background . /wrf, the simulation lasts for a while and then breaks, I check rsl.error.0000 and other errors, no errors found, I am using WRF-Chem 4.1.1 and 4.2.2, neither of them run out of results, and use chem_opt=9, 9. This namelist.input has been used in version 3 of WRF-Chem. This namelist.input has worked correctly with version 3 of WRF- Chem. I will provide the rsl.error.00000 for version 4.1.1 and namelist.input below.I will keep following up on this and look forward to each of your suggestions!
The problem has been solved.
 
Top