Skip to content

Commit 3b53db2

Browse files
committed
Change description of global production market and rename them to global export market after comments from the reviewers.
1 parent ab90c6a commit 3b53db2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

regioinvent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@ def first_order_regionalization(self):
477477
global_market_activity = copy.deepcopy(dataset)
478478

479479
# rename activity
480-
global_market_activity['name'] = f"""production market for {product}"""
480+
global_market_activity['name'] = f"""export market for {product}"""
481481

482482
# add a comment
483-
global_market_activity['comment'] = f"""This process represents the global production market for {product}. The shares come from export data from the UN COMTRADE database. Data from UN COMTRADE is already in physical units. An average of the 5 last years of export trade available data is taken (in general from 2019 to 2023). Countries are taken until 95% of the global production amounts are covered, the rest of the data is aggregated in a RoW (Rest-of-the-World) region."""
483+
global_market_activity['comment'] = f"""This process represents the global export market for {product}. It can be used as a proxy for global production market but is not a global production market as it does not include domestic production data. The shares come from export data from the UN COMTRADE database. Data from UN COMTRADE is already in physical units. An average of the 5 last years of export trade available data is taken (in general from 2019 to 2023). Countries are taken until XX% of the global production amounts are covered, XX being the cut-off you selected while generating the regioinvent database. The rest of the data is aggregated in a RoW (Rest-of-the-World) region."""
484484

485485
# location will be global (global market)
486486
global_market_activity['location'] = 'GLO'

0 commit comments

Comments
 (0)