-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstructure.gms
More file actions
48 lines (38 loc) · 1.07 KB
/
structure.gms
File metadata and controls
48 lines (38 loc) · 1.07 KB
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
*** From class
* File name conventions
* mosaic_`sector`_dec.gms
* mosaic_`sector`_exe.gms
* Then include all declarations at top.
* For execution, instead of $include, use $batinclude
* main loop
loop(t,
* Solow Swan model
* Y_gross
* Y_net
* For now, assume these are the same -- but do it on Y_net
* emissions (Mega-tons C)
* populations
* Derivative calculations
* Inputs:
* Various...
* Per capita
* Density
* DICE carbon cycle
* Inputs:
* Emissions
* Outputs:
* Change in global mean temperature (C)
* Concentration in CO2 (ppm)
* Change in ocean temperature (C)
* Damages
* Takes above as inputs
* For mine:
* Use a conditional at a top (if coast > 0)
* Growth RATE is present year / last year - 1
* This applies to all '_growth' measures
* Wetland area loss:
* First, compute the value of the wetland
* Then, amount that would be lost
* Then, multiply by value of loss
* Then, decrement any losses (including area)
);