-
Notifications
You must be signed in to change notification settings - Fork 3
Frequently Asked Questions
ETMoses is constantly evolving, either by new features being added or existing ones being improved. You can keep track of the current developments by looking at the list of open GitHub issues. This Wiki will be updated to reflect these changes and can therefore be considered as a living document.
This page is intended to list the more frequently asked questions and their answers.
- How does the units attribute of nodes work with the underlying children?
The 'units' keyword has a special function: it multiplies the capacity and investment cost of the component. This can be used to group many components of the same type. No other attributes of the component are multiplied by the 'units'. This also holds for the 'children'. The user is responsible for keeping things consistent: e.g. if you increase the capacity of a node, the capacities of its children will not be increased. If you would like these capacities to increase as well, you need to update them manually.
- What is the effect of changing technology attributes?
You can change all attributes of all technologies to fit your own needs. These changed attributes will be taken into account in ETMoses. However, when you scale your scenario back into a national scenario (see the Quick start guide on how to do so), these changed attributes will be ignored.