-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathEV_HINTERVALS.INC
38 lines (38 loc) · 3.47 KB
/
EV_HINTERVALS.INC
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
* -----------------------------------------------------
* XLS2GMS Version 1.5, August 2002
* Erwin Kalvelagen, GAMS Development Corp.
* -----------------------------------------------------
* Application: Microsoft Excel
* Version: 15.0
* Workbook: C:\TortoiseGit\Balmorel_flex4RES\transport_scenario_data\EV_data.xlsx
* Sheet: HIntervals
* Range: $A$1:$J$27
* -----------------------------------------------------
TABLE EV_HINTERVALS(HHH,EV_IALLINTERVALS)
EV_TZERO EV_TINFLEX EV_TNOTDECREASABLE EV_TNOTINCREASABLE EV_TN EV_TD /* Corresponding hour in TTT */
H17 yes /* T001 */
H18 yes /* T002 */
H19 yes /* T003 */
H20 yes /* T004 */
H21 yes /* T005 */
H22 yes /* T006 */
H23 yes /* T007 */
H24 yes yes /* T008 */
H01 yes yes /* T009 */
H02 yes /* T010 */
H03 yes /* T011 */
H04 yes /* T012 */
H05 yes /* T013 */
H06 yes /* T014 */
H07 yes /* T015 */
H08 yes yes /* T016 */
H09 yes yes /* T017 */
H10 yes /* T018 */
H11 yes /* T019 */
H12 yes /* T020 */
H13 yes /* T021 */
H14 yes /* T022 */
H15 yes /* T023 */
H16 yes /* T024 */
;
* -----------------------------------------------------