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
I suspect index ordering of the minor F-gases is wrong. This is only a problem if you care about the individual gas forcings rather than the total minor forcing (and even then, I don't suspect the code is numerically wrong, just that some gases have the wrong name).
I suspect index ordering of the minor F-gases is wrong. This is only a problem if you care about the individual gas forcings rather than the total minor forcing (and even then, I don't suspect the code is numerically wrong, just that some gases have the wrong name).
in https://github.com/openscm/openscm-runner/blob/master/src/openscm_runner/adapters/fair_adapter/_run_fair.py
This error is probably also true in the concentrations.
In the original FaIR code, the emissions are in the order [HFC23, HFC32, HFC43-10, HFC125, HFC134a, HFC143a, HFC227ea, HFC245fa].
The fix is to move Effective Radiative Forcing|HFC4310mee to index 8 and shift the following gases up one position.
The text was updated successfully, but these errors were encountered: