This release has fixes for the Intel ifx compiler when running with Ops emissions. This patch was already in develop (i.e., v2.7.0) but was backported here.
This is zero-diff for intel ifort and only affects ifx
Fixed
- Fixed ifx compilation errors in legacy GOCART GridComps (Ops emissions path):
- Changed
intent(in)tointent(inout)onw_c(Chem_Bundle) arguments inAero,CFC,CH4,CO,CO2, andRnGridComps, as sub-components temporarily modify registry indices
- Changed
- Additional fixes in
CO_GridCompMod.F90:- Initialize
eCO_bioburn_to0.0to prevent use of uninitialized data whendiurnal_bbis false - Guard
DEALLOCATEofierwith anALLOCATEDcheck - Add local
iosvariable inCO_Emissionto prevent host-association aliasing under optimization
- Initialize
What's Changed
Full Changelog: v2.6.5...v2.6.6