WRF-Chem Version 4.4 Performance and RSL File Size Optimization

varun1490

New member
Hello Everyone,

I hope this email finds you well. I am reaching out regarding some performance and file size issues we are encountering with our WRF-Chem version 4.4 simulations.

1) Performance Improvement:
I have observed that our simulations are running significantly slower than expected, particularly when dealing with nested domains. For instance, it currently takes around 2 hours to write one hour of wrfout output. This is posing challenges as we aim to run simulations spanning over one month. We are keen on exploring any possible optimizations or best practices to enhance the performance of our WRF-Chem runs. Are there any specific configurations, compiler options, or runtime settings that we could adjust to expedite the simulation process?

#!/bin/sh
#SBATCH -p defq
#SBATCH -J wrf_chem_opt_10_D02_GFS
#SBATCH -o main_02.out
#SBATCH --mail-user
#SBATCH --mail-type=ALL
#SBATCH -N 4
#SBATCH -n 50

2) RSL File Size Optimization:
Additionally, I have noticed that the size of our rsl.out.0000 file is unmanageably large, approximately 250 GB. We suspect that WRF-Chem might be overwriting this file at every step, leading to its substantial growth. Could you please provide guidance on how we can mitigate this issue? Are there any settings or strategies we can employ to limit the size of these diagnostic files without compromising the essential information they provide?

For your reference, I have attached the relevant namelist file.

Thank you for your time and assistance. We look forward to your prompt response.

Best regards,
 

Attachments

Hello,I faced the same issues with you that the size of our rsl.out.0000 file is unmanageably large, approximately 250 GB.Have u get the ways to solve it ?
 
After my tests, I found that this bug appears to occur only in WRF‑Chem 4.4 and 4.5. When I reverted to WRF‑Chem 4.3, the size of the multi‑MPI log file rsl.out returned to normal (similar to rsl.err), and the run speed at least doubled!(The namelist.input settings and input data were identical.)
And it seems someone has discussed this issue before:Discussion on the Abnormal Size of rsl.out
I’m still new to WRF, so please forgive me if I made any mistakes.😲
Hello Everyone,

I hope this email finds you well. I am reaching out regarding some performance and file size issues we are encountering with our WRF-Chem version 4.4 simulations.

1) Performance Improvement:
I have observed that our simulations are running significantly slower than expected, particularly when dealing with nested domains. For instance, it currently takes around 2 hours to write one hour of wrfout output. This is posing challenges as we aim to run simulations spanning over one month. We are keen on exploring any possible optimizations or best practices to enhance the performance of our WRF-Chem runs. Are there any specific configurations, compiler options, or runtime settings that we could adjust to expedite the simulation process?

#!/bin/sh
#SBATCH -p defq
#SBATCH -J wrf_chem_opt_10_D02_GFS
#SBATCH -o main_02.out
#SBATCH --mail-user
#SBATCH --mail-type=ALL
#SBATCH -N 4
#SBATCH -n 50

2) RSL File Size Optimization:
Additionally, I have noticed that the size of our rsl.out.0000 file is unmanageably large, approximately 250 GB. We suspect that WRF-Chem might be overwriting this file at every step, leading to its substantial growth. Could you please provide guidance on how we can mitigate this issue? Are there any settings or strategies we can employ to limit the size of these diagnostic files without compromising the essential information they provide?

For your reference, I have attached the relevant namelist file.

Thank you for your time and assistance. We look forward to your prompt response.

Best regards,
 
Back
Top