@@ -34,9 +34,9 @@ Users can now add yearly limits on the maximum amount of investment in each proc
3434Users can now have circular dependencies between commodities, such as a hydrogen power plant that
3535itself requires electricity ([ #999 ] and [ #1004 ] ). This is currently an experimental feature that may
3636not work in all cases - feedback is appreciated. There are also known limitations such as
37- incompatibility with the new commodity pricing strategies (see below), which we plan to address in
38- future releases. The main new parameter to be aware of is the ` capacity_margin ` parameter defined in
39- [ ` model.toml ` ] .
37+ incompatibility with the new commodity pricing strategies (see below, [ # 1168 ] ), which we plan to
38+ address in future releases. The main new parameter to be aware of is the ` capacity_margin ` parameter
39+ defined in [ ` model.toml ` ] .
4040
4141### Divisible assets
4242
@@ -85,14 +85,15 @@ previous versions of MUSE2.
8585- The previously-named ` year ` column in [ ` process_flows.csv ` ] , [ ` process_availabilities.csv ` ] ,
8686 [ ` process_parameters.csv ` ] and [ ` process_investment_constraints.csv ` ] has been renamed to
8787 ` commission_years ` to better reflect that these parameters refer to the year in which a process
88- is commissioned as an asset.
88+ is commissioned as an asset ( [ # 964 ] ) .
8989- The [ ` process_availabilities.csv ` ] file follows new syntax that better allows for specifying
90- availabilities as ranges.
91- - The [ ` commodities.csv ` ] file has a new compulsory ` units ` column.
90+ availabilities as ranges ( [ # 1018 ] ) .
91+ - The [ ` commodities.csv ` ] file has a new compulsory ` units ` column ( [ # 1110 ] ) .
9292- The default value for the ` max_ironing_out_iterations ` parameter in [ ` model.toml ` ] has been
93- changed from 10 to 1 (i.e. turning the ironing-out loop off by default). If users wish to use the
94- ironing out loop, they must explicitly set this parameter to a higher value.
95- - The ` pricing_strategy ` parameter has been moved from [ ` model.toml ` ] to [ ` commodities.csv ` ] .
93+ changed from 10 to 1 (i.e. turning the ironing-out loop off by default; [ #1170 ] ). If users wish to
94+ use the ironing out loop, they must explicitly set this parameter to a higher value.
95+ - Pricing strategy is now set per commodity, so there is now a ` pricing_strategy ` column in
96+ [ ` commodities.csv ` ] rather than a single parameter in [ ` model.toml ` ] ([ #1021 ] ).
9697
9798## Bug fixes
9899
@@ -108,6 +109,7 @@ previous versions of MUSE2.
108109[ #868 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/868
109110[ #871 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/871
110111[ #961 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/961
112+ [ #964 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/964
111113[ #966 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/966
112114[ #969 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/969
113115[ #976 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/976
@@ -126,6 +128,8 @@ previous versions of MUSE2.
126128[ #1022 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/1022
127129[ #1030 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/1030
128130[ #1096 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/1096
131+ [ #1110 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/1110
132+ [ #1168 ] : https://github.com/EnergySystemsModellingLab/MUSE2/issues/1168
129133[ #1205 ] : https://github.com/EnergySystemsModellingLab/MUSE2/pull/1205
130134
131135[ `demand.csv` ] : ../file_formats/input_files.html#demandcsv
0 commit comments