-
Notifications
You must be signed in to change notification settings - Fork 0
/
50scen.inc
100 lines (74 loc) · 3.35 KB
/
50scen.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
* Automatically created file, please enter changes into beam.xls
TABLE pElyCtrf(y0,m) "Electricity prices USD/MWh"
m01 m02 m03 m04 m05 m06 m07 m08 m09 m10 m11 m12
2009 7.000000E+01 7.000000E+01 6.000000E+01 5.000000E+01 4.000000E+01 3.000000E+01 3.000000E+01 4.000000E+01 5.000000E+01 5.000000E+01 6.000000E+01 6.500000E+01
2020 7.000000E+01 7.000000E+01 6.000000E+01 5.000000E+01 4.000000E+01 3.000000E+01 3.000000E+01 4.000000E+01 5.000000E+01 5.000000E+01 6.000000E+01 6.500000E+01
2050 7.000000E+01 7.000000E+01 6.000000E+01 5.000000E+01 4.000000E+01 3.000000E+01 3.000000E+01 4.000000E+01 5.000000E+01 5.000000E+01 6.000000E+01 6.500000E+01
;
TABLE pCrop0(j,sSce) "Crop prices (USD/ton)"
base ctrf
cot 1.000000E+03 1.000000E+03
wht 3.000000E+02 3.000000E+02
ric 5.000000E+02 5.000000E+02
alf 1.000000E+02 1.000000E+02
veg 4.000000E+01 4.000000E+01
fru 4.500000E+02 4.500000E+02
oth 7.500000E+01 7.500000E+01
;
PARAMETER pInput0(k) "Input price change (%)" /
labr 1.000000E+00
cptl 1.000000E+00
inpt 1.000000E+00
/;
PARAMETER baseyear(y0) "Base year choice" /
2001 0.000000E+00
2009 1.000000E+00
/;
TABLE demography(y0,sSec) "Demographic contribution to water use growth"
HH Ind
2009 0.000000E+00 0.000000E+00
2020 2.000000E-01 1.000000E-01
2050 5.000000E-01 2.000000E-01
;
SCALAR fixedOp "Fixed mode operation for reservoirs" /
0
/;
PARAMETER iInv0(sInv) "Irrigation efficiency investments" /
usdPerMM3 0.000000E+00
usdPerHa 0.000000E+00
improve 0.000000E+00
/;
PARAMETER resNewOp(b) "New reservoirs put in operation" /
res_DAS 0.000000E+00
res_ROG 0.000000E+00
res_KAM 0.000000E+00
res_ZAR 0.000000E+00
res_NAR 0.000000E+00
res_VAH 0.000000E+00
/;
SCALAR sT "Elasticity of transformation" /
5.000000E-01
/;
PARAMETER jAF0(j) "Crops with sluggish land allocation" /
cot 1.000000E+00
wht 1.000000E+00
ric 1.000000E+00
alf 1.000000E+00
fal 0.000000E+00
/;
PARAMETER modelYear "Model year choice" /
2009 1.000000E+00
2020 0.000000E+00
2050 0.000000E+00
/;
PARAMETER natExtra0(b) "Extra nature demands relative to baseline" /
LAK_ARN 0.000000E+00
LAK_ARS 0.000000E+00
LAK_GOL 0.000000E+00
/;
SCALAR ctrfBuild0 "Buildup or rundown of reservoirs, share of total capacity" /
0.000000E+00
/;
SCALAR fallowLand "Percentage of planning zone fallow land relative to crop land" /
0.000000E+00
/;