This might fail locally, but that's because cors.

ƒ

calculang ✍ī¸ editable and dangerous! 🧙‍♂ī¸âš ī¸
dev tools 🧰

select-F9 🧙‍♂ī¸ javascript


introspection:

reactive workings
complete javascript ✨ generated from calculang âŦ†ī¸
đŸ¤Ģ

// USE ONE FROM lifelib-to-calculang

REACTIVE FORMULAS:

REACTIVE INPUTS:

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" }))