Skip to content

Commit 02686e0

Browse files
committed
update SpineOpt database version
1 parent 9037c9b commit 02686e0

11 files changed

+11
-11
lines changed

examples/6_unit_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83185,7 +83185,7 @@
8318583185
[
8318683186
"settings",
8318783187
"version",
83188-
17,
83188+
20,
8318983189
null,
8319083190
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
8319183191
],

examples/capacity_planning.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3497,7 +3497,7 @@
34973497
[
34983498
"settings",
34993499
"version",
3500-
17,
3500+
20,
35013501
null,
35023502
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
35033503
],

examples/multi-year_investment_with_econ_discounting_consecutives.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3320,7 +3320,7 @@
33203320
[
33213321
"settings",
33223322
"version",
3323-
17,
3323+
20,
33243324
null,
33253325
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
33263326
],

examples/multi-year_investment_with_econ_discounting_milestones.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,7 @@
33923392
[
33933393
"settings",
33943394
"version",
3395-
17,
3395+
20,
33963396
null,
33973397
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
33983398
],

examples/multi-year_investment_without_econ_discounting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3313,7 +3313,7 @@
33133313
[
33143314
"settings",
33153315
"version",
3316-
17,
3316+
20,
33173317
null,
33183318
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
33193319
],

examples/reserves.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@
20412041
[
20422042
"settings",
20432043
"version",
2044-
17,
2044+
20,
20452045
null,
20462046
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
20472047
],

examples/rolling_horizon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@
20412041
[
20422042
"settings",
20432043
"version",
2044-
17,
2044+
20,
20452045
null,
20462046
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
20472047
],

examples/simple_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@
20412041
[
20422042
"settings",
20432043
"version",
2044-
17,
2044+
20,
20452045
null,
20462046
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
20472047
],

examples/stochastic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3327,7 +3327,7 @@
33273327
[
33283328
"settings",
33293329
"version",
3330-
17,
3330+
20,
33313331
null,
33323332
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
33333333
],

examples/unit_commitment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@
20412041
[
20422042
"settings",
20432043
"version",
2044-
17,
2044+
20,
20452045
null,
20462046
"Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."
20472047
],

templates/spineopt_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
["output", "output_resolution", null, null, "Temporal resolution of the output variables associated with this `output`."],
276276
["output", "output_type",null,"output_type_list","Type of this `output`."],
277277
["report", "output_db_url", null, null, "Database url for SpineOpt output."],
278-
["settings", "version", 17, null, "Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."],
278+
["settings", "version", 20, null, "Current version of the SpineOpt data structure. Modify it at your own risk (but please don't)."],
279279
["stage", "stage_scenario", null, null, "The scenario that this `stage` should run (EXPERIMENTAL)."],
280280
["temporal_block", "block_end", null, null, "The end time for the `temporal_block`. Can be given either as a `DateTime` for a static end point, or as a `Duration` for an end point relative to the start of the current optimization."],
281281
["temporal_block", "block_start", null, null, "The start time for the `temporal_block`. Can be given either as a `DateTime` for a static start point, or as a `Duration` for an start point relative to the start of the current optimization."],

0 commit comments

Comments
 (0)