|
30 | 30 | " project_name = \"__test_database__\"\n",
|
31 | 31 | " if project_name in bd.projects:\n",
|
32 | 32 | " bd.projects.delete_project(project_name)\n",
|
33 |
| - " #bd.projects.purge_deleted_directories()\n", |
| 33 | + " bd.projects.purge_deleted_directories()\n", |
34 | 34 | "\n",
|
35 | 35 | " bd.projects.set_current(project_name)\n",
|
36 | 36 | "\n",
|
|
655 | 655 | "id": "a76e97e9",
|
656 | 656 | "metadata": {},
|
657 | 657 | "source": [
|
658 |
| - "Note that the tail of the curve stops in 2124 (100 years after the functional unit), in 2134 (100 years after the emission) in the figure a few cells above." |
| 658 | + "Note that the tail of the curve stops in 21**2**4 (100 years after the functional unit), in 21**3**4 (100 years after the emission) in the figure a few cells above." |
659 | 659 | ]
|
660 | 660 | },
|
661 | 661 | {
|
|
799 | 799 | " project_name = \"__test_database1__\"\n",
|
800 | 800 | " if project_name in bd.projects:\n",
|
801 | 801 | " bd.projects.delete_project(project_name)\n",
|
802 |
| - " #bd.projects.purge_deleted_directories()\n", |
| 802 | + " bd.projects.purge_deleted_directories()\n", |
803 | 803 | "\n",
|
804 | 804 | " bd.projects.set_current(project_name)\n",
|
805 | 805 | "\n",
|
|
1113 | 1113 | },
|
1114 | 1114 | {
|
1115 | 1115 | "cell_type": "code",
|
1116 |
| - "execution_count": 23, |
| 1116 | + "execution_count": 26, |
1117 | 1117 | "id": "a2027c21",
|
1118 | 1118 | "metadata": {},
|
1119 | 1119 | "outputs": [
|
|
1208 | 1208 | "df = pd.DataFrame(\n",
|
1209 | 1209 | " {'Time horizon': list(gwp_fixed_TH.keys()), \n",
|
1210 | 1210 | " 'GWP (fixed time horizon)': list(gwp_fixed_TH.values()),\n",
|
1211 |
| - " 'GWP (flexible time horizon)' : list(gwp_flexible_TH.values())})\t\n" |
| 1211 | + " 'GWP (flexible time horizon)' : list(gwp_flexible_TH.values())})\t\n", |
| 1212 | + "\n", |
| 1213 | + "\n" |
1212 | 1214 | ]
|
1213 | 1215 | },
|
1214 | 1216 | {
|
1215 | 1217 | "cell_type": "code",
|
1216 |
| - "execution_count": 24, |
1217 |
| - "id": "ef02c2aa", |
| 1218 | + "execution_count": 27, |
| 1219 | + "id": "f62763da", |
1218 | 1220 | "metadata": {},
|
1219 | 1221 | "outputs": [
|
1220 | 1222 | {
|
|
1322 | 1324 | "9 500 30.052980 29.977030"
|
1323 | 1325 | ]
|
1324 | 1326 | },
|
1325 |
| - "execution_count": 24, |
| 1327 | + "execution_count": 27, |
1326 | 1328 | "metadata": {},
|
1327 | 1329 | "output_type": "execute_result"
|
1328 | 1330 | }
|
1329 | 1331 | ],
|
1330 | 1332 | "source": [
|
1331 |
| - "df " |
| 1333 | + "df" |
1332 | 1334 | ]
|
1333 | 1335 | },
|
1334 | 1336 | {
|
1335 | 1337 | "cell_type": "markdown",
|
1336 | 1338 | "id": "8e25613c",
|
1337 | 1339 | "metadata": {},
|
1338 | 1340 | "source": [
|
1339 |
| - "One can see that an increase in time horizon leads to smaller differences between fixed (time horizon starts at FU for all flows) and flexible timoe horizons (time horizon starts at each emissions seperaterly). An increase in TH also leads to lower overall scores, because the system contains multiple short-lived GHG, such as CH4 and N2O, whose CO2-equivalance value decreases when assessing longer time horizons." |
| 1341 | + "One can see that a longer time horizon leads to smaller differences between fixed (time horizon starts at FU for all flows) and flexible time horizons (time horizon starts at each emissions seperately). An increase in time horizon also leads to lower overall scores, because the system contains multiple short-lived GHGs, such as CH4 and N2O, whose CO2-equivalence value decreases when assessing longer time horizons." |
1340 | 1342 | ]
|
1341 | 1343 | }
|
1342 | 1344 | ],
|
|
0 commit comments