Skip to content

Commit

Permalink
Deployed b984ec7 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanderwijst committed Mar 7, 2024
1 parent a361a39 commit d5efb72
Show file tree
Hide file tree
Showing 15 changed files with 1,694 additions and 12 deletions.
21 changes: 21 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,27 @@









<li class="md-nav__item">
<a href="/components/regions/" class="md-nav__link">


<span class="md-ellipsis">
Region definitions
</span>


</a>
</li>




</ul>
</nav>

Expand Down
460 changes: 460 additions & 0 deletions assets/data/run_cba.csv

Large diffs are not rendered by default.

135 changes: 135 additions & 0 deletions assets/data/run_cba.csv.params.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
{
"time": {
"start": 2020,
"end": 2150,
"dt": 5.0
},
"SSP": "SSP2",
"economics": {
"PRTP": 0.015,
"elasmu": 1.001,
"inequal_aversion": 0.5,
"GDP": {
"alpha": 0.3,
"depreciation of capital": 0.05,
"savings rate": 0.21
},
"MAC": {
"beta": 3.0,
"rho": 0.82,
"gamma": "2601 USD2005/tCO2",
"regional calibration factor": "kappa_rel_abatement_0.75_2050",
"rel_mitigation_costs_min_level": 0.0
},
"emission trade": {
"min rel payment level": false,
"max rel payment level": false
},
"damages": {
"percentage reversible": 1.0,
"scale factor": 1.0,
"ignore damages": false,
"quantile": 0.5,
"coacch_slr_withadapt": true,
"coacch_combined_slr_nonslr_damages": false
},
"adaptation": {
"curr_level": 0.0,
"fixed": false
}
},
"emissions": {
"carbonbudget": false,
"global min level": "-20 GtCO2/yr",
"regional min level": "-10 GtCO2/yr",
"not positive after budget year": true,
"non increasing emissions after 2100": true,
"baseline carbon intensity": true,
"inertia": {
"global": false,
"regional": -0.05
},
"cumulative_emissions_trapz": true
},
"burden sharing": {
"regime": "noregime",
"percapconv_year": 2050.0
},
"temperature": {
"initial": "1.16 delta_degC",
"TCRE": "0.62 delta_degC/(TtCO2)",
"target": false
},
"model": {
"damage module": "COACCH",
"emissiontrade module": "notrade",
"financialtransfer module": "notransfer",
"welfare module": "welfare_loss_minimising",
"objective module": "utility"
},
"regionstype": "IMAGE26",
"regions": {
"CAN": {},
"USA": {},
"MEX": {},
"RCAM": {},
"BRA": {},
"RSAM": {},
"NAF": {},
"WAF": {},
"EAF": {},
"SAF": {},
"WEU": {},
"CEU": {},
"TUR": {},
"UKR": {},
"STAN": {},
"RUS": {},
"ME": {},
"INDIA": {},
"KOR": {},
"CHN": {},
"SEAS": {},
"INDO": {},
"JAP": {},
"OCE": {},
"RSAS": {},
"RSAF": {}
},
"input": {
"db_filename": "inputdata/data/data_IMAGE_SSP.csv",
"baselines": {
"SSP1": {
"scenario": "SSP1-Ref-SPA0-V17",
"model": "IMAGE"
},
"SSP2": {
"scenario": "SSP2-Ref-SPA0-V17",
"model": "IMAGE"
},
"SSP3": {
"scenario": "SSP3-Ref-SPA0-V17",
"model": "IMAGE"
},
"SSP4": {
"scenario": "SSP4-Ref-SPA0-V17",
"model": "IMAGE"
},
"SSP5": {
"scenario": "SSP5-Ref-SPA0-V17",
"model": "IMAGE"
}
},
"variables": {
"GDP": "GDP|PPP",
"emissions": "Emissions|CO2",
"population": "Population"
}
},
"simulation": {
"simulationmode": false,
"constraint_variables": {},
"deactivated_constraints": [],
"custom_mapping": {}
}
}
7 changes: 7 additions & 0 deletions components/economics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@
</ul>
</nav>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="../regions/">
<span class="md-ellipsis">
Region definitions
</span>
</a>
</li>
</ul>
</nav>
</li>
Expand Down
27 changes: 24 additions & 3 deletions components/emissions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="prev" href="../welfare/">


<link rel="next" href="../../parameters/">
<link rel="next" href="../regions/">


<link rel="icon" href="../../assets/circle_logo.svg">
Expand Down Expand Up @@ -505,6 +505,27 @@









<li class="md-nav__item">
<a href="../regions/" class="md-nav__link">


<span class="md-ellipsis">
Region definitions
</span>


</a>
</li>




</ul>
</nav>

Expand Down Expand Up @@ -1424,13 +1445,13 @@ <h3 id="mimosa.components.emissions._get_inertia_and_budget_constraints--paramet



<a href="../../parameters/" class="md-footer__link md-footer__link--next" aria-label="Next: Parameter reference">
<a href="../regions/" class="md-footer__link md-footer__link--next" aria-label="Next: Region definitions">
<div class="md-footer__title">
<span class="md-footer__direction">
Next
</span>
<div class="md-ellipsis">
Parameter reference
Region definitions
</div>
</div>
<div class="md-footer__button md-icon">
Expand Down
21 changes: 21 additions & 0 deletions components/general/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,27 @@









<li class="md-nav__item">
<a href="../regions/" class="md-nav__link">


<span class="md-ellipsis">
Region definitions
</span>


</a>
</li>




</ul>
</nav>

Expand Down
Loading

0 comments on commit d5efb72

Please sign in to comment.