emissions my lifetime
TODO
- reconcile to results from Your Personal Carbon History (mainly different data sources and allowance for time/continuation?)
- visuals/interactions
important disclaimers â
â ī¸ The assumptions, methodology and limitations of a model should be carefully considered for any purpose you apply it to. I haven't even listed these here, nor otherwise documented the model fully/clearly. Proceed with caution đ
â ī¸ This is not a complete model/narrative and you should not rely on it.
â ī¸ Not recommended to enter real personal or sensitive details. Contact me with real-world calculation or model requirements instead. đŖâ
â ī¸ This validator/scenario tool isn't/won't be financial advice etc.
display(model.emissions_my_lifetime({ age_in: 33, now_in: new Date(), timing_in: "start of birthyear" }))
display(model.total_emissions({ now_in: new Date() }))
display(model.emissions_my_lifetime_proportion({ age_in: 33, now_in: new Date(), timing_in: "start of birthyear" }))
display(model.emissions({ age_in: 33, now_in: new Date(), timing_in: "start of birthyear", emissions_year_in: 2024 }))
display(model.emissions({ age_in: 33, now_in: new Date(), timing_in: "start of birthyear", emissions_year_in: 2023 }))
display(model.emissions({ age_in: 33, now_in: new Date(), timing_in: "start of birthyear", emissions_year_in: 2022 }))
display(model.emissions_my_lifetime_proportion({ age_in: 29, now_in: new Date(2019,0,1), timing_in: "start of birthyear" }))