Thank you for your return! I have tried running it with different memory allocations per CPU—4, 8, and 12 GB. I also set feedback = 0 for one-way nesting, but it still hangs at the exact same point.
Regarding memory and cores, my latest trial setup is shown below. Previously, I tried running ndown with a different chemical mechanism (RADM2), but I encountered issues with the boundary conditions for the 4th domain. The upper-layer concentration profile was significantly different from that of the 3rd domain. That’s why I’m now trying to run all domains together.
#SBATCH -N4 --ntasks-per-node=12 # Number of nodes and cores per node required
#SBATCH --mem-per-cpu=12G
srun -n 48 ./wrf.exe
Best,
Merve