t
-- Time (year)r
-- Regions
-- Sector ???
tol_param(r, s, "description")
temp(t)
-- Global mean temperature at timet
RF(t)
-- Radiative forcing at timet
SL(t)
-- Sea level at timet
SLR(t)
-- Sea level rise at timet
Y(t,r)
-- Income in regionr
at timet
Y_pc(t, r)
-- Per capita income in regionr
at timet
Y_pc_growth(t,r)
-- Growth rate of per-capita income of regionr
at timet
A(t,r)
-- Area of regionr
at timet
P_dens(t,r)
-- Population density of regionr
at timet
P_growth(t,r)
-- Population growth of regionr
at timet
CO2(t)
-- CO2 atmospheric concentration at timet
-
Region (
r
) --"world"
-
Sector (
s
) --"all"
-
E.g., a parameter that is region specific but encompasses all sectors:
tol_param(r, "all", "elevation")
-
Or, a parameter that is not region or sector specific:
tol_param("world", "all", "income_elasticity")
- For recursive processes, use
t
,t-1
,t-2
... syntax (rather than ...t+2
,t+1
,t
).