Package Attributes | |
double | globalProduced |
The amount of CO2 created by the production process. | |
double | globalTraded |
The amount of CO2 caused by goods that firms and households has bought (the CO2 was already created in the production process). | |
double | consumption |
The amount of CO2 caused by goods that households (but not the firms) has bought (the CO2 was already created in the production process). |
Definition at line 162 of file Foundation.java.
double globalProduced [package] |
The amount of CO2 created by the production process.
Definition at line 164 of file Foundation.java.
double globalTraded [package] |
The amount of CO2 caused by goods that firms and households has bought (the CO2 was already created in the production process).
There exist no production date in the model, so it's assumed that the production has taken place in the same period as the trading.
Definition at line 173 of file Foundation.java.
double consumption [package] |
The amount of CO2 caused by goods that households (but not the firms) has bought (the CO2 was already created in the production process).
There exist no production date in the model, so it's assumed that the production has taken place in the same period as the trading.
Definition at line 182 of file Foundation.java.