Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

CESM1.0.z through CESM1.2.z - SC-WACCM bug triggers crash with the XLF compiler on POWER systems

santos

Member
Affected Releases: 1.0.z through 1.2.z
(Bugzilla 2016)
SC-WACCM uses the mo_ghg_chem module, which in turn uses the boundarydata module (otherwise used only by CAM3?). This module sets some flags for unstructured and zonal input files, but does not set them to .false. if the file does not fall into either category. It just so happens that this seems to work anyway, except that XLF has an issue when run in DEBUG mode.

The attached patch will fix this.
 
Top