Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
backbone
backbone
Commits
940de654
Commit
940de654
authored
Sep 03, 2021
by
Niina Helistö
Browse files
Small updates to template files
parent
ea843381
Changes
3
Hide whitespace changes
Inline
Side-by-side
defModels/buildingInit_temp.gms
View file @
940de654
...
...
@@ -68,6 +68,19 @@ if (mType('building'),
mInterval('building', 'stepsPerInterval', 'c000') = 1;
mInterval('building', 'lastStepInIntervalBlock', 'c000') = 336;
* --- z-structure for superpositioned nodes ----------------------------------
// add the candidate periods to model
// no need to touch this part
// The set is mainly used in the 'invest' model
mz('building', z) = no;
// Mapping between typical periods (=samples) and the candidate periods (z).
// Assumption is that candidate periods start from z000 and form a continuous
// sequence.
// The set is mainly used in the 'invest' model
zs(z,s) = no;
* =============================================================================
* --- Model Forecast Structure ------------------------------------------------
* =============================================================================
...
...
defModels/scheduleInit_temp.gms
View file @
940de654
...
...
@@ -101,6 +101,19 @@ if (mType('schedule'),
mInterval('schedule', 'stepsPerInterval', 'c004') = 168;
mInterval('schedule', 'lastStepInIntervalBlock', 'c004') = 8760;
* --- z-structure for superpositioned nodes ----------------------------------
// add the candidate periods to model
// no need to touch this part
// The set is mainly used in the 'invest' model
mz('schedule', z) = no;
// Mapping between typical periods (=samples) and the candidate periods (z).
// Assumption is that candidate periods start from z000 and form a continuous
// sequence.
// The set is mainly used in the 'invest' model
zs(z,s) = no;
* =============================================================================
* --- Model Forecast Structure ------------------------------------------------
* =============================================================================
...
...
@@ -140,7 +153,7 @@ if (mType('schedule'),
mf_realization('schedule', 'f00') = yes;
mf_central('schedule', f) = no;
mf_central('schedule', 'f02') = yes;
// Define special forecast label that holds scenario data
//mf_scenario('schedule', 'scen') = yes;
...
...
timeAndSamples_temp.inc
View file @
940de654
...
...
@@ -21,7 +21,7 @@ $offtext
s
"Samples from historical periods"
/
s000
*
s999
/
f
"Forecasts for the short term"
/
f00
*
f99
,
scen
'long-term scenarios'
,
scen
'long-term scenarios'
/
t
"Model time steps"
/
t000000
*
t017568
/
scenario
"Long-term scenarios"
/
scen00
/
...
...
Niina Helistö
@nhniina
mentioned in issue
#154 (closed)
·
Sep 21, 2021
mentioned in issue
#154 (closed)
mentioned in issue #154
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment