Skip to content

Commit 78b9c10

Browse files
authored
Merge branch 'main' into add-optional-decommission-year-for-assets
2 parents 2b9c15d + 4fcea11 commit 78b9c10

31 files changed

Lines changed: 113 additions & 51 deletions

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ becomes an *Asset* that they own and operate. An *Asset* is an instance of a *Pr
1616
specific capacity, and a decommissioning year. A set of *Assets* must exist in the base year
1717
sufficient to serve base year demands (i.e. a calibrated base year, based on user input data).
1818

19-
**Availability:** The maximum, minimum or fixed percentage of maximum output (or input) that an
19+
**Availability:** The maximum, minimum or fixed percentage of maximum output (or input) that a
2020
*Process* delivers over a period. The time period could be a single time slice, a season, or a year.
2121

2222
**Base Year:** The starting year of a model run. The base year is typically calibrated to known

docs/templates/input_files.md.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<!-- markdownlint-disable MD033 -->
77

88
This file contains information about the file formats for MUSE2 input files.
9+
It is not required to supply every input file - empty files can be omitted.
910

1011
{{ toml_info }}
1112

examples/missing_commodity/agent_search_space.csv

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/missing_commodity/process_availabilities.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
process_id,regions,years,time_slice,limit_type,value
1+
process_id,regions,commission_years,time_slice,limit_type,value
22
GASDRV,all,all,annual,up,0.9
33
GASPRC,all,all,annual,up,0.9
44
BIOPRO,all,all,annual,up,1.0

examples/missing_commodity/process_flows.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
process_id,commodity_id,regions,years,coeff,type,cost
1+
process_id,commodity_id,regions,commission_years,coeff,type,cost
22
GASDRV,GASPRD,all,all,1.0,fixed,
33
GASPRC,GASPRD,all,all,-1.05,fixed,
44
GASPRC,GASNAT,all,all,1.0,fixed,

examples/missing_commodity/process_parameters.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
process_id,regions,years,capital_cost,fixed_operating_cost,variable_operating_cost,lifetime,discount_rate
1+
process_id,regions,commission_years,capital_cost,fixed_operating_cost,variable_operating_cost,lifetime,discount_rate
22
GASDRV,all,all,10.0,0.3,2.0,25,0.1
33
GASPRC,all,all,7.0,0.21,0.5,25,0.1
44
BIOPRO,all,all,1.0,0.2,0.25,20,0.09

examples/muse1_default/agent_cost_limits.csv

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/muse1_default/agent_search_space.csv

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/muse1_default/process_availabilities.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
process_id,regions,years,time_slice,limit_type,value
1+
process_id,regions,commission_years,time_slice,limit_type,value
22
gassupply1,R1,all,annual,up,0.9
33
gasCCGT,R1,all,annual,up,0.9
44
windturbine,R1,all,annual,up,0.4

examples/muse1_default/process_flows.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
process_id,commodity_id,regions,years,coeff,type,cost
1+
process_id,commodity_id,regions,commission_years,coeff,type,cost
22
gassupply1,gas,R1,all,1,fixed,
33
gasCCGT,gas,R1,all,-1.67,fixed,
44
gasCCGT,electricity,R1,all,1,fixed,

0 commit comments

Comments
 (0)