You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed CICEROSCMPY2 holding aerosol / ozone-precursor emissions at the rising historical baseline on the concentration-driven idealised path (`abrupt-4xCO2`, `1pctCO2`). Because `emstart` is `nyend` there (to keep CO2 concentration-driven), the supplied PI-flat emissions were applied only at the final year and every prior year fell back to the `historical_em` baseline, producing a spurious growing aerosol cooling (~0.6 W/m² ERF drift across a 4xCO2 step). `_build_hybrid_emissions_data` now takes an `overlay_from` argument and applies the supplied emissions from `nystart` for idealised runs, so non-CO2 forcers stay at preindustrial; CO2 is unaffected (concentration-driven via `conc_run`).
0 commit comments