You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have previously installed MUSE within a virtual environment, you can update MUSE by activating your virtual environment and running pip install --upgrade muse-os
If you installed MUSE using a different method, please consult the documentation.
MUSE will now output two log files to the results folder whenever a simulation is run: one (muse_info.log) containing info and debug messages, and the other (muse_warning.log) containing warning messages.
Users are particularly encouraged to consult the muse_warnings.log file after each run, and pay attention to any messages shown.
The definition of this parameter has changed to compound growth rather than linear growth. It can now be properly interpreted as the maximum growth of the technology per year. See the documentation for this parameter here
To give an example, if a 5 year time period is being used, a value of 0.5 previously meant that capacity was allowed to grow by 250% over the time period (0.5 * 5 * 100), but with compound growth the limit is now 660% (((1.5 ** 5) - 1) * 100)
Fixes errors in the calculation of material and variable costs, particularly in the case of technologies with output quantities not equal to 1. See Fix errors in the calculation of costs #563 for details
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
November 19, 2024
Installation
If you have previously installed MUSE within a virtual environment, you can update MUSE by activating your virtual environment and running
pip install --upgrade muse-osIf you installed MUSE using a different method, please consult the documentation.
Changes
Log files (#560)
muse_info.log) containing info and debug messages, and the other (muse_warning.log) containing warning messages.muse_warnings.logfile after each run, and pay attention to any messages shown.MaxCapacityGrowthparameter (#565)Material and Variable costs (#563)
Minor bug fixes
method_optionsare specified when using the carbon budget #539)Beta Was this translation helpful? Give feedback.
All reactions