IPCC equations implemented in the bonsai project #37
mfastudillo
started this conversation in
Model suggestion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Model name
bonsai_ipcc
Model Homepage URL
https://gitlab.com/bonsamurais/bonsai/util/ipcc
Model License
MIT
Area of application
this could be part of the graph calculating coefficients LCA models
Justify this Model Choice
it has an implementation of the IPCC equations and data that are used at lenght in LCA models. The syntax facilitates the automatic creation of a DAG connecting all the functions. It can be extended with other modules present in the bonsai project. The so called "parameterised production functions"
Converting the Model Code
The model is already written in python. Many smaller functions that can easily be ensambled following a functional programming paradigm. e.g.
Beta Was this translation helpful? Give feedback.
All reactions