Browse Source

downscaling

Daniel Busch 9 months ago
parent
commit
d8256d56ea
1 changed files with 26 additions and 0 deletions
  1. 26 0
      src/unfccc_ghg_data/unfccc_reader/Mongolia/config_mng_bur2.py

+ 26 - 0
src/unfccc_ghg_data/unfccc_reader/Mongolia/config_mng_bur2.py

@@ -752,6 +752,32 @@ country_processing_step1 = {
         "entities": ["HFCS", "PFCS"],
         "source_GWP": gwp_to_use,
     },
+    "downscale": {
+        "sectors": {
+            "1.B_CH4": {
+                "basket": "1.B",
+                "basket_contents": ["1.B.1", "1.B.2"],
+                "entities": ["CH4"],
+                "dim": f"category ({coords_terminologies['category']})",
+                # "tolerance": 0.05,  # some inconsistencies (rounding?)
+            },
+            "1.B_CO2": {
+                "basket": "1.B",
+                "basket_contents": ["1.B.1", "1.B.2"],
+                "entities": ["CO2"],
+                "dim": f"category ({coords_terminologies['category']})",
+                "sel": {
+                    "time": [
+                        "2000",
+                        "2005",
+                        "2010",
+                        "2015",
+                        "2020",
+                    ]
+                },
+            },
+        }
+    },
 }
 
 country_processing_gas_baskets = {"tolerance": 0.02}