Hi everyone,
I am encountering a persistent segmentation fault when attempting to run a coupled simulation with both the chemistry module and the Urban Canopy Model (UCM) enabled in WRF-Chem v4.5.
Here are the details of my configuration and the testing I've done:
Debugging Steps Taken:
Any suggestions on how to further isolate the error or specific namelist.input adjustments would be greatly appreciated.
Thank you in advance for your help!
I am encountering a persistent segmentation fault when attempting to run a coupled simulation with both the chemistry module and the Urban Canopy Model (UCM) enabled in WRF-Chem v4.5.
Here are the details of my configuration and the testing I've done:
- The Issue: The model crashes with a "segmentation fault" after approximately 6 minutes of simulation time.
- Case A (Success): Chemistry OFF (chem_opt = 0), Urban Physics ON (sf_urban_physics = 1). The model runs successfully.
- Case B (Success): Chemistry ON (chem_opt = 10), Urban Physics OFF (sf_urban_physics = 0). The model runs successfully.
- Case C (Failure): Chemistry ON (chem_opt = 10) AND Urban Physics ON (sf_urban_physics = 1). This leads to the crash.
Debugging Steps Taken:
- I have checked the rsl.error.* files, but they only report a generic "Segmentation Fault" without pointing to a specific module.
- I have increased the debug_level but haven't identified a clear trigger.
- My domain settings and static data (WPS) seem fine since both modules work independently.
Any suggestions on how to further isolate the error or specific namelist.input adjustments would be greatly appreciated.
Thank you in advance for your help!