-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
In Notebook 245, the anthropogenic part of the forcing is missing in the forcing[scenario] dictionaries.
Probably missing something like the total forcing:
for scenario in scenarios:
forcing[scenario]['total'] = (
forcing[scenario]['co2'] +
forcing[scenario]['ch4'] +
forcing[scenario]['n2o'] +
forcing[scenario]['other_wmghg'] +
forcing[scenario]['o3'] +
forcing[scenario]['h2o_stratospheric'] +
forcing[scenario]['contrails'] +
forcing[scenario]['aerosol-radiation_interactions'] +
forcing[scenario]['aerosol-cloud_interactions'] +
forcing[scenario]['bc_on_snow'] +
forcing[scenario]['land_use'] +
forcing[scenario]['solar'] +
forcing[scenario]['volcanic']
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels