diff --git a/doc/api/tools-impacts.rst b/doc/api/tools-impacts.rst new file mode 100644 index 0000000000..19ce422435 --- /dev/null +++ b/doc/api/tools-impacts.rst @@ -0,0 +1,109 @@ +.. currentmodule:: message_ix_models.tools.impacts + +Climate impact prediction toolkit (:mod:`.tools.impacts`) +********************************************************** + +.. contents:: + :local: + +Overview +======== + +:mod:`.tools.impacts` provides GMT-to-impact prediction via RIME regional +emulators, with helpers for assembling GMT ensembles from MAGICC output and +resampling sparse calibration inputs onto MESSAGE model years. + +The toolkit is domain-agnostic: it predicts at native emulator resolution and +returns NumPy arrays. Domain modules under :mod:`.model.buildings`, +:mod:`.model.water.data`, and :mod:`.project.sparccle` own the transformation +to MESSAGE-compatible parameters. + +RIME prediction is an adapted reimplementation of the GWL-binned +nearest-neighbor lookup from Byers et al. (2025), *Environ. Res.: Climate* +**4** 035011, `doi:10.1088/2752-5295/adee3d +`_; +upstream code at `iiasa/rime `_ (GPL-3.0). +See :mod:`.tools.impacts.rime` for full attribution. + +Usage +===== + +.. code-block:: python + + import numpy as np + + from message_ix_models.tools.impacts import ( + GmtArray, + gmt_ensemble, + gmt_expectation, + load_magicc_gmt, + predict_rime, + ) + + # Read a MAGICC climate-assessment Excel run-ensemble + gmt = load_magicc_gmt("/path/to/magicc_output_dir", n_runs=600) + # gmt.values: (n_runs, n_years); gmt.years: (n_years,) + + # Single-trajectory prediction (ensemble-mean GMT) + mean = gmt_expectation(gmt) # values shape (n_years,) + qtot_1d = predict_rime( + mean.values, + "rime_regionarray_qtot_mean_CWatM_annual_window11.nc", + "qtot_mean", + ) # (157, n_years) + + # Ensemble prediction with mean reduction + qtot_2d = predict_rime( + gmt.values, + "rime_regionarray_qtot_mean_CWatM_annual_window11.nc", + "qtot_mean", + aggregate="mean", + ) # (157, n_years) + +RIME emulators (:mod:`.tools.impacts.rime`) +=========================================== + +RIME datasets use GWL-binned nearest-neighbor lookup. Each emulator covers a +GMT range of 0.6–7.4 °C (ISIMIP3b-derived). Values outside this range return +NaN; values below the minimum are clipped with skewed Beta(2, 5) noise via +:func:`.clip_gmt`. + +For ensemble input ``(n_runs, n_years)``, :func:`.predict_rime` returns a +Monte Carlo estimate of ``E_{P(GMT)}[f(GMT)]`` when called with +``aggregate="mean"``. This is meaningful only when the emulator response is +approximately linear over the GMT range present in the ensemble; for +single-run input on a non-linear emulator it raises. Use +:func:`.check_emulator_linearity` to probe a dataset before relying on +ensemble means. :func:`.open_rime_dataset` opens a packaged NetCDF by +filename and caches the result. + +Climate inputs (:mod:`.tools.impacts.climate`) +=============================================== + +:func:`.load_magicc_gmt` reads a ``*_IAMC_climateassessment.xlsx`` file and +returns a :class:`.GmtArray` of per-run GSAT trajectories. +:func:`.gmt_ensemble` builds a :class:`.GmtArray` from any wide DataFrame with +year columns. :func:`.gmt_expectation` reduces an ensemble to its per-year +``nanmean``. :func:`.persist_gmt_mean` writes the ensemble-mean trajectory +onto a scenario as a ``Physical Climate Impact|Surface Temperature (GSAT)`` +timeseries. + +Temporal resampling (:mod:`.tools.impacts.temporal`) +===================================================== + +:func:`.sample_to_model_years` maps annual or sparse calibration inputs to +MESSAGE model years via ``method="point"`` (lookup), ``"average"`` (period +mean), or ``"interpolate"`` (linear infill between sparse anchors with +forward-fill beyond the last input). + +Code reference +============== + +.. currentmodule:: message_ix_models.tools + +.. autosummary:: + :toctree: _autosummary + :template: autosummary-module.rst + :recursive: + + impacts diff --git a/doc/api/tools.rst b/doc/api/tools.rst index 774e4dc459..fd38eba9ab 100644 --- a/doc/api/tools.rst +++ b/doc/api/tools.rst @@ -10,6 +10,7 @@ On other pages: - :doc:`tools-bilateralize` - :doc:`tools-costs` +- :doc:`tools-impacts` On this page: diff --git a/doc/impacts/index.rst b/doc/impacts/index.rst new file mode 100644 index 0000000000..2781732c05 --- /dev/null +++ b/doc/impacts/index.rst @@ -0,0 +1,125 @@ +Physical impacts +**************** + +.. contents:: + :local: + +Architecture +============ + +Physical-impact support is split across three layers. Generic prediction +utilities live in :mod:`message_ix_models.tools.impacts`. They evaluate +packaged RIME emulators and return impact arrays at the emulator's native +resolution. The current file reader ingests MAGICC ensembles in the +``climate-assessment`` workbook format; the downstream prediction utilities +only require an ensemble realization of global mean temperature and can be +fed by other simple climate models through :class:`~message_ix_models.tools.impacts.GmtArray`. + +Domain application modules translate those predictions into MESSAGE scenario +edits. The current application modules are +:mod:`message_ix_models.model.buildings.impacts` for buildings demand and +:mod:`message_ix_models.model.water.data.cooling_impacts` for thermoelectric +cooling. Basin-level water transformations live in +:mod:`message_ix_models.model.water.data.impacts`. + +Project workflows, such as :mod:`message_ix_models.project.sparccle`, choose +starter scenarios, input files, variants, and clone names. They do not define +the domain-specific MESSAGE parameters used for an impact. + +Buildings +========= + +Buildings impacts replace the climate-sensitive part of aggregate +``rc_spec`` and ``rc_therm`` demand. The replacement demand is calibrated in +three layers. + +The correction-coefficient files contain archetype-level ``gamma`` terms. +STURM encodes stock turnover, access, cooling-area, and other internal +dynamics. RIME/CHILLED provides climate-responsive energy intensity. Energy +intensity multiplied by floor area does not by itself reproduce the STURM +time series, so ``gamma`` is constructed so the reference-temperature product +matches STURM baseline energy demand: + +.. math:: + + \mathrm{raw}_{r,a,t} = + \gamma_{r,a,t} \cdot EI_{r,a}(GSAT_t) \cdot F_{r,a,t} + +where ``F`` is STURM floor area. In the packaged CSV files, ``gamma`` is the +``correction_coeff`` column. + +The ``theta`` files are a second calibration layer. The raw STURM trajectory +is not the same object as the calibrated residential/commercial demand that +enters MESSAGE. For each SSP, ``theta`` scales the node-year aggregate so the +reference-GWL result matches the calibrated buildings heating and cooling +demand from the Shared Socioeconomic Pathways 2023 / WP-RC demand workflow. + +The ``rc_sector_fractions`` files identify the residential and commercial +buildings components already present in aggregate ``rc_spec`` and +``rc_therm`` so they can be removed before the replacement demand is added. + +Packaged SSP coverage differs across the calibration layers. ``theta`` and +``rc_sector_fractions`` ship for SSP1, SSP2, and SSP3. ``gamma`` (the +``correction_coefficients`` files) and the STURM floor-area projections are +SSP2-only, pending additional STURM runs. Buildings impacts under SSP1 or +SSP3 therefore use SSP-specific ``theta`` and ``rc_sector_fractions`` on top +of an SSP2 STURM baseline and SSP2 ``gamma``. + +Thermoelectric cooling +====================== + +Thermoelectric cooling impacts use +:file:`message_ix_models/data/impacts/rime/r12_thermoelectric_gwl.nc`. The +file is R12-coded and has two cooling categories: ``wet`` for freshwater +once-through and closed-loop cooling, and ``dry`` for air cooling. Ratios are +computed relative to the 1.0 °C GWL capacity factor. + +Wet and dry cooling use different MESSAGE-side levers. Wet cooling limits +freshwater-cooled activity, so the application writes relation bounds on +freshwater once-through and closed-loop cooling technologies. Dry cooling +reduces air-cooled plant performance, so the application derates +``capacity_factor`` rows for ``__air`` technologies. Saline cooling is not +represented in the packaged RIME cooling dataset and is left unchanged. + +The wet-cooling relation is constructed so that, given the regional freshwater +share, total freshwater-cooled activity from a parent power technology cannot +exceed the warming-impaired capacity factor times that parent's activity. +Dry cooling is represented directly as a multiplicative derating of air-cooled +capacity factors. + +The impact kernels are based on: + +- Wet cooling: Li et al. (2025), "Global hydroclimatic risks and strategic + decommissioning pathways for thermal power units." *Nature Sustainability*. + doi:10.1038/s41893-025-01692-9 +- Dry cooling: Qin et al. (2023), "Global assessment of the carbon-water + tradeoff of dry cooling for thermal power generation." *Nature Water*. + doi:10.1038/s44221-023-00120-6 + +Water availability +================== + +Basin-level water impacts use RIME datasets at native 157-basin resolution. +The packaged water datasets store GWL-indexed conditional summaries for +``qtot_mean`` and ``qr`` from CWatM ISIMIP3b realizations. The stored +variables are the expected value plus selected spread summaries +(``std``, ``p10``, ``p50``, and ``p90``). The source realizations span five GCMs +(``gfdl-esm4``, ``ipsl-cm6a-lr``, ``mpi-esm1-2-hr``, ``mri-esm2-0``, +``ukesm1-0-ll``) and three SSP-RCP climate scenarios (``ssp126``, +``ssp370``, ``ssp585``). The future CWatM runs use +``2015soc-from-histsoc`` direct human forcing, so runs differ by climate +forcing rather than by changing socioeconomic water-use assumptions. The +RIME datasets are binned with an 11-year centered time window. + +The water application expands those predictions to the MESSAGE basin-region +rows used by the water module, including transboundary basin splits. This is +also a domain application layer: :mod:`message_ix_models.tools.impacts` +predicts emulator values, while :mod:`message_ix_models.model.water.data.impacts` +owns the basin mapping and water-specific output shapes. + +The current transform preserves the RIME prediction values while changing the +spatial index from native emulator basins to MESSAGE basin-region rows. Future +water-CID application work is expected to add the MESSAGE-side hydrology +semantics on top of that mapping, including groundwater-share construction, +km3-to-MCM conversion, and the sign convention needed when water availability +is represented through MESSAGE demand-like parameters. diff --git a/doc/index.rst b/doc/index.rst index ee0ce53eaf..7f4d632f79 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -103,6 +103,7 @@ Other submodules are documented on their respective pages: api/tools api/tools-bilateralize api/tools-costs + api/tools-impacts api/tools-messagev api/data-sources api/workflow @@ -117,6 +118,7 @@ Other submodules are documented on their respective pages: :caption: Model variants buildings/index + impacts/index material/index transport/index water/index diff --git a/doc/project/sparccle.rst b/doc/project/sparccle.rst index 7e09125168..3fd17af244 100644 --- a/doc/project/sparccle.rst +++ b/doc/project/sparccle.rst @@ -1,7 +1,73 @@ SPARCCLE ******** -“Socioeconomic Pathways, Adaptation and Resilience to Changing CLimate in Europe” +"Socioeconomic Pathways, Adaptation and Resilience to Changing CLimate in Europe" - Project lead: :gh-user:`byersiiasa` - Lead modeler: :gh-user:`adrivinca` + +Overview +======== + +The SPARCCLE protocol combines socioeconomic starter scenarios with +climate-impact variants and project-specific clone naming. + +Economic impacts +================ + +Economic and GDP-based impacts are part of the broader SPARCCLE protocol. +They are not implemented by the physical-impact workflow described below. + +Physical climate impacts +======================== + +The physical-impact workflow applies climate-impact damage drivers to solved +MESSAGE starter scenarios. It reads starter-specific GSAT ensembles, evaluates +the packaged RIME impact emulators, and writes buildings and cooling impacts +to project-side scenario clones. + +Prerequisites +============= + +Each starter needs a MAGICC ``*_IAMC_climateassessment.xlsx`` file in the +directory configured by +:file:`message_ix_models/project/sparccle/scenario_config.yaml`. Buildings +impacts operate on calibrated ``rc_spec`` and ``rc_therm`` demand. Cooling +impacts require the water-cooling module; the workflow builds this prep clone +before applying cooling CIDs. + +SSP coverage +============ + +Buildings calibration data ships for SSP1, SSP2, and SSP3. Cooling impacts +do not depend on SSP-specific buildings calibration. + +Running the pipeline +==================== + +The CLI builds a workflow graph from +:file:`message_ix_models/project/sparccle/scenario_config.yaml` and runs +the requested target step: + +.. code-block:: bash + + # Buildings only + mix-models sparccle run "/ CI_b" --go + + # Cooling only (wet + dry, on a cooling-built prep clone) + mix-models sparccle run "/ CI_p" --go + + # Combined buildings + cooling + mix-models sparccle run "/ CI_bp" --go + +Each target writes a suffixed clone: + +- ``_CI_b`` — buildings demand replaced under + ``Final Energy|Residential and Commercial|{Cooling,Heating}``. +- ``_cooling_CI_p`` — wet-cooling activity bounds and dry-cooling + capacity-factor derating applied; ratios persisted as + ``Physical Climate Impact|Thermoelectric Cooling|*`` timeseries. +- ``_cooling_CI_bp`` — both, in one workflow step. + +See :doc:`/impacts/index` for the impact application modules and +:doc:`/api/tools-impacts` for the underlying GMT-to-impact toolkit. diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index c42d62c50a..67f3dc1318 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -20,6 +20,8 @@ Next release - Adjust :mod:`.project.ssp.transport` (:pull:`485`): - Add stub of :func:`.scenariomip.workflow.generate` (:pull:`394`). - New guide on HOWTO :doc:`/howto/report` (:pull:`488`). +- New :mod:`.tools.impacts` library and :mod:`.project.sparccle` consumer + for SPARCCLE physical-impact scenarios (:pull:`479`). v2026.4.17 ========== diff --git a/message_ix_models/cli.py b/message_ix_models/cli.py index a495c76ebf..97ee977fa5 100644 --- a/message_ix_models/cli.py +++ b/message_ix_models/cli.py @@ -166,6 +166,7 @@ def _log_threads(k: int, n: int): "message_ix_models.project.circeular.cli", "message_ix_models.project.edits.cli", "message_ix_models.project.navigate.cli", + "message_ix_models.project.sparccle.cli", "message_ix_models.project.ssp.cli", "message_ix_models.report.cli", "message_ix_models.model.material.cli", diff --git a/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_cool_SSP2_comm.csv b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_cool_SSP2_comm.csv new file mode 100644 index 0000000000..4e4f28f196 --- /dev/null +++ b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_cool_SSP2_comm.csv @@ -0,0 +1,2862 @@ +# METADATA: {"scenario": "SSP2", "description": "SSP2_BL: Base scenario", "mode": "cool", "sector": "comm", "eff_file": "eff_cool_ssp2.csv", "ac_file": "bld_shr_access_cool_comm_rev.csv", "generated": "2025-12-09T14:25:39.445453"} +region,arch,urt,year,chilled_ei_MJ_m2,floor_Mm2,sturm_energy_TJ,correction_coeff +AFR,comm_s1,rural,2020,65.97691065837212,126.09207633389,115.08991441823126,0.0138343097362084 +AFR,comm_s1,urban,2020,67.40736067677899,18.58502678997,78.04415111464026,0.062297389287734 +AFR,comm_s2,rural,2020,65.97691065837212,266.56128852236,229.986716493678,0.0130771678413573 +AFR,comm_s2,urban,2020,67.40736067677899,135.23792245146,554.8946597362348,0.0608702004658079 +AFR,comm_s3,rural,2020,65.97691065837212,373.76917935108,292.7707295718657,0.0118722270025397 +AFR,comm_s3,urban,2020,67.40736067677899,356.87956377434,1405.9274118811982,0.0584431877811285 +AFR,comm_s51_std,rural,2020,65.97691065837212,173.73642168595,131.2271422318724,0.0114482952875561 +AFR,comm_s51_std,urban,2020,67.40736067677899,184.08923443194,647.4081842357807,0.0521725988851697 +AFR,comm_sr11_std,rural,2020,65.97691065837212,3.23313016243,2.3608187573427606,0.0110674477891037 +AFR,comm_sr11_std,urban,2020,67.40736067677899,0.47653914851,1.6009056659136682,0.0498379114880357 +AFR,comm_sr21_std,rural,2020,65.97691065837212,6.83490483397,4.717676236429721,0.0104617342744568 +AFR,comm_sr21_std,urban,2020,67.40736067677899,3.4676390372,11.38245455593672,0.0486961603610964 +AFR,comm_sr31_std,rural,2020,65.97691065837212,9.58382511156,6.0055534269227335,0.0094977816017334 +AFR,comm_sr31_std,urban,2020,67.40736067677899,9.15075804537,28.83953665347611,0.04675455022474 +CHN,comm_s1,rural,2020,22.12829199010737,2023.84677013151,14432.84757912202,0.32227491587305 +CHN,comm_s1,urban,2020,21.290516010106405,266.86283366356,23502.08494162676,4.136491258980513 +CHN,comm_s2,rural,2020,22.12829199010737,2259.33575128999,13824.591613949846,0.2765181501249188 +CHN,comm_s2,urban,2020,21.290516010106405,1058.53939649076,79672.43628756182,3.535207289376076 +CHN,comm_s3,rural,2020,22.12829199010737,500.78291909726,2602.3363861198927,0.2348367348130027 +CHN,comm_s3,urban,2020,21.290516010106405,3507.77019445352,222586.9877423812,2.9804541915033504 +CHN,comm_s51_std,rural,2020,22.12829199010737,1686.0114673727,8531.029381841225,0.2286614852644014 +CHN,comm_s51_std,urban,2020,21.290516010106405,3038.39938708115,187424.20205776027,2.8973077183839098 +CHN,comm_s52_low,rural,2020,22.12829199010737,88.73744565119,370.1729409866318,0.1885167103921269 +CHN,comm_s52_low,urban,2020,21.290516010106405,104.32573062904,5192.223309961659,2.3376298283730206 +CHN,comm_sr11_std,rural,2020,22.12829199010737,49.29883158012,281.25549128550296,0.2578199326985183 +CHN,comm_sr11_std,urban,2020,21.290516010106405,4.27893453273,301.4698793896139,3.3091930071769924 +CHN,comm_sr12_low,rural,2020,22.12829199010737,2.59467534633,11.102190445376662,0.193364949521494 +CHN,comm_sr12_low,urban,2020,21.290516010106405,0.2252070806799999,11.900126819950245,2.481894755676975 +CHN,comm_sr21_std,rural,2020,22.12829199010737,55.03510163392001,269.4022981178936,0.2212145201001192 +CHN,comm_sr21_std,urban,2020,21.290516010106405,16.97284224911,1021.9876159120156,2.828165831500058 +CHN,comm_sr22_low,rural,2020,22.12829199010737,2.89658429649,10.634301241474006,0.1659108900765883 +CHN,comm_sr22_low,urban,2020,21.290516010106405,0.89330748682,40.34161642172949,2.121124373784505 +CHN,comm_sr31_std,rural,2020,22.12829199010737,12.19855828572,50.71219624213818,0.1878693878493983 +CHN,comm_sr31_std,urban,2020,21.290516010106405,56.24432151862,2855.205081391695,2.3843633532034256 +CHN,comm_sr32_low,rural,2020,22.12829199010737,0.6420293834299999,2.001797219981294,0.140902040886144 +CHN,comm_sr32_low,urban,2020,21.290516010106405,2.9602274483700004,112.70546374098944,1.7882725149187848 +EEU,comm_s1,rural,2020,5.70158380772776,293.53572861684,945.505898525064,0.5649470689824386 +EEU,comm_s1,urban,2020,5.644413686621755,220.29000762622,5029.561962216648,4.04498139701242 +EEU,comm_s2,rural,2020,5.70158380772776,54.53766666305,170.82417803989338,0.5493603032398537 +EEU,comm_s2,urban,2020,5.644413686621755,367.47029276826,8319.646814660266,4.01110303818459 +EEU,comm_s3,rural,2020,5.70158380772776,24.10402288902,68.63400705670479,0.4994066390944711 +EEU,comm_s3,urban,2020,5.644413686621755,84.89586690206,2392.862029833793,4.993583020737509 +EEU,comm_s51_std,urban,2020,5.644413686621755,119.59200930881,3240.9195088345846,4.8011717948521495 +EEU,comm_s52_low,rural,2020,5.70158380772776,82.58187132178999,416.0260525371991,0.8835686450058177 +EEU,comm_s52_low,urban,2020,5.644413686621755,145.39064295865,5132.531005591934,6.254265135324277 +EEU,comm_sr11_std,rural,2020,5.70158380772776,21.42017479091,55.19710110286366,0.4519576551851654 +EEU,comm_sr11_std,urban,2020,5.644413686621755,8.50878129206,155.41492123876358,3.235985117593218 +EEU,comm_sr12_low,rural,2020,5.70158380772776,2.38001942117,4.5997584251382335,0.3389682413874884 +EEU,comm_sr12_low,urban,2020,5.644413686621755,0.94542014355,12.951243436059867,2.426988838131887 +EEU,comm_sr21_std,rural,2020,5.70158380772776,3.97977567542,9.972438501869016,0.4394882425945265 +EEU,comm_sr21_std,urban,2020,5.644413686621755,14.19367308679,257.0794960176713,3.2088824304952666 +EEU,comm_sr22_low,rural,2020,5.70158380772776,0.44219729722,0.8310365416834464,0.3296161819272163 +EEU,comm_sr22_low,urban,2020,5.644413686621755,1.57707478751,21.42329133809485,2.406661823105273 +EEU,comm_sr31_std,rural,2020,5.70158380772776,1.75894221084,4.006742033660446,0.3995253112790813 +EEU,comm_sr31_std,urban,2020,5.644413686621755,3.27913359246,73.94012971894598,3.994866416603168 +EEU,comm_sr32_low,rural,2020,5.70158380772776,0.19543802344,0.3338951694348165,0.299643983405765 +EEU,comm_sr32_low,urban,2020,5.644413686621755,0.3643481769499999,6.161677478518868,2.996149813313497 +FSU,comm_s1,rural,2020,11.109164482874052,365.45020352517,801.6092582473369,0.1974481729282685 +FSU,comm_s1,urban,2020,8.158141779303799,359.95112342861,4756.458248418479,1.6197534250744203 +FSU,comm_s2,rural,2020,11.109164482874052,190.53659919152,891.5893937179997,0.4212162206242215 +FSU,comm_s2,urban,2020,8.158141779303799,743.32992398078,12265.701924859151,2.022644423577595 +FSU,comm_s3,rural,2020,11.109164482874052,151.06727961484,708.9854243185229,0.4224599090665802 +FSU,comm_s3,urban,2020,8.158141779303799,378.92989666601005,8332.842348455832,2.6955230214970016 +FSU,comm_s51_std,rural,2020,11.109164482874052,195.12953457859004,674.4025265547839,0.3111105817654538 +FSU,comm_s51_std,urban,2020,8.158141779303799,587.56604649842,10476.346552580322,2.1855558865494014 +FSU,comm_s52_low,rural,2020,11.109164482874052,10.26997550412,36.73244084095185,0.3219578237106236 +FSU,comm_s52_low,urban,2020,8.158141779303799,2.95259319849,54.15240607729744,2.2481376256966734 +FSU,comm_sr11_std,rural,2020,11.109164482874052,28.149542704,49.396462400314526,0.1579585383430892 +FSU,comm_sr11_std,urban,2020,8.158141779303799,2.5840319920900003,27.316687140027938,1.2958027398009666 +FSU,comm_sr12_low,rural,2020,11.109164482874052,1.48155487916,1.9498603579748768,0.1184689037612633 +FSU,comm_sr12_low,urban,2020,8.158141779303799,0.13600168379,1.0782902838878303,0.9718520567236104 +FSU,comm_sr21_std,rural,2020,11.109164482874052,14.67646777564,54.94118426311621,0.3369729765072675 +FSU,comm_sr21_std,urban,2020,8.158141779303799,5.33624756012,70.44282206636784,1.6181155387333288 +FSU,comm_sr22_low,rural,2020,11.109164482874052,0.7724456722999999,2.168730955943704,0.2527297322028291 +FSU,comm_sr22_low,urban,2020,8.158141779303799,0.28085513481,2.780637730843698,1.2135866614851425 +FSU,comm_sr31_std,rural,2020,11.109164482874052,11.63626342985,43.688831553450406,0.3379679272581435 +FSU,comm_sr31_std,urban,2020,8.158141779303799,2.72027759321,47.85612226370327,2.1564184173898138 +FSU,comm_sr32_low,rural,2020,11.109164482874052,0.61243491732,1.7245591416165047,0.2534759456586167 +FSU,comm_sr32_low,urban,2020,8.158141779303799,0.1431725048799999,1.889057450590489,1.617313807180314 +LAM,comm_s1,rural,2020,52.728216774604014,232.63636908495,2451.8806698481503,0.1998842775199569 +LAM,comm_s1,urban,2020,35.55892886384555,164.75635339798,11207.97080025604,1.9130932945632764 +LAM,comm_s2,rural,2020,52.728216774604014,292.29209918059,2766.5389318641296,0.1795050312848999 +LAM,comm_s2,urban,2020,35.55892886384555,1142.34161177491,77534.34071193163,1.9087516743898592 +LAM,comm_s3,rural,2020,52.728216774604014,100.27003149,785.7674696236854,0.1486208736241679 +LAM,comm_s3,urban,2020,35.55892886384555,1401.04098230175,88396.33939889504,1.7743315348534785 +LAM,comm_s51_std,rural,2020,52.728216774604014,180.08830791898998,1597.7370543124352,0.1682583809839798 +LAM,comm_s51_std,urban,2020,35.55892886384555,1095.8199091055,68986.30369593143,1.7704147496378195 +LAM,comm_sr11_std,rural,2020,52.728216774604014,5.96503510472,50.29498809836252,0.1599074220131084 +LAM,comm_sr11_std,urban,2020,35.55892886384555,4.22452188203,229.90709333887656,1.5304746356415049 +LAM,comm_sr21_std,rural,2020,52.728216774604014,7.49466920983,56.749516552960834,0.1436040250313665 +LAM,comm_sr21_std,urban,2020,35.55892886384555,29.290810558440004,1590.4480146064452,1.5270013395088171 +LAM,comm_sr31_std,rural,2020,52.728216774604014,2.57102644855,16.118307069583068,0.1188966988980411 +LAM,comm_sr31_std,urban,2020,35.55892886384555,35.92412775119,1813.2582440608408,1.419465227873275 +MEA,comm_s1,rural,2020,61.595338640236776,169.60323134726,2944.7513444871897,0.281881555347696 +MEA,comm_s1,urban,2020,56.63136680223274,66.7480722387,3704.750653147988,0.9800838040226496 +MEA,comm_s2,rural,2020,61.595338640236776,285.6158276895,2944.4382533419816,0.1673679641557784 +MEA,comm_s2,urban,2020,56.63136680223274,420.79007898969,38477.24550845105,1.6146613103141303 +MEA,comm_s3,rural,2020,61.595338640236776,285.44681852033,4078.363671464096,0.2319598907233793 +MEA,comm_s3,urban,2020,56.63136680223274,752.25779786262,67673.42354788473,1.5885262867649734 +MEA,comm_s51_std,rural,2020,61.595338640236776,223.94896195075,2676.766923288505,0.1940500040365304 +MEA,comm_s51_std,urban,2020,56.63136680223274,532.2125914261,43265.86044799404,1.4354998667330483 +MEA,comm_sr11_std,rural,2020,61.595338640236776,4.34880080382,60.40515578692809,0.2255052442854846 +MEA,comm_sr11_std,urban,2020,56.63136680223274,1.71148903176,75.99488519206939,0.7840670432115009 +MEA,comm_sr21_std,rural,2020,61.595338640236776,7.323482761309999,60.39873340710941,0.1338943713354551 +MEA,comm_sr21_std,urban,2020,56.63136680223274,10.78948920481,789.2768309490525,1.2917290482683346 +MEA,comm_sr31_std,rural,2020,61.595338640236776,7.31914919303,83.65874197316866,0.1855679125612249 +MEA,comm_sr31_std,urban,2020,56.63136680223274,19.28866148361,1388.1727907381437,1.2708210294263331 +NAM,comm_s1,rural,2020,16.500867644183007,950.005954543,91675.6390855891,5.848181437844342 +NAM,comm_s1,urban,2020,16.530658846572372,1762.93861907043,193498.6719885765,6.63973328025586 +NAM,comm_s2,rural,2020,16.500867644183007,320.75687658762,25296.620704541896,4.779470137337679 +NAM,comm_s2,urban,2020,16.530658846572372,2759.76841871432,250482.63713818643,5.490537009576302 +NAM,comm_s3,rural,2020,16.500867644183007,16.26640359548,9.243239929278769,0.0344370468842685 +NAM,comm_s3,urban,2020,16.530658846572372,2167.54671987765,189518.85613286457,5.289246363715356 +NAM,comm_s51_std,urban,2020,16.530658846572372,667.6268146745899,65222.97053257095,5.90985247527452 +NAM,comm_s52_low,urban,2020,16.530658846572372,35.13825340393,2734.967233004897,4.708491533825623 +NAM,comm_sr11_std,rural,2020,16.500867644183007,73.17613433641999,5649.201543655031,4.678545150277573 +NAM,comm_sr11_std,urban,2020,16.530658846572372,135.79392065814997,11923.701949572773,5.311786624206686 +NAM,comm_sr12_low,rural,2020,16.500867644183007,3.85137549139,222.9947977754945,3.508908862702964 +NAM,comm_sr12_low,urban,2020,16.530658846572372,7.147048455679999,470.6724453767346,3.983839968152129 +NAM,comm_sr21_std,rural,2020,16.500867644183007,24.70694860208,1558.8187893688607,3.8235761098801406 +NAM,comm_sr21_std,urban,2020,16.530658846572372,212.57675657654005,15435.14628850967,4.392429607661588 +NAM,comm_sr22_low,rural,2020,16.500867644183007,1.30036571591,61.53232062870996,2.8676820821866658 +NAM,comm_sr22_low,urban,2020,16.530658846572372,11.188250346179998,609.2820903346312,3.2943222057256505 +NAM,comm_sr31_std,rural,2020,16.500867644183007,1.2529527094,0.5695834334904157,0.027549637507519 +NAM,comm_sr31_std,urban,2020,16.530658846572372,166.95967977435,11678.459242781131,4.231397090972239 +NAM,comm_sr32_low,rural,2020,16.500867644183007,0.06594487944,0.0224835565705458,0.0206622281178796 +NAM,comm_sr32_low,urban,2020,16.530658846572372,8.787351567109999,460.9918122177101,3.173547818233463 +PAO,comm_s1,rural,2020,11.836758561502656,469.51246028861,40386.5193843832,7.267022661554584 +PAO,comm_s1,urban,2020,13.47203820486189,325.28241231112,41899.87031839187,9.561340640109126 +PAO,comm_s2,rural,2020,11.836758561502656,142.47899198169,11121.260789087964,6.594325824581215 +PAO,comm_s2,urban,2020,13.47203820486189,923.71672072253,107417.4673151703,8.63182838996061 +PAO,comm_s3,rural,2020,11.836758561502656,39.28514052386,2779.195708374669,5.976652841781274 +PAO,comm_s3,urban,2020,13.47203820486189,513.39722307361,50144.36332801556,7.249954825826472 +PAO,comm_s51_std,rural,2020,11.836758561502656,62.13068998747001,4360.194699518245,5.928801589837212 +PAO,comm_s51_std,urban,2020,13.47203820486189,352.69525221464,34788.41211767981,7.321527315919551 +PAO,comm_s52_low,rural,2020,11.836758561502656,3.2700363151300005,246.41220792030256,6.366149822267682 +PAO,comm_s52_low,urban,2020,13.47203820486189,16.52387642661,1736.9116218516278,7.802476635959379 +PAO,comm_sr11_std,rural,2020,11.836758561502656,36.16514896816,2488.682816113161,5.813618129233305 +PAO,comm_sr11_std,urban,2020,13.47203820486189,22.23730918611,2291.5235152315554,7.649072512085078 +PAO,comm_sr12_low,rural,2020,11.836758561502656,1.90342889308,98.23747958432138,4.360213596921837 +PAO,comm_sr12_low,urban,2020,13.47203820486189,1.17038469399,90.45487560067698,5.736804384105139 +PAO,comm_sr21_std,rural,2020,11.836758561502656,10.97473316618,685.3101243039342,5.275460659680022 +PAO,comm_sr21_std,urban,2020,13.47203820486189,63.14812465008,5874.71155469521,6.905462711971543 +PAO,comm_sr22_low,rural,2020,11.836758561502656,0.5776175350799999,27.051715430300693,3.9565954942353208 +PAO,comm_sr22_low,urban,2020,13.47203820486189,3.32358550789,231.89650873537343,5.179097033934636 +PAO,comm_sr31_std,rural,2020,11.836758561502656,3.02601758091,171.25854635846565,4.781322273523958 +PAO,comm_sr31_std,urban,2020,13.47203820486189,35.09741797488,2742.418696027048,5.799963860658505 +PAO,comm_sr32_low,rural,2020,11.836758561502656,0.1592640831799999,6.760205778020097,3.585991706101461 +PAO,comm_sr32_low,urban,2020,13.47203820486189,1.84723252496,108.2533695812952,4.349972895624641 +PAS,comm_s1,rural,2020,88.94046640388363,207.5302234002,2023.1317705220667,0.1096082929355096 +PAS,comm_s1,urban,2020,86.97389112889681,42.85010798001,1908.8648415838463,0.5121938480828871 +PAS,comm_s2,rural,2020,88.94046640388363,288.14938923664,2081.39699587219,0.0812152933748788 +PAS,comm_s2,urban,2020,86.97389112889681,241.858485644,13865.002382374218,0.6591279359560609 +PAS,comm_s3,rural,2020,88.94046640388363,241.31578021393,1171.8677085070435,0.0546001030328822 +PAS,comm_s3,urban,2020,86.97389112889681,471.51642342293,21542.835556114987,0.5253117821299391 +PAS,comm_s51_std,rural,2020,88.94046640388363,336.80364895141,2046.7415071815872,0.0683261274000831 +PAS,comm_s51_std,urban,2020,86.97389112889681,484.68361694796,21030.9950177462,0.4988989385246117 +PAS,comm_sr11_std,rural,2020,88.94046640388363,5.32128777951,41.50013888279352,0.087686634348728 +PAS,comm_sr11_std,urban,2020,86.97389112889681,1.09872071742,39.15620187760914,0.4097550784615151 +PAS,comm_sr21_std,rural,2020,88.94046640388363,7.3884458778,42.69532299106105,0.0649722346986438 +PAS,comm_sr21_std,urban,2020,86.97389112889681,6.201499631880001,284.41030527855384,0.5273023487646304 +PAS,comm_sr31_std,rural,2020,88.94046640388363,6.1875841081,24.038311969653343,0.0436800824264545 +PAS,comm_sr31_std,urban,2020,86.97389112889681,12.09016470317,441.9043190979303,0.4202494257015544 +RCPA,comm_s1,rural,2020,1.786384459819537,121.01140310856,243.6832869744544,1.127261087195821 +RCPA,comm_s1,urban,2020,1.8431962219183355,17.17108328016,95.76524444355196,3.02578910960332 +RCPA,comm_s2,rural,2020,1.786384459819537,199.67013683788,339.12554596374247,0.950763407196734 +RCPA,comm_s2,urban,2020,1.8431962219183355,57.33408961607,268.6349571855303,2.5420145604360176 +RCPA,comm_s3,rural,2020,1.786384459819537,227.24212480348,317.73998723756773,0.7827230084500596 +RCPA,comm_s3,urban,2020,1.8431962219183355,195.38168366504,748.7567689605341,2.0791477005446803 +RCPA,comm_s51_std,rural,2020,1.786384459819537,260.14916267747,351.44798632177907,0.7562470522575356 +RCPA,comm_s51_std,urban,2020,1.8431962219183355,189.36507209666,700.0904800450087,2.005777350897884 +RCPA,comm_s52_low,rural,2020,1.786384459819537,13.69206119355,13.761761510998726,0.5626395587701147 +RCPA,comm_s52_low,urban,2020,1.8431962219183355,6.501992327319999,17.56894197015463,1.4659784431215388 +RCPA,comm_sr11_std,rural,2020,1.786384459819537,2.94771366546,4.748699951303008,0.9018088697592926 +RCPA,comm_sr11_std,urban,2020,1.8431962219183355,0.27532474343,1.2284159794226226,2.4206312877514446 +RCPA,comm_sr12_low,rural,2020,1.786384459819537,0.15514282451,0.1874486822997535,0.6763566523081067 +RCPA,comm_sr12_low,urban,2020,1.8431962219183355,0.01449077597,0.0484901044303047,1.8154734650427569 +RCPA,comm_sr21_std,rural,2020,1.786384459819537,4.86375974346,6.608600382826013,0.7606107257550009 +RCPA,comm_sr21_std,urban,2020,1.8431962219183355,0.91930679368,3.445879305853392,2.033611648343506 +RCPA,comm_sr22_low,rural,2020,1.786384459819537,0.2559873549,0.2608658045756771,0.570458044337568 +RCPA,comm_sr22_low,urban,2020,1.8431962219183355,0.04838456808,0.1360215515194506,1.5252087362159166 +RCPA,comm_sr31_std,rural,2020,1.786384459819537,5.53538509136,6.191856161545801,0.6261784067601316 +RCPA,comm_sr31_std,urban,2020,1.8431962219183355,3.1327908117400005,9.604578206231784,1.663318160439256 +RCPA,comm_sr32_low,rural,2020,1.786384459819537,0.2913360574299999,0.2444153747866567,0.469633805064691 +RCPA,comm_sr32_low,urban,2020,1.8431962219183355,0.1648837269399999,0.3791280870812557,1.247488620259149 +SAS,comm_s1,rural,2020,88.54064198423131,631.86928602399,5470.90258002203,0.0977887892740922 +SAS,comm_s1,urban,2020,92.21603045623463,89.48626514109,2236.9887663585623,0.2710821972437407 +SAS,comm_s2,rural,2020,88.54064198423131,981.64294929256,8193.263062515056,0.0942672159211058 +SAS,comm_s2,urban,2020,92.21603045623463,435.3691825427501,10282.930572972044,0.256125486068778 +SAS,comm_s3,rural,2020,88.54064198423131,1109.2409686719302,8784.619375441747,0.0894446524465568 +SAS,comm_s3,urban,2020,92.21603045623463,812.53791844949,17517.899609942815,0.2337932522612311 +SAS,comm_s51_std,rural,2020,88.54064198423131,732.5296233301801,5507.090858557604,0.0849091284285486 +SAS,comm_s51_std,urban,2020,92.21603045623463,582.82336789583,12042.824921464844,0.2240706597347638 +SAS,comm_sr11_std,rural,2020,88.54064198423131,16.20177656472,112.22364266714553,0.0782310314192815 +SAS,comm_sr11_std,urban,2020,92.21603045623463,2.29451961902,45.886949053482496,0.2168657577931952 +SAS,comm_sr21_std,rural,2020,88.54064198423131,25.170332033120005,168.06693461585152,0.0754137727370232 +SAS,comm_sr21_std,urban,2020,92.21603045623463,11.16331237294,210.9319091887595,0.2049003888537245 +SAS,comm_sr31_std,rural,2020,88.54064198423131,28.44207611979,180.1973205217837,0.0715557219572141 +SAS,comm_sr31_std,urban,2020,92.21603045623463,20.83430560127,359.3415304605363,0.1870346018090646 +WEU,comm_s1,rural,2020,7.350772518239128,1080.40509554208,15843.003404839184,1.994885201956534 +WEU,comm_s1,urban,2020,7.231275305062125,1935.26790866009,52131.822753269655,3.72517705169862 +WEU,comm_s2,rural,2020,7.350772518239128,318.00712870232,2145.989191135845,0.9180317291385396 +WEU,comm_s2,urban,2020,7.231275305062125,1987.65000990501,64743.63719621352,4.5044553095663975 +WEU,comm_s3,rural,2020,7.350772518239128,155.97882345537,2503.454506156618,2.183439086411472 +WEU,comm_s3,urban,2020,7.231275305062125,1422.7170049769902,41610.34335899792,4.044528322735334 +WEU,comm_s51_std,urban,2020,7.231275305062125,131.83788707787,3732.473643198184,3.9150888227014273 +WEU,comm_s52_low,rural,2020,7.350772518239128,114.15402922324,1192.4794507083434,1.4211066631155742 +WEU,comm_s52_low,urban,2020,7.231275305062125,879.21714679999,26264.698025890106,4.131058704881915 +WEU,comm_sr11_std,rural,2020,7.350772518239128,78.84037183683999,924.8888474169518,1.5959081615643351 +WEU,comm_sr11_std,urban,2020,7.231275305062125,121.52256746545,2618.8386297437514,2.980141641357468 +WEU,comm_sr12_low,rural,2020,7.350772518239128,8.76004131519,77.07407061686654,1.1969311211563909 +WEU,comm_sr12_low,urban,2020,7.231275305062125,13.5025074962,218.23655248327245,2.235106231059046 +WEU,comm_sr21_std,rural,2020,7.350772518239128,23.20592560803,125.2793689995052,0.7344253833304308 +WEU,comm_sr21_std,urban,2020,7.231275305062125,124.8118316568,3252.3922848980146,3.6035642476677943 +WEU,comm_sr22_low,rural,2020,7.350772518239128,2.57843617889,10.439947416941992,0.5508190374675275 +WEU,comm_sr22_low,urban,2020,7.231275305062125,13.86798129501,271.0326903969391,2.702673185675903 +WEU,comm_sr31_std,rural,2020,7.350772518239128,11.38223846836,146.14761441528375,1.7467512691516276 +WEU,comm_sr31_std,urban,2020,7.231275305062125,89.33761700262001,2090.292815974867,3.23562265817276 +WEU,comm_sr32_low,rural,2020,7.350772518239128,1.26469316313,12.17896786861057,1.3100634519576877 +WEU,comm_sr32_low,urban,2020,7.231275305062125,9.92640188923,174.1910679999787,2.426716993646228 +AFR,comm_s1,rural,2025,65.97691065837212,117.42941546725,157.1271487294381,0.0202806726257739 +AFR,comm_s1,urban,2025,67.40736067677899,17.308215518689998,172.07464373680358,0.1474881954611147 +AFR,comm_s2,rural,2025,65.97691065837212,244.31389116276,313.65627322601495,0.0194587008402056 +AFR,comm_s2,urban,2025,67.40736067677899,123.94161441517,974.6609226556544,0.1166619100307732 +AFR,comm_s3,rural,2025,65.97691065837212,351.87501866237,375.7664840593569,0.0161859289612836 +AFR,comm_s3,urban,2025,67.40736067677899,336.81602010563,2240.780276412396,0.0986959224654128 +AFR,comm_s51_std,rural,2025,65.97691065837212,384.06000333682,396.176261085363,0.0156349822178407 +AFR,comm_s51_std,urban,2025,67.40736067677899,426.0844347327701,2442.984445517024,0.0850584980575377 +AFR,comm_sr11_std,rural,2025,65.97691065837212,6.0992267074,6.528886127397231,0.01622453810066 +AFR,comm_sr11_std,urban,2025,67.40736067677899,0.8989802932600001,7.149978624573503,0.1179905564040234 +AFR,comm_sr21_std,rural,2025,65.97691065837212,12.68954464296,13.032923385508065,0.0155669606732539 +AFR,comm_sr21_std,urban,2025,67.40736067677899,6.43746715241,40.49873130024163,0.0933295280181369 +AFR,comm_sr31_std,rural,2025,65.97691065837212,18.27621727423,15.613702689369362,0.0129487431680292 +AFR,comm_sr31_std,urban,2025,67.40736067677899,17.494060215650002,93.10802989324752,0.0789567379724314 +CHN,comm_s1,rural,2025,22.12829199010737,1970.08345964708,30967.69603525242,0.7103565302420517 +CHN,comm_s1,urban,2025,21.290516010106405,262.05001931573,36528.81939970556,6.547345405146285 +CHN,comm_s2,rural,2025,22.12829199010737,2088.53213786592,28168.425499165216,0.6094997283912978 +CHN,comm_s2,urban,2025,21.290516010106405,967.03922777229,115207.2060265108,5.595634838692034 +CHN,comm_s3,rural,2025,22.12829199010737,424.68722517311,4864.441645040305,0.5176257908368992 +CHN,comm_s3,urban,2025,21.290516010106405,3060.79128774356,307424.9794417631,4.717579730230831 +CHN,comm_s51_std,rural,2025,22.12829199010737,2578.788576096329,28761.16840373115,0.5040143410622873 +CHN,comm_s51_std,urban,2025,21.290516010106405,5621.18056458065,548839.9480540754,4.585978255239985 +CHN,comm_s52_low,rural,2025,22.12829199010737,135.72571453137002,1247.986126378776,0.4155274580619201 +CHN,comm_s52_low,urban,2025,21.290516010106405,193.00746698775,15204.77338735452,3.700152752090856 +CHN,comm_sr11_std,rural,2025,22.12829199010737,97.2089175848,1222.419769859452,0.5682852241936659 +CHN,comm_sr11_std,urban,2025,21.290516010106405,8.437331697580001,940.9066760632126,5.237876324108859 +CHN,comm_sr12_low,rural,2025,22.12829199010737,5.11625882025,48.25341196763836,0.4262139181410709 +CHN,comm_sr12_low,urban,2025,21.290516010106405,0.44407008937,37.14105300628383,3.928407243272844 +CHN,comm_sr21_std,rural,2025,22.12829199010737,103.0534759675,1111.921280058861,0.4875997827137761 +CHN,comm_sr21_std,urban,2025,21.290516010106405,31.13615770987,2967.498842350365,4.476507870950072 +CHN,comm_sr22_low,rural,2025,22.12829199010737,5.42386715614,43.891629476011865,0.3656998370383479 +CHN,comm_sr22_low,urban,2025,21.290516010106405,1.63874514275,117.13811220807396,3.357380903243492 +CHN,comm_sr31_std,rural,2025,22.12829199010737,20.95514546304,192.01911661253504,0.4141006326681888 +CHN,comm_sr31_std,urban,2025,21.290516010106405,98.54954950634,7918.630284215989,3.774063784185498 +CHN,comm_sr32_low,rural,2025,22.12829199010737,1.10290239279,7.579701971786739,0.3105754745113916 +CHN,comm_sr32_low,urban,2025,21.290516010106405,5.18681839523,312.57751122672903,2.830547838121612 +EEU,comm_s1,rural,2025,5.70158380772776,264.58602540888,1238.2976454567245,0.8208477882381912 +EEU,comm_s1,urban,2025,5.644413686621755,206.14210196844,5930.153683524436,5.096598383464647 +EEU,comm_s2,rural,2025,5.70158380772776,46.57434026445,198.5894493047254,0.7478490518022087 +EEU,comm_s2,urban,2025,5.644413686621755,323.26715981691,9424.63581655172,5.165164452644477 +EEU,comm_s3,rural,2025,5.70158380772776,21.229773761230003,91.81854763076156,0.7585593056199922 +EEU,comm_s3,urban,2025,5.644413686621755,79.118419255,2562.798488409266,5.738759453554548 +EEU,comm_s51_std,urban,2025,5.644413686621755,226.10026658985,7578.397213054049,5.938236005129909 +EEU,comm_s52_low,rural,2025,5.70158380772776,139.11355057786997,1014.0114163050688,1.278432777598088 +EEU,comm_s52_low,urban,2025,5.644413686621755,274.87508005439,11912.350312178496,7.6779141417717 +EEU,comm_sr11_std,rural,2025,5.70158380772776,40.180741185070005,150.440952805959,0.6566782305890847 +EEU,comm_sr11_std,urban,2025,5.644413686621755,15.961080721080002,367.3258814255,4.077278706747367 +EEU,comm_sr12_low,rural,2025,5.70158380772776,4.4645267982200005,12.536746066801983,0.4925086729409816 +EEU,comm_sr12_low,urban,2025,5.644413686621755,1.7734534134200002,30.61049011664687,3.057959029903739 +EEU,comm_sr21_std,rural,2025,5.70158380772776,7.072903828299999,24.12665975754978,0.5982792414390151 +EEU,comm_sr21_std,urban,2025,5.644413686621755,25.029788592860005,583.7812716505333,4.132131562080177 +EEU,comm_sr22_low,rural,2025,5.70158380772776,0.78587820313,2.0105549797255304,0.4487094310718227 +EEU,comm_sr22_low,urban,2025,5.644413686621755,2.78108762151,48.64843930963183,3.099098671815068 +EEU,comm_sr31_std,rural,2025,5.70158380772776,3.22401020083,11.155048094676255,0.6068474444858469 +EEU,comm_sr31_std,urban,2025,5.644413686621755,6.12594644292,158.74499446938245,4.59100756279541 +EEU,comm_sr32_low,rural,2025,5.70158380772776,0.3582233556699999,0.9295873411392426,0.4551355832951324 +EEU,comm_sr32_low,urban,2025,5.644413686621755,0.68066071594,13.228749538490442,3.443255671630419 +FSU,comm_s1,rural,2025,11.109164482874052,326.92258402341,1414.060919773259,0.3893514531557792 +FSU,comm_s1,urban,2025,8.158141779303799,345.6783422457,6545.192491833524,2.3209137653995064 +FSU,comm_s2,rural,2025,11.109164482874052,162.30352080922,1318.9788187623,0.7315238387209982 +FSU,comm_s2,urban,2025,8.158141779303799,676.1949214381,15397.354436345766,2.791148567548796 +FSU,comm_s3,rural,2025,11.109164482874052,133.13706877229998,1102.9864994091336,0.7457440700597527 +FSU,comm_s3,urban,2025,8.158141779303799,363.779435542,10916.236723896674,3.6782695476361096 +FSU,comm_s51_std,rural,2025,11.109164482874052,346.93632263635,2210.227012407329,0.5734634121992224 +FSU,comm_s51_std,urban,2025,8.158141779303799,1145.64571584921,29049.73567535929,3.108140204591284 +FSU,comm_s52_low,rural,2025,11.109164482874052,18.25980645454,119.59917842782896,0.589590706690568 +FSU,comm_s52_low,urban,2025,8.158141779303799,5.757013647480001,152.2359684482396,3.2413711829254352 +FSU,comm_sr11_std,rural,2025,11.109164482874052,52.40552305628,181.33859392026287,0.3114811625259608 +FSU,comm_sr11_std,urban,2025,8.158141779303799,4.81064824256,72.8691732283576,1.8567310120209808 +FSU,comm_sr12_low,rural,2025,11.109164482874052,2.75818542404,7.15810239130797,0.2336108718831486 +FSU,comm_sr12_low,urban,2025,8.158141779303799,0.25319201276,2.876414733162396,1.3925482592751404 +FSU,comm_sr21_std,rural,2025,11.109164482874052,26.01717139631,169.1453041811407,0.5852190709826097 +FSU,comm_sr21_std,urban,2025,8.158141779303799,9.41029712546,171.42238201827132,2.2329188538069182 +FSU,comm_sr22_low,rural,2025,11.109164482874052,1.36932481016,6.676788318196419,0.438914302980308 +FSU,comm_sr22_low,urban,2025,8.158141779303799,0.49527879625,6.76667300264235,1.6746891467580616 +FSU,comm_sr31_std,rural,2025,11.109164482874052,21.34180404832,141.44653749967574,0.596595256048826 +FSU,comm_sr31_std,urban,2025,8.158141779303799,5.062552923839999,121.53304062814682,2.942615638394825 +FSU,comm_sr32_low,rural,2025,11.109164482874052,1.12325284466,5.583415956673116,0.44744644225147 +FSU,comm_sr32_low,urban,2025,8.158141779303799,0.26645015384,4.797356861001467,2.206961726465956 +LAM,comm_s1,rural,2025,52.728216774604014,216.57368694576,5429.975762602876,0.4754984624425488 +LAM,comm_s1,urban,2025,35.55892886384555,153.38053565524,22525.651164761253,4.130079712647115 +LAM,comm_s2,rural,2025,52.728216774604014,268.17688002642,5949.194956568913,0.4207206057685585 +LAM,comm_s2,urban,2025,35.55892886384555,1047.80794501687,157778.01624109512,4.234636473695455 +LAM,comm_s3,rural,2025,52.728216774604014,93.97622423608,1612.229152506673,0.3253611494863333 +LAM,comm_s3,urban,2025,35.55892886384555,1319.304445992,184312.61176018152,3.9288129889374743 +LAM,comm_s51_std,rural,2025,52.728216774604014,356.07048169619,7329.385490224095,0.3903808523016145 +LAM,comm_s51_std,urban,2025,35.55892886384555,2331.45639873476,322305.5557795012,3.88769175444878 +LAM,comm_sr11_std,rural,2025,52.728216774604014,11.24873193205,225.6242394411147,0.3803987699482499 +LAM,comm_sr11_std,urban,2025,35.55892886384555,7.966510398960001,935.977089825592,3.304063770130332 +LAM,comm_sr21_std,rural,2025,52.728216774604014,13.92897667461,247.19863330771636,0.3365764846201969 +LAM,comm_sr21_std,urban,2025,35.55892886384555,54.42263488267,6555.930720872131,3.387709178950997 +LAM,comm_sr31_std,rural,2025,52.728216774604014,4.8810793653,66.99071823520148,0.2602889195832373 +LAM,comm_sr31_std,urban,2025,35.55892886384555,68.52403105389,7658.485906101412,3.143050391145022 +MEA,comm_s1,rural,2025,61.595338640236776,157.9513074693,3391.45627945721,0.3485901813943382 +MEA,comm_s1,urban,2025,56.63136680223274,62.162408094540005,3723.479989411899,1.0577040093153234 +MEA,comm_s2,rural,2025,61.595338640236776,261.74393722406,3367.7868321609867,0.2088911863604718 +MEA,comm_s2,urban,2025,56.63136680223274,385.58241332526,36682.043716601904,1.6798838828778435 +MEA,comm_s3,rural,2025,61.595338640236776,268.34246222181,4750.44413871085,0.2874067527594873 +MEA,comm_s3,urban,2025,56.63136680223274,709.41895554887,66048.56819400469,1.644006670483115 +MEA,comm_s51_std,rural,2025,61.595338640236776,473.99824507182,7001.847688268308,0.2398214797288517 +MEA,comm_s51_std,urban,2025,56.63136680223274,1195.2460848969,101126.22027607048,1.4939958872387795 +MEA,comm_sr11_std,rural,2025,61.595338640236776,8.20391406325,140.9204713184362,0.2788721451303518 +MEA,comm_sr11_std,urban,2025,56.63136680223274,3.22868523307,154.7165912701124,0.8461632074146204 +MEA,comm_sr21_std,rural,2025,61.595338640236776,13.594852755180003,139.93696765490813,0.167112949097235 +MEA,comm_sr21_std,urban,2025,56.63136680223274,20.02696295378,1524.198003213696,1.3439071063014048 +MEA,comm_sr31_std,rural,2025,61.595338640236776,13.93757693354,197.38860589716143,0.2299254022056863 +MEA,comm_sr31_std,urban,2025,56.63136680223274,36.84687540329001,2744.424398367416,1.3152053364030378 +NAM,comm_s1,rural,2025,16.500867644183007,843.5137583112099,78252.60269490724,5.622116487861817 +NAM,comm_s1,urban,2025,16.530658846572372,1604.3803817250102,168778.59657574308,6.363848986621621 +NAM,comm_s2,rural,2025,16.500867644183007,281.57009787077,21350.426747268622,4.595293421643936 +NAM,comm_s2,urban,2025,16.530658846572372,2429.59460686396,211270.0245697268,5.260341081074223 +NAM,comm_s3,rural,2025,16.500867644183007,14.721517625620002,8.39991850986549,0.0345792610938042 +NAM,comm_s3,urban,2025,16.530658846572372,1999.83674980371,167496.58283056345,5.066653949681276 +NAM,comm_s51_std,urban,2025,16.530658846572372,1293.33994544285,121062.24512954176,5.662469416923055 +NAM,comm_s52_low,urban,2025,16.530658846572372,68.07052344438,5062.579477018229,4.499068451479894 +NAM,comm_sr11_std,rural,2025,16.500867644183007,135.21482415007,10035.081759770374,4.497693190290748 +NAM,comm_sr11_std,urban,2025,16.530658846572372,257.18135483535,21644.09818468761,5.091079189296689 +NAM,comm_sr12_low,rural,2025,16.500867644183007,7.1165696921,396.1216484129809,3.3732698927307543 +NAM,comm_sr12_low,urban,2025,16.530658846572372,13.53586078076,854.3722967603541,3.8183093919698017 +NAM,comm_sr21_std,rural,2025,16.500867644183007,45.135542715670006,2737.969992509037,3.676234737308948 +NAM,comm_sr21_std,urban,2025,16.530658846572372,389.46277317469,27093.18152918169,4.208272864859222 +NAM,comm_sr22_low,rural,2025,16.500867644183007,2.37555487988,108.07776286214757,2.757176052855176 +NAM,comm_sr22_low,urban,2025,16.530658846572372,20.49804069354,1069.467691951657,3.1562046486539104 +NAM,comm_sr31_std,rural,2025,16.500867644183007,2.35985174795,1.0772021136152887,0.0276634088740449 +NAM,comm_sr31_std,urban,2025,16.530658846572372,320.57280843272,21479.69326641448,4.053323159743608 +NAM,comm_sr32_low,rural,2025,16.500867644183007,0.12420272357,0.0425211360599323,0.0207475566547204 +NAM,comm_sr32_low,urban,2025,16.530658846572372,16.872253075499998,847.8826289498063,3.039992369835259 +PAO,comm_s1,rural,2025,11.836758561502656,415.25757344804,34799.21833730041,7.079769817292786 +PAO,comm_s1,urban,2025,13.47203820486189,290.31789675407003,35758.746530209275,9.142714793460971 +PAO,comm_s2,rural,2025,11.836758561502656,126.22120453784,9621.274404625916,6.439727517516473 +PAO,comm_s2,urban,2025,13.47203820486189,826.78461831206,91928.79467982551,8.253266557692612 +PAO,comm_s3,rural,2025,11.836758561502656,35.528173586390004,2461.848565288554,5.854039702267407 +PAO,comm_s3,urban,2025,13.47203820486189,470.19499161611,43954.4253212144,6.938910752655347 +PAO,comm_s51_std,rural,2025,11.836758561502656,102.97967696415,7063.45519293484,5.794725662563128 +PAO,comm_s51_std,urban,2025,13.47203820486189,681.18528220551,63911.7829802013,6.964378590127256 +PAO,comm_s52_low,rural,2025,11.836758561502656,5.41998299812,399.50266688561095,6.22714486943514 +PAO,comm_s52_low,urban,2025,13.47203820486189,31.91373106417,3192.533374902807,7.425480456807366 +PAO,comm_sr11_std,rural,2025,11.836758561502656,66.56557669326,4462.637524675272,5.6638158538255645 +PAO,comm_sr11_std,urban,2025,13.47203820486189,40.92999344159,4033.11067577813,7.314171834765886 +PAO,comm_sr12_low,rural,2025,11.836758561502656,3.5034514049400007,176.1567443966155,4.247861890367993 +PAO,comm_sr12_low,urban,2025,13.47203820486189,2.15421018111,159.2017372008163,5.485628876108624 +PAO,comm_sr21_std,rural,2025,11.836758561502656,20.23319454772,1233.8282939911123,5.151782014006242 +PAO,comm_sr21_std,urban,2025,13.47203820486189,116.56287601794,10368.344508996146,6.602613246157009 +PAO,comm_sr22_low,rural,2025,11.836758561502656,1.06490497618,48.703748440230754,3.863836510023547 +PAO,comm_sr22_low,urban,2025,13.47203820486189,6.13488821144,409.2767569291457,4.951959934582957 +PAO,comm_sr31_std,rural,2025,11.836758561502656,5.69514805963,315.7064529766124,4.683231761785431 +PAO,comm_sr31_std,urban,2025,13.47203820486189,66.2896712131,4957.474162604849,5.551128602123852 +PAO,comm_sr32_low,rural,2025,11.836758561502656,0.2997446347499999,12.462096830873245,3.5124238217597017 +PAO,comm_sr32_low,urban,2025,13.47203820486189,3.4889300638300003,195.68976957978643,4.16334645168338 +PAS,comm_s1,rural,2025,88.94046640388363,198.47112328449,2615.372844943392,0.1481620164333114 +PAS,comm_s1,urban,2025,86.97389112889681,40.97961696524,3418.201936350576,0.959049273487806 +PAS,comm_s2,rural,2025,88.94046640388363,261.08989932702,3235.4477778968094,0.1393300911070947 +PAS,comm_s2,urban,2025,86.97389112889681,217.14019492635,22265.035458479582,1.1789469610657417 +PAS,comm_s3,rural,2025,88.94046640388363,217.79458721583003,1944.0959912896624,0.1003624420212149 +PAS,comm_s3,urban,2025,86.97389112889681,427.41435830167,40056.11898175597,1.0775336970733989 +PAS,comm_s51_std,rural,2025,88.94046640388363,694.90408142621,6866.444855456332,0.11109836601098 +PAS,comm_s51_std,urban,2025,86.97389112889681,1084.68631316511,93426.14322864456,0.990319567592503 +PAS,comm_sr11_std,rural,2025,88.94046640388363,10.30849358285,108.6729545044114,0.1185296131469103 +PAS,comm_sr11_std,urban,2025,86.97389112889681,2.12846136769,142.0317964320289,0.767239418774585 +PAS,comm_sr21_std,rural,2025,88.94046640388363,13.56088234495,134.4380667700976,0.111464072883431 +PAS,comm_sr21_std,urban,2025,86.97389112889681,11.27815608099,925.148087429026,0.9431575688548044 +PAS,comm_sr31_std,rural,2025,88.94046640388363,11.31214489815,80.78031995370714,0.0802899536168594 +PAS,comm_sr31_std,urban,2025,86.97389112889681,22.19969382366,1664.396265376698,0.8620269576567986 +RCPA,comm_s1,rural,2025,1.786384459819537,117.79674588572,215.1032084188845,1.022206558078086 +RCPA,comm_s1,urban,2025,1.8431962219183355,16.86140645164,113.10295474845752,3.639222273062897 +RCPA,comm_s2,rural,2025,1.786384459819537,182.80222031319,281.467906728521,0.8619309685499247 +RCPA,comm_s2,urban,2025,1.8431962219183355,52.7424199285,297.2090044565304,3.057245674485765 +RCPA,comm_s3,rural,2025,1.786384459819537,195.91636498794,248.22837792304009,0.7092605148276391 +RCPA,comm_s3,urban,2025,1.8431962219183355,171.15885707901,788.8133421109815,2.500364351321495 +RCPA,comm_s51_std,rural,2025,1.786384459819537,439.66404214759007,538.1565705023422,0.6851927619657099 +RCPA,comm_s51_std,urban,2025,1.8431962219183355,368.62261894132007,1638.8750131603938,2.4120831898461885 +RCPA,comm_s52_low,rural,2025,1.786384459819537,23.14021274462,21.041307797994623,0.5090148468284511 +RCPA,comm_s52_low,urban,2025,1.8431962219183355,12.656935164939998,41.11516369381126,1.7623894999450893 +RCPA,comm_sr11_std,rural,2025,1.786384459819537,5.812390387060001,8.490990554550999,0.8177652464630759 +RCPA,comm_sr11_std,urban,2025,1.8431962219183355,0.54289360286,2.913297690810567,2.911377818532101 +RCPA,comm_sr12_low,rural,2025,1.786384459819537,0.3059152835499998,0.3351706797983252,0.6133239348307068 +RCPA,comm_sr12_low,urban,2025,1.8431962219183355,0.02857334751,0.1149985930118309,2.1835333637002643 +RCPA,comm_sr21_std,rural,2025,1.786384459819537,9.01992546647,11.110672662679944,0.6895447748383392 +RCPA,comm_sr21_std,urban,2025,1.8431962219183355,1.69816927564,7.655487942956792,2.4457965395625063 +RCPA,comm_sr22_low,rural,2025,1.786384459819537,0.47473291921,0.4385791840005538,0.5171585811515838 +RCPA,comm_sr22_low,urban,2025,1.8431962219183355,0.08937733035,0.302190313610318,1.834347404021277 +RCPA,comm_sr31_std,rural,2025,1.786384459819537,9.66701064579,9.798574497330687,0.5674084118636452 +RCPA,comm_sr31_std,urban,2025,1.8431962219183355,5.51087175616,20.318196754159533,2.0002914810635977 +RCPA,comm_sr32_low,rural,2025,1.786384459819537,0.5087900339899999,0.3867858354255999,0.4255563089019717 +RCPA,comm_sr32_low,urban,2025,1.8431962219183355,0.2900458819,0.8020340823796477,1.500218610774028 +SAS,comm_s1,rural,2025,88.54064198423131,588.4591884507,3742.348141846398,0.0718265772223579 +SAS,comm_s1,urban,2025,92.21603045623463,83.33846275981,1949.547167558618,0.2536774352043009 +SAS,comm_s2,rural,2025,88.54064198423131,899.53255533064,5560.438664748916,0.0698151221600259 +SAS,comm_s2,urban,2025,92.21603045623463,398.96792092212,8798.17222520033,0.2391377055025685 +SAS,comm_s3,rural,2025,88.54064198423131,1041.87691888318,6095.166784101697,0.0660733779312472 +SAS,comm_s3,urban,2025,92.21603045623463,766.5629214159899,15296.44517841793,0.2163895492891028 +SAS,comm_s51_std,rural,2025,88.54064198423131,1656.50586893717,9183.537835872408,0.062614421737017 +SAS,comm_s51_std,urban,2025,92.21603045623463,1399.4562755352,26830.80766446051,0.2079064622567513 +SAS,comm_sr11_std,rural,2025,88.54064198423131,30.56428394977,155.50059340219852,0.0574612617779052 +SAS,comm_sr11_std,urban,2025,92.21603045623463,4.32855920977,81.0068251079382,0.2029419481614823 +SAS,comm_sr21_std,rural,2025,88.54064198423131,46.72128328143,231.0451831772789,0.0558520977281532 +SAS,comm_sr21_std,urban,2025,92.21603045623463,20.72219970609,365.5782278979469,0.1913101644013943 +SAS,comm_sr31_std,rural,2025,88.54064198423131,54.11458027082001,253.2639978672934,0.0528587023450311 +SAS,comm_sr31_std,urban,2025,92.21603045623463,39.81490518855,635.5919364090089,0.1731116394318812 +WEU,comm_s1,rural,2025,7.350772518239128,975.84360182578,17500.063406696336,2.439643791064213 +WEU,comm_s1,urban,2025,7.231275305062125,1767.78176227894,50723.25417154268,3.967925988971365 +WEU,comm_s2,rural,2025,7.350772518239128,273.68237956295,2431.5455391603687,1.2086556524903072 +WEU,comm_s2,urban,2025,7.231275305062125,1728.3833956028,63274.55036355848,5.062605495099325 +WEU,comm_s3,rural,2025,7.350772518239128,141.56448196643998,2732.131452707233,2.625513791559717 +WEU,comm_s3,urban,2025,7.231275305062125,1312.9067337822,44888.99258704765,4.728148269503063 +WEU,comm_s51_std,urban,2025,7.231275305062125,247.41530629928,7912.618396673071,4.422611202951586 +WEU,comm_s52_low,rural,2025,7.350772518239128,179.03387268434997,2189.119249071852,1.6634173644177186 +WEU,comm_s52_low,urban,2025,7.231275305062125,1649.9944325610202,55702.22314379841,4.668476251173515 +WEU,comm_sr11_std,rural,2025,7.350772518239128,148.19421827576,2126.085132067105,1.951715032850736 +WEU,comm_sr11_std,urban,2025,7.231275305062125,228.42784558597,5243.454330730585,3.1743407911757235 +WEU,comm_sr12_low,rural,2025,7.350772518239128,16.46602425295,177.17376100521068,1.4637862746270978 +WEU,comm_sr12_low,urban,2025,7.231275305062125,25.38087173181,436.95452756213456,2.380755593385282 +WEU,comm_sr21_std,rural,2025,7.350772518239128,41.56213784593,295.4088050185196,0.966924521986558 +WEU,comm_sr21_std,urban,2025,7.231275305062125,223.33689815583,6540.929215774493,4.0500843960924575 +WEU,comm_sr22_low,rural,2025,7.350772518239128,4.61801531646,24.617400418972853,0.725193391473831 +WEU,comm_sr22_low,urban,2025,7.231275305062125,24.81521090599,545.077434633386,3.037563297014717 +WEU,comm_sr31_std,rural,2025,7.350772518239128,21.498360701920003,331.9270293778776,2.1004110332589456 +WEU,comm_sr31_std,urban,2025,7.231275305062125,169.65015877654,4640.3446787218645,3.782518615599401 +WEU,comm_sr32_low,rural,2025,7.350772518239128,2.38870674458,27.660585782129985,1.5753082750319618 +WEU,comm_sr32_low,urban,2025,7.231275305062125,18.85001764186,386.6953898918432,2.8368889616841337 +AFR,comm_s1,rural,2030,65.97691065837212,109.90598373415,212.188116286958,0.0292622518270191 +AFR,comm_s1,urban,2030,67.40736067677899,16.19931808137,335.77827221242245,0.3075024173644886 +AFR,comm_s2,rural,2030,65.97691065837212,223.90213781626,420.1553221633583,0.0284419686189836 +AFR,comm_s2,urban,2030,67.40736067677899,113.50130218256,1714.340614212488,0.2240726999398746 +AFR,comm_s3,rural,2030,65.97691065837212,328.52318234802,448.7824818859551,0.020705127007818 +AFR,comm_s3,urban,2030,67.40736067677899,315.14476204618,3775.804322840274,0.1777428188351963 +AFR,comm_s51_std,rural,2030,65.97691065837212,636.7433537435301,842.7739457930071,0.0200610982287938 +AFR,comm_s51_std,urban,2030,67.40736067677899,742.56571316621,7463.722552591957,0.1491122322909175 +AFR,comm_sr11_std,rural,2030,65.97691065837212,8.67293632494,13.395405482962444,0.0234098014608236 +AFR,comm_sr11_std,urban,2030,67.40736067677899,1.27832579683,21.19763439264764,0.2460019340289752 +AFR,comm_sr21_std,rural,2030,65.97691065837212,17.66863748746,26.52434549711345,0.022753574896703 +AFR,comm_sr21_std,urban,2030,67.40736067677899,8.95665125028,108.2260781944576,0.1792581599610765 +AFR,comm_sr31_std,rural,2030,65.97691065837212,25.92452699076,28.33157399786242,0.0165641016044748 +AFR,comm_sr31_std,urban,2030,67.40736067677899,24.868804786510005,238.36598776320577,0.1421942550683801 +CHN,comm_s1,rural,2030,22.12829199010737,1919.3964332211096,58358.04420143723,1.3740044893831287 +CHN,comm_s1,urban,2030,21.290516010106405,257.5825734439,36744.72742197372,6.700270942458931 +CHN,comm_s2,rural,2030,22.12829199010737,1962.4915312099504,51196.58292063833,1.1789225926252405 +CHN,comm_s2,urban,2030,21.290516010106405,901.50639321983,109917.16304274704,5.726780168897619 +CHN,comm_s3,rural,2030,22.12829199010737,363.85212801653,8061.214792160644,1.0012157674964566 +CHN,comm_s3,urban,2030,21.290516010106405,2635.2949801624,270930.3656917301,4.828833833721251 +CHN,comm_s51_std,rural,2030,22.12829199010737,2712.94736848899,58525.33779926352,0.974887870862281 +CHN,comm_s51_std,urban,2030,21.290516010106405,7354.44561114254,735031.3262982254,4.694287893910478 +CHN,comm_s52_low,rural,2030,22.12829199010737,142.78670360469,2539.493815851017,0.8037324419415054 +CHN,comm_s52_low,urban,2030,21.290516010106405,252.52042737248,20371.38339557593,3.789115287816094 +CHN,comm_sr11_std,rural,2030,22.12829199010737,143.89082703200998,3499.92824776642,1.099203591506561 +CHN,comm_sr11_std,urban,2030,21.290516010106405,12.48912822065,1425.2815509039328,5.360216753956293 +CHN,comm_sr12_low,rural,2030,22.12829199010737,7.573201422709999,138.15506241072987,0.8244026936263212 +CHN,comm_sr12_low,urban,2030,21.290516010106405,0.6573225379300001,56.2611138519199,4.020162565492855 +CHN,comm_sr21_std,rural,2030,22.12829199010737,147.12152454870002,3070.4313210795167,0.9431380741010896 +CHN,comm_sr21_std,urban,2030,21.290516010106405,43.71036746043,4263.547877589783,4.58142413511911 +CHN,comm_sr22_low,rural,2030,22.12829199010737,7.743238134,121.20123635645604,0.7073535555774418 +CHN,comm_sr22_low,urban,2030,21.290516010106405,2.30054565596,168.2979425503445,3.436068101402345 +CHN,comm_sr31_std,rural,2030,22.12829199010737,27.276795304770005,483.458171850181,0.8009726139963895 +CHN,comm_sr31_std,urban,2030,21.290516010106405,127.77470333641,10509.04657328654,3.8630670669778615 +CHN,comm_sr32_low,rural,2030,22.12829199010737,1.4356208055000002,19.08387520557137,0.6007294605334251 +CHN,comm_sr32_low,urban,2030,21.290516010106405,6.7249843862,414.830785789532,2.8973003002151856 +EEU,comm_s1,rural,2030,5.70158380772776,238.09631109461,1673.3586481943416,1.232653046367206 +EEU,comm_s1,urban,2030,5.644413686621755,192.87588071908,6316.011825391744,5.801578540688438 +EEU,comm_s2,rural,2030,5.70158380772776,40.09698977453,251.5347397219942,1.100248264491085 +EEU,comm_s2,urban,2030,5.644413686621755,286.46253599104,9628.31196431691,5.954749336462006 +EEU,comm_s3,rural,2030,5.70158380772776,18.42546515989,110.64731448501266,1.05323893338744 +EEU,comm_s3,urban,2030,5.644413686621755,72.81881227088,2618.8103062960986,6.371498924776149 +EEU,comm_s51_std,urban,2030,5.644413686621755,311.59706135787,11825.38667374628,6.723620009339639 +EEU,comm_s52_low,rural,2030,5.70158380772776,169.15918644412002,1781.0485862611415,1.8466503250274904 +EEU,comm_s52_low,urban,2030,5.644413686621755,378.81541882842,18513.49279166205,8.658484371474694 +EEU,comm_sr11_std,rural,2030,5.70158380772776,56.464263079320006,317.46804476946835,0.9861224370920486 +EEU,comm_sr11_std,urban,2030,5.644413686621755,22.42941852956,587.5881303165211,4.641262832525656 +EEU,comm_sr12_low,rural,2030,5.70158380772776,6.2738070087,26.4556703970518,0.7395918278211057 +EEU,comm_sr12_low,urban,2030,5.644413686621755,2.49215761438,48.965677524027306,3.480947124248948 +EEU,comm_sr21_std,rural,2030,5.70158380772776,9.50895446006,47.72093663073884,0.8801986115938518 +EEU,comm_sr21_std,urban,2030,5.644413686621755,33.31255359059,895.7364206483627,4.763799469167492 +EEU,comm_sr22_low,rural,2030,5.70158380772776,1.05655049566,3.976744719229363,0.6601489586344829 +EEU,comm_sr22_low,urban,2030,5.644413686621755,3.7013948434400006,74.64470172552257,3.572849602066915 +EEU,comm_sr31_std,rural,2030,5.70158380772776,4.369577619039999,20.991905486356867,0.8425911466970966 +EEU,comm_sr31_std,urban,2030,5.644413686621755,8.468055265330001,243.631882602016,5.097199139789993 +EEU,comm_sr32_low,rural,2030,5.70158380772776,0.48550862439,1.7493254568932768,0.6319433598453443 +EEU,comm_sr32_low,urban,2030,5.644413686621755,0.9408950295,20.302656883833272,3.8228993548282495 +FSU,comm_s1,rural,2030,11.109164482874052,295.25445586257,2580.858266654148,0.7868397603710181 +FSU,comm_s1,urban,2030,8.158141779303799,335.30880203669005,7724.8492167221075,2.8239292280564534 +FSU,comm_s2,rural,2030,11.109164482874052,139.02287640306,2039.731898288314,1.3207037797643018 +FSU,comm_s2,urban,2030,8.158141779303799,617.97513240299,16453.524772222987,3.263598325118049 +FSU,comm_s3,rural,2030,11.109164482874052,115.66216900336,1752.3669422948494,1.363805138567723 +FSU,comm_s3,urban,2030,8.158141779303799,344.5235292451201,11778.800201127831,4.190741946455464 +FSU,comm_s51_std,rural,2030,11.109164482874052,431.98187617559,5255.935752500298,1.09522443486349 +FSU,comm_s51_std,urban,2030,8.158141779303799,1592.0324377257198,48038.888230314864,3.698705789252132 +FSU,comm_s52_low,rural,2030,11.109164482874052,22.735888219770004,283.73101418933834,1.123345857280932 +FSU,comm_s52_low,urban,2030,8.158141779303799,8.00016300363,255.4186243823352,3.91347421887722 +FSU,comm_sr11_std,rural,2030,11.109164482874052,73.90920895663001,516.8401400988553,0.6294718082916667 +FSU,comm_sr11_std,urban,2030,8.158141779303799,6.7846132514,125.04321756701697,2.2591433822586184 +FSU,comm_sr12_low,rural,2030,11.109164482874052,3.889958366180001,20.40158447619145,0.4721038561814241 +FSU,comm_sr12_low,urban,2030,8.158141779303799,0.35708490791,4.935916483196876,1.6943575370701394 +FSU,comm_sr21_std,rural,2030,11.109164482874052,34.80073075185,408.4747053727592,1.056563023814795 +FSU,comm_sr21_std,urban,2030,8.158141779303799,12.50406266346,266.33551284627214,2.610878659863777 +FSU,comm_sr22_low,rural,2030,11.109164482874052,1.83161740784,16.124001519008065,0.7924222674912761 +FSU,comm_sr22_low,urban,2030,8.158141779303799,0.6581085614100001,10.513243961910035,1.9581590006658007 +FSU,comm_sr31_std,rural,2030,11.109164482874052,28.95299036978,350.9272816962585,1.0910441108481437 +FSU,comm_sr31_std,urban,2030,8.158141779303799,6.9710633534,190.6650906875748,3.3525935573808687 +FSU,comm_sr32_low,rural,2030,11.109164482874052,1.52384159854,13.852392706755722,0.8182830835515384 +FSU,comm_sr32_low,urban,2030,8.158141779303799,0.36689807107,7.526253569939131,2.5144451658577007 +LAM,comm_s1,rural,2030,52.728216774604014,202.59339146539,10741.679214021991,1.0055503460721424 +LAM,comm_s1,urban,2030,35.55892886384555,143.47949347583,36324.998675869225,7.119788652549009 +LAM,comm_s2,rural,2030,52.728216774604014,246.3753044686,11550.255917015293,0.8891015120790551 +LAM,comm_s2,urban,2030,35.55892886384555,960.88511688253,250242.3632698667,7.323871163227785 +LAM,comm_s3,rural,2030,52.728216774604014,87.42390590796,3155.2931309992427,0.6844889192215923 +LAM,comm_s3,urban,2030,35.55892886384555,1232.35243026065,297594.51551599946,6.791118786716024 +LAM,comm_s51_std,rural,2030,52.728216774604014,513.0502165218901,22175.43653976387,0.8197269596917568 +LAM,comm_s51_std,urban,2030,35.55892886384555,3624.75077927013,862481.0226879321,6.691488343942664 +LAM,comm_sr11_std,rural,2030,52.728216774604014,15.98711484426,678.1206749985577,0.8044402768515143 +LAM,comm_sr11_std,urban,2030,35.55892886384555,11.32229992009,2293.191979671393,5.695830922074462 +LAM,comm_sr21_std,rural,2030,52.728216774604014,19.44204723975,729.1660068204492,0.7112812096738977 +LAM,comm_sr21_std,urban,2030,35.55892886384555,75.8256752834,15797.76466181991,5.859096930580028 +LAM,comm_sr31_std,rural,2030,52.728216774604014,6.89882337113,199.1932048192645,0.5475911353678895 +LAM,comm_sr31_std,urban,2030,35.55892886384555,97.2477911973,18787.099271689392,5.432895029355279 +MEA,comm_s1,rural,2030,61.595338640236776,147.83173160172,3642.199550372408,0.3999891631564873 +MEA,comm_s1,urban,2030,56.63136680223274,58.1798060199,3906.273890918562,1.1855868631103423 +MEA,comm_s2,rural,2030,61.595338640236776,239.84251960272,3570.620367783893,0.2416961056496278 +MEA,comm_s2,urban,2030,56.63136680223274,353.07767275514004,35318.57495278979,1.7663463829779142 +MEA,comm_s3,rural,2030,61.595338640236776,250.22164119389004,5078.723630146969,0.3295200651877323 +MEA,comm_s3,urban,2030,56.63136680223274,663.33468135027,64167.60413499187,1.708150279421033 +MEA,comm_s51_std,rural,2030,61.595338640236776,735.14321300439,12398.155171837989,0.2738024111150131 +MEA,comm_s51_std,urban,2030,56.63136680223274,1974.56494751989,175034.16677383592,1.565288393062236 +MEA,comm_sr11_std,rural,2030,61.595338640236776,11.66574513447,229.93153756818856,0.3199913305414821 +MEA,comm_sr11_std,urban,2030,56.63136680223274,4.5911035584,246.60251296060136,0.9484694904567196 +MEA,comm_sr21_std,rural,2030,61.595338640236776,18.92653001996,225.41275397902345,0.1933568845208576 +MEA,comm_sr21_std,urban,2030,56.63136680223274,27.862178832620003,2229.656593732076,1.4130771063818572 +MEA,comm_sr31_std,rural,2030,61.595338640236776,19.74557060046,320.6190976050369,0.2636160521547965 +MEA,comm_sr31_std,urban,2030,56.63136680223274,52.34527964734001,4050.8916867657463,1.3665202235512928 +NAM,comm_s1,rural,2030,16.500867644183007,744.30184989795,66484.349020805,5.413318019064858 +NAM,comm_s1,urban,2030,16.530658846572372,1455.40379507667,146762.03652562015,6.100143666492779 +NAM,comm_s2,rural,2030,16.500867644183007,244.12758574579,17825.974789694093,4.425166856323677 +NAM,comm_s2,urban,2030,16.530658846572372,2117.81438523724,176486.69508734156,5.041199835730429 +NAM,comm_s3,rural,2030,16.500867644183007,13.23880312861,7.502632437166398,0.0343445765148913 +NAM,comm_s3,urban,2030,16.530658846572372,1840.92670381512,147751.73987310735,4.855186791882545 +NAM,comm_s51_std,urban,2030,16.530658846572372,1910.83833940871,171522.3734939909,5.4300855028620205 +NAM,comm_s52_low,urban,2030,16.530658846572372,100.57043891629,7163.172062917925,4.3086862876192775 +NAM,comm_sr11_std,rural,2030,16.500867644183007,186.31644623339,13314.090396417496,4.330654415253927 +NAM,comm_sr11_std,urban,2030,16.530658846572372,364.32216710257,29390.421202015623,4.880114933193652 +NAM,comm_sr12_low,rural,2030,16.500867644183007,9.806128749089998,525.5561998587915,3.2479908114535743 +NAM,comm_sr12_low,urban,2030,16.530658846572372,19.17485090005,1160.1482053343088,3.660086199884972 +NAM,comm_sr21_std,rural,2030,16.500867644183007,61.11093800168,3569.812192628585,3.5401334850520207 +NAM,comm_sr21_std,urban,2030,16.530658846572372,530.13928434191,35343.05211322418,4.03295986858423 +NAM,comm_sr22_low,rural,2030,16.500867644183007,3.2163651581300003,140.9136391846674,2.65510011370473 +NAM,comm_sr22_low,urban,2030,16.530658846572372,27.90206759698,1395.1204781523927,3.024719901431534 +NAM,comm_sr31_std,rural,2030,16.500867644183007,3.31398712987,1.5024697985410929,0.0274756612119629 +NAM,comm_sr31_std,urban,2030,16.530658846572372,460.82771563441,29588.6182217259,3.884149433504535 +NAM,comm_sr32_low,rural,2030,16.500867644183007,0.17442037524,0.0593080183680344,0.0206067459124877 +NAM,comm_sr32_low,urban,2030,16.530658846572372,24.25409029656,1167.9717719263174,2.9131120751670645 +PAO,comm_s1,rural,2030,11.836758561502656,367.75231316633,30126.6587701374,6.920903058113343 +PAO,comm_s1,urban,2030,13.47203820486189,259.6176702295,30601.958677612427,8.749468467416913 +PAO,comm_s2,rural,2030,11.836758561502656,111.69982148976,8327.989468999998,6.298757652794759 +PAO,comm_s2,urban,2030,13.47203820486189,739.33260973394,78662.08777838509,7.897548489645932 +PAO,comm_s3,rural,2030,11.836758561502656,31.97955909403,2169.57334631377,5.73151028126249 +PAO,comm_s3,urban,2030,13.47203820486189,428.79616966196,38395.949759366646,6.646625535478927 +PAO,comm_s51_std,rural,2030,11.836758561502656,116.21983445696,7803.251478669584,5.672344010109441 +PAO,comm_s51_std,urban,2030,13.47203820486189,945.58961210767,84433.47602751185,6.627941563319002 +PAO,comm_s52_low,rural,2030,11.836758561502656,6.11683339249,441.8545216189124,6.102669670698231 +PAO,comm_s52_low,urban,2030,13.47203820486189,44.30115178087,4220.063656961464,7.070834605823737 +PAO,comm_sr11_std,rural,2030,11.836758561502656,92.05714602565,6033.135077871672,5.536722446486332 +PAO,comm_sr11_std,urban,2030,13.47203820486189,56.60430766552,5337.703501070645,6.9995747739321335 +PAO,comm_sr12_low,rural,2030,11.836758561502656,4.84511294876,238.15006886754503,4.152541834902165 +PAO,comm_sr12_low,urban,2030,13.47203820486189,2.97917408764,210.6988224093625,5.249681080449578 +PAO,comm_sr21_std,rural,2030,11.836758561502656,27.96112059615,1667.7549866088293,5.039006122233708 +PAO,comm_sr21_std,urban,2030,13.47203820486189,161.19631021855,13720.523766464574,6.318038791720547 +PAO,comm_sr22_low,rural,2030,11.836758561502656,1.47163792618,65.83243368594623,3.779254591734332 +PAO,comm_sr22_low,urban,2030,13.47203820486189,8.48401632725,541.5996223543359,4.738529093760489 +PAO,comm_sr31_std,rural,2030,11.836758561502656,8.005243844719999,434.4766261443261,4.585208224930709 +PAO,comm_sr31_std,urban,2030,13.47203820486189,93.49020924458,6697.159407886222,5.317300428381508 +PAO,comm_sr32_low,rural,2030,11.836758561502656,0.42132862341,17.15039313944307,3.4389061691024847 +PAO,comm_sr32_low,urban,2030,13.47203820486189,4.92053732863,264.36155557685373,3.987975321348319 +PAS,comm_s1,rural,2030,88.94046640388363,190.80409925104,3857.722993327072,0.2273232917145328 +PAS,comm_s1,urban,2030,86.97389112889681,39.39655690617,5486.919981827166,1.6013322799919008 +PAS,comm_s2,rural,2030,88.94046640388363,238.84072379208,5530.047467255673,0.2603281175191976 +PAS,comm_s2,urban,2030,86.97389112889681,196.63588558973,31662.31689757776,1.8513605804474265 +PAS,comm_s3,rural,2030,88.94046640388363,194.42990035959,3401.1375007449446,0.1966806947541646 +PAS,comm_s3,urban,2030,86.97389112889681,382.74743423996006,59905.34524850439,1.799551943518319 +PAS,comm_s51_std,rural,2030,88.94046640388363,1036.65690348865,18513.20442730986,0.2007923441955019 +PAS,comm_s51_std,urban,2030,86.97389112889681,1760.47421340153,251063.1935257496,1.6397003154229193 +PAS,comm_sr11_std,rural,2030,88.94046640388363,15.056794426670002,243.5375017356477,0.1818586333718917 +PAS,comm_sr11_std,urban,2030,86.97389112889681,3.10887376518,346.3884749843215,1.28106582397904 +PAS,comm_sr21_std,rural,2030,88.94046640388363,18.84747598689,349.11110698268374,0.2082624940134297 +PAS,comm_sr21_std,urban,2030,86.97389112889681,15.51699422527,1998.83754476604,1.481088464351782 +PAS,comm_sr31_std,rural,2030,88.94046640388363,15.34291480955,214.71332478345644,0.1573445558030578 +PAS,comm_sr31_std,urban,2030,86.97389112889681,30.20348859016,3781.815891808592,1.439641554810087 +RCPA,comm_s1,rural,2030,1.786384459819537,114.76602820604,223.64636774827105,1.0908714236514183 +RCPA,comm_s1,urban,2030,1.8431962219183355,16.573952091429998,149.34705916072474,4.888763457987077 +RCPA,comm_s2,rural,2030,1.786384459819537,170.42508371776998,279.9711030856999,0.9196122766018556 +RCPA,comm_s2,urban,2030,1.8431962219183355,49.4544014138,374.3461667049575,4.106736793018363 +RCPA,comm_s3,rural,2030,1.786384459819537,167.39286799812,226.18730912161797,0.7564084147585776 +RCPA,comm_s3,urban,2030,1.8431962219183355,147.55612321287003,913.381772314606,3.358331264530843 +RCPA,comm_s51_std,rural,2030,1.786384459819537,522.44815240911,681.92668494891,0.7306671051768483 +RCPA,comm_s51_std,urban,2030,1.8431962219183355,509.4214517629601,3041.9360312395143,3.239673745232289 +RCPA,comm_s52_low,rural,2030,1.786384459819537,27.49727117942,26.626730458085472,0.5420674295013447 +RCPA,comm_s52_low,urban,2030,1.8431962219183355,17.491369100230003,76.28240087531573,2.3660775644610927 +RCPA,comm_sr11_std,rural,2030,1.786384459819537,8.60363103105,13.4128250989907,0.8726971389216632 +RCPA,comm_sr11_std,urban,2030,1.8431962219183355,0.8036033261900001,5.792983729637637,3.911010766505557 +RCPA,comm_sr12_low,rural,2030,1.786384459819537,0.4528226858599999,0.5294536223253707,0.654522854165218 +RCPA,comm_sr12_low,urban,2030,1.8431962219183355,0.04229491189,0.2286704102802061,2.9332580746155488 +RCPA,comm_sr21_std,rural,2030,1.786384459819537,12.77620705066,16.790808973349815,0.7356898212795728 +RCPA,comm_sr21_std,urban,2030,1.8431962219183355,2.3978421835400003,14.52041483228508,3.285389434384524 +RCPA,comm_sr22_low,rural,2030,1.786384459819537,0.67243194999,0.6627950910295505,0.5517673659766323 +RCPA,comm_sr22_low,urban,2030,1.8431962219183355,0.12620222027,0.5731742699213013,2.4640420751253584 +RCPA,comm_sr31_std,rural,2030,1.786384459819537,12.54889182796,13.565213901754651,0.6051267318076754 +RCPA,comm_sr31_std,urban,2030,1.8431962219183355,7.15439448369,35.42892491926715,2.686665011627971 +RCPA,comm_sr32_low,rural,2030,1.786384459819537,0.66046799093,0.5354689697974797,0.4538450488589345 +RCPA,comm_sr32_low,urban,2030,1.8431962219183355,0.37654707805,1.3985101941081524,2.014998758823573 +SAS,comm_s1,rural,2030,88.54064198423131,550.75796585301,3040.6126829290206,0.062353042386581 +SAS,comm_s1,urban,2030,92.21603045623463,77.99915971702,2212.574976028027,0.3076108491777261 +SAS,comm_s2,rural,2030,88.54064198423131,824.11542676544,4476.833988850466,0.0613536323528567 +SAS,comm_s2,urban,2030,92.21603045623463,365.40587547966,9694.667941580452,0.2877073709874665 +SAS,comm_s3,rural,2030,88.54064198423131,970.80717466344,4943.908473697466,0.0575168082798321 +SAS,comm_s3,urban,2030,92.21603045623463,717.02387206391,16864.045810546882,0.2550478898359515 +SAS,comm_s51_std,rural,2030,88.54064198423131,2747.78260827118,13253.009827287387,0.0544740271584598 +SAS,comm_s51_std,urban,2030,92.21603045623463,2492.4090945687994,56745.90015910228,0.2468929783427445 +SAS,comm_sr11_std,rural,2030,88.54064198423131,43.46158967885,191.95344451249983,0.0498824339092499 +SAS,comm_sr11_std,urban,2030,92.21603045623463,6.155094769570001,139.67954230727932,0.2460886793385775 +SAS,comm_sr21_std,rural,2030,88.54064198423131,65.03286152304,282.6218904814297,0.0490829058823945 +SAS,comm_sr21_std,urban,2030,92.21603045623463,28.83502592966,612.0230028759286,0.230165896789599 +SAS,comm_sr31_std,rural,2030,88.54064198423131,76.60864789703,312.10823601766606,0.0460134466238953 +SAS,comm_sr31_std,urban,2030,92.21603045623463,56.58201832679001,1064.6248040527348,0.2040383118698895 +WEU,comm_s1,rural,2030,7.350772518239128,877.90649749588,18704.99495658763,2.898520318691716 +WEU,comm_s1,urban,2030,7.231275305062125,1612.2426487111202,49239.63760033945,4.223471291410135 +WEU,comm_s2,rural,2030,7.350772518239128,234.17623394392,2674.612234599852,1.5537638988569673 +WEU,comm_s2,urban,2030,7.231275305062125,1498.59498561106,61019.90049488092,5.630828809317924 +WEU,comm_s3,rural,2030,7.350772518239128,127.1414832808,2869.757505602343,3.070612005885108 +WEU,comm_s3,urban,2030,7.231275305062125,1203.5887862887998,47151.31875080541,5.417523637933377 +WEU,comm_s51_std,urban,2030,7.231275305062125,352.22052032753,12648.845102761932,4.966167047501201 +WEU,comm_s52_low,rural,2030,7.350772518239128,218.33969573819,3112.1618191873968,1.939083391565927 +WEU,comm_s52_low,urban,2030,7.231275305062125,2348.93267626364,89080.79606207887,5.244433995161426 +WEU,comm_sr11_std,rural,2030,7.350772518239128,208.19450417298003,3548.6942280529643,2.31881625495184 +WEU,comm_sr11_std,urban,2030,7.231275305062125,321.44105554569,7853.726533083932,3.3787770331280425 +WEU,comm_sr12_low,rural,2030,7.350772518239128,23.13272268598,295.7245190040103,1.7391121912044911 +WEU,comm_sr12_low,urban,2030,7.231275305062125,35.71567283848,654.4772110904158,2.534082774841406 +WEU,comm_sr21_std,rural,2030,7.350772518239128,55.53462134518,507.4249429678024,1.2430111190694386 +WEU,comm_sr21_std,urban,2030,7.231275305062125,298.78254020604,9732.679502112926,4.5046630474672265 +WEU,comm_sr22_low,rural,2030,7.350772518239128,6.17051348305,42.285411912066365,0.9322583392217052 +WEU,comm_sr22_low,urban,2030,7.231275305062125,33.19806002266,811.0566251671779,3.3784972855870947 +WEU,comm_sr31_std,rural,2030,7.350772518239128,30.15145479284,544.4477221089747,2.4564896047266105 +WEU,comm_sr31_std,urban,2030,7.231275305062125,239.96564674467,7520.639492685708,4.334018910344941 +WEU,comm_sr32_low,rural,2030,7.350772518239128,3.35016164352,45.370643508900365,1.8423672036084944 +WEU,comm_sr32_low,urban,2030,7.231275305062125,26.66284963849,626.7199577270926,3.250514182752166 +AFR,comm_s1,rural,2035,65.97691065837212,103.37329140199,302.4098475945839,0.0443399918416401 +AFR,comm_s1,urban,2035,67.40736067677899,15.23644820461,478.2834773253466,0.4656872157945903 +AFR,comm_s2,rural,2035,65.97691065837212,205.43630743228,600.6837744543296,0.0443176501391899 +AFR,comm_s2,urban,2035,67.40736067677899,104.00149048602,2151.1261556378186,0.3068449603406984 +AFR,comm_s3,rural,2035,65.97691065837212,304.56983032862,534.0059123187461,0.0265746288667474 +AFR,comm_s3,urban,2035,67.40736067677899,292.68633614592,4382.504372666847,0.2221327469115551 +AFR,comm_s51_std,rural,2035,65.97691065837212,937.34244329428,1589.994838548903,0.0257102000547573 +AFR,comm_s51_std,urban,2035,67.40736067677899,1153.21019755893,13690.031256057851,0.1761118757953553 +AFR,comm_sr11_std,rural,2035,65.97691065837212,11.01718840238,25.78388456351532,0.0354719934721396 +AFR,comm_sr11_std,urban,2035,67.40736067677899,1.6238509791300002,40.779115068761605,0.3725497727614957 +AFR,comm_sr21_std,rural,2035,65.97691065837212,21.89473192703,51.21513477215109,0.0354541201132457 +AFR,comm_sr21_std,urban,2035,67.40736067677899,11.084139812819998,183.4080104317688,0.2454759682815234 +AFR,comm_sr31_std,rural,2035,65.97691065837212,32.46005962363,45.53008742210878,0.0212597030909587 +AFR,comm_sr31_std,urban,2035,67.40736067677899,31.193555553610004,373.65842330859806,0.1777061975261196 +CHN,comm_s1,rural,2035,22.12829199010737,1870.5222949089,90487.5411734736,2.1861401720923004 +CHN,comm_s1,urban,2035,21.290516010106405,253.33431667705003,33519.81844621964,6.214718288480455 +CHN,comm_s2,rural,2035,22.12829199010737,1867.2860125735804,77505.74247623328,1.875750813713329 +CHN,comm_s2,urban,2035,21.290516010106405,854.8280167345899,96665.48808004711,5.311369472576611 +CHN,comm_s3,rural,2035,22.12829199010737,317.69727302454,11198.991467836977,1.5930064464071274 +CHN,comm_s3,urban,2035,21.290516010106405,2269.89941728494,216406.77128767088,4.477937676310105 +CHN,comm_s51_std,rural,2035,22.12829199010737,2471.7535428484,84839.39809710979,1.5511168651842322 +CHN,comm_s51_std,urban,2035,21.290516010106405,8465.13642557395,784533.2276010045,4.353025317714311 +CHN,comm_s52_low,rural,2035,22.12829199010737,130.09229172882002,3681.2965905300616,1.2787962403371105 +CHN,comm_s52_low,urban,2035,21.290516010106405,290.65683274799005,21734.529215852184,3.5122345709152545 +CHN,comm_sr11_std,rural,2035,22.12829199010737,189.38645990316,7329.339034271417,1.7489121376741306 +CHN,comm_sr11_std,urban,2035,21.290516010106405,16.44036523164,1740.2397432206585,4.9717746307816455 +CHN,comm_sr12_low,rural,2035,22.12829199010737,9.96770841593,289.3160145091129,1.3116841032517337 +CHN,comm_sr12_low,urban,2035,21.290516010106405,0.86528238059,68.69367407713095,3.7288309733265934 +CHN,comm_sr21_std,rural,2035,22.12829199010737,189.05879310297,6277.835117894859,1.500600650971082 +CHN,comm_sr21_std,urban,2035,21.290516010106405,55.47485626772,5018.557138794612,4.249095578054678 +CHN,comm_sr22_low,rural,2035,22.12829199010737,9.95046279485,247.8092809660617,1.1254504882174234 +CHN,comm_sr22_low,urban,2035,21.290516010106405,2.91972927735,198.10093970581175,3.186821683696387 +CHN,comm_sr31_std,rural,2035,22.12829199010737,32.16618268746,907.0995216048988,1.2744051571254418 +CHN,comm_sr31_std,urban,2035,21.290516010106405,147.30722607459,11235.134363900535,3.5823501410508665 +CHN,comm_sr32_low,rural,2035,22.12829199010737,1.6929569835399998,35.80656006356948,0.9558038678558494 +CHN,comm_sr32_low,urban,2035,21.290516010106405,7.75301189876,443.49214594340594,2.686762605754187 +EEU,comm_s1,rural,2035,5.70158380772776,213.93509899471,2107.839886728374,1.728064958096084 +EEU,comm_s1,urban,2035,5.644413686621755,180.46469600393,6377.685149583475,6.261119385064274 +EEU,comm_s2,rural,2035,5.70158380772776,34.861829875430004,308.1587997399828,1.550346889532927 +EEU,comm_s2,urban,2035,5.644413686621755,256.44108130772,9382.310221951922,6.4819153167295855 +EEU,comm_s3,rural,2035,5.70158380772776,15.78302801916,117.28863150914414,1.3033770786440684 +EEU,comm_s3,urban,2035,5.644413686621755,66.16222460658999,2610.05696315567,6.989096712622321 +EEU,comm_s51_std,urban,2035,5.644413686621755,374.4059066082999,15412.754646263407,7.2932103091270495 +EEU,comm_s52_low,rural,2035,5.70158380772776,177.75072749321,2498.704402501577,2.465516893983659 +EEU,comm_s52_low,urban,2035,5.644413686621755,455.1735170594601,24060.244749186542,9.364923166033371 +EEU,comm_sr11_std,rural,2035,5.70158380772776,70.45954479004,555.3738104937936,1.382451966473638 +EEU,comm_sr11_std,urban,2035,5.644413686621755,27.98879385494,791.306970839215,5.008895508036209 +EEU,comm_sr12_low,rural,2035,5.70158380772776,7.82883830991,46.28115087420116,1.036838974861427 +EEU,comm_sr12_low,urban,2035,5.644413686621755,3.10986598386,65.94224756777224,3.756671630930815 +EEU,comm_sr21_std,rural,2035,5.70158380772776,11.48174691807,81.19370352854821,1.2402775116332605 +EEU,comm_sr21_std,urban,2035,5.644413686621755,39.772192121820005,1164.103794269838,5.185532253414708 +EEU,comm_sr22_low,rural,2035,5.70158380772776,1.27574965758,6.766141960030519,0.9302081336190549 +EEU,comm_sr22_low,urban,2035,5.644413686621755,4.41913245809,97.00864953271964,3.8891491903744777 +EEU,comm_sr31_std,rural,2035,5.70158380772776,5.19814174879,30.903217373712742,1.0427016629293588 +EEU,comm_sr31_std,urban,2035,5.644413686621755,10.26129157961,323.8410521726336,5.591277370101728 +EEU,comm_sr32_low,rural,2035,5.70158380772776,0.5775713055699999,2.575268114861223,0.7820262471123862 +EEU,comm_sr32_low,urban,2035,5.644413686621755,1.1401435088599998,26.986754349210425,4.193458027754849 +FSU,comm_s1,rural,2035,11.109164482874052,268.67774649759,3609.8077134852015,1.2094028133982049 +FSU,comm_s1,urban,2035,8.158141779303799,327.86692684586006,9016.83387061969,3.3710501201143 +FSU,comm_s2,rural,2035,11.109164482874052,120.04384973313,2497.9816245260563,1.873130035446684 +FSU,comm_s2,urban,2035,8.158141779303799,569.1786764866499,17547.257109629743,3.778934544814159 +FSU,comm_s3,rural,2035,11.109164482874052,99.19447441621,2146.699093731056,1.9480598489715784 +FSU,comm_s3,urban,2035,8.158141779303799,321.86906348436,12321.991252112564,4.692566232910592 +FSU,comm_s51_std,rural,2035,11.109164482874052,463.79083256529,8385.265016567531,1.6274709155690916 +FSU,comm_s51_std,urban,2035,8.158141779303799,1927.9663966026,67774.90519997508,4.309017025740489 +FSU,comm_s52_low,rural,2035,11.109164482874052,24.410043819239995,453.4270952509258,1.6720817719505434 +FSU,comm_s52_low,urban,2035,8.158141779303799,9.688273349719998,365.6392803242131,4.62610209533098 +FSU,comm_sr11_std,rural,2035,11.109164482874052,93.40509867143,1003.951983539396,0.9675222507141557 +FSU,comm_sr11_std,urban,2035,8.158141779303799,8.574269419719998,188.6442494381097,2.6968400958637013 +FSU,comm_sr12_low,rural,2035,11.109164482874052,4.91605782484,39.62968355743793,0.7256416879705672 +FSU,comm_sr12_low,urban,2035,8.158141779303799,0.4512773377899999,7.446483522853277,2.022630070237257 +FSU,comm_sr21_std,rural,2035,11.109164482874052,41.73292271263,694.7332949217606,1.498504028376347 +FSU,comm_sr21_std,urban,2035,8.158141779303799,14.88497594747,367.11213656564416,3.023147635791879 +FSU,comm_sr22_low,rural,2035,11.109164482874052,2.19646961643,27.42368268288244,1.123878020827552 +FSU,comm_sr22_low,urban,2035,8.158141779303799,0.7834197868899999,14.491268583763146,2.267360731814813 +FSU,comm_sr31_std,rural,2035,11.109164482874052,34.48469324776,597.0353504389482,1.55844787919414 +FSU,comm_sr31_std,urban,2035,8.158141779303799,8.41741524451,257.79257166080464,3.754052986649111 +FSU,comm_sr32_low,rural,2035,11.109164482874052,1.8149838552,23.56718489257872,1.1688359096991323 +FSU,comm_sr32_low,urban,2035,8.158141779303799,0.4430218548599999,10.17602255674317,2.815539738273736 +LAM,comm_s1,rural,2035,52.728216774604014,190.43148787148,19486.57688530493,1.940679018895142 +LAM,comm_s1,urban,2035,35.55892886384555,134.86626204342002,53471.0831582978,11.149797774268372 +LAM,comm_s2,rural,2035,52.728216774604014,226.87412814639,20390.548693479665,1.7045151078727023 +LAM,comm_s2,urban,2035,35.55892886384555,882.0666037215601,359899.9637826489,11.474446707849191 +LAM,comm_s3,rural,2035,52.728216774604014,80.83193943697,5359.629170485709,1.2575019260627585 +LAM,comm_s3,urban,2035,35.55892886384555,1143.2767853369298,432545.5221129625,10.63975836525293 +LAM,comm_s51_std,rural,2035,52.728216774604014,642.45861525435,52725.996776524335,1.556454958497335 +LAM,comm_s51_std,urban,2035,35.55892886384555,4903.71747897613,1818938.970601692,10.431434045923869 +LAM,comm_sr11_std,rural,2035,52.728216774604014,20.29556717374,1661.4526707863529,1.552543215098081 +LAM,comm_sr11_std,urban,2035,35.55892886384555,14.37360654676,4559.018982567574,8.919838219512165 +LAM,comm_sr21_std,rural,2035,52.728216774604014,24.17950497196,1738.526565536744,1.3636120863102597 +LAM,comm_sr21_std,urban,2035,35.55892886384555,94.00778310208,30685.57189763525,9.17955736628624 +LAM,comm_sr31_std,rural,2035,52.728216774604014,8.61480459438,456.9694437465169,1.0060015408449132 +LAM,comm_sr31_std,urban,2035,35.55892886384555,121.84671271711,36879.43332418759,8.511806692191936 +MEA,comm_s1,rural,2035,61.595338640236776,139.04477399781,3937.2090506765303,0.4597121234030061 +MEA,comm_s1,urban,2035,56.63136680223274,54.721661524370006,4444.381801231971,1.4341515334814547 +MEA,comm_s2,rural,2035,61.595338640236776,220.03060145361,3852.584558738563,0.2842635965466812 +MEA,comm_s2,urban,2035,56.63136680223274,323.52804043073,35836.369229495234,1.9559377637815256 +MEA,comm_s3,rural,2035,61.595338640236776,231.73745573524,5389.6705702829,0.3775879612701912 +MEA,comm_s3,urban,2035,56.63136680223274,615.73130337131,64705.5926950029,1.855639218961048 +MEA,comm_s51_std,rural,2035,61.595338640236776,977.46136005634,18847.375408956694,0.3130425953274919 +MEA,comm_s51_std,urban,2035,56.63136680223274,2809.65407776684,273294.79862492747,1.7175977777144391 +MEA,comm_sr11_std,rural,2035,61.595338640236776,14.818938729029998,335.69192431972897,0.3677696987353296 +MEA,comm_sr11_std,urban,2035,56.63136680223274,5.832056293529999,378.9341790044105,1.1473212267693562 +MEA,comm_sr21_std,rural,2035,61.595338640236776,23.45014420676,328.4767223411304,0.2274108772477424 +MEA,comm_sr21_std,urban,2035,56.63136680223274,34.48056385313,3055.458725235535,1.5647502110360891 +MEA,comm_sr31_std,rural,2035,61.595338640236776,24.6978225723,459.5308153313045,0.3020703690230222 +MEA,comm_sr31_std,urban,2035,56.63136680223274,65.62263503912001,5516.888904223672,1.4845113751780414 +NAM,comm_s1,rural,2035,16.500867644183007,653.9594511713099,56388.49084168189,5.225560376984921 +NAM,comm_s1,urban,2035,16.530658846572372,1315.66904161952,128013.72898093972,5.885992843870859 +NAM,comm_s2,rural,2035,16.500867644183007,209.30135642605,14753.435670100229,4.271833760696215 +NAM,comm_s2,urban,2035,16.530658846572372,1828.99921718055,147036.33468794252,4.8631871780030576 +NAM,comm_s3,rural,2035,16.500867644183007,11.85234965507,6.6312939011362015,0.0339068184238098 +NAM,comm_s3,urban,2035,16.530658846572372,1688.85062528556,130741.88686032953,4.68309908018303 +NAM,comm_s51_std,urban,2035,16.530658846572372,2524.75953148576,218799.7943728009,5.242479319194285 +NAM,comm_s52_low,urban,2035,16.530658846572372,132.88208060455,9122.722768930666,4.153057027182864 +NAM,comm_sr11_std,rural,2035,16.500867644183007,227.3472509727,15682.646202486949,4.180448301591065 +NAM,comm_sr11_std,urban,2035,16.530658846572372,457.38881709925,35602.90390293071,4.708794275096277 +NAM,comm_sr12_low,rural,2035,16.500867644183007,11.96564478798,619.0518237810664,3.135336226201542 +NAM,comm_sr12_low,urban,2035,16.530658846572372,24.07309563673,1405.377785635357,3.531595706316165 +NAM,comm_sr21_std,rural,2035,16.500867644183007,72.76305575683,4103.193904135138,3.4174670085567262 +NAM,comm_sr21_std,urban,2035,16.530658846572372,635.84667720982,40893.43022664088,3.89054974240256 +NAM,comm_sr22_low,rural,2035,16.500867644183007,3.82963451359,161.96818042737323,2.56310025638454 +NAM,comm_sr22_low,urban,2035,16.530658846572372,33.46561459004,1614.2143510480437,2.917912306791153 +NAM,comm_sr31_std,rural,2035,16.500867644183007,4.12043760023,1.844281245341731,0.027125454738234 +NAM,comm_sr31_std,urban,2035,16.530658846572372,587.1243947534,36361.653324445055,3.7464792641449 +NAM,comm_sr32_low,rural,2035,16.500867644183007,0.21686513684,0.0728005754917724,0.0203440910599707 +NAM,comm_sr32_low,urban,2035,16.530658846572372,30.90128393445,1435.3284207176998,2.8098594481343397 +PAO,comm_s1,rural,2035,11.836758561502656,321.97447585899,25512.068154268203,6.694088231798415 +PAO,comm_s1,urban,2035,13.47203820486189,232.70714006878,26367.20936562552,8.410487179122525 +PAO,comm_s2,rural,2035,11.836758561502656,97.57912884939,7044.17637654327,6.098745290477184 +PAO,comm_s2,urban,2035,13.47203820486189,660.90452484733,67589.41121938567,7.591133554550363 +PAO,comm_s3,rural,2035,11.836758561502656,28.33259787965,1863.3682666564976,5.55622095564871 +PAO,comm_s3,urban,2035,13.47203820486189,389.54835757757,33551.72761511295,6.39322816450338 +PAO,comm_s51_std,rural,2035,11.836758561502656,115.83838694978,7539.132681367739,5.498397025393845 +PAO,comm_s51_std,urban,2035,13.47203820486189,1145.39678394052,97731.46865211116,6.333520200150902 +PAO,comm_s52_low,rural,2035,11.836758561502656,6.0967572079100005,426.9105728333324,5.915687458554729 +PAO,comm_s52_low,urban,2035,13.47203820486189,53.6621766197,4888.867761040373,6.7624909995550855 +PAO,comm_sr11_std,rural,2035,11.836758561502656,111.93356382997,7095.361709178368,5.355270585434964 +PAO,comm_sr11_std,urban,2035,13.47203820486189,69.73366514074999,6321.0167012646125,6.728389743295368 +PAO,comm_sr12_low,rural,2035,11.836758561502656,5.89124020163,280.08006747168565,4.016452939099402 +PAO,comm_sr12_low,urban,2035,13.47203820486189,3.67019290213,249.513817154768,5.046292307483412 +PAO,comm_sr21_std,rural,2035,11.836758561502656,33.92312268989,1959.111234448736,4.878996232381722 +PAO,comm_sr21_std,urban,2035,13.47203820486189,198.04847763612,16203.22390671274,6.072906843642595 +PAO,comm_sr22_low,rural,2035,11.836758561502656,1.78542751001,77.33333820483391,3.659247174391632 +PAO,comm_sr22_low,urban,2035,13.47203820486189,10.42360408604,639.60094367854,4.554680132709891 +PAO,comm_sr31_std,rural,2035,11.836758561502656,9.8497517381,518.2359881228706,4.44497676441973 +PAO,comm_sr31_std,urban,2035,13.47203820486189,116.73313812121,8043.362787110351,5.1145825316014415 +PAO,comm_sr32_low,rural,2035,11.836758561502656,0.51840798619,20.456683739065447,3.3337325730525627 +PAO,comm_sr32_low,urban,2035,13.47203820486189,6.14384937472,317.5011626481385,3.835936898739829 +PAS,comm_s1,rural,2035,88.94046640388363,184.17862210406,6566.111512420817,0.4008386880144756 +PAS,comm_s1,urban,2035,86.97389112889681,38.02855177168,8171.151006856795,2.4704982436820933 +PAS,comm_s2,rural,2035,88.94046640388363,220.68987568669,10103.382833192098,0.5147365374775725 +PAS,comm_s2,urban,2035,86.97389112889681,179.84706547441,41428.87661363782,2.6485666166357373 +PAS,comm_s3,rural,2035,88.94046640388363,172.58743849708998,6129.547393819619,0.3993188591936204 +PAS,comm_s3,urban,2035,86.97389112889681,340.33821491361,79529.5936369603,2.686761684898984 +PAS,comm_s51_std,rural,2035,88.94046640388363,1353.90703744363,46972.28938077812,0.3900798164180573 +PAS,comm_s51_std,urban,2035,86.97389112889681,2498.3543427856,530274.3964670926,2.4403814959122663 +PAS,comm_sr11_std,rural,2035,88.94046640388363,19.62915712457,559.8358076621021,0.3206709504113147 +PAS,comm_sr11_std,urban,2035,86.97389112889681,4.05295907538,696.6837091856697,1.9763985949173837 +PAS,comm_sr21_std,rural,2035,88.94046640388363,23.52040750528,861.4284843916222,0.4117892299788912 +PAS,comm_sr21_std,urban,2035,86.97389112889681,19.16751393977,3532.2836895959176,2.118853293295969 +PAS,comm_sr31_std,rural,2035,88.94046640388363,18.393806562770003,522.6137432066423,0.3194550873549356 +PAS,comm_sr31_std,urban,2035,86.97389112889681,36.27213744853,6780.803859719775,2.149409347915365 +RCPA,comm_s1,rural,2035,1.786384459819537,111.86006753481,302.5353556702706,1.514000875685788 +RCPA,comm_s1,urban,2035,1.8431962219183355,16.300601285170004,245.2483558164264,8.162644984739764 +RCPA,comm_s2,rural,2035,1.786384459819537,161.23037886395,367.5498883976315,1.276128737164075 +RCPA,comm_s2,urban,2035,1.8431962219183355,47.10201411117,595.2906253343481,6.856744921618466 +RCPA,comm_s3,rural,2035,1.786384459819537,143.56471007491,269.1289874630239,1.0493922371045887 +RCPA,comm_s3,urban,2035,1.8431962219183355,126.95008862823002,1311.9842832774193,5.606916035911542 +RCPA,comm_s51_std,rural,2035,1.786384459819537,548.27769941,992.7743809058064,1.013619711626747 +RCPA,comm_s51_std,urban,2035,1.8431962219183355,621.3617036077701,6194.59378737423,5.408748381087156 +RCPA,comm_s52_low,rural,2035,1.786384459819537,28.856721021570003,38.73468961306054,0.7514120708019222 +RCPA,comm_s52_low,urban,2035,1.8431962219183355,21.33492192945,155.31357105866869,3.949542357264936 +RCPA,comm_sr11_std,rural,2035,1.786384459819537,11.325597269070002,24.504856279725207,1.211200700548544 +RCPA,comm_sr11_std,urban,2035,1.8431962219183355,1.05784262525,12.732495447252113,6.530115988006496 +RCPA,comm_sr12_low,rural,2035,1.786384459819537,0.5960840668,0.9672969583951846,0.9084005253868744 +RCPA,comm_sr12_low,urban,2035,1.8431962219183355,0.05567592765,0.5025985044693141,4.897586990274115 +RCPA,comm_sr21_std,rural,2035,1.786384459819537,16.32423776229,29.770924362874133,1.0209029897294144 +RCPA,comm_sr21_std,urban,2035,1.8431962219183355,3.0567288526200005,30.905549403481544,5.485395937269473 +RCPA,comm_sr22_low,rural,2035,1.786384459819537,0.8591704084699999,1.175168066903712,0.7656772423270709 +RCPA,comm_sr22_low,urban,2035,1.8431962219183355,0.16088046604,1.2199558981099434,4.11404695210906 +RCPA,comm_sr31_std,rural,2035,1.786384459819537,14.53562584207,21.79899649704253,0.8395137896857524 +RCPA,comm_sr31_std,urban,2035,1.8431962219183355,8.23854363916,68.1139486451285,4.485532828718502 +RCPA,comm_sr32_low,rural,2035,1.786384459819537,0.7650329390399999,0.8604867038227447,0.6296353422719754 +RCPA,comm_sr32_low,urban,2035,1.8431962219183355,0.4336075599,2.688708498901524,3.364149621661061 +SAS,comm_s1,rural,2035,88.54064198423131,518.0215104011099,3224.3657582660785,0.0702997596182164 +SAS,comm_s1,urban,2035,92.21603045623463,73.36297435851002,3207.413114713391,0.4741017369379958 +SAS,comm_s2,rural,2035,88.54064198423131,755.8338373807,4680.502973539161,0.0699396618552773 +SAS,comm_s2,urban,2035,92.21603045623463,334.92673690705,13635.475062743928,0.4414830473226063 +SAS,comm_s3,rural,2035,88.54064198423131,898.5608657903,5140.730518332679,0.0646151968174198 +SAS,comm_s3,urban,2035,92.21603045623463,665.7796754300101,23707.788536591423,0.3861482652768281 +SAS,comm_s51_std,rural,2035,88.54064198423131,4001.05981638108,21664.685495203896,0.0611553812552804 +SAS,comm_s51_std,urban,2035,92.21603045623463,3920.81876834724,135688.97734049597,0.3752851478708242 +SAS,comm_sr11_std,rural,2035,88.54064198423131,55.20904383688001,274.9139129087304,0.0562398076945188 +SAS,comm_sr11_std,urban,2035,92.21603045623463,7.818786645039999,273.4685069169788,0.3792813895438284 +SAS,comm_sr21_std,rural,2035,88.54064198423131,80.554306382,399.0661988459215,0.0559517294843654 +SAS,comm_sr21_std,urban,2035,92.21603045623463,35.69539976394,1162.579584607593,0.3531864378568798 +SAS,comm_sr31_std,rural,2035,88.54064198423131,95.76568778213002,438.3058399576345,0.0516921574540284 +SAS,comm_sr31_std,urban,2035,92.21603045623463,70.95662737632999,2021.359052187571,0.3089186122230136 +WEU,comm_s1,rural,2035,7.350772518239128,785.47758797755,19935.5278503537,3.4527168044651946 +WEU,comm_s1,urban,2035,7.231275305062125,1468.24508847231,46189.270085790704,4.350384535998694 +WEU,comm_s2,rural,2035,7.350772518239128,199.49669483923,2915.7755638583294,1.9883159851273653 +WEU,comm_s2,urban,2035,7.231275305062125,1298.75948372575,56180.20822307097,5.981907823236926 +WEU,comm_s3,rural,2035,7.350772518239128,112.68391953395,3015.6613693837844,3.64072306260669 +WEU,comm_s3,urban,2035,7.231275305062125,1094.67755677318,46457.89174118448,5.868922671981967 +WEU,comm_s51_std,urban,2035,7.231275305062125,446.71419816067,17220.573963762086,5.330929882081474 +WEU,comm_s52_low,rural,2035,7.350772518239128,241.28533761351,4232.844590755661,2.386538303098724 +WEU,comm_s52_low,urban,2035,7.231275305062125,2979.10404548513,121321.48006674154,5.631669145443082 +WEU,comm_sr11_std,rural,2035,7.350772518239128,258.69711679785,5252.614364220025,2.762173443572145 +WEU,comm_sr11_std,urban,2035,7.231275305062125,401.35933130425,10101.035420106911,3.480307628800205 +WEU,comm_sr12_low,rural,2035,7.350772518239128,28.74412408871,437.7178636858941,2.071630082679006 +WEU,comm_sr12_low,urban,2035,7.231275305062125,44.59548125614,841.7529516745169,2.6102307215903013 +WEU,comm_sr21_std,rural,2035,7.350772518239128,65.70425503606,768.248762918138,1.590652788060049 +WEU,comm_sr21_std,urban,2035,7.231275305062125,355.0287632533,12285.9329042768,4.785526258603916 +WEU,comm_sr22_low,rural,2035,7.350772518239128,7.300472782029999,64.02073024060762,1.1929895909570092 +WEU,comm_sr22_low,urban,2035,7.231275305062125,39.4476403615,1023.8277420250288,3.5891446939577927 +WEU,comm_sr31_std,rural,2035,7.350772518239128,37.11245939946,794.5666824315985,2.9125784501002934 +WEU,comm_sr31_std,urban,2035,7.231275305062125,299.24094800617,10159.77973128918,4.69513813758611 +WEU,comm_sr32_low,rural,2035,7.350772518239128,4.12360659965,66.21389019389593,2.1844338374405967 +WEU,comm_sr32_low,urban,2035,7.231275305062125,33.24899422285,846.648310944136,3.5213536032097217 +AFR,comm_s1,rural,2040,65.97691065837212,97.69313767584,411.2454583837624,0.0638035848343513 +AFR,comm_s1,urban,2040,67.40736067677899,14.39923612724,624.4958392945573,0.6434025427197617 +AFR,comm_s2,rural,2040,65.97691065837212,188.92321531285,811.5013040389123,0.0651046363941491 +AFR,comm_s2,urban,2040,67.40736067677899,95.4682632,2825.5992756467017,0.4390805768052414 +AFR,comm_s3,rural,2040,65.97691065837212,280.78167014317,616.4660045217314,0.0332773246067002 +AFR,comm_s3,urban,2040,67.40736067677899,270.19218132951,5966.79507844649,0.3276129215021574 +AFR,comm_s51_std,rural,2040,65.97691065837212,1310.83638854226,2768.826021068467,0.0320151250808819 +AFR,comm_s51_std,urban,2040,67.40736067677899,1702.56566140324,29928.624713439334,0.2607807726787691 +AFR,comm_sr11_std,rural,2040,65.97691065837212,13.18373802804,44.39822503162559,0.0510428678643664 +AFR,comm_sr11_std,urban,2040,67.40736067677899,1.9431841522,67.42082191759577,0.5147220343128354 +AFR,comm_sr21_std,rural,2040,65.97691065837212,25.49528285551,87.61000706919022,0.0520837091210561 +AFR,comm_sr21_std,urban,2040,67.40736067677899,12.88349009935,305.0528338688447,0.3512644614402959 +AFR,comm_sr31_std,rural,2040,65.97691065837212,37.89162750111,66.55391769685676,0.026621859681295 +AFR,comm_sr31_std,urban,2040,67.40736067677899,36.46257066385,644.1775957025136,0.2620903371999298 +CHN,comm_s1,rural,2040,22.12829199010737,1797.23196315959,109908.8623279135,2.7636350069668767 +CHN,comm_s1,urban,2040,21.290516010106405,249.24070490573,31105.868899247384,5.861883446730105 +CHN,comm_s2,rural,2040,22.12829199010737,1767.33918392287,92735.41588990144,2.371252622224439 +CHN,comm_s2,urban,2040,21.290516010106405,821.2123790450902,87591.43213619175,5.009794970922396 +CHN,comm_s3,rural,2040,22.12829199010737,279.83714152711,12470.20128651658,2.01381798093238 +CHN,comm_s3,urban,2040,21.290516010106405,1979.52887152686,178006.37168393907,4.223646088770618 +CHN,comm_s51_std,rural,2040,22.12829199010737,2149.45154809742,93265.8718501774,1.9608627707001784 +CHN,comm_s51_std,urban,2040,21.290516010106405,9178.59902007331,802347.0819006229,4.105817982962676 +CHN,comm_s52_low,rural,2040,22.12829199010737,113.1290288472,4046.932729155721,1.6166054288401273 +CHN,comm_s52_low,urban,2040,21.290516010106405,315.15410811087,22227.46685539708,3.3126901112314093 +CHN,comm_sr11_std,rural,2040,22.12829199010737,230.4104888485,11272.514719018463,2.210908005573644 +CHN,comm_sr11_std,urban,2040,21.290516010106405,20.294044158170003,2026.19833628852,4.689506757381384 +CHN,comm_sr12_low,rural,2040,22.12829199010737,12.12686783412,444.967686275965,1.6581810041777922 +CHN,comm_sr12_low,urban,2040,21.290516010106405,1.06810758723,79.98151327649234,3.5171300682602373 +CHN,comm_sr21_std,rural,2040,22.12829199010737,226.57814554584,9511.165145848914,1.897002097781288 +CHN,comm_sr21_std,urban,2040,21.290516010106405,66.86596513144,5705.598986552229,4.007835976736735 +CHN,comm_sr22_low,rural,2040,22.12829199010737,11.92516555508,375.4407294377184,1.4227515733177274 +CHN,comm_sr22_low,urban,2040,21.290516010106405,3.51926132275,225.22101264654728,3.0058769827762006 +CHN,comm_sr31_std,rural,2040,22.12829199010737,35.87595474538001,1278.9735474845204,1.6110543847467012 +CHN,comm_sr31_std,urban,2040,21.290516010106405,161.18011841716998,11595.11779989198,3.3789168710192503 +CHN,comm_sr32_low,rural,2040,22.12829199010737,1.88820814443,50.48579792433477,1.208290788536499 +CHN,comm_sr32_low,urban,2040,21.290516010106405,8.48316412726,457.7020184146397,2.534187653240433 +EEU,comm_s1,rural,2040,5.70158380772776,191.22749480269,2453.712657632336,2.250493978654785 +EEU,comm_s1,urban,2040,5.644413686621755,168.8806522093,6168.555533974082,6.471198848565931 +EEU,comm_s2,rural,2040,5.70158380772776,30.53910399022,360.0381461921707,2.0677437350888663 +EEU,comm_s2,urban,2040,5.644413686621755,232.34170009374,8831.26548461163,6.734059378941833 +EEU,comm_s3,rural,2040,5.70158380772776,13.324071174060002,117.7989940360119,1.5506333683806737 +EEU,comm_s3,urban,2040,5.644413686621755,59.40061305590999,2487.223698746751,7.418311805719054 +EEU,comm_s51_std,urban,2040,5.644413686621755,418.77847153089,17942.675041636896,7.590738110198298 +EEU,comm_s52_low,rural,2040,5.70158380772776,174.28263529852,3097.014252352601,3.116689754618778 +EEU,comm_s52_low,urban,2040,5.644413686621755,509.11822273921,27908.07242185,9.711635257656248 +EEU,comm_sr11_std,rural,2040,5.70158380772776,82.04178284592,842.1674351024758,1.8003951829243596 +EEU,comm_sr11_std,urban,2040,5.644413686621755,32.71570789676,955.9823856864248,5.176959078845536 +EEU,comm_sr12_low,rural,2040,5.70158380772776,9.11575364948,70.1806195922914,1.3502963872111953 +EEU,comm_sr12_low,urban,2040,5.644413686621755,3.63507865519,79.66519880540022,3.882719309052268 +EEU,comm_sr21_std,rural,2040,5.70158380772776,13.102104069610002,123.57290539733744,1.654194988049826 +EEU,comm_sr21_std,urban,2040,5.644413686621755,45.00943768907,1368.640389167296,5.387247503151403 +EEU,comm_sr22_low,rural,2040,5.70158380772776,1.4557893410999998,10.297742114728123,1.24064624080309 +EEU,comm_sr22_low,urban,2040,5.644413686621755,5.00104863234,114.05336577919456,4.04043562772527 +EEU,comm_sr31_std,rural,2040,5.70158380772776,5.71638798585,40.43117125188618,1.2405066947243442 +EEU,comm_sr31_std,urban,2040,5.644413686621755,11.507138800250004,385.46172312084593,5.934649444566333 +EEU,comm_sr32_low,rural,2040,5.70158380772776,0.6351542208300001,3.3692642713769323,0.9303800208862966 +EEU,comm_sr32_low,urban,2040,5.644413686621755,1.2785709777999996,32.121810262325546,4.450987083756568 +FSU,comm_s1,rural,2040,11.109164482874052,243.01719729985,4043.64358713304,1.4978022007164098 +FSU,comm_s1,urban,2040,8.158141779303799,322.54913601325995,9944.866819364752,3.7793041115143367 +FSU,comm_s2,rural,2040,11.109164482874052,104.15656802128,2488.3692230699785,2.1505362267413743 +FSU,comm_s2,urban,2040,8.158141779303799,529.53693218738,18077.868100582644,4.184655490585207 +FSU,comm_s3,rural,2040,11.109164482874052,83.97459543463,2093.7548419778163,2.2443806279986 +FSU,comm_s3,urban,2040,8.158141779303799,297.01042283179,12449.303447953063,5.1378582027603485 +FSU,comm_s51_std,rural,2040,11.109164482874052,471.29826079628,10131.603204025883,1.9350889748243725 +FSU,comm_s51_std,urban,2040,8.158141779303799,2194.95361866827,86359.49366505392,4.822736023670205 +FSU,comm_s52_low,rural,2040,11.109164482874052,24.80517162088,551.0201100152445,1.9996031672533476 +FSU,comm_s52_low,urban,2040,8.158141779303799,11.02991768171,468.9846438765275,5.211888341136655 +FSU,comm_sr11_std,rural,2040,11.109164482874052,110.05324627637,1464.969914853111,1.198241760564073 +FSU,comm_sr11_std,urban,2040,8.158141779303799,10.22165595056,252.1240846732049,3.023443289141838 +FSU,comm_sr12_low,rural,2040,11.109164482874052,5.79227611986,57.82775979794108,0.8986813204323489 +FSU,comm_sr12_low,urban,2040,8.158141779303799,0.53798189201,9.952266491152802,2.26758246530754 +FSU,comm_sr21_std,rural,2040,11.109164482874052,47.16854839518,901.5102271750528,1.7204289813908236 +FSU,comm_sr21_std,urban,2040,8.158141779303799,16.78114658982,458.3134224234542,3.3477243923104747 +FSU,comm_sr22_low,rural,2040,11.109164482874052,2.48255517873,35.58593001356696,1.2903217357885233 +FSU,comm_sr22_low,urban,2040,8.158141779303799,0.8832182417400001,18.091319329245803,2.5107932969480147 +FSU,comm_sr31_std,rural,2040,11.109164482874052,38.02890056743,758.5455509192739,1.7955045023612488 +FSU,comm_sr31_std,urban,2040,8.158141779303799,9.4123282841,315.6170207075717,4.1102865624211935 +FSU,comm_sr32_low,rural,2040,11.109164482874052,2.00152108252,29.9425875373322,1.3466283768020029 +FSU,comm_sr32_low,urban,2040,8.158141779303799,0.4953856990799999,12.458566606533124,3.082714922248083 +LAM,comm_s1,rural,2040,52.728216774604014,179.8405516991,29956.697979414923,3.159098960642061 +LAM,comm_s1,urban,2040,35.55892886384555,127.36561186696,70802.5856988714,15.633213598049617 +LAM,comm_s2,rural,2040,52.728216774604014,209.57896606211,30881.40910381453,2.7945142670442005 +LAM,comm_s2,urban,2040,35.55892886384555,811.41455529647,457006.3970594969,15.839111463849658 +LAM,comm_s3,rural,2040,52.728216774604014,74.38770484563,8398.036258338443,2.14108299418721 +LAM,comm_s3,urban,2040,35.55892886384555,1054.84441941906,551904.2568603909,14.71386150432174 +LAM,comm_s51_std,rural,2040,52.728216774604014,744.5402413751699,99667.95588397972,2.5387754583658286 +LAM,comm_s51_std,urban,2040,35.55892886384555,6136.63645403482,3137964.8191759726,14.380335031895596 +LAM,comm_sr11_std,rural,2040,52.728216774604014,24.269572836150004,3234.137158351072,2.527279168491269 +LAM,comm_sr11_std,urban,2040,35.55892886384555,17.18805333298,7643.875619332008,12.506570878530749 +LAM,comm_sr21_std,rural,2040,52.728216774604014,28.28278680043,3333.969343200152,2.2356114136565544 +LAM,comm_sr21_std,urban,2040,35.55892886384555,109.50080203882,49338.59437272952,12.671289171077245 +LAM,comm_sr31_std,rural,2040,52.728216774604014,10.03865815467,906.6553709827014,1.7128663953238503 +LAM,comm_sr31_std,urban,2040,35.55892886384555,142.35178454465,59583.805471511136,11.771089203435285 +MEA,comm_s1,rural,2040,61.595338640236776,131.40454429819002,4141.035613008984,0.5116237937804147 +MEA,comm_s1,urban,2040,56.63136680223274,51.71481666732,5143.432501020793,1.7562284649374866 +MEA,comm_s2,rural,2040,61.595338640236776,202.31562945677,4090.9271203103326,0.3282800272812169 +MEA,comm_s2,urban,2040,56.63136680223274,297.00510940444,36735.6892460034,2.1840733948141966 +MEA,comm_s3,rural,2040,61.595338640236776,213.46724859613,5483.786037546022,0.4170627492707441 +MEA,comm_s3,urban,2040,56.63136680223274,568.17907464352,65011.451011013865,2.0204475493929146 +MEA,comm_s51_std,rural,2040,61.595338640236776,1189.17042950635,25235.70670064756,0.3445272064101784 +MEA,comm_s51_std,urban,2040,56.63136680223274,3663.8569900192,391660.8735436223,1.8876202645241127 +MEA,comm_sr11_std,rural,2040,61.595338640236776,17.73310929438,447.06786974501335,0.409299035026279 +MEA,comm_sr11_std,urban,2040,56.63136680223274,6.9789405001,555.2870408016861,1.404982771953616 +MEA,comm_sr21_std,rural,2040,61.595338640236776,27.30259587504,441.6581367631919,0.2626240218481634 +MEA,comm_sr21_std,urban,2040,56.63136680223274,40.08098878335,3965.9997811591256,1.7472587158617352 +MEA,comm_sr31_std,rural,2040,61.595338640236776,28.80751248297,592.0317454580156,0.3336501994167327 +MEA,comm_sr31_std,urban,2040,56.63136680223274,76.67605167883,7018.662389967157,1.616358039521561 +NAM,comm_s1,rural,2040,16.500867644183007,572.76155312293,47688.70210118194,5.0458561350889095 +NAM,comm_s1,urban,2040,16.530658846572372,1184.9467589399198,111402.94488078792,5.687320078690419 +NAM,comm_s2,rural,2040,16.500867644183007,177.58351110823003,12085.897284992569,4.124482637876143 +NAM,comm_s2,urban,2040,16.530658846572372,1567.22374414078,121726.8640748851,4.698565309866619 +NAM,comm_s3,rural,2040,16.500867644183007,10.5818813687,5.829029063734488,0.0333830914011144 +NAM,comm_s3,urban,2040,16.530658846572372,1541.91125779011,115310.30218631696,4.523958035973959 +NAM,comm_s51_std,urban,2040,16.530658846572372,3135.12384070463,262554.1041108722,5.066102210243345 +NAM,comm_s52_low,urban,2040,16.530658846572372,165.00651793182,10937.282037447856,4.009757870442066 +NAM,comm_sr11_std,rural,2040,16.500867644183007,259.38192425822,17277.119595682347,4.036684908074537 +NAM,comm_sr11_std,urban,2040,16.530658846572372,536.6173214693,40360.125505854805,4.549856062951827 +NAM,comm_sr12_low,rural,2040,16.500867644183007,13.65168022406,681.9915629863666,3.0275136810636503 +NAM,comm_sr12_low,urban,2040,16.530658846572372,28.24301691936,1593.162848907684,3.412392047206797 +NAM,comm_sr21_std,rural,2040,16.500867644183007,80.42081836073999,4378.594585576679,3.299586110300208 +NAM,comm_sr21_std,urban,2040,16.530658846572372,709.7360293860199,44100.373798498775,3.758852247893004 +NAM,comm_sr22_low,rural,2040,16.500867644183007,4.23267465061,172.83925996191087,2.474689582769683 +NAM,comm_sr22_low,urban,2040,16.530658846572372,37.35452786251,1740.8042288873385,2.81913918591187 +NAM,comm_sr31_std,rural,2040,16.500867644183007,4.7921316238700005,2.1117964595513508,0.026706473120401 +NAM,comm_sr31_std,urban,2040,16.530658846572372,698.2729669971501,41775.7203217306,3.619166428778352 +NAM,comm_sr32_low,rural,2040,16.500867644183007,0.25221745388,0.0833603865822971,0.0200298548459879 +NAM,comm_sr32_low,urban,2040,16.530658846572372,36.75120878939,1649.0415916621257,2.714374821603335 +PAO,comm_s1,rural,2040,11.836758561502656,278.24683182357,21335.57074818147,6.478004537215687 +PAO,comm_s1,urban,2040,13.47203820486189,209.1425606279,22835.3276632612,8.104598799682995 +PAO,comm_s2,rural,2040,11.836758561502656,84.04515489103,5875.377716463204,5.905957543809194 +PAO,comm_s2,urban,2040,13.47203820486189,590.93601529216,58233.20042761019,7.314706315430811 +PAO,comm_s3,rural,2040,11.836758561502656,24.68011621729,1573.093493642551,5.384861593161365 +PAO,comm_s3,urban,2040,13.47203820486189,352.71433679856,29289.87831077104,6.163978976062171 +PAO,comm_s51_std,rural,2040,11.836758561502656,112.4502720853,7094.847200476729,5.33027660813547 +PAO,comm_s51_std,urban,2040,13.47203820486189,1304.9955677261598,106657.49214431643,6.066651191267804 +PAO,comm_s52_low,rural,2040,11.836758561502656,5.91843537296,401.7697284351284,5.735054014734129 +PAO,comm_s52_low,urban,2040,13.47203820486189,61.13942663811,5340.58641614813,6.483869711006686 +PAO,comm_sr11_std,rural,2040,11.836758561502656,126.00740790583002,7729.654849398707,5.182403629770251 +PAO,comm_sr11_std,urban,2040,13.47203820486189,80.73629681803,7052.184066687807,6.483679039746145 +PAO,comm_sr12_low,rural,2040,11.836758561502656,6.63196883723,305.11795458547243,3.8868027223304336 +PAO,comm_sr12_low,urban,2040,13.47203820486189,4.24927877988,278.37568684279057,4.862759279825674 +PAO,comm_sr21_std,rural,2040,11.836758561502656,38.060854262,2128.588093299879,4.72476603505221 +PAO,comm_sr21_std,urban,2040,13.47203820486189,228.12183893991,17984.031333528223,5.851765052345909 +PAO,comm_sr22_low,rural,2040,11.836758561502656,2.00320285586,84.02321420796477,3.543574526298269 +PAO,comm_sr22_low,urban,2040,13.47203820486189,12.00641257574,709.8959736844989,4.388823789230006 +PAO,comm_sr31_std,rural,2040,11.836758561502656,11.17668600563,569.9153725436611,4.307889274420011 +PAO,comm_sr31_std,urban,2040,13.47203820486189,136.15999202759,9045.528760708796,4.931183180847837 +PAO,comm_sr32_low,rural,2040,11.836758561502656,0.58824663191,22.49665944252126,3.2309169556254123 +PAO,comm_sr32_low,urban,2040,13.47203820486189,7.16631536979,357.0603458179364,3.698387385683807 +PAS,comm_s1,rural,2040,88.94046640388363,178.32625618866,11093.31244293928,0.699433695004916 +PAS,comm_s1,urban,2040,86.97389112889681,36.82017591539001,11931.967526115244,3.725952407053263 +PAS,comm_s2,rural,2040,88.94046640388363,205.91598271208,17145.436999013502,0.9361794406471626 +PAS,comm_s2,urban,2040,86.97389112889681,166.19512086435,52272.59239285019,3.616320129653351 +PAS,comm_s3,rural,2040,88.94046640388363,153.0919013863,10009.552338513358,0.7351281193363999 +PAS,comm_s3,urban,2040,86.97389112889681,302.0131953041901,100700.97816983388,3.833706582209415 +PAS,comm_s51_std,rural,2040,88.94046640388363,1632.4927397975,101929.8264877184,0.7020218408945402 +PAS,comm_s51_std,urban,2040,86.97389112889681,3268.29386484747,987736.0915174128,3.474808889546906 +PAS,comm_sr11_std,rural,2040,88.94046640388363,24.065217896020005,1197.6384715653758,0.5595469560023383 +PAS,comm_sr11_std,urban,2040,86.97389112889681,4.96890124487,1288.180011523626,2.9807619256161577 +PAS,comm_sr21_std,rural,2040,88.94046640388363,27.78846535637,1851.0282719779605,0.7489435525150895 +PAS,comm_sr21_std,urban,2040,86.97389112889681,22.42811508711,5643.3700916893895,2.8930561037221505 +PAS,comm_sr31_std,rural,2040,88.94046640388363,20.659829033080005,1080.6352949494317,0.5881024954686646 +PAS,comm_sr31_std,urban,2040,86.97389112889681,40.75683249245,10871.71809153996,3.066965265765036 +RCPA,comm_s1,rural,2040,1.786384459819537,109.0486120633,441.9957258471894,2.2689399149938945 +RCPA,comm_s1,urban,2040,1.8431962219183355,16.03720099192,493.94709582973366,16.71014785317774 +RCPA,comm_s2,rural,2040,1.786384459819537,154.19901239728998,526.7987885845564,1.9124418700766697 +RCPA,comm_s2,urban,2040,1.8431962219183355,45.39170618597,1174.400157385004,14.036797087002649 +RCPA,comm_s3,rural,2040,1.786384459819537,124.90847330511,350.9086552263735,1.5726325053682166 +RCPA,comm_s3,urban,2040,1.8431962219183355,110.38880799795,2335.453793234429,11.478223156083889 +RCPA,comm_s51_std,rural,2040,1.786384459819537,545.40529084432,1479.985813177033,1.519019236504216 +RCPA,comm_s51_std,urban,2040,1.8431962219183355,715.8119768311599,14608.91008523976,11.072540663684508 +RCPA,comm_s52_low,rural,2040,1.786384459819537,28.70554162339,57.74264602076549,1.1260456664743108 +RCPA,comm_s52_low,urban,2040,1.8431962219183355,24.577943174140007,366.2851069611643,8.085411976155989 +RCPA,comm_sr11_std,rural,2040,1.786384459819537,13.980356753490002,45.33213445961036,1.815151931994465 +RCPA,comm_sr11_std,urban,2040,1.8431962219183355,1.30580462459,32.175110974808284,13.3681182828147 +RCPA,comm_sr12_low,rural,2040,1.786384459819537,0.7358082501800001,1.7894263601932028,1.361363948961145 +RCPA,comm_sr12_low,urban,2040,1.8431962219183355,0.0687265591799999,1.270070169588096,10.026088709705084 +RCPA,comm_sr21_std,rural,2040,1.786384459819537,19.76877250937,54.02973857133424,1.529953496059806 +RCPA,comm_sr21_std,urban,2040,1.8431962219183355,3.69595042717,76.49899293165117,11.229437669574985 +RCPA,comm_sr22_low,rural,2040,1.786384459819537,1.04046171092,2.1327528382045933,1.1474651220805543 +RCPA,comm_sr22_low,urban,2040,1.8431962219183355,0.1945237068499997,3.019697091132059,8.422078250201114 +RCPA,comm_sr31_std,rural,2040,1.786384459819537,16.013638186659996,35.990027530864545,1.2581060042943266 +RCPA,comm_sr31_std,urban,2040,1.8431962219183355,8.98824028332,152.12860973774414,9.182578524861176 +RCPA,comm_sr32_low,rural,2040,1.786384459819537,0.8428230624299999,1.4206589814211348,0.9435795032095268 +RCPA,comm_sr32_low,urban,2040,1.8431962219183355,0.4730652780299999,6.005076699748649,6.886933893732604 +SAS,comm_s1,rural,2040,88.54064198423131,489.55727391787,4423.858666669747,0.1020598837494138 +SAS,comm_s1,urban,2040,92.21603045623463,69.33182698468,5241.704965683503,0.8198483075237555 +SAS,comm_s2,rural,2040,88.54064198423131,694.73895240609,6301.989935982144,0.1024503365118933 +SAS,comm_s2,urban,2040,92.21603045623463,307.59110545144,21650.788575329498,0.763296942167315 +SAS,comm_s3,rural,2040,88.54064198423131,827.3556614604701,6854.209647573019,0.0935669502690061 +SAS,comm_s3,urban,2040,92.21603045623463,614.52673944513,37740.24086567758,0.6659742834418206 +SAS,comm_s51_std,rural,2040,88.54064198423131,5412.74463071712,42349.1036759932,0.088365760279028 +SAS,comm_s51_std,urban,2040,92.21603045623463,5752.94455939792,343038.1996888942,0.6466151444694387 +SAS,comm_sr11_std,rural,2040,88.54064198423131,66.06600015731,477.6015603308958,0.0816479069995373 +SAS,comm_sr11_std,urban,2040,92.21603045623463,9.35636489642,565.8965755957679,0.6558786460153174 +SAS,comm_sr21_std,rural,2040,88.54064198423131,93.75537078976,680.3653672987518,0.0819602692097654 +SAS,comm_sr21_std,urban,2040,92.21603045623463,41.50957427008,2337.427839593372,0.6106375537293889 +SAS,comm_sr31_std,rural,2040,88.54064198423131,111.65206232708998,739.9832293885459,0.0748535602153765 +SAS,comm_sr31_std,urban,2040,92.21603045623463,82.93069233742,4074.451577892703,0.5327794267560443 +WEU,comm_s1,rural,2040,7.350772518239128,698.9265853492,20126.815424254684,3.917513670365128 +WEU,comm_s1,urban,2040,7.231275305062125,1335.37511184684,42443.84500021392,4.39538119753413 +WEU,comm_s2,rural,2040,7.350772518239128,169.65529676931,3031.506490036743,2.4308496383749896 +WEU,comm_s2,urban,2040,7.231275305062125,1127.96656423367,50182.468713873575,6.152348104375737 +WEU,comm_s3,rural,2040,7.350772518239128,98.52449071724,2985.8418089236075,4.122774804440051 +WEU,comm_s3,urban,2040,7.231275305062125,986.91427202626,43627.24182132444,6.113127186506003 +WEU,comm_s51_std,urban,2040,7.231275305062125,531.30047449045,21259.11738175318,5.533375337091796 +WEU,comm_s52_low,rural,2040,7.350772518239128,252.55883982728,5344.58424027892,2.8788455780333564 +WEU,comm_s52_low,urban,2040,7.231275305062125,3543.20368468247,149767.6623399279,5.845303104488895 +WEU,comm_sr11_std,rural,2040,7.350772518239128,299.8584654354,6907.959850122233,3.134010936292403 +WEU,comm_sr11_std,urban,2040,7.231275305062125,469.05053673105,11926.721174700164,3.5163049580289463 +WEU,comm_sr12_low,rural,2040,7.350772518239128,33.31760727076,575.6633208455853,2.3505082022164503 +WEU,comm_sr12_low,urban,2040,7.231275305062125,52.11672630353,993.8934312224784,2.6372287185109347 +WEU,comm_sr21_std,rural,2040,7.350772518239128,72.78672468430999,1040.478817770942,1.9446797106549047 +WEU,comm_sr21_std,urban,2040,7.231275305062125,396.19827992495,14101.27457130033,4.921878483514758 +WEU,comm_sr22_low,rural,2040,7.350772518239128,8.087413854,86.70656815109446,1.4585097830164568 +WEU,comm_sr22_low,urban,2040,7.231275305062125,44.02203110288,1175.1062142809935,3.691408862645772 +WEU,comm_sr31_std,rural,2040,7.350772518239128,42.26967926749,1024.8057082114717,3.2982198435626664 +WEU,comm_sr31_std,urban,2040,7.231275305062125,346.65365925603,12259.255701745666,4.890501749198433 +WEU,comm_sr32_low,rural,2040,7.350772518239128,4.696631029340001,85.40047567669006,2.4736648826526104 +WEU,comm_sr32_low,urban,2040,7.231275305062125,38.51707325066,1021.604641815078,3.6678763119103297 +AFR,comm_s1,rural,2045,65.97691065837212,92.74014372392,548.6887682038932,0.0896739560604929 +AFR,comm_s1,urban,2045,67.40736067677899,13.66920194935,694.2679026945411,0.7534884592866173 +AFR,comm_s2,rural,2045,65.97691065837212,174.29245471642997,1063.160945891325,0.0924545847489105 +AFR,comm_s2,urban,2045,67.40736067677899,87.8827004515,3270.209253166332,0.5520327288499165 +AFR,comm_s3,rural,2045,65.97691065837212,257.79320512510003,778.2639337824771,0.0457576237336613 +AFR,comm_s3,urban,2045,67.40736067677899,248.29867232277,7311.65426438133,0.4368515965568405 +AFR,comm_s51_std,rural,2045,65.97691065837212,1781.17087616611,5122.313930609881,0.043588169402382 +AFR,comm_s51_std,urban,2045,67.40736067677899,2445.46707960904,59021.50934739034,0.3580479305165434 +AFR,comm_sr11_std,rural,2045,65.97691065837212,15.214187280010002,72.01070295977206,0.0717391648466342 +AFR,comm_sr11_std,urban,2045,67.40736067677899,2.24245715047,91.11671793379074,0.6027907675297675 +AFR,comm_sr21_std,rural,2045,65.97691065837212,28.592990489980004,139.53077138737387,0.0739636678034817 +AFR,comm_sr21_std,urban,2045,67.40736067677899,14.41731497991,429.18696500358567,0.4416261830870325 +AFR,comm_sr31_std,rural,2045,65.97691065837212,42.29143868871999,102.14047780953004,0.0366060989815975 +AFR,comm_sr31_std,urban,2045,67.40736067677899,40.73384351621999,959.5920199314936,0.3494812772462139 +CHN,comm_s1,rural,2045,22.12829199010737,1707.3729582746005,120116.82179594033,3.179270939941464 +CHN,comm_s1,urban,2045,21.290516010106405,245.27002799509,29323.77202849663,5.615509502253511 +CHN,comm_s2,rural,2045,22.12829199010737,1663.92967312646,100440.19321153696,2.7278763421774044 +CHN,comm_s2,urban,2045,21.290516010106405,796.3045539401301,81364.9434025706,4.799234156984342 +CHN,comm_s3,rural,2045,22.12829199010737,249.32714760331,12781.579674472754,2.3166854417638545 +CHN,comm_s3,urban,2045,21.290516010106405,1761.36994625085,151731.68365833274,4.046126975590963 +CHN,comm_s51_std,rural,2045,22.12829199010737,1817.40513443508,90718.04874922936,2.2557660510518867 +CHN,comm_s51_std,urban,2045,21.290516010106405,9592.099110044152,803251.4621426164,3.9332511645442807 +CHN,comm_s52_low,rural,2045,22.12829199010737,95.65290181236,3936.379229016737,1.8597342455539625 +CHN,comm_s52_low,urban,2045,21.290516010106405,329.35194503281,22252.52094794243,3.173458319160861 +CHN,comm_sr11_std,rural,2045,22.12829199010737,266.09272269784003,14976.089201176534,2.543416751953436 +CHN,comm_sr11_std,urban,2045,21.290516010106405,24.05227740495,2300.496331012333,4.492407601793773 +CHN,comm_sr12_low,rural,2045,22.12829199010737,14.00488014194,591.1614158337876,1.907562563965235 +CHN,comm_sr12_low,urban,2045,21.290516010106405,1.26590933704,90.80906569830628,3.3693057015287624 +CHN,comm_sr21_std,rural,2045,22.12829199010737,259.32212112992,12522.819622008265,2.182301073743812 +CHN,comm_sr21_std,urban,2045,21.290516010106405,78.08919086745,6383.208599112452,3.83938732558518 +CHN,comm_sr22_low,rural,2045,22.12829199010737,13.64853269113,494.32182717752096,1.636725805274846 +CHN,comm_sr22_low,urban,2045,21.290516010106405,4.10995741408,251.96876050757044,2.8795404943724616 +CHN,comm_sr31_std,rural,2045,22.12829199010737,38.85743839774,1593.5992517524764,1.8533483534153263 +CHN,comm_sr31_std,urban,2045,21.290516010106405,172.72782535314,11903.590752763475,3.236901580473946 +CHN,comm_sr32_low,rural,2045,22.12829199010737,2.04512833667,62.9052336164173,1.3900112649785004 +CHN,comm_sr32_low,urban,2045,21.290516010106405,9.0909381765,469.878582343317,2.4276761853369155 +EEU,comm_s1,rural,2045,5.70158380772776,169.68053233081,2672.382824609429,2.762301895713003 +EEU,comm_s1,urban,2045,5.644413686621755,158.09437391632002,5878.402946358852,6.5875526763506125 +EEU,comm_s2,rural,2045,5.70158380772776,26.88784853296,402.6837746098333,2.6267126493333124 +EEU,comm_s2,urban,2045,5.644413686621755,213.20775128586,8279.437304416282,6.879850418054623 +EEU,comm_s3,rural,2045,5.70158380772776,11.10770302562,109.0784130735886,1.722340597802898 +EEU,comm_s3,urban,2045,5.644413686621755,52.81646120142,2315.9005162878266,7.768403297808051 +EEU,comm_s51_std,urban,2045,5.644413686621755,449.96869707067,19730.25158707538,7.768398300062641 +EEU,comm_s52_low,rural,2045,5.70158380772776,165.87539698616,3530.282184064209,3.7327760358444806 +EEU,comm_s52_low,urban,2045,5.644413686621755,547.0368677344601,30528.77721173721,9.887214964948027 +EEU,comm_sr11_std,rural,2045,5.70158380772776,91.08214849388,1147.5983292613232,2.209841516572141 +EEU,comm_sr11_std,urban,2045,5.644413686621755,36.68709431416,1091.3052398615764,5.270042141072939 +EEU,comm_sr12_low,rural,2045,5.70158380772776,10.120238721500002,95.63319410602944,1.6573811374519498 +EEU,comm_sr12_low,urban,2045,5.644413686621755,4.07634381266,90.94210332145929,3.9525316058136815 +EEU,comm_sr21_std,rural,2045,5.70158380772776,14.43302292326,172.92403719374738,2.101370119447917 +EEU,comm_sr21_std,urban,2045,5.644413686621755,49.47660493006,1537.0489903227613,5.50388033444157 +EEU,comm_sr22_low,rural,2045,5.70158380772776,1.60366921367,14.410336430943811,1.5760275894067024 +EEU,comm_sr22_low,urban,2045,5.644413686621755,5.497400548,128.0874158808939,4.127910251335258 +EEU,comm_sr31_std,rural,2045,5.70158380772776,5.962460410039999,46.84141936852276,1.3778724782716243 +EEU,comm_sr31_std,urban,2045,5.644413686621755,12.25649240685,429.9389462613566,6.2147226382111205 +EEU,comm_sr32_low,rural,2045,5.70158380772776,0.6624956012700001,3.903451614959305,1.03340435870524 +EEU,comm_sr32_low,urban,2045,5.644413686621755,1.36183248964,35.82824552818475,4.661041979525824 +FSU,comm_s1,rural,2045,11.109164482874052,218.89441745213,4144.213691002993,1.7042215724550702 +FSU,comm_s1,urban,2045,8.158141779303799,318.72208798967,10513.350999101696,4.043316644162656 +FSU,comm_s2,rural,2045,11.109164482874052,90.98849392801,2473.3979530377333,2.4469557936894626 +FSU,comm_s2,urban,2045,8.158141779303799,498.23374768743,18588.442909255067,4.57318344159294 +FSU,comm_s3,rural,2045,11.109164482874052,70.4886803447,2002.3536052547256,2.557054574042584 +FSU,comm_s3,urban,2045,8.158141779303799,271.38799007991,12664.572956261303,5.720166588567889 +FSU,comm_s51_std,rural,2045,11.109164482874052,463.66625846906,11498.193748983927,2.2322494902574106 +FSU,comm_s51_std,urban,2045,8.158141779303799,2409.6461549065,106043.43826340252,5.394351956162461 +FSU,comm_s52_low,rural,2045,11.109164482874052,24.40348728784,622.9623448279825,2.2978861492471543 +FSU,comm_s52_low,urban,2045,8.158141779303799,12.10877464774,571.0910882819371,5.781146005410742 +FSU,comm_sr11_std,rural,2045,11.109164482874052,124.02722590217,1878.5141571815236,1.363377257961116 +FSU,comm_sr11_std,urban,2045,8.158141779303799,11.75116938862,310.09879286121657,3.234653315259238 +FSU,comm_sr12_low,rural,2045,11.109164482874052,6.52774873177,74.1518746252358,1.0225329434539652 +FSU,comm_sr12_low,urban,2045,8.158141779303799,0.6184825992599999,12.240741811277816,2.425989984581522 +FSU,comm_sr21_std,rural,2045,11.109164482874052,51.55476609317,1121.1567302149729,1.957564634954716 +FSU,comm_sr21_std,urban,2045,8.158141779303799,18.36970007647,548.2793932835874,3.6585467531429856 +FSU,comm_sr22_low,rural,2045,11.109164482874052,2.7134087418100004,44.25618670710378,1.4681734757862424 +FSU,comm_sr22_low,urban,2045,8.158141779303799,0.96682631994,21.642607650599857,2.7439100671607224 +FSU,comm_sr31_std,rural,2045,11.109164482874052,39.93941728783,907.6389094562536,2.0456436591901515 +FSU,comm_sr31_std,urban,2045,8.158141779303799,10.00597812853,373.5506202024959,4.57613327102768 +FSU,comm_sr32_low,rural,2045,11.109164482874052,2.10207459407,35.8278516849068,1.5342327442338577 +FSU,comm_sr32_low,urban,2045,8.158141779303799,0.52663042777,14.74541921268571,3.432099952221591 +LAM,comm_s1,rural,2045,52.728216774604014,170.59477862893,43228.47416645256,4.805749039270284 +LAM,comm_s1,urban,2045,35.55892886384555,120.81762514686,76680.17262600764,17.848598357706454 +LAM,comm_s2,rural,2045,52.728216774604014,194.34066925267,43279.82198528667,4.22356019028177 +LAM,comm_s2,urban,2045,35.55892886384555,748.66596687868,473989.92924861074,17.80460539643825 +LAM,comm_s3,rural,2045,52.728216774604014,68.23909411911,11216.242146746104,3.11724573701392 +LAM,comm_s3,urban,2045,35.55892886384555,969.34816197058,571407.2825901192,16.57743408329349 +LAM,comm_s51_std,rural,2045,52.728216774604014,815.7900665929601,163442.67663497268,3.7996532811374144 +LAM,comm_s51_std,urban,2045,35.55892886384555,7261.776754379729,4177288.9818431167,16.17718517378393 +LAM,comm_sr11_std,rural,2045,52.728216774604014,27.98638008132,5673.367112749562,3.844599231391885 +LAM,comm_sr11_std,urban,2045,35.55892886384555,19.8203485773,10063.616122730402,14.27887868623482 +LAM,comm_sr21_std,rural,2045,52.728216774604014,31.88193612195,5680.106074426521,3.378848152246184 +LAM,comm_sr21_std,urban,2045,35.55892886384555,122.81999760776,62207.11991929461,14.2436843171455 +LAM,comm_sr31_std,rural,2045,52.728216774604014,11.19474605119,1472.035748421722,2.493796589563048 +LAM,comm_sr31_std,urban,2045,35.55892886384555,159.02330839227,74992.31345897705,13.261947266606876 +MEA,comm_s1,rural,2045,61.595338640236776,124.74239863826004,4552.247166375606,0.5924666327915676 +MEA,comm_s1,urban,2045,56.63136680223274,49.0929009394,5900.28272098448,2.122252641781384 +MEA,comm_s2,rural,2045,61.595338640236776,186.6218822576,4598.672485739806,0.4000571787238702 +MEA,comm_s2,urban,2045,56.63136680223274,273.44215445085,37842.99584584799,2.4437850260126885 +MEA,comm_s3,rural,2045,61.595338640236776,195.88218300241,5777.919317870204,0.4788821954373723 +MEA,comm_s3,urban,2045,56.63136680223274,521.9987412052301,65369.79542678277,2.2113150752966733 +MEA,comm_s51_std,rural,2045,61.595338640236776,1358.21130531835,33110.15160134825,0.3957728341761501 +MEA,comm_s51_std,urban,2045,56.63136680223274,4487.94357223945,528789.2260654853,2.080550044903627 +MEA,comm_sr11_std,rural,2045,61.595338640236776,20.46421472336,597.4434643077918,0.4739733062287491 +MEA,comm_sr11_std,urban,2045,56.63136680223274,8.05377864452,774.3615889986215,1.6978021134282149 +MEA,comm_sr21_std,rural,2045,61.595338640236776,30.61565524061,603.5363900202315,0.3200457429967743 +MEA,comm_sr21_std,urban,2045,56.63136680223274,44.85867695507,4966.569193614428,1.95502802081359 +MEA,comm_sr31_std,rural,2045,61.595338640236776,32.134824223820004,758.3024400165064,0.3831057563477028 +MEA,comm_sr31_std,urban,2045,56.63136680223274,85.63483179718,8579.225954586382,1.769052060244624 +NAM,comm_s1,rural,2045,16.500867644183007,500.2405146384,40243.83758824526,4.875439194962033 +NAM,comm_s1,urban,2045,16.530658846572372,1063.09254921907,96650.8568394742,5.499769281766023 +NAM,comm_s2,rural,2045,16.500867644183007,149.21819094918,9808.336423048064,3.983518168871467 +NAM,comm_s2,urban,2045,16.530658846572372,1335.3328915232998,100290.0662970256,4.543371073747096 +NAM,comm_s3,rural,2045,16.500867644183007,9.42039518538,5.064969412803531,0.0325837394567103 +NAM,comm_s3,urban,2045,16.530658846572372,1398.86267938558,101137.272677794,4.3736697927658446 +NAM,comm_s51_std,urban,2045,16.530658846572372,3737.77437350262,302600.56646125903,4.897410312109549 +NAM,comm_s52_low,urban,2045,16.530658846572372,196.72496702649,12595.180276035802,3.873064625336133 +NAM,comm_sr11_std,rural,2045,16.500867644183007,283.44004400206995,18241.96923365976,3.900351355971465 +NAM,comm_sr11_std,urban,2045,16.530658846572372,602.35624686829,43810.48285979629,4.399815425412361 +NAM,comm_sr12_low,rural,2045,16.500867644183007,14.9178970527,720.0777329098269,2.925263516995502 +NAM,comm_sr12_low,urban,2045,16.530658846572372,31.702960361410003,1729.36116551026,3.299861569052194 +NAM,comm_sr21_std,rural,2045,16.500867644183007,84.54815108110999,4445.981844279861,3.18681453507874 +NAM,comm_sr21_std,urban,2045,16.530658846572372,756.60967565667,45460.08565458694,3.634696858996101 +NAM,comm_sr22_low,rural,2045,16.500867644183007,4.44990268853,175.49928332599845,2.3901109012705004 +NAM,comm_sr22_low,urban,2045,16.530658846572372,39.82156187668,1794.4770653149244,2.7260226442496416 +NAM,comm_sr31_std,rural,2045,16.500867644183007,5.337666877689999,2.295879859748969,0.0260669915653714 +NAM,comm_sr31_std,urban,2045,16.530658846572372,792.60613204167,45844.11246861892,3.4989358342123564 +NAM,comm_sr32_low,rural,2045,16.500867644183007,0.28092983565,0.0906268365858858,0.0195502436789082 +NAM,comm_sr32_low,urban,2045,16.530658846572372,41.7161122128,1809.6360185140752,2.624201875677345 +PAO,comm_s1,rural,2045,11.836758561502656,238.87260573296,17751.67459479509,6.278272936694148 +PAO,comm_s1,urban,2045,13.47203820486189,188.51631256838,19858.48409786372,7.819227542428674 +PAO,comm_s2,rural,2045,11.836758561502656,71.82593418067,4868.462214295616,5.726347919438782 +PAO,comm_s2,urban,2045,13.47203820486189,528.79312111848,50272.10170245983,7.056802115552837 +PAO,comm_s3,rural,2045,11.836758561502656,21.26706222304,1314.989556041305,5.223745530857505 +PAO,comm_s3,urban,2045,13.47203820486189,318.47198611123,25528.56716036158,5.950067571704559 +PAO,comm_s51_std,rural,2045,11.836758561502656,107.35324223232,6572.485826396526,5.172276145872483 +PAO,comm_s51_std,urban,2045,13.47203820486189,1439.242319398,112820.7602069014,5.818644117622401 +PAO,comm_s52_low,rural,2045,11.836758561502656,5.650170643830001,372.2118138475756,5.565392516554205 +PAO,comm_s52_low,urban,2045,13.47203820486189,67.42892648639,5654.937986934735,6.225128139882032 +PAO,comm_sr11_std,rural,2045,11.836758561502656,135.34701788155002,8046.586041746622,5.022618349353043 +PAO,comm_sr11_std,urban,2045,13.47203820486189,89.97594362925001,7582.51982083987,6.255382033942898 +PAO,comm_sr12_low,rural,2045,11.836758561502656,7.123527256989999,317.6283963866673,3.7669637620026304 +PAO,comm_sr12_low,urban,2045,13.47203820486189,4.73557598047,299.30999292878005,4.691536525487817 +PAO,comm_sr21_std,rural,2045,11.836758561502656,40.69711538538001,2206.8058925384807,4.581078335532025 +PAO,comm_sr21_std,urban,2045,13.47203820486189,252.38484356619,19195.282264010824,5.645441692443021 +PAO,comm_sr22_low,rural,2045,11.836758561502656,2.14195344122,87.11075891023098,3.4358087516075013 +PAO,comm_sr22_low,urban,2045,13.47203820486189,13.28341281921,757.7085104136698,4.234081269308755 +PAO,comm_sr31_std,rural,2045,11.836758561502656,12.050077664460002,596.0663908068157,4.178996424603662 +PAO,comm_sr31_std,urban,2045,13.47203820486189,152.00179273301,9747.514741648754,4.76005405735961 +PAO,comm_sr32_low,rural,2045,11.836758561502656,0.63421461394,23.5289364771173,3.134247318069088 +PAO,comm_sr32_low,urban,2045,13.47203820486189,8.00009435424,384.77031874707166,3.57004054305664 +PAS,comm_s1,rural,2045,88.94046640388363,173.04547962536,17843.28183854977,1.1593513546813368 +PAS,comm_s1,urban,2045,86.97389112889681,35.72981981088,15956.256742746777,5.134655245577864 +PAS,comm_s2,rural,2045,88.94046640388363,193.85508747458,25969.376429374675,1.5062078823192366 +PAS,comm_s2,urban,2045,86.97389112889681,155.10945838976,62047.02810300924,4.5993218641529126 +PAS,comm_s3,rural,2045,88.94046640388363,136.29272042166,14412.971022899344,1.1889988942470202 +PAS,comm_s3,urban,2045,86.97389112889681,268.66715289798003,117975.9464191399,5.0488212665809495 +PAS,comm_s51_std,rural,2045,88.94046640388363,1836.86190920101,184617.33987575167,1.1300471858226722 +PAS,comm_s51_std,urban,2045,86.97389112889681,3991.41507976256,1586171.534295226,4.569138866823829 +PAS,comm_sr11_std,rural,2045,88.94046640388363,28.38842198502,2341.7779673968,0.927481083744988 +PAS,comm_sr11_std,urban,2045,86.97389112889681,5.86154116495,2094.1220802320117,4.107724196450104 +PAS,comm_sr21_std,rural,2045,88.94046640388363,31.80227555834,3408.258306938364,1.204966305854138 +PAS,comm_sr21_std,urban,2045,86.97389112889681,25.445985461,8143.141192801757,3.679457491324893 +PAS,comm_sr31_std,rural,2045,88.94046640388363,22.35906577388,1891.5790430997088,0.951199115391098 +PAS,comm_sr31_std,urban,2045,86.97389112889681,44.07532936726,15483.33285924374,4.039057013259429 +RCPA,comm_s1,rural,2045,1.786384459819537,106.31664381653997,749.531953861292,3.9465168539520015 +RCPA,comm_s1,urban,2045,1.8431962219183355,15.7817108475,1027.9596497317405,35.338687393427755 +RCPA,comm_s2,rural,2045,1.786384459819537,148.5905468037,883.0711447681883,3.3268221247601684 +RCPA,comm_s2,urban,2045,1.8431962219183355,44.10600071127,2413.2928497705952,29.685254353098117 +RCPA,comm_s3,rural,2045,1.786384459819537,110.94242068548002,542.2893197923003,2.7362670551338204 +RCPA,comm_s3,urban,2045,1.8431962219183355,97.85349877182,4378.24098911565,24.27458044445841 +RCPA,comm_s51_std,rural,2045,1.786384459819537,524.3039085315501,2475.5633955902103,2.6431147916828235 +RCPA,comm_s51_std,urban,2045,1.8431962219183355,795.54020458621,34336.72606028047,23.4166723594363 +RCPA,comm_s52_low,rural,2045,1.786384459819537,27.59494255431,96.65026070598952,1.9606433625537196 +RCPA,comm_s52_low,urban,2045,1.8431962219183355,27.31547190313,860.949042534367,17.100041643810286 +RCPA,comm_sr11_std,rural,2045,1.786384459819537,16.569364698060003,93.45116888976054,3.1572134831584906 +RCPA,comm_sr11_std,urban,2045,1.8431962219183355,1.54762524523,80.64506163664643,28.27094991532564 +RCPA,comm_sr12_low,rural,2045,1.786384459819537,0.87207182621,3.6888619297417695,2.367910112303641 +RCPA,comm_sr12_low,urban,2045,1.8431962219183355,0.0814539602799998,3.18335769535428,21.20321242973868 +RCPA,comm_sr21_std,rural,2045,1.786384459819537,23.15771898245,110.10075056285775,2.661457699806689 +RCPA,comm_sr21_std,urban,2045,1.8431962219183355,4.32523196176,189.32664396839095,23.748203482479887 +RCPA,comm_sr22_low,rural,2045,1.786384459819537,1.21882731476,4.3460822587009,1.9960932748632605 +RCPA,comm_sr22_low,urban,2045,1.8431962219183355,0.22764378768,7.473420161700669,17.811152606773398 +RCPA,comm_sr31_std,rural,2045,1.786384459819537,17.290288357799998,67.61228864214765,2.1890136441052976 +RCPA,comm_sr31_std,urban,2045,1.8431962219183355,9.595952333579998,343.4799357307249,19.41966435555943 +RCPA,comm_sr32_low,rural,2045,1.786384459819537,0.91001517673,2.6689061305971657,1.6417602330637602 +RCPA,comm_sr32_low,urban,2045,1.8431962219183355,0.5050501227599999,13.558418514062597,14.56474826665542 +SAS,comm_s1,rural,2045,88.54064198423131,464.73696130898,7341.984166828639,0.1784282282140002 +SAS,comm_s1,urban,2045,92.21603045623463,65.81673751266001,10065.920959220352,1.658481920126638 +SAS,comm_s2,rural,2045,88.54064198423131,640.58901728281,10154.201812888536,0.1790291029320413 +SAS,comm_s2,urban,2045,92.21603045623463,283.32006490732,40595.25712696578,1.553787203187012 +SAS,comm_s3,rural,2045,88.54064198423131,758.98582286571,10971.732107859105,0.1632671699094045 +SAS,comm_s3,urban,2045,92.21603045623463,564.69726282652,71657.28372284636,1.3760627393987892 +SAS,comm_s51_std,rural,2045,88.54064198423131,6872.16115115665,93497.9941643698,0.1536619330475703 +SAS,comm_s51_std,urban,2045,92.21603045623463,7958.30447749029,971941.773929718,1.3243820137297322 +SAS,comm_sr11_std,rural,2045,88.54064198423131,76.24093387618,963.5725599380654,0.1427425825711419 +SAS,comm_sr11_std,urban,2045,92.21603045623463,10.797354095769998,1321.065941622416,1.3267855360904706 +SAS,comm_sr21_std,rural,2045,88.54064198423131,105.08977975614,1332.6520478210562,0.1432232823457893 +SAS,comm_sr21_std,urban,2045,92.21603045623463,46.47916592106,5327.7799219170165,1.2430297625492606 +SAS,comm_sr31_std,rural,2045,88.54064198423131,124.51298853208002,1439.9458993511803,0.1306137359278616 +SAS,comm_sr31_std,urban,2045,92.21603045623463,92.63960102061,9404.404960050291,1.100850191520781 +WEU,comm_s1,rural,2045,7.350772518239128,618.2942314597399,18958.365040865985,4.171312276890031 +WEU,comm_s1,urban,2045,7.231275305062125,1213.20035141777,37511.19808629066,4.27576188910255 +WEU,comm_s2,rural,2045,7.350772518239128,144.37071863741,2902.166826703477,2.7347036627246606 +WEU,comm_s2,urban,2045,7.231275305062125,984.20277305938,42697.85873597069,5.999383379709517 +WEU,comm_s3,rural,2045,7.350772518239128,84.94709970183,2744.7182035871533,4.39558035825397 +WEU,comm_s3,urban,2045,7.231275305062125,881.6837248942501,38208.50207264294,5.992834602675675 +WEU,comm_s51_std,urban,2045,7.231275305062125,605.54896827606,23754.73207764613,5.424827986941776 +WEU,comm_s52_low,rural,2045,7.350772518239128,254.89963428491,6036.468213575815,3.221667550036537 +WEU,comm_s52_low,urban,2045,7.231275305062125,4038.36141443169,167312.956768844,5.729404626720756 +WEU,comm_sr11_std,rural,2045,7.350772518239128,331.89173931271,8141.269224637791,3.337049821514429 +WEU,comm_sr11_std,urban,2045,7.231275305062125,525.44609274595,12997.10303949691,3.420609511282471 +WEU,comm_sr12_low,rural,2045,7.350772518239128,36.87685992372,678.4391020555186,2.502787366138756 +WEU,comm_sr12_low,urban,2045,7.231275305062125,58.382899194130005,1083.09191995397,2.5654571334461718 +WEU,comm_sr21_std,rural,2045,7.350772518239128,77.49619271291999,1246.2742129617614,2.187762930115979 +WEU,comm_sr21_std,urban,2045,7.231275305062125,426.26553888614,14794.2080730754,4.799506703780804 +WEU,comm_sr22_low,rural,2045,7.350772518239128,8.610688079360001,103.8561844163781,1.640822197604821 +WEU,comm_sr22_low,urban,2045,7.231275305062125,47.36283765434,1232.8506727606427,3.599630027823673 +WEU,comm_sr31_std,rural,2045,7.350772518239128,45.5984210026,1178.6612291132271,3.516464286590153 +WEU,comm_sr31_std,urban,2045,7.231275305062125,381.86377686255,13238.709072417589,4.794267682134149 +WEU,comm_sr32_low,rural,2045,7.350772518239128,5.06649122206,98.22176908337876,2.6373482149253045 +WEU,comm_sr32_low,urban,2045,7.231275305062125,42.42930854022,1103.2257560292871,3.595700761588014 +AFR,comm_s1,rural,2050,65.97691065837212,88.40271863430999,886.5892174046439,0.1520074410951274 +AFR,comm_s1,urban,2050,67.40736067677899,13.02989800705,814.4110609982599,0.92724675993868 +AFR,comm_s2,rural,2050,65.97691065837212,161.42115186817,1659.242283268275,0.1557963893457659 +AFR,comm_s2,urban,2050,67.40736067677899,81.19412563303,4074.267441577876,0.744419260743974 +AFR,comm_s3,rural,2050,65.97691065837212,236.08497798583,1333.0176696863664,0.0855806491206832 +AFR,comm_s3,urban,2050,67.40736067677899,227.50058357546,9653.71052960939,0.6295126105230539 +AFR,comm_s51_std,rural,2050,65.97691065837212,2380.0355177695,12719.84380756985,0.0810039812116656 +AFR,comm_s51_std,urban,2050,67.40736067677899,3460.21474693905,126150.48431988088,0.5408521329440374 +AFR,comm_sr11_std,rural,2050,65.97691065837212,17.14122344956,137.5272083795365,0.1216059528774568 +AFR,comm_sr11_std,urban,2050,67.40736067677899,2.52648783566,126.33097437770466,0.7417974080417455 +AFR,comm_sr21_std,rural,2050,65.97691065837212,31.299445044,257.3807065994546,0.1246371114767876 +AFR,comm_sr21_std,urban,2050,67.40736067677899,15.743482460390002,631.9980171576667,0.5955354086020263 +AFR,comm_sr31_std,rural,2050,65.97691065837212,45.77670713363,206.77693255636632,0.0684645192898116 +AFR,comm_sr31_std,urban,2050,67.40736067677899,44.11219924269,1497.478013008527,0.5036100884186695 +CHN,comm_s1,rural,2050,22.12829199010737,1600.9301655606605,120441.01984500198,3.3998060541503525 +CHN,comm_s1,urban,2050,21.290516010106405,241.40688470432,28065.158257059527,5.460490507891666 +CHN,comm_s2,rural,2050,22.12829199010737,1552.2047497678002,100195.4922701339,2.917099762037736 +CHN,comm_s2,urban,2050,21.290516010106405,777.00327813123,77201.09643290992,4.666748858257278 +CHN,comm_s3,rural,2050,22.12829199010737,223.62324994536,12259.09809651634,2.4773859597041383 +CHN,comm_s3,urban,2050,21.290516010106405,1603.54399914898,134322.59268685002,3.9344315830556633 +CHN,comm_s51_std,rural,2050,22.12829199010737,1515.91273715743,80917.55547160002,2.412240799852588 +CHN,comm_s51_std,urban,2050,21.290516010106405,9761.63132042989,794882.1753512883,3.824671766066461 +CHN,comm_s52_low,rural,2050,22.12829199010737,79.78488090302001,3511.1225261546865,1.98873762644807 +CHN,comm_s52_low,urban,2050,21.290516010106405,335.17296112066003,22020.666110184105,3.0858533871800664 +CHN,comm_sr11_std,rural,2050,22.12829199010737,294.89824536012003,17748.604497928394,2.719844843320244 +CHN,comm_sr11_std,urban,2050,21.290516010106405,27.71706490125,2577.834725224531,4.368392406308094 +CHN,comm_sr12_low,rural,2050,22.12829199010737,15.520960282080004,700.6028091258255,2.0398836324858114 +CHN,comm_sr12_low,urban,2050,21.290516010106405,1.45879288951,101.7566338936491,3.276294304900525 +CHN,comm_sr21_std,rural,2050,22.12829199010737,285.92281349493,14765.153658338832,2.3336798096318168 +CHN,comm_sr21_std,urban,2050,21.290516010106405,89.21141712590001,7091.058079462829,3.733399086605168 +CHN,comm_sr22_low,rural,2050,22.12829199010737,15.04856913129,582.8350128162534,1.7502598571876615 +CHN,comm_sr22_low,urban,2050,21.290516010106405,4.6953377434700005,279.9101873632613,2.800049315113433 +CHN,comm_sr31_std,rural,2050,22.12829199010737,41.19236769296,1806.5430191188825,1.9819087677674976 +CHN,comm_sr31_std,urban,2050,21.290516010106405,184.11046209718,12337.769152728992,3.1475452664461483 +CHN,comm_sr32_low,rural,2050,22.12829199010737,2.16801935218,71.31090864322114,1.4864315757517834 +CHN,comm_sr32_low,urban,2050,21.290516010106405,9.69002432091,487.0172033981998,2.360658949838061 +EEU,comm_s1,rural,2050,5.70158380772776,150.05015579102,3140.3694755676693,3.670699091094444 +EEU,comm_s1,urban,2050,5.644413686621755,148.0749374984,5682.311521476252,6.7986807013746455 +EEU,comm_s2,rural,2050,5.70158380772776,23.84093752003,491.6153577894604,3.616650978055673 +EEU,comm_s2,urban,2050,5.644413686621755,198.09970980781,7894.03235927623,7.059862240231414 +EEU,comm_s3,rural,2050,5.70158380772776,9.22761629995,111.44278214736366,2.118199717102359 +EEU,comm_s3,urban,2050,5.644413686621755,46.66912037104,1916.2875326917144,7.274651997912335 +EEU,comm_s51_std,urban,2050,5.644413686621755,472.05874192604,20414.862705938955,7.661813610392173 +EEU,comm_s52_low,rural,2050,5.70158380772776,155.13256916395,4332.392481245094,4.898118593818166 +EEU,comm_s52_low,urban,2050,5.644413686621755,573.89222239454,31470.11352291251,9.715141584732129 +EEU,comm_sr11_std,rural,2050,5.70158380772776,98.02510384647002,1641.238117137857,2.9365592728713987 +EEU,comm_sr11_std,urban,2050,5.644413686621755,39.97922694727,1227.3483993417728,5.43894456108611 +EEU,comm_sr12_low,rural,2050,5.70158380772776,10.89167820516,136.76984309453556,2.2024194546496205 +EEU,comm_sr12_low,urban,2050,5.644413686621755,4.44213632742,102.27903327380176,4.079208420677953 +EEU,comm_sr21_std,rural,2050,5.70158380772776,15.57486137803,256.9308708609418,2.8933207824716685 +EEU,comm_sr21_std,urban,2050,5.644413686621755,53.48557554967,1705.0680772892308,5.647889792162898 +EEU,comm_sr22_low,rural,2050,5.70158380772776,1.73054015308,21.41090590193335,2.169990586578184 +EEU,comm_sr22_low,urban,2050,5.644413686621755,5.94284172805,142.08900646559093,4.235917344641982 +EEU,comm_sr31_std,rural,2050,5.70158380772776,6.02823796654,58.242873444790106,1.6945597736976623 +EEU,comm_sr31_std,urban,2050,5.644413686621755,12.60034538113,413.9076900442661,5.819721598329788 +EEU,comm_sr32_low,rural,2050,5.70158380772776,0.66980421866,4.853572787788807,1.2709198301673983 +EEU,comm_sr32_low,urban,2050,5.644413686621755,1.40003837573,34.49230751646913,4.364791200212191 +FSU,comm_s1,rural,2050,11.109164482874052,196.87402931255,4077.461922446028,1.8643184056214317 +FSU,comm_s1,urban,2050,8.158141779303799,315.90896013016,11215.927002501912,4.351930804711097 +FSU,comm_s2,rural,2050,11.109164482874052,80.14009402415,2439.191543849958,2.7397735025446206 +FSU,comm_s2,urban,2050,8.158141779303799,474.14262078194,19525.78439045732,5.047870965820735 +FSU,comm_s3,rural,2050,11.109164482874052,58.98443038928,1875.776389667774,2.862610621084238 +FSU,comm_s3,urban,2050,8.158141779303799,246.42745574799,13001.323867073714,6.467065134684276 +FSU,comm_s51_std,rural,2050,11.109164482874052,445.08961630092006,12477.996098509342,2.523573661041312 +FSU,comm_s51_std,urban,2050,8.158141779303799,2581.53769407167,128753.50181492892,6.113491749035434 +FSU,comm_s52_low,rural,2050,11.109164482874052,23.42576927894,673.05685227664,2.586285658072732 +FSU,comm_s52_low,urban,2050,8.158141779303799,12.972551226429998,686.6543352609036,6.488159585772032 +FSU,comm_sr11_std,rural,2050,11.109164482874052,135.75954885078,2249.3749652225542,1.4914547244976024 +FSU,comm_sr11_std,urban,2050,8.158141779303799,13.17640380901,374.2485384659868,3.4815446436259565 +FSU,comm_sr12_low,rural,2050,11.109164482874052,7.145239413240002,88.79111704499275,1.11859104332563 +FSU,comm_sr12_low,urban,2050,8.158141779303799,0.69349493717,14.7729686110134,2.611158481035525 +FSU,comm_sr21_std,rural,2050,11.109164482874052,55.26266236092,1345.6057956029751,2.19181880207534 +FSU,comm_sr21_std,urban,2050,8.158141779303799,19.77625019503,651.5285155618302,4.0382967725877865 +FSU,comm_sr22_low,rural,2050,11.109164482874052,2.90856117697,53.1160182449572,1.6438641014333293 +FSU,comm_sr22_low,urban,2050,8.158141779303799,1.04085527353,25.71823090071036,3.0287225818687835 +FSU,comm_sr31_std,rural,2050,11.109164482874052,40.67423055644001,1034.7918708831733,2.29008849682846 +FSU,comm_sr31_std,urban,2050,8.158141779303799,10.27836521406,433.8229425636595,5.173652107913036 +FSU,comm_sr32_low,rural,2050,11.109164482874052,2.14074897665,40.847047527227325,1.7175663723041126 +FSU,comm_sr32_low,urban,2050,8.158141779303799,0.54096659015,17.124589822692748,3.880239077914239 +LAM,comm_s1,rural,2050,52.728216774604014,162.49213832466,56058.69272392329,6.542858498305849 +LAM,comm_s1,urban,2050,35.55892886384555,115.07922115325002,78662.78469076977,19.22311359210001 +LAM,comm_s2,rural,2050,52.728216774604014,180.97772037055,55340.95484924659,5.799338391896542 +LAM,comm_s2,urban,2050,35.55892886384555,693.33375837494,465866.6393262183,18.896031096621247 +LAM,comm_s3,rural,2050,52.728216774604014,62.49199562678,14884.847751236985,4.517279045812428 +LAM,comm_s3,urban,2050,35.55892886384555,888.53070547729,557689.1093364588,17.651070627792258 +LAM,comm_s51_std,rural,2050,52.728216774604014,854.60502895721,233462.580579054,5.180942274874484 +LAM,comm_s51_std,urban,2050,35.55892886384555,8222.25309179722,5036488.587971117,17.226154700968884 +LAM,comm_sr11_std,rural,2050,52.728216774604014,31.50710854655,8695.792103316116,5.234286798608574 +LAM,comm_sr11_std,urban,2050,35.55892886384555,22.31377806775,12202.12582040934,15.37849087370013 +LAM,comm_sr21_std,rural,2050,52.728216774604014,35.09144958664,8584.457018049292,4.639470713548424 +LAM,comm_sr21_std,urban,2050,35.55892886384555,134.43691620654,72264.96456924958,15.116824877300836 +LAM,comm_sr31_std,rural,2050,52.728216774604014,12.11715292675,2308.9290034861747,3.613823236497165 +LAM,comm_sr31_std,urban,2050,35.55892886384555,172.28546361096,86508.41319080927,14.120856502215164 +MEA,comm_s1,rural,2050,61.595338640236776,118.90823893276,5148.8690915022335,0.7029947080649999 +MEA,comm_s1,urban,2050,56.63136680223274,46.79684260146,6425.888842163564,2.424708936572291 +MEA,comm_s2,rural,2050,61.595338640236776,172.81721427073,5433.063326483781,0.5103991231586904 +MEA,comm_s2,urban,2050,56.63136680223274,252.67547725468,38102.14374328487,2.662743130540601 +MEA,comm_s3,rural,2050,61.595338640236776,179.3332054209,6180.081206426016,0.5594813618633908 +MEA,comm_s3,urban,2050,56.63136680223274,478.20936594643,64396.16029828994,2.3778521719214463 +MEA,comm_s51_std,rural,2050,61.595338640236776,1481.95302888696,42338.10884132823,0.4638196769698376 +MEA,comm_s51_std,urban,2050,56.63136680223274,5249.891235380151,668198.4374553688,2.247491750135361 +MEA,comm_sr11_std,rural,2050,61.595338640236776,23.05622185638,798.6896056742851,0.5623957664408858 +MEA,comm_sr11_std,urban,2050,56.63136680223274,9.0738740636,996.7801733514228,1.9397671492659363 +MEA,comm_sr21_std,rural,2050,61.595338640236776,33.50913333325,842.7736516581741,0.4083192985500186 +MEA,comm_sr21_std,urban,2050,56.63136680223274,48.99359298873,5910.382575611638,2.130194504439824 +MEA,comm_sr31_std,rural,2050,61.595338640236776,34.77257932305,958.6506345739798,0.4475850894861832 +MEA,comm_sr31_std,urban,2050,56.63136680223274,92.7244515101,9989.095267869552,1.9022817375427536 +NAM,comm_s1,rural,2050,16.500867644183007,436.0690220406,33924.53856219019,4.714676866420937 +NAM,comm_s1,urban,2050,16.530658846572372,950.01756907947,83599.62949440628,5.323319741614291 +NAM,comm_s2,rural,2050,16.500867644183007,124.42865561835,7903.660846974845,3.8494714803392727 +NAM,comm_s2,urban,2050,16.530658846572372,1134.5350508632998,82474.20403877312,4.397542566444317 +NAM,comm_s3,rural,2050,16.500867644183007,8.35124817374,4.386478794729165,0.031831555648235 +NAM,comm_s3,urban,2050,16.530658846572372,1259.08009107725,88086.49356616945,4.232196293620101 +NAM,comm_s51_std,urban,2050,16.530658846572372,4336.361464697,339662.57817641454,4.738403737517646 +NAM,comm_s52_low,urban,2050,16.530658846572372,228.22955077357,14126.743655781564,3.744380940168997 +NAM,comm_sr11_std,rural,2050,16.500867644183007,300.70260616263005,18714.830254686796,3.771741493139022 +NAM,comm_sr11_std,urban,2050,16.530658846572372,655.10904119191,46118.619195763065,4.258655793291148 +NAM,comm_sr12_low,rural,2050,16.500867644183007,15.826452955929998,738.743299534797,2.828806119883325 +NAM,comm_sr12_low,urban,2050,16.530658846572372,34.47942322059,1820.4718103538644,3.1939918449626434 +NAM,comm_sr21_std,rural,2050,16.500867644183007,85.80297873628,4360.138041957586,3.079577184258965 +NAM,comm_sr21_std,urban,2050,16.530658846572372,782.34781498806,45497.76634824612,3.5180340531542997 +NAM,comm_sr22_low,rural,2050,16.500867644183007,4.51594624926,172.11071217708243,2.3096828881301867 +NAM,comm_sr22_low,urban,2050,16.530658846572372,41.17620078892,1795.9644611252722,2.6385255398760585 +NAM,comm_sr31_std,rural,2050,16.500867644183007,5.75881790179,2.419847388871865,0.0254652445184858 +NAM,comm_sr31_std,urban,2050,16.530658846572372,868.2310497149999,48593.84518373955,3.385757034896162 +NAM,comm_sr32_low,rural,2050,16.500867644183007,0.30309567899,0.0955202916467879,0.0190989333882741 +NAM,comm_sr32_low,urban,2050,16.530658846572372,45.69637103769,1918.1780993747304,2.539317776190838 +PAO,comm_s1,rural,2050,11.836758561502656,203.96310303131003,14684.333639748906,6.082328099863598 +PAO,comm_s1,urban,2050,13.47203820486189,170.45931812883,17356.81869782186,7.558159879762826 +PAO,comm_s2,rural,2050,11.836758561502656,60.99413095029001,4006.9261468283503,5.549968277533607 +PAO,comm_s2,urban,2050,13.47203820486189,473.80593000611,43538.7620501706,6.820909365770218 +PAO,comm_s3,rural,2050,11.836758561502656,18.1574549081,1088.6453299308794,5.065223933962272 +PAO,comm_s3,urban,2050,13.47203820486189,286.91803119032,22241.47662564335,5.754034600882946 +PAO,comm_s51_std,rural,2050,11.836758561502656,100.9230676506,5992.619473836855,5.016415131357755 +PAO,comm_s51_std,urban,2050,13.47203820486189,1548.6782468577198,116664.85458544752,5.591721592968866 +PAO,comm_s52_low,rural,2050,11.836758561502656,5.311740402690001,339.3555615995335,5.397409137906654 +PAO,comm_s52_low,urban,2050,13.47203820486189,72.55603191418,5853.939308110469,5.988821743683744 +PAO,comm_sr11_std,rural,2050,11.836758561502656,140.64800190465,8100.767854722198,4.865862479890561 +PAO,comm_sr11_std,urban,2050,13.47203820486189,97.76464890927,7963.815905408108,6.0465279038096895 +PAO,comm_sr12_low,rural,2050,11.836758561502656,7.402526416069999,319.7671521602918,3.649396859902616 +PAO,comm_sr12_low,urban,2050,13.47203820486189,5.1455078373,314.3611541613532,4.534895927891018 +PAO,comm_sr21_std,rural,2050,11.836758561502656,42.06007125101001,2210.463159080405,4.43997462200165 +PAO,comm_sr21_std,urban,2050,13.47203820486189,271.74501755996005,19976.85703546424,5.456727492614566 +PAO,comm_sr22_low,rural,2050,11.836758561502656,2.21368796048,87.25512469803586,3.329980966555216 +PAO,comm_sr22_low,urban,2050,13.47203820486189,14.30236934518,788.5601461282596,4.092545619440073 +PAO,comm_sr31_std,rural,2050,11.836758561502656,12.520939888330002,600.5627024091058,4.052179147117585 +PAO,comm_sr31_std,urban,2050,13.47203820486189,164.55797719334,10205.039782607364,4.603227680702485 +PAO,comm_sr32_low,rural,2050,11.836758561502656,0.65899683621,23.7064224592261,3.0391343598705847 +PAO,comm_sr32_low,urban,2050,13.47203820486189,8.66094616792,402.8305177308817,3.4524207605558463 +PAS,comm_s1,rural,2050,88.94046640388363,168.18809685458,27211.108082945368,1.8190790344669667 +PAS,comm_s1,urban,2050,86.97389112889681,34.72688456213,18173.25835823558,6.016973197190456 +PAS,comm_s2,rural,2050,88.94046640388363,183.93120127825,36580.8085505492,2.2361374273115104 +PAS,comm_s2,urban,2050,86.97389112889681,146.07425784885,66243.26113676706,5.214097111729608 +PAS,comm_s3,rural,2050,88.94046640388363,122.18885223568,19222.7172880376,1.7688206137398252 +PAS,comm_s3,urban,2050,86.97389112889681,240.46685181969,121489.68368798828,5.80891849917831 +PAS,comm_s51_std,rural,2050,88.94046640388363,1960.82107425782,294249.2703334217,1.6872445192957697 +PAS,comm_s51_std,urban,2050,86.97389112889681,4623.75217327528,2114486.554096926,5.258010862215221 +PAS,comm_sr11_std,rural,2050,88.94046640388363,32.61155080163,4220.971401476886,1.4552632275725743 +PAS,comm_sr11_std,urban,2050,86.97389112889681,6.73351789606,2819.0253615322213,4.813578557738854 +PAS,comm_sr21_std,rural,2050,88.94046640388363,35.66412740658,5674.393937368288,1.7889099418494994 +PAS,comm_sr21_std,urban,2050,86.97389112889681,28.323693351400003,10275.616485287792,4.171277689384297 +PAS,comm_sr31_std,rural,2050,88.94046640388363,23.69233041216,2981.816825822373,1.4150564909844523 +PAS,comm_sr31_std,urban,2050,86.97389112889681,46.62634931305,18845.409707647097,4.647134799338184 +RCPA,comm_s1,rural,2050,1.786384459819537,103.65663137834,1364.1564101722297,7.367025022768618 +RCPA,comm_s1,urban,2050,1.8431962219183355,15.53313987093,1907.017647233357,66.60761564147761 +RCPA,comm_s2,rural,2050,1.786384459819537,143.89354032162998,1596.3769769512778,6.2103950312268665 +RCPA,comm_s2,urban,2050,1.8431962219183355,43.09201343642,4443.9957314007,55.950667870952 +RCPA,comm_s3,rural,2050,1.786384459819537,100.75602505344,919.4234761158664,5.10822044377824 +RCPA,comm_s3,urban,2050,1.8431962219183355,88.74389915742998,7483.554670531531,45.75071205011441 +RCPA,comm_s51_std,rural,2050,1.786384459819537,489.27881622474,4312.84715106888,4.934381477734597 +RCPA,comm_s51_std,urban,2050,1.8431962219183355,859.98761535631,69956.86449572633,44.13331676534523 +RCPA,comm_s52_low,rural,2050,1.786384459819537,25.75151664342,168.41301373429064,3.660984612473011 +RCPA,comm_s52_low,urban,2050,1.8431962219183355,29.52832227572,1753.7855674617276,32.223013116232764 +RCPA,comm_sr11_std,rural,2050,1.786384459819537,19.09399883333,201.02679825043,5.89362001820533 +RCPA,comm_sr11_std,urban,2050,1.8431962219183355,1.78343317113,175.1629642600803,53.286092514230525 +RCPA,comm_sr12_low,rural,2050,1.786384459819537,1.00494730703,7.935268351852702,4.420215013521593 +RCPA,comm_sr12_low,urban,2050,1.8431962219183355,0.0938649037599999,6.914327535610011,39.96456937310748 +RCPA,comm_sr21_std,rural,2050,1.786384459819537,26.50581110417,235.24762269392176,4.968316024978882 +RCPA,comm_sr21_std,urban,2050,1.8431962219183355,4.94759764046,408.1889156077634,44.76053429689779 +RCPA,comm_sr22_low,rural,2050,1.786384459819537,1.39504268957,9.286090368748338,3.7262370187627423 +RCPA,comm_sr22_low,urban,2050,1.8431962219183355,0.26039987602,16.112720361478594,33.570400713869404 +RCPA,comm_sr31_std,rural,2050,1.786384459819537,18.5596946306,135.48941768058054,4.086576355013128 +RCPA,comm_sr31_std,urban,2050,1.8431962219183355,10.18910631129,687.3778127698937,36.6005696400849 +RCPA,comm_sr32_low,rural,2050,1.786384459819537,0.9768260332,5.348266487356178,3.0649322662066694 +RCPA,comm_sr32_low,urban,2050,1.8431962219183355,0.5362687532299999,27.133334712214456,27.450427227433654 +SAS,comm_s1,rural,2050,88.54064198423131,443.00137114139,12575.548920427178,0.3206115871160905 +SAS,comm_s1,urban,2050,92.21603045623463,62.73851100638001,17673.230610635153,3.0547474687081944 +SAS,comm_s2,rural,2050,88.54064198423131,592.94233253402,16887.678866594666,0.3216731691735014 +SAS,comm_s2,urban,2050,92.21603045623463,261.93748749169,69428.22388466354,2.8742992015023634 +SAS,comm_s3,rural,2050,88.54064198423131,694.7741014554,18027.77479060797,0.2930595215482464 +SAS,comm_s3,urban,2050,92.21603045623463,517.40124432613,122646.13537475363,2.5705140118864658 +SAS,comm_s51_std,rural,2050,88.54064198423131,8237.29821487014,200353.42423481392,0.2747067391361814 +SAS,comm_s51_std,urban,2050,92.21603045623463,10431.25910572851,2365612.365942905,2.4592372306024304 +SAS,comm_sr11_std,rural,2050,88.54064198423131,85.89764668474,1950.711900057163,0.2564892696929719 +SAS,comm_sr11_std,urban,2050,92.21603045623463,12.16495208145,2741.4613455503777,2.4437979749543954 +SAS,comm_sr21_std,rural,2050,88.54064198423131,114.97109106746,2619.6070118239386,0.2573385353391226 +SAS,comm_sr21_std,urban,2050,92.21603045623463,50.78949010018,10769.66607089579,2.2994393612054647 +SAS,comm_sr31_std,rural,2050,88.54064198423131,134.71619769165,2796.4580343984067,0.2344476172387438 +SAS,comm_sr31_std,urban,2050,92.21603045623463,100.32372849059,19024.797826756432,2.056411209511531 +WEU,comm_s1,rural,2050,7.350772518239128,544.21162819262,17457.980424025354,4.364085012256416 +WEU,comm_s1,urban,2050,7.231275305062125,1101.26380402548,33084.784999301075,4.154531493177024 +WEU,comm_s2,rural,2050,7.350772518239128,123.28212572402,2704.70069127545,2.984599863675213 +WEU,comm_s2,urban,2050,7.231275305062125,864.6999874489001,36382.23304947312,5.818472723242032 +WEU,comm_s3,rural,2050,7.350772518239128,72.33723256454999,2451.7797938810013,4.610909399332365 +WEU,comm_s3,urban,2050,7.231275305062125,780.75864085942,32984.31872627347,5.842191963031375 +WEU,comm_s51_std,urban,2050,7.231275305062125,670.47991722664,25607.2942446242,5.281569776141992 +WEU,comm_s52_low,rural,2050,7.350772518239128,250.87741750585,6489.801871516017,3.519142758275851 +WEU,comm_s52_low,urban,2050,7.231275305062125,4471.381124779779,180340.4584413988,5.57746153835476 +WEU,comm_sr11_std,rural,2050,7.350772518239128,355.52379860517004,9123.991028185175,3.4912680098080555 +WEU,comm_sr11_std,urban,2050,7.231275305062125,571.5286730022999,13736.14801328952,3.3236251945413344 +WEU,comm_sr12_low,rural,2050,7.350772518239128,39.50264428959,760.3325856836843,2.618451007353109 +WEU,comm_sr12_low,urban,2050,7.231275305062125,63.50318588923,1144.6790011019073,2.49271889589055 +WEU,comm_sr21_std,rural,2050,7.350772518239128,80.53802485461,1413.546369105297,2.387679890860603 +WEU,comm_sr21_std,urban,2050,7.231275305062125,448.75790393306,15105.18319021604,4.654778178609528 +WEU,comm_sr22_low,rural,2050,7.350772518239128,8.948669428390001,117.79553076177416,1.790759918171038 +WEU,comm_sr22_low,urban,2050,7.231275305062125,49.86198932615,1258.7652658584452,3.491083633959046 +WEU,comm_sr31_std,rural,2050,7.350772518239128,47.25663026964,1281.3633821845135,3.688727519432965 +WEU,comm_sr31_std,urban,2050,7.231275305062125,405.19442145843,13694.436404837452,4.673753570417397 +WEU,comm_sr32_low,rural,2050,7.350772518239128,5.25073669627,106.78028183980943,2.7665456395320582 +WEU,comm_sr32_low,urban,2050,7.231275305062125,45.02160238432,1141.2030337285432,3.505315177784856 +AFR,comm_s1,rural,2055,65.97691065837212,84.58301982942001,1155.6186263853117,0.2070805790457771 +AFR,comm_s1,urban,2055,67.40736067677899,12.46690303792,1201.4285842522488,1.4296576613325576 +AFR,comm_s2,rural,2055,65.97691065837212,150.15516275758,2088.440687186288,0.2108093652051106 +AFR,comm_s2,urban,2055,67.40736067677899,75.33181276689,6685.509168330247,1.3165845296165375 +AFR,comm_s3,rural,2055,65.97691065837212,215.98179209657,1837.5101392951672,0.128949786603312 +AFR,comm_s3,urban,2055,67.40736067677899,208.14431531533,16984.12380091215,1.210518050710591 +AFR,comm_s51_std,rural,2055,65.97691065837212,3150.78408133105,25307.785978676824,0.1217428696425495 +AFR,comm_s51_std,urban,2055,67.40736067677899,4856.18267931618,362865.4047607284,1.108519217666973 +AFR,comm_sr11_std,rural,2055,65.97691065837212,18.98990984518,207.56027462290103,0.1656644632352481 +AFR,comm_sr11_std,urban,2055,67.40736067677899,2.7989703515399995,215.7881858609444,1.143726129238347 +AFR,comm_sr21_std,rural,2055,65.97691065837212,33.71164814506,375.1041326782199,0.1686474921603092 +AFR,comm_sr21_std,urban,2055,67.40736067677899,16.91290209085,1200.7820636497388,1.0532676236879006 +AFR,comm_sr31_std,rural,2055,65.97691065837212,48.49052171926,330.0345809550963,0.1031598292731558 +AFR,comm_sr31_std,urban,2055,67.40736067677899,46.73091349344,3050.5127902230192,0.968414440568147 +CHN,comm_s1,rural,2055,22.12829199010737,1480.86614194151,114698.14996654594,3.5001988343832253 +CHN,comm_s1,urban,2055,21.290516010106405,237.64345451505,26996.782705616875,5.335805208955192 +CHN,comm_s2,rural,2055,22.12829199010737,1431.79271834935,95151.99483117009,3.0032387209518148 +CHN,comm_s2,urban,2055,21.290516010106405,761.2014038539301,73904.09582872794,4.56018792286964 +CHN,comm_s3,rural,2055,22.12829199010737,200.93579568483003,11340.636992955342,2.5505406211775723 +CHN,comm_s3,urban,2055,21.290516010106405,1491.84278393329,122112.33988875004,3.844592441967956 +CHN,comm_s51_std,rural,2055,22.12829199010737,1263.58253130568,69440.16404860032,2.483471791549331 +CHN,comm_s51_std,urban,2055,21.290516010106405,9738.52337369416,774893.0726333633,3.7373388898901054 +CHN,comm_s52_low,rural,2055,22.12829199010737,66.50434375295,3013.10293640237,2.047463002890606 +CHN,comm_s52_low,urban,2055,21.290516010106405,334.37953237104,21466.9068635827,3.015390752283641 +CHN,comm_sr11_std,rural,2055,22.12829199010737,315.84872301594004,19570.851502743222,2.8001590675063976 +CHN,comm_sr11_std,urban,2055,21.290516010106405,31.29048290903,2843.7303087384444,4.268644167155514 +CHN,comm_sr12_low,rural,2055,22.12829199010737,16.623617000810004,772.5336119475242,2.1001193006256624 +CHN,comm_sr12_low,urban,2055,21.290516010106405,1.6468675215100002,112.25251219314708,3.201483125575489 +CHN,comm_sr21_std,rural,2055,22.12829199010737,305.38202536063,16235.707041266403,2.4025909767636198 +CHN,comm_sr21_std,urban,2055,21.290516010106405,100.22729035895,7784.754188666692,3.648150338294225 +CHN,comm_sr22_low,rural,2055,22.12829199010737,16.07273817673,640.8831726642406,1.80194323254028 +CHN,comm_sr22_low,urban,2055,21.290516010106405,5.27512054511,307.2929285095742,2.736112753856684 +CHN,comm_sr31_std,rural,2055,22.12829199010737,42.85688805878001,1935.043613173557,2.0404324969420573 +CHN,comm_sr31_std,urban,2055,21.290516010106405,196.43074634142,12862.81279512232,3.07567395357638 +CHN,comm_sr32_low,rural,2055,22.12829199010737,2.25562568723,76.38330051299309,1.5303243726163325 +CHN,comm_sr32_low,urban,2055,21.290516010106405,10.33846033375,507.7426103350649,2.3067554651901374 +EEU,comm_s1,rural,2055,5.70158380772776,132.53057013111,3161.056369981693,4.183315905898369 +EEU,comm_s1,urban,2055,5.644413686621755,138.7899402829,5284.367886399382,6.745532195814667 +EEU,comm_s2,rural,2055,5.70158380772776,21.30616224051,527.1078346237312,4.339090709406036 +EEU,comm_s2,urban,2055,5.644413686621755,186.16619720306,7388.05649726849,7.030893896873748 +EEU,comm_s3,rural,2055,5.70158380772776,7.68273265424,93.77117830443268,2.1407114900784903 +EEU,comm_s3,urban,2055,5.644413686621755,41.15392037913,1756.7657886999696,7.562820906920556 +EEU,comm_s51_std,urban,2055,5.644413686621755,487.03738872561007,21092.81820004571,7.672792808404748 +EEU,comm_s52_low,rural,2055,5.70158380772776,143.08319322667,4507.488081510799,5.52523113968488 +EEU,comm_s52_low,urban,2055,5.644413686621755,592.10209361774,32283.023862293805,9.65959179963 +EEU,comm_sr11_std,rural,2055,5.70158380772776,103.27100858147004,1970.536936121139,3.346652724716559 +EEU,comm_sr11_std,urban,2055,5.644413686621755,42.66666721661,1299.6121511357885,5.396425756644336 +EEU,comm_sr12_low,rural,2055,5.70158380772776,11.47455650906,164.21141134287112,2.5099895435272037 +EEU,comm_sr12_low,urban,2055,5.644413686621755,4.74074080178,108.30101258779796,4.047319317283187 +EEU,comm_sr21_std,rural,2055,5.70158380772776,16.602274187909998,328.5880844559188,3.47127256757503 +EEU,comm_sr21_std,urban,2055,5.644413686621755,57.23102961833,1816.9832614752245,5.624715117445805 +EEU,comm_sr22_low,rural,2055,5.70158380772776,1.84469713202,27.38234037022336,2.603454425534041 +EEU,comm_sr22_low,urban,2055,5.644413686621755,6.3590032911600005,151.41527181417237,4.218536338613371 +EEU,comm_sr31_std,rural,2055,5.70158380772776,5.98657011033,58.45500641502531,1.7125691920259178 +EEU,comm_sr31_std,urban,2055,5.644413686621755,12.651497809700002,432.0505715775361,6.050256725585674 +EEU,comm_sr32_low,rural,2055,5.70158380772776,0.66517445684,4.871250535393082,1.2844268939684944 +EEU,comm_sr32_low,urban,2055,5.644413686621755,1.405721979,36.004214314288966,4.537692545759789 +FSU,comm_s1,rural,2055,11.109164482874052,176.95887908008,3977.556048647192,2.023310579807448 +FSU,comm_s1,urban,2055,8.158141779303799,313.76764506641,11831.449570444756,4.622091622824146 +FSU,comm_s2,rural,2055,11.109164482874052,71.15373811113,2376.4105898825246,3.0063695293652 +FSU,comm_s2,urban,2055,8.158141779303799,456.02617261122,20408.87020433548,5.485774436158446 +FSU,comm_s3,rural,2055,11.109164482874052,49.43990965804,1721.104967465903,3.1336341580350906 +FSU,comm_s3,urban,2055,8.158141779303799,223.31701957314,13096.84844924576,7.188755790732804 +FSU,comm_s51_std,rural,2055,11.109164482874052,419.38453704073,13027.4231237591,2.7961773167877 +FSU,comm_s51_std,urban,2055,8.158141779303799,2718.44892589075,151074.52364803664,6.812065372492007 +FSU,comm_s52_low,rural,2055,11.109164482874052,22.07287037047,701.1700695720616,2.859454297099709 +FSU,comm_s52_low,urban,2055,8.158141779303799,13.66054736626,798.8855270290369,7.168449057245903 +FSU,comm_sr11_std,rural,2055,11.109164482874052,145.55120550589,2617.277328419494,1.6186484638478646 +FSU,comm_sr11_std,urban,2055,8.158141779303799,14.505107899500004,437.5631594120277,3.697673298127205 +FSU,comm_sr12_low,rural,2055,11.109164482874052,7.6605897635,103.3135787537406,1.2139863478848 +FSU,comm_sr12_low,urban,2055,8.158141779303799,0.76342673137,17.27222996322961,2.773254972081472 +FSU,comm_sr21_std,rural,2055,11.109164482874052,58.52496586837,1563.705321537308,2.4050956235345216 +FSU,comm_sr21_std,urban,2055,8.158141779303799,21.08155172359,754.7823851849737,4.388619548978836 +FSU,comm_sr22_low,rural,2055,11.109164482874052,3.08026136152,61.725210063343205,1.8038217177129063 +FSU,comm_sr22_low,urban,2055,8.158141779303799,1.10955535395,29.79404154808852,3.291464664558464 +FSU,comm_sr31_std,rural,2055,11.109164482874052,40.66503183226,1132.506734286745,2.5069073263980384 +FSU,comm_sr31_std,urban,2055,8.158141779303799,10.32368223964,484.3614767611669,5.75100463267984 +FSU,comm_sr32_low,rural,2055,11.109164482874052,2.1402648332,44.70421318517152,1.8801804944303984 +FSU,comm_sr32_low,urban,2055,8.158141779303799,0.54335169678,19.119531962056723,4.313253471387858 +LAM,comm_s1,rural,2055,52.728216774604014,155.35463351126998,70368.17349834125,8.59031290802502 +LAM,comm_s1,urban,2055,35.55892886384555,110.02433970872,79006.01703420447,20.194017433660395 +LAM,comm_s2,rural,2055,52.728216774604014,169.29393250146,67591.49006808588,7.571946613857974 +LAM,comm_s2,urban,2055,35.55892886384555,644.79415007282,451909.01703983627,19.709756005840067 +LAM,comm_s3,rural,2055,52.728216774604014,57.212378029110006,17348.5835283539,5.750835404598185 +LAM,comm_s3,urban,2055,35.55892886384555,813.57804170895,534917.2768911937,18.490077701012208 +LAM,comm_s51_std,rural,2055,52.728216774604014,863.30363549717,304770.7253294951,6.695246863986308 +LAM,comm_s51_std,urban,2055,35.55892886384555,8987.1318490752,5761118.882935606,18.027564315316926 +LAM,comm_sr11_std,rural,2055,52.728216774604014,34.87899214715,12638.804085193497,6.872250326383724 +LAM,comm_sr11_std,urban,2055,35.55892886384555,24.701793528560003,14190.244271161471,16.155213946987683 +LAM,comm_sr21_std,rural,2055,52.728216774604014,38.00853317889,12140.084903947887,6.057557291086919 +LAM,comm_sr21_std,urban,2055,35.55892886384555,144.76407680104998,81167.22726773919,15.767804804670794 +LAM,comm_sr31_std,rural,2055,52.728216774604014,12.84487008124,3115.97327969564,4.600668323532887 +LAM,comm_sr31_std,urban,2055,35.55892886384555,182.65809964304,96076.31303104316,14.792062160785532 +MEA,comm_s1,rural,2055,61.595338640236776,113.77045962946002,6035.548231506158,0.8612700891341035 +MEA,comm_s1,urban,2055,56.63136680223274,44.77484772934,6639.431046483072,2.6184223774347477 +MEA,comm_s2,rural,2055,61.595338640236776,160.73591118681,6601.324883512463,0.6667612364569483 +MEA,comm_s2,urban,2055,56.63136680223274,234.48069873751,37193.71865634772,2.800950659608661 +MEA,comm_s3,rural,2055,61.595338640236776,164.05200192726,6830.705342091314,0.6759836157193371 +MEA,comm_s3,urban,2055,56.63136680223274,437.51730369234,61580.07939447356,2.4853523468250245 +MEA,comm_s51_std,rural,2055,61.595338640236776,1568.77214029504,54373.17484461293,0.5627000798622984 +MEA,comm_s51_std,urban,2055,56.63136680223274,5949.357458681069,793820.8219830384,2.3561090049896585 +MEA,comm_sr11_std,rural,2055,61.595338640236776,25.54284270978,1084.0427973601868,0.689016071295841 +MEA,comm_sr11_std,urban,2055,56.63136680223274,10.05249426456,1192.505987619927,2.0947379019571466 +MEA,comm_sr21_std,rural,2055,61.595338640236776,36.08715399948999,1185.6617524824378,0.5334089891852375 +MEA,comm_sr21_std,urban,2055,56.63136680223274,52.64374975576,6680.351356771622,2.2407605276914406 +MEA,comm_sr31_std,rural,2055,61.595338640236776,36.83165643484,1226.860699846591,0.5407868925799988 +MEA,comm_sr31_std,urban,2055,56.63136680223274,98.22792056377,11060.377445250751,1.9882818774636692 +NAM,comm_s1,rural,2055,16.500867644183007,379.6892937113299,28608.598560134407,4.566268572322379 +NAM,comm_s1,urban,2055,16.530658846572372,845.65674694079,72144.00781931721,5.16078757976531 +NAM,comm_s2,rural,2055,16.500867644183007,103.2607506093,6347.14280239395,3.725085206075509 +NAM,comm_s2,urban,2055,16.530658846572372,964.36184472124,67966.94262035437,4.263512613060185 +NAM,comm_s3,rural,2055,16.500867644183007,7.353722706840001,3.758175994281517,0.0309715602163509 +NAM,comm_s3,urban,2055,16.530658846572372,1122.6818563764002,76128.80285139717,4.102061178400704 +NAM,comm_s51_std,urban,2055,16.530658846572372,4936.4840318140605,374853.9501351459,4.593610755496213 +NAM,comm_s52_low,urban,2055,16.530658846572372,259.81494904288,15583.964627646252,3.6284709885521655 +NAM,comm_sr11_std,rural,2055,16.500867644183007,312.29986709124995,18824.784740531657,3.653014857859317 +NAM,comm_sr11_std,urban,2055,16.530658846572372,695.56475267696,47471.581477944725,4.128630063812142 +NAM,comm_sr12_low,rural,2055,16.500867644183007,16.436835110039997,743.0836081854628,2.739761143423053 +NAM,comm_sr12_low,urban,2055,16.530658846572372,36.60867119352,1873.8782162316008,3.096472547854406 +NAM,comm_sr21_std,rural,2055,16.500867644183007,84.93344222495,4176.492487746514,2.980068164848665 +NAM,comm_sr21_std,urban,2055,16.530658846572372,793.20139103868,44723.02484897895,3.410810090447057 +NAM,comm_sr22_low,rural,2055,16.500867644183007,4.470181169609999,164.86154555534932,2.2350511235143347 +NAM,comm_sr22_low,urban,2055,16.530658846572372,41.74744163377,1765.3825598369967,2.558107567838647 +NAM,comm_sr31_std,rural,2055,16.500867644183007,6.04854195787,2.4729227458797185,0.0247772481723444 +NAM,comm_sr31_std,urban,2055,16.530658846572372,923.4218618729,50093.62214018744,3.2816489427211404 +NAM,comm_sr32_low,rural,2055,16.500867644183007,0.31834431353,0.097615371500016,0.0185829361226036 +NAM,comm_sr32_low,urban,2055,16.530658846572372,48.601150624990005,1977.3798213434147,2.46123670706094 +PAO,comm_s1,rural,2055,11.836758561502656,173.65723423718,12104.128977969658,5.888543309478554 +PAO,comm_s1,urban,2055,13.47203820486189,154.64130934107,15242.451613016248,7.316375741200965 +PAO,comm_s2,rural,2055,11.836758561502656,51.60014277954,3282.7419662651005,5.37468547551785 +PAO,comm_s2,urban,2055,13.47203820486189,425.29642919295,37829.52449256396,6.602460934136508 +PAO,comm_s3,rural,2055,11.836758561502656,15.39882159635,894.3450106386215,4.906646968545122 +PAO,comm_s3,urban,2055,13.47203820486189,258.07547907238,19373.770177730832,5.572294942369556 +PAO,comm_s51_std,rural,2055,11.836758561502656,93.8241070694,5397.280707295537,4.859904964866835 +PAO,comm_s51_std,urban,2055,13.47203820486189,1639.40474485672,118886.6942704043,5.382868344725671 +PAO,comm_s52_low,rural,2055,11.836758561502656,4.938110898420001,305.5808438487372,5.22796290829743 +PAO,comm_s52_low,urban,2055,13.47203820486189,76.80659506225001,5971.9118287636575,5.771405228889305 +PAO,comm_sr11_std,rural,2055,11.836758561502656,142.83555546581002,7964.655171861481,4.710834647582276 +PAO,comm_sr11_std,urban,2055,13.47203820486189,104.36686736989002,8229.660923930322,5.853100592958559 +PAO,comm_sr12_low,rural,2055,11.836758561502656,7.517660814009999,314.39428309870686,3.533125985665077 +PAO,comm_sr12_low,urban,2055,13.47203820486189,5.492993019470001,324.85503647319774,4.389825444747832 +PAO,comm_sr21_std,rural,2055,11.836758561502656,42.441854429,2160.081723108838,4.299748380404123 +PAO,comm_sr21_std,urban,2055,13.47203820486189,287.03104110803,20424.808776928727,5.281968747308433 +PAO,comm_sr22_low,rural,2055,11.836758561502656,2.23378181195,85.26638380932155,3.224811285541789 +PAO,comm_sr22_low,urban,2055,13.47203820486189,15.10689690046,806.242451720037,3.9614765604674287 +PAO,comm_sr31_std,rural,2055,11.836758561502656,12.66575070073,588.4892359656027,3.925317574772958 +PAO,comm_sr31_std,urban,2055,13.47203820486189,174.17421910427,10460.230639310355,4.457835953892537 +PAO,comm_sr32_low,rural,2055,11.836758561502656,0.6666184579000001,23.229838258135043,2.943988180761669 +PAO,comm_sr32_low,urban,2055,13.47203820486189,9.16706416323,412.90384101992606,3.3433769654306755 +PAS,comm_s1,rural,2055,88.94046640388363,163.4031695278,39806.90942524875,2.739041306852133 +PAS,comm_s1,urban,2055,86.97389112889681,33.789337554220005,18778.698350541206,6.389941877900586 +PAS,comm_s2,rural,2055,88.94046640388363,175.57392307616,48634.960278516446,3.114505841058173 +PAS,comm_s2,urban,2055,86.97389112889681,138.64744935304998,65639.35916509989,5.443316005756904 +PAS,comm_s3,rural,2055,88.94046640388363,110.56017642865,24151.229803241167,2.4560721734221844 +PAS,comm_s3,urban,2055,86.97389112889681,217.09990157125,115484.04855413389,6.116084452943162 +PAS,comm_s51_std,rural,2055,88.94046640388363,2019.90114845455,426478.4054689484,2.3739279136299576 +PAS,comm_s51_std,urban,2055,86.97389112889681,5161.4785620681605,2478004.712781424,5.520000279392154 +PAS,comm_sr11_std,rural,2055,88.94046640388363,36.68598572172,7149.705675947263,2.191233045482275 +PAS,comm_sr11_std,urban,2055,86.97389112889681,7.5861145083,3372.8357242918337,5.11195350231172 +PAS,comm_sr21_std,rural,2055,88.94046640388363,39.41846693482,8735.308934384735,2.491604672846816 +PAS,comm_sr21_std,urban,2055,86.97389112889681,31.12802745517,11789.463325965917,4.354652804610064 +PAS,comm_sr31_std,rural,2055,88.94046640388363,24.82209534593,4337.794299970039,1.9648577387290005 +PAS,comm_sr31_std,urban,2055,86.97389112889681,48.741550805020005,20742.051300896936,4.89286756234798 +RCPA,comm_s1,rural,2055,1.786384459819537,101.06449190077998,2322.267274713564,12.862893479936794 +RCPA,comm_s1,urban,2055,1.8431962219183355,15.29098485699,3048.305512303996,108.15621032426928 +RCPA,comm_s2,rural,2055,1.786384459819537,139.77020505985,2707.369244998496,10.843212195519536 +RCPA,comm_s2,urban,2055,1.8431962219183355,42.24710486124,7074.48100337814,90.85023614923084 +RCPA,comm_s3,rural,2055,1.786384459819537,93.38620329157,1487.8224977357522,8.918533959933535 +RCPA,comm_s3,urban,2055,1.8431962219183355,82.28295099430001,11266.405425810117,74.2854819031802 +RCPA,comm_s51_std,rural,2055,1.786384459819537,445.52430771483006,6856.451989820373,8.614956785157496 +RCPA,comm_s51_std,urban,2055,1.8431962219183355,910.93182257202,120316.79343735328,71.65867992305698 +RCPA,comm_s52_low,rural,2055,1.786384459819537,23.44864777448,267.70718968416736,6.390977665843126 +RCPA,comm_s52_low,urban,2055,1.8431962219183355,31.27752998741,3015.8400145500486,52.31235583523348 +RCPA,comm_sr11_std,rural,2055,1.786384459819537,21.55568947461,396.2465654097628,10.2903147839359 +RCPA,comm_sr11_std,urban,2055,1.8431962219183355,2.01336199773,321.0959939297814,86.52496826056873 +RCPA,comm_sr12_low,rural,2055,1.786384459819537,1.13450997238,15.641311792438056,7.717736087707576 +RCPA,comm_sr12_low,urban,2055,1.8431962219183355,0.1059664209599998,12.674841865572688,64.89372617859652 +RCPA,comm_sr21_std,rural,2055,1.786384459819537,29.81109469201,461.9561995738388,8.67456975641507 +RCPA,comm_sr21_std,urban,2055,1.8431962219183355,5.56267083111,745.1967987286678,72.6801889193008 +RCPA,comm_sr22_low,rural,2055,1.786384459819537,1.56900498368,18.23511313970336,6.505927317278907 +RCPA,comm_sr22_low,urban,2055,1.8431962219183355,0.2927721492,29.415663120859115,54.51014167768185 +RCPA,comm_sr31_std,rural,2055,1.786384459819537,19.91801434418,253.86593571111047,7.134827167924816 +RCPA,comm_sr31_std,urban,2055,1.8431962219183355,10.834185511429997,1186.7569157902053,59.42838552251098 +RCPA,comm_sr32_low,rural,2055,1.786384459819537,1.04831654439,10.021023777708733,5.351120375957486 +RCPA,comm_sr32_low,urban,2055,1.8431962219183355,0.5702202901,46.845667724693456,44.57128913627015 +SAS,comm_s1,rural,2055,88.54064198423131,423.86019727153,22558.36258349567,0.6010938302760119 +SAS,comm_s1,urban,2055,92.21603045623463,60.027709582900016,24772.78617351749,4.475243368931211 +SAS,comm_s2,rural,2055,88.54064198423131,551.23704966643,29209.83424573744,0.5984777738590664 +SAS,comm_s2,urban,2055,92.21603045623463,243.20697877294,94973.69203700786,4.234682604316598 +SAS,comm_s3,rural,2055,88.54064198423131,635.58080390541,30779.900136163316,0.546957734273372 +SAS,comm_s3,urban,2055,92.21603045623463,473.41272043697,166482.75278253123,3.813492544069768 +SAS,comm_s51_std,rural,2055,88.54064198423131,9381.43125666929,423989.0394589381,0.5104378404579548 +SAS,comm_s51_std,urban,2055,92.21603045623463,13019.95332742187,4362979.595535584,3.6338527997211063 +SAS,comm_sr11_std,rural,2055,88.54064198423131,95.16173517366,4051.699951900056,0.4808750642207518 +SAS,comm_sr11_std,urban,2055,92.21603045623463,13.47694602881,4449.431831577406,3.5801946951428616 +SAS,comm_sr21_std,rural,2055,88.54064198423131,123.75937744559002,5246.368550494255,0.478782219087936 +SAS,comm_sr21_std,urban,2055,92.21603045623463,54.6029050504,17058.19303296009,3.3877460834579347 +SAS,comm_sr31_std,rural,2055,88.54064198423131,142.69556927462995,5528.36755945447,0.4375661874194193 +SAS,comm_sr31_std,urban,2055,92.21603045623463,106.2868752951,29901.911494831005,3.0507940352575296 +WEU,comm_s1,rural,2055,7.350772518239128,476.7522210796399,15676.298909718833,4.473194969724451 +WEU,comm_s1,urban,2055,7.231275305062125,999.08112450725,29160.30530520696,4.0362347452474125 +WEU,comm_s2,rural,2055,7.350772518239128,105.69700369751,2442.082673725336,3.1431470761683977 +WEU,comm_s2,urban,2055,7.231275305062125,766.2846271558,31199.05726615534,5.630363863789065 +WEU,comm_s3,rural,2055,7.350772518239128,60.91590415458,2127.763635035963,4.751816973884725 +WEU,comm_s3,urban,2055,7.231275305062125,686.00026903383,28198.476626631884,5.684424006059602 +WEU,comm_s51_std,urban,2055,7.231275305062125,726.91823692909,26920.27119900501,5.121285295354711 +WEU,comm_s52_low,rural,2055,7.350772518239128,242.96338140245,6604.302433102668,3.697882834709135 +WEU,comm_s52_low,urban,2055,7.231275305062125,4847.76411694386,189579.03739588495,5.407965818925819 +WEU,comm_sr11_std,rural,2055,7.350772518239128,371.49680006426,9772.279392640376,3.578555975781849 +WEU,comm_sr11_std,urban,2055,7.231275305062125,608.31593881033,14203.994500629373,3.228987796197325 +WEU,comm_sr12_low,rural,2055,7.350772518239128,41.27742222948,814.356616054367,2.683916981832032 +WEU,comm_sr12_low,urban,2055,7.231275305062125,67.59065986786,1183.666208379923,2.421740847134376 +WEU,comm_sr21_std,rural,2055,7.350772518239128,82.36164807184001,1522.3436555174465,2.514517660896355 +WEU,comm_sr21_std,urban,2055,7.231275305062125,466.57187382471,15197.071265063,4.504291091039488 +WEU,comm_sr22_low,rural,2055,7.350772518239128,9.151294230369995,126.86197130384352,1.8858882457975543 +WEU,comm_sr22_low,urban,2055,7.231275305062125,51.8413193141,1266.422605413477,3.3782183182412475 +WEU,comm_sr31_std,rural,2055,7.350772518239128,47.46713799341,1326.4036902317175,3.8014535790676542 +WEU,comm_sr31_std,urban,2055,7.231275305062125,417.68870159305,13735.48742846722,4.547539204835823 +WEU,comm_sr32_low,rural,2055,7.350772518239128,5.27412644339,110.53364084498344,2.8510901842773544 +WEU,comm_sr32_low,urban,2055,7.231275305062125,46.40985573264,1144.623952355694,3.410654403571684 +AFR,comm_s1,rural,2060,65.97691065837212,81.19631078261999,1667.3953704531018,0.3112506865984442 +AFR,comm_s1,urban,2060,67.40736067677899,11.96772751319,2013.270640837978,2.4956469377632606 +AFR,comm_s2,rural,2060,65.97691065837212,140.32582732624002,2916.973655892893,0.3150670012754444 +AFR,comm_s2,urban,2060,67.40736067677899,70.21447694457,11938.530347090116,2.5224169726610626 +AFR,comm_s3,rural,2060,65.97691065837212,197.66638354895,2832.0607635936813,0.2171589707206168 +AFR,comm_s3,urban,2060,67.40736067677899,190.43725676123,31219.171440272166,2.4319919499289218 +AFR,comm_s51_std,rural,2060,65.97691065837212,4117.97567497648,55671.54857922846,0.2049073557901579 +AFR,comm_s51_std,urban,2060,67.40736067677899,6740.335414485581,1053655.8197264315,2.319049074025304 +AFR,comm_sr11_std,rural,2060,65.97691065837212,20.77893386361,341.3622889285142,0.249000549275149 +AFR,comm_sr11_std,urban,2060,67.40736067677899,3.06265908025,412.1725935260235,1.9965175503699704 +AFR,comm_sr21_std,rural,2060,65.97691065837212,35.91075822594,597.185779414059,0.2520536010118691 +AFR,comm_sr21_std,urban,2060,67.40736067677899,17.96857466342,2444.1497907384983,2.017933578132712 +AFR,comm_sr31_std,rural,2060,65.97691065837212,50.58477006209,579.8017445116466,0.1737271765619212 +AFR,comm_sr31_std,urban,2060,67.40736067677899,48.73476547524,6391.43421552472,1.9455935599367624 +CHN,comm_s1,rural,2060,22.12829199010737,1352.8528382409002,106448.64323750998,3.5558356506792874 +CHN,comm_s1,urban,2060,21.290516010106405,233.97523338909,25907.113217053164,5.200713700209252 +CHN,comm_s2,rural,2060,22.12829199010737,1306.13252413615,88180.78408517635,3.0509761921528504 +CHN,comm_s2,urban,2060,21.290516010106405,747.53387939403,70739.6306099486,4.444733433884866 +CHN,comm_s3,rural,2060,22.12829199010737,180.30329583061,10337.910491431438,2.591082306608956 +CHN,comm_s3,urban,2060,21.290516010106405,1413.32563273789,112756.53219908792,3.74725534537838 +CHN,comm_s51_std,rural,2060,22.12829199010737,1062.61503394773,59324.22111508073,2.522947395793609 +CHN,comm_s51_std,urban,2060,21.290516010106405,9567.72199416032,742027.8320131953,3.6427172306777713 +CHN,comm_s52_low,rural,2060,22.12829199010737,55.92710704992001,2574.1584481277914,2.080008104426057 +CHN,comm_s52_low,urban,2060,21.290516010106405,328.51493840486,20556.439241732995,2.9390473218006816 +CHN,comm_sr11_std,rural,2060,22.12829199010737,328.89791929110004,20703.35296347864,2.8446685205437445 +CHN,comm_sr11_std,urban,2060,21.290516010106405,34.77467543376,3080.365183945806,4.160570960158102 +CHN,comm_sr12_low,rural,2060,22.12829199010737,17.31041680477,817.2376169749664,2.1335013903992306 +CHN,comm_sr12_low,urban,2060,21.290516010106405,1.83024607544,121.59336252960104,3.120428220293677 +CHN,comm_sr21_std,rural,2060,22.12829199010737,317.53954115613,17150.41020710087,2.4407809537239507 +CHN,comm_sr21_std,urban,2060,21.290516010106405,111.1025626733,8410.967807574445,3.555786747103425 +CHN,comm_sr22_low,rural,2060,22.12829199010737,16.71260742915,676.9898765822189,1.8305857152686067 +CHN,comm_sr22_low,urban,2060,21.290516010106405,5.84750329848,332.0118871520808,2.6668400604681253 +CHN,comm_sr31_std,rural,2060,22.12829199010737,43.83431602005,2010.635394680054,2.072865845285886 +CHN,comm_sr31_std,urban,2060,21.290516010106405,210.05616470027,13406.79268811757,2.997804276303519 +CHN,comm_sr32_low,rural,2060,22.12829199010737,2.30706926427,79.36718662702006,1.5546493838264597 +CHN,comm_sr32_low,urban,2060,21.290516010106405,11.05558761584,529.2155008480943,2.248353207225981 +EEU,comm_s1,rural,2060,5.70158380772776,116.90849851378,2923.194251912828,4.3854693575391925 +EEU,comm_s1,urban,2060,5.644413686621755,130.20567941471,4823.961172059438,6.563795460442709 +EEU,comm_s2,rural,2060,5.70158380772776,19.15957261911,518.1124877708046,4.742886482378697 +EEU,comm_s2,urban,2060,5.644413686621755,176.6792730681,6860.004169636933,6.878914946233263 +EEU,comm_s3,rural,2060,5.70158380772776,6.4319507953000015,73.28079598840729,1.9982598033546213 +EEU,comm_s3,urban,2060,5.644413686621755,36.38212481143,1649.0884234885093,8.030397576956554 +EEU,comm_s51_std,urban,2060,5.644413686621755,495.88794350131,21599.031626069955,7.716704940063256 +EEU,comm_s52_low,rural,2060,5.70158380772776,130.49089764049998,4251.987152954488,5.714999709106863 +EEU,comm_s52_low,urban,2060,5.644413686621755,602.86190823088,32892.83555524552,9.666397133192396 +EEU,comm_sr11_std,rural,2060,5.70158380772776,107.01539264994,2140.660668040133,3.508375486026841 +EEU,comm_sr11_std,urban,2060,5.644413686621755,44.82130283897,1328.4595605817142,5.251036368337842 +EEU,comm_sr12_low,rural,2060,5.70158380772776,11.89059918334,178.3883890020164,2.631281614497591 +EEU,comm_sr12_low,urban,2060,5.644413686621755,4.98014475984,110.70496337699436,3.9382772761181104 +EEU,comm_sr21_std,rural,2060,5.70158380772776,17.53823898973,379.4147527212351,3.7943091860354414 +EEU,comm_sr21_std,urban,2060,5.644413686621755,60.81912278447,1889.1607539352008,5.503131956952896 +EEU,comm_sr22_low,rural,2060,5.70158380772776,1.94869322104,31.61789605914673,2.845731889500556 +EEU,comm_sr22_low,urban,2060,5.644413686621755,6.75768030968,157.4300628557605,4.12734896826438 +EEU,comm_sr31_std,rural,2060,5.70158380772776,5.88766213413,53.66366521521325,1.5986078426828767 +EEU,comm_sr31_std,urban,2060,5.644413686621755,12.52398698297,454.1386641170072,6.424318061554262 +EEU,comm_sr32_low,rural,2060,5.70158380772776,0.65418468166,4.471972101558685,1.1989558819252055 +EEU,comm_sr32_low,urban,2060,5.644413686621755,1.39155410931,37.844888688919816,4.818238547441992 +FSU,comm_s1,rural,2060,11.109164482874052,158.9768943494,4003.173904861931,2.2666739388310493 +FSU,comm_s1,urban,2060,8.158141779303799,312.06458234976003,12513.65714350499,4.915282933883063 +FSU,comm_s2,rural,2060,11.109164482874052,63.626620453620006,2538.4310722413065,3.5912457250934464 +FSU,comm_s2,urban,2060,8.158141779303799,442.6785440863701,21550.51371635142,5.967300461565854 +FSU,comm_s3,rural,2060,11.109164482874052,41.68526937912,1739.8012628166018,3.756951878632528 +FSU,comm_s3,urban,2060,8.158141779303799,202.87199539290995,13214.180170696223,7.984116669588713 +FSU,comm_s51_std,rural,2060,11.109164482874052,389.44662269794,14562.53275774828,3.3659493484240675 +FSU,comm_s51_std,urban,2060,8.158141779303799,2827.41747847648,174730.5760348378,7.575088684788104 +FSU,comm_s52_low,rural,2060,11.109164482874052,20.49719066824,779.4972451121473,3.423251811402141 +FSU,comm_s52_low,urban,2060,8.158141779303799,14.20812803251,916.0970916336084,7.903389648388064 +FSU,comm_sr11_std,rural,2060,11.109164482874052,153.60850805907,3094.394684426865,1.8133391510648411 +FSU,comm_sr11_std,urban,2060,8.158141779303799,15.74241633162,505.01136424691816,3.9322263470623393 +FSU,comm_sr12_low,rural,2060,11.109164482874052,8.084658318899999,122.14715859361648,1.3600043632740837 +FSU,comm_sr12_low,urban,2060,8.158141779303799,0.82854822781,19.934659099062205,2.949169758542524 +FSU,comm_sr21_std,rural,2060,11.109164482874052,61.47805491268001,1962.1699689663265,2.872996580071729 +FSU,comm_sr21_std,urban,2060,8.158141779303799,22.3313709283,869.7101261082138,4.773840369333888 +FSU,comm_sr22_low,rural,2060,11.109164482874052,3.23568710081,77.45407771536298,2.1547474347642988 +FSU,comm_sr22_low,urban,2060,8.158141779303799,1.17533531222,34.3306629149454,3.580380280784919 +FSU,comm_sr31_std,rural,2060,11.109164482874052,40.27762690652,1344.8408456813215,3.005561502911056 +FSU,comm_sr31_std,urban,2060,8.158141779303799,10.23408484711,533.2822434745593,6.387293335657307 +FSU,comm_sr32_low,rural,2060,11.109164482874052,2.11987510035,53.08582285389415,2.2541711270933207 +FSU,comm_sr32_low,urban,2060,8.158141779303799,0.53863604457,21.050614863492548,4.790469999483837 +LAM,comm_s1,rural,2060,52.728216774604014,149.02739646077998,90336.997917528,11.496256778801856 +LAM,comm_s1,urban,2060,35.55892886384555,105.54330130696,77313.51286383957,20.600419384620743 +LAM,comm_s2,rural,2060,52.728216774604014,159.09151510572002,84707.26635329558,10.097888352516422 +LAM,comm_s2,urban,2060,35.55892886384555,602.35645260222,428658.6777294232,20.012870387060534 +LAM,comm_s3,rural,2060,52.728216774604014,52.4315320381,20772.88175023072,7.5138257085408915 +LAM,comm_s3,urban,2060,35.55892886384555,745.16686998825,500737.0260323093,18.89763677727022 +LAM,comm_s51_std,rural,2060,52.728216774604014,845.8249904736999,394622.3441704754,8.848264072214787 +LAM,comm_s51_std,urban,2060,35.55892886384555,9544.33307838999,6256591.783090148,18.435017861032232 +LAM,comm_sr11_std,rural,2060,52.728216774604014,38.13757528007,18494.50042322574,9.19700542301454 +LAM,comm_sr11_std,urban,2060,35.55892886384555,27.009568002180004,15828.230175346604,16.480335507754685 +LAM,comm_sr21_std,rural,2060,52.728216774604014,40.71308214374999,17341.937517737762,8.078310681996285 +LAM,comm_sr21_std,urban,2060,35.55892886384555,154.14893571381998,87758.37452530547,16.010296309652333 +LAM,comm_sr31_std,rural,2060,52.728216774604014,13.41774430478,4252.787663572766,6.011060566709534 +LAM,comm_sr31_std,urban,2060,35.55892886384555,190.69552495277,102514.82065375628,15.11810942180634 +MEA,comm_s1,rural,2060,61.595338640236776,109.21508379078,7309.63257412303,1.0865884309357332 +MEA,comm_s1,urban,2060,56.63136680223274,42.98206021506,6761.5812782414005,2.777819364812979 +MEA,comm_s2,rural,2060,61.595338640236776,150.19672346341,8235.78317460683,0.89021846543919 +MEA,comm_s2,urban,2060,56.63136680223274,218.60201655347,36254.7448772059,2.9285567615774486 +MEA,comm_s3,rural,2060,61.595338640236776,150.16315512771,7782.321941340355,0.8413911909527265 +MEA,comm_s3,urban,2060,56.63136680223274,400.33826514588,58935.82840429265,2.5995324676050235 +MEA,comm_s51_std,rural,2060,61.595338640236776,1624.4772220541204,70263.91058278359,0.7022161988903685 +MEA,comm_s51_std,urban,2060,56.63136680223274,6583.73984940776,921354.5938292416,2.4711385755824846 +MEA,comm_sr11_std,rural,2060,61.595338640236776,27.949213223400005,1496.4854472906218,0.8692707447402271 +MEA,comm_sr11_std,urban,2060,56.63136680223274,10.99953160334,1384.284077347404,2.222255491866825 +MEA,comm_sr21_std,rural,2060,61.595338640236776,38.43681755138,1686.0942794922412,0.7121747723796519 +MEA,comm_sr21_std,urban,2060,56.63136680223274,55.94240428752,7422.3563980952995,2.342845409251772 +MEA,comm_sr31_std,rural,2060,61.595338640236776,38.42822708497,1593.2581307731389,0.6731129527667806 +MEA,comm_sr31_std,urban,2060,56.63136680223274,102.45049626514,12065.806131479598,2.0796259740881218 +NAM,comm_s1,rural,2060,16.500867644183007,330.12299385973995,24113.86929244297,4.426743382232075 +NAM,comm_s1,urban,2060,16.530658846572372,749.9368321536899,62082.66343716004,5.007898216388953 +NAM,comm_s2,rural,2060,16.500867644183007,85.5276139199,5091.355144913133,3.607615591646337 +NAM,comm_s2,urban,2060,16.530658846572372,822.90857802133,56283.44247467832,4.137508507632923 +NAM,comm_s3,rural,2060,16.500867644183007,6.41973705947,3.195077925231991,0.0301618123297679 +NAM,comm_s3,urban,2060,16.530658846572372,990.55906605595,65163.9958350958,3.9795793337811536 +NAM,comm_s51_std,urban,2060,16.530658846572372,5536.3982997607,408091.42782671447,4.459025772477136 +NAM,comm_s52_low,urban,2060,16.530658846572372,291.38938419796,16959.09984671164,3.520780160090658 +NAM,comm_sr11_std,rural,2060,16.500867644183007,318.97528738589,18639.667107380665,3.5413947057875004 +NAM,comm_sr11_std,urban,2060,16.530658846572372,724.61270801117,47988.98781333826,4.006318573111124 +NAM,comm_sr12_low,rural,2060,16.500867644183007,16.788173020299997,735.776333190577,2.6560460293584454 +NAM,comm_sr12_low,urban,2060,16.530658846572372,38.137510947980005,1894.3021505236452,3.004738929826933 +NAM,comm_sr21_std,rural,2060,16.500867644183007,82.63948812052,3935.542814599008,2.886092473316579 +NAM,comm_sr21_std,urban,2060,16.530658846572372,795.12031893845,43506.27510920901,3.310006806105215 +NAM,comm_sr22_low,rural,2060,16.500867644183007,4.34944674308,155.35037425115746,2.164569354909825 +NAM,comm_sr22_low,urban,2060,16.530658846572372,41.84843783901,1717.3529648463946,2.482505104583652 +NAM,comm_sr31_std,rural,2060,16.500867644183007,6.20295317671,2.4697483503766264,0.0241294498631366 +NAM,comm_sr31_std,urban,2060,16.530658846572372,957.1095277965,50370.812540352425,3.183663467025021 +NAM,comm_sr32_low,rural,2060,16.500867644183007,0.32647121974,0.0974900664288287,0.0180970873959651 +NAM,comm_sr32_low,urban,2060,16.530658846572372,50.37418567349,1988.3215476606408,2.3877476002874336 +PAO,comm_s1,rural,2060,11.836758561502656,147.49479764835002,9961.221085062833,5.705623201706474 +PAO,comm_s1,urban,2060,13.47203820486189,140.76957934906,13447.393578883852,7.090812431235808 +PAO,comm_s2,rural,2060,11.836758561502656,43.50845107193,2682.555116278227,5.2088546895131245 +PAO,comm_s2,urban,2060,13.47203820486189,382.60032041315,32981.36768834908,6.3986746158950085 +PAO,comm_s3,rural,2060,11.836758561502656,12.97824049084,730.6592862431163,4.756267822955063 +PAO,comm_s3,urban,2060,13.47203820486189,231.90379242772,16878.88930882541,5.402598683671101 +PAO,comm_s51_std,rural,2060,11.836758561502656,86.47890528829001,4822.706894134748,4.711377410764878 +PAO,comm_s51_std,urban,2060,13.47203820486189,1713.0010234158,119750.36280433832,5.189026751606605 +PAO,comm_s52_low,rural,2060,11.836758561502656,4.55152133099,272.9882890586949,5.067043643184665 +PAO,comm_s52_low,urban,2060,13.47203820486189,80.25460238508,6021.847568061608,5.569632046510591 +PAO,comm_sr11_std,rural,2060,11.836758561502656,142.5141427373,7699.877724169742,4.564498561364764 +PAO,comm_sr11_std,urban,2060,13.47203820486189,110.00427327833,8406.763819129184,5.672649944986119 +PAO,comm_sr12_low,rural,2060,11.836758561502656,7.500744354639999,303.9425417449197,3.423373921018426 +PAO,comm_sr12_low,urban,2060,13.47203820486189,5.789698593610001,331.84594023092274,4.254487458756959 +PAO,comm_sr21_std,rural,2060,11.836758561502656,42.03924277473,2073.5757400935804,4.167083751608238 +PAO,comm_sr21_std,urban,2060,13.47203820486189,298.98270917417,20618.61036202932,5.118939692716448 +PAO,comm_sr22_low,rural,2060,11.836758561502656,2.21259172485,81.8516739556328,3.1253128140724926 +PAO,comm_sr22_low,urban,2060,13.47203820486189,15.73593206183,813.8925142897235,3.839204769525351 +PAO,comm_sr31_std,rural,2060,11.836758561502656,12.539986814969998,564.7889063014622,3.805014258343089 +PAO,comm_sr31_std,urban,2060,13.47203820486189,181.22102995846,10551.995456649744,4.322078946931586 +PAO,comm_sr32_low,rural,2060,11.836758561502656,0.65999930603,22.29429893530104,2.8537606941489737 +PAO,comm_sr32_low,urban,2060,13.47203820486189,9.53794894501,416.5261364407427,3.241559210210817 +PAS,comm_s1,rural,2060,88.94046640388363,158.65883977677998,51777.12065030143,3.6692239431809273 +PAS,comm_s1,urban,2060,86.97389112889681,32.90164116151,18805.65040387008,6.571763053303635 +PAS,comm_s2,rural,2060,88.94046640388363,168.41176312326002,58478.34876666666,3.904121060498909 +PAS,comm_s2,urban,2060,86.97389112889681,132.46350818363,64619.39482059665,5.60890046580298 +PAS,comm_s3,rural,2060,88.94046640388363,101.08316203561,27691.502877187344,3.0801247399442 +PAS,comm_s3,urban,2060,86.97389112889681,197.99717086551,108347.20131453016,6.291726163687123 +PAS,comm_s51_std,rural,2060,88.94046640388363,2028.3033870719005,542830.2249723932,3.009065926165549 +PAS,comm_s51_std,urban,2060,86.97389112889681,5607.3219373848,2781261.04197646,5.702921069270762 +PAS,comm_sr11_std,rural,2060,88.94046640388363,40.60235627506,10600.219199884472,2.935379154546441 +PAS,comm_sr11_std,urban,2060,86.97389112889681,8.419853305070001,3850.040596567475,5.257410442638581 +PAS,comm_sr21_std,rural,2060,88.94046640388363,43.09822520355,11972.14730343644,3.1232968484008024 +PAS,comm_sr21_std,urban,2060,86.97389112889681,33.89871349293,13229.390531175726,4.48712037264978 +PAS,comm_sr31_std,rural,2060,88.94046640388363,25.86817453198,5669.222173521614,2.464099791946896 +PAS,comm_sr31_std,urban,2060,86.97389112889681,50.66942178745,22181.690855040237,5.033380930943707 +RCPA,comm_s1,rural,2060,1.786384459819537,98.44134538223996,3970.306372543228,22.577276318662435 +RCPA,comm_s1,urban,2060,1.8431962219183355,15.05495599686,4243.812078797601,152.93436441645744 +RCPA,comm_s2,rural,2060,1.786384459819537,135.87440853957,4619.488210467908,19.031861317771103 +RCPA,comm_s2,urban,2060,1.8431962219183355,41.5055097695,9827.26247764366,128.45624777541576 +RCPA,comm_s3,rural,2060,1.786384459819537,87.91632373116,2458.346718587489,15.653039566082176 +RCPA,comm_s3,urban,2060,1.8431962219183355,77.7428801169,15049.278709842,105.02277466280528 +RCPA,comm_s51_std,rural,2060,1.786384459819537,396.75513090035,10716.464939517136,15.120079113951943 +RCPA,comm_s51_std,urban,2060,1.8431962219183355,949.376599001,177274.33744750588,101.30614201435095 +RCPA,comm_s52_low,rural,2060,1.786384459819537,20.88184899476,418.3599103323478,11.215178193796808 +RCPA,comm_s52_low,urban,2060,1.8431962219183355,32.59756033196,4441.48007576364,73.92154731221987 +RCPA,comm_sr11_std,rural,2060,1.786384459819537,23.93250230424,772.1907175513936,18.061821054904478 +RCPA,comm_sr11_std,urban,2060,1.8431962219183355,2.2375496794,504.5907996527704,122.34749153501686 +RCPA,comm_sr12_low,rural,2060,1.786384459819537,1.25960538449,30.48121253509523,13.54636579064906 +RCPA,comm_sr12_low,urban,2060,1.8431962219183355,0.11776577261,19.918057879299663,91.76061863549744 +RCPA,comm_sr21_std,rural,2060,1.786384459819537,33.033016592930004,898.4510466529714,15.225489054210067 +RCPA,comm_sr21_std,urban,2060,1.8431962219183355,6.16877525905,1168.4650827902628,102.76499822043434 +RCPA,comm_sr22_low,rural,2060,1.786384459819537,1.7385798205600005,35.46517289169802,11.419116790644791 +RCPA,comm_sr22_low,urban,2060,1.8431962219183355,0.32467238224,46.1236217052728,77.0737486485142 +RCPA,comm_sr31_std,rural,2060,1.786384459819537,21.37371865555,478.1274638497624,12.522431652826237 +RCPA,comm_sr31_std,urban,2060,1.8431962219183355,11.55457090131,1789.3647120334897,84.01821973016888 +RCPA,comm_sr32_low,rural,2060,1.786384459819537,1.12493256076,18.873452519466177,9.391823739650016 +RCPA,comm_sr32_low,urban,2060,1.8431962219183355,0.6081353106599999,70.63281757716031,63.01366478814512 +SAS,comm_s1,rural,2060,88.54064198423131,406.88881025323,39567.03894051789,1.0982852149505598 +SAS,comm_s1,urban,2060,92.21603045623463,57.62419659043002,30417.069255224986,5.724084807559615 +SAS,comm_s2,rural,2060,88.54064198423131,514.85435473917,49321.83836431208,1.0819624747056231 +SAS,comm_s2,urban,2060,92.21603045623463,226.86153869773,113890.63110061054,5.444032416485015 +SAS,comm_s3,rural,2060,88.54064198423131,581.8546859881101,51208.087666815714,0.9939884884910468 +SAS,comm_s3,urban,2060,92.21603045623463,433.19194944518,197089.45924865856,4.933743842233817 +SAS,comm_s51_std,rural,2060,88.54064198423131,10203.08198050126,834014.4764214208,0.9232079724152732 +SAS,comm_s51_std,urban,2060,92.21603045623463,15538.64288623698,6718288.332536714,4.68855623625763 +SAS,comm_sr11_std,rural,2060,88.54064198423131,104.12684513214,8100.4752792860445,0.8786281719596671 +SAS,comm_sr11_std,urban,2060,92.21603045623463,14.746598193390003,6227.221550229451,4.579267846056991 +SAS,comm_sr21_std,rural,2060,88.54064198423131,131.756288968,10097.554507431738,0.865569979764221 +SAS,comm_sr21_std,urban,2060,92.21603045623463,58.05609717206,23316.58538202074,4.355225933196901 +SAS,comm_sr31_std,rural,2060,88.54064198423131,148.90233216151,10483.72229389677,0.7951907907936093 +SAS,comm_sr31_std,urban,2060,92.21603045623463,110.85807693789,40349.70357143175,3.946995073790603 +WEU,comm_s1,rural,2060,7.350772518239128,416.10985215338,13873.525833382078,4.535716123323356 +WEU,comm_s1,urban,2060,7.231275305062125,906.14112890948,25695.86312383987,3.921502272978843 +WEU,comm_s2,rural,2060,7.350772518239128,91.12367275989,2178.849890670894,3.252843074484999 +WEU,comm_s2,urban,2060,7.231275305062125,685.6827226167101,26986.928022215023,5.442711922427965 +WEU,comm_s3,rural,2060,7.350772518239128,50.87386828775,1812.5765973582395,4.846950942806357 +WEU,comm_s3,urban,2060,7.231275305062125,599.0651535409401,23938.2284732439,5.525900406819424 +WEU,comm_s51_std,urban,2060,7.231275305062125,775.75610419777,27778.510552155785,4.951865704727014 +WEU,comm_s52_low,rural,2060,7.350772518239128,232.24908693914,6511.176801491928,3.8139279978009446 +WEU,comm_s52_low,urban,2060,7.231275305062125,5173.460252308031,195627.7710712618,5.229190865948557 +WEU,comm_sr11_std,rural,2060,7.350772518239128,380.89753764546,10159.609153313138,3.628572898662571 +WEU,comm_sr11_std,urban,2060,7.231275305062125,636.8416941701499,14447.371591784202,3.1372018183815684 +WEU,comm_sr12_low,rural,2060,7.350772518239128,42.32194862737,846.6340961126258,2.72142967400099 +WEU,comm_sr12_low,urban,2060,7.231275305062125,70.76018824115,1203.94763264094,2.352901363770304 +WEU,comm_sr21_std,rural,2060,7.350772518239128,83.41254694126,1595.5758873564205,2.6022744595200127 +WEU,comm_sr21_std,urban,2060,7.231275305062125,481.90213731961,15173.266427360806,4.354169537952735 +WEU,comm_sr22_low,rural,2060,7.350772518239128,9.268060771259998,132.96465728418545,1.9517058447039524 +WEU,comm_sr22_low,urban,2060,7.231275305062125,53.54468192475,1264.43886894344,3.2656271534347665 +WEU,comm_sr31_std,rural,2060,7.350772518239128,46.56878721162,1327.3532633864534,3.877560754194963 +WEU,comm_sr31_std,urban,2060,7.231275305062125,421.02676407423,13459.15022718599,4.420720325440282 +WEU,comm_sr32_low,rural,2060,7.350772518239128,5.17430968997,110.61277194247036,2.9081705655959653 +WEU,comm_sr32_low,urban,2060,7.231275305062125,46.78075156376,1121.5958522417925,3.315540244013204 +AFR,comm_s1,rural,2070,65.97691065837212,75.38300433849,4647.64658382557,0.9344749802949346 +AFR,comm_s1,urban,2070,67.40736067677899,11.11088972332,5107.364771521376,6.819314444901973 +AFR,comm_s2,rural,2070,65.97691065837212,124.04567871758002,7656.31402891238,0.935505019986308 +AFR,comm_s2,urban,2070,67.40736067677899,61.73970948774,30776.486356746493,7.39515246283301 +AFR,comm_s3,rural,2070,65.97691065837212,165.80823367149,8967.219374874849,0.8197090418542365 +AFR,comm_s3,urban,2070,67.40736067677899,159.48903829345,79192.47989711627,7.366238582987648 +AFR,comm_s51_std,rural,2070,65.97691065837212,6467.6280421818,331403.927401368,0.7766415822722978 +AFR,comm_s51_std,urban,2070,67.40736067677899,11998.860773068198,5860807.935581752,7.246197260886173 +AFR,comm_sr11_std,rural,2070,65.97691065837212,24.27410719243,1197.27222184503,0.7475799842280544 +AFR,comm_sr11_std,urban,2070,67.40736067677899,3.57782142702,1315.699431470982,5.455451555915561 +AFR,comm_sr21_std,rural,2070,65.97691065837212,39.943991730730005,1972.3298541162656,0.74840401599455 +AFR,comm_sr21_std,urban,2070,67.40736067677899,19.88082511802,7928.277578133577,5.916121970358815 +AFR,comm_sr31_std,rural,2070,65.97691065837212,53.39196643675,2310.0299196587835,0.6557672334688076 +AFR,comm_sr31_std,urban,2070,67.40736067677899,51.35712015667001,20400.638183489573,5.892990866376874 +CHN,comm_s1,rural,2070,22.12829199010737,1099.8342435637603,84777.9938016938,3.483437351407612 +CHN,comm_s1,urban,2070,21.290516010106405,226.8230899986,23899.57301057028,4.948991318872701 +CHN,comm_s2,rural,2070,22.12829199010737,1060.7411192164002,70155.61579737978,2.9888570423717824 +CHN,comm_s2,urban,2070,21.290516010106405,723.30363503927,65133.78264432394,4.22960163683365 +CHN,comm_s3,rural,2070,22.12829199010737,144.18972896770003,8098.969288852496,2.538326788573301 +CHN,comm_s3,urban,2070,21.290516010106405,1315.69631754731,99886.97932811368,3.565882539015805 +CHN,comm_s51_std,rural,2070,22.12829199010737,782.44705921389,42793.45742500637,2.471579133038206 +CHN,comm_s51_std,urban,2070,21.290516010106405,8946.988649193541,660301.4931158673,3.4664042266299324 +CHN,comm_s52_low,rural,2070,22.12829199010737,41.18142416918002,1856.8661822115628,2.037658271008419 +CHN,comm_s52_low,urban,2070,21.290516010106405,307.20159164246,18292.369827401068,2.796793002066733 +CHN,comm_sr11_std,rural,2070,22.12829199010737,336.45010342545,20747.53714913346,2.786749881126405 +CHN,comm_sr11_std,urban,2070,21.290516010106405,41.56895611995,3503.9829561137444,3.959193055091179 +CHN,comm_sr12_low,rural,2070,22.12829199010737,17.7079001803,818.9817295671027,2.0900624108331574 +CHN,comm_sr12_low,urban,2070,21.290516010106405,2.18783979575,138.31511669354495,2.9693947914723915 +CHN,comm_sr21_std,rural,2070,22.12829199010737,324.49113251055,17169.033845983464,2.3910856338973363 +CHN,comm_sr21_std,urban,2070,21.290516010106405,132.55695029311,9549.445262124267,3.383681309464135 +CHN,comm_sr22_low,rural,2070,22.12829199010737,17.078480658380002,677.7250202272638,1.793314225406735 +CHN,comm_sr22_low,urban,2070,21.290516010106405,6.97668159424,376.9517866673174,2.537760982177333 +CHN,comm_sr31_std,rural,2070,22.12829199010737,44.109055076340006,1982.0434366951024,2.030661430861559 +CHN,comm_sr31_std,urban,2070,21.290516010106405,241.1223764367,14644.70821083507,2.8527060312138164 +CHN,comm_sr32_low,rural,2070,22.12829199010737,2.3215292146199995,78.23855670823417,1.522996073029981 +CHN,comm_sr32_low,urban,2070,21.290516010106405,12.69065139149,578.0805872709198,2.1395295234002005 +EEU,comm_s1,rural,2070,5.70158380772776,89.57568108162,2639.0560696707257,5.167291786878741 +EEU,comm_s1,urban,2070,5.644413686621755,114.60370457711,4096.162319841673,6.332273515755674 +EEU,comm_s2,rural,2070,5.70158380772776,15.522114849769997,518.2978744724012,5.856430893034975 +EEU,comm_s2,urban,2070,5.644413686621755,162.38226036314,6087.527080050609,6.641764726845265 +EEU,comm_s3,rural,2070,5.70158380772776,4.55713734666,51.61759632500938,1.986598698419536 +EEU,comm_s3,urban,2070,5.644413686621755,28.82751999213,1290.9834927067309,7.934043383616756 +EEU,comm_s51_std,urban,2070,5.644413686621755,494.67622112791,20868.970667568312,7.474138784544777 +EEU,comm_s52_low,rural,2070,5.70158380772776,104.68483465377,3937.1015829360495,6.59625348328101 +EEU,comm_s52_low,urban,2070,5.644413686621755,601.3887906206601,31631.961593099863,9.318627665323485 +EEU,comm_sr11_std,rural,2070,5.70158380772776,110.69207923832,2608.9456428435774,4.133833429502096 +EEU,comm_sr11_std,urban,2070,5.644413686621755,47.97493944651999,1371.7751270385384,5.065818812583121 +EEU,comm_sr12_low,rural,2070,5.70158380772776,12.29911991534,217.41213689972085,3.1003750720780885 +EEU,comm_sr12_low,urban,2070,5.644413686621755,5.330548827350001,114.31459391520065,3.7993641093111776 +EEU,comm_sr21_std,rural,2070,5.70158380772776,19.1812682436,512.384332008972,4.685144714658703 +EEU,comm_sr21_std,urban,2070,5.644413686621755,67.97580529238,2038.6687786150508,5.313411781456714 +EEU,comm_sr22_low,rural,2070,5.70158380772776,2.13125202709,42.6986943385075,3.513858536319833 +EEU,comm_sr22_low,urban,2070,5.644413686621755,7.552867255030001,169.88906491017707,3.985058836523359 +EEU,comm_sr31_std,rural,2070,5.70158380772776,5.63142810837,51.02866307486175,1.5892789586239533 +EEU,comm_sr31_std,urban,2070,5.644413686621755,12.06765986424,432.3410320250613,6.347234706818981 +EEU,comm_sr32_low,rural,2070,5.70158380772776,0.62571423434,4.252388589610089,1.191959218832647 +EEU,comm_sr32_low,urban,2070,5.644413686621755,1.34085109601,36.02841934489747,4.760426031425429 +FSU,comm_s1,rural,2070,11.109164482874052,126.38015815666,4296.771343072231,3.060426482626854 +FSU,comm_s1,urban,2070,8.158141779303799,309.33203016691,13084.31488833255,5.184833886427014 +FSU,comm_s2,rural,2070,11.109164482874052,51.20509194926,3324.8423815159526,5.84489231850268 +FSU,comm_s2,urban,2070,8.158141779303799,425.81153570356,22458.120415705216,6.464943514672807 +FSU,comm_s3,rural,2070,11.109164482874052,30.09797886527,2066.962600731325,6.181784891020283 +FSU,comm_s3,urban,2070,8.158141779303799,169.96340149911,12259.487051126276,8.841493593333901 +FSU,comm_s51_std,rural,2070,11.109164482874052,324.59367557432,20017.77065639929,5.551294384192698 +FSU,comm_s51_std,urban,2070,8.158141779303799,2958.03430841316,204220.9940367903,8.462641246230346 +FSU,comm_s52_low,rural,2070,11.109164482874052,17.08387766174,1056.2624234565571,5.565497349556863 +FSU,comm_s52_low,urban,2070,8.158141779303799,14.864494012099998,1059.4687309742967,8.736686749584592 +FSU,comm_sr11_std,rural,2070,11.109164482874052,164.84903784781,4483.733092834237,2.448341186095614 +FSU,comm_sr11_std,urban,2070,8.158141779303799,18.047269000440004,610.6995136533136,4.147867109127653 +FSU,comm_sr12_low,rural,2070,11.109164482874052,8.6762651499,176.9894641855685,1.836255889513942 +FSU,comm_sr12_low,urban,2070,8.158141779303799,0.94985626298,24.106559731125603,3.1109003301365337 +FSU,comm_sr21_std,rural,2070,11.109164482874052,66.79141934812,3469.513414662957,4.675913854823743 +FSU,comm_sr21_std,urban,2070,8.158141779303799,24.84299903938,1048.214089348381,5.171954811745509 +FSU,comm_sr22_low,rural,2070,11.109164482874052,3.51533786061,136.95447690212825,3.5069353911286294 +FSU,comm_sr22_low,urban,2070,8.158141779303799,1.30752626545,41.37687198356588,3.878966111495757 +FSU,comm_sr31_std,rural,2070,11.109164482874052,39.25950821266,2156.900582921645,4.945427912841075 +FSU,comm_sr31_std,urban,2070,8.158141779303799,9.91612548324,572.201360472431,7.073194874740832 +FSU,comm_sr32_low,rural,2070,11.109164482874052,2.06628990584,85.14081248253191,3.7090709347383872 +FSU,comm_sr32_low,urban,2070,8.158141779303799,0.52190134118,22.58689579557823,5.304896153548135 +LAM,comm_s1,rural,2070,52.728216774604014,136.1583094504,113343.70972362862,15.78738457280959 +LAM,comm_s1,urban,2070,35.55892886384555,97.86040566828,71005.15133235864,20.40488612023935 +LAM,comm_s2,rural,2070,52.728216774604014,140.14012227868,103298.11016948904,13.979344257400124 +LAM,comm_s2,urban,2070,35.55892886384555,531.87650402195,373364.5356558405,19.741201796038037 +LAM,comm_s3,rural,2070,52.728216774604014,43.48048982635,24452.401005694497,10.6655682050356 +LAM,comm_s3,urban,2070,35.55892886384555,625.83109301451,421632.8126606217,18.94648258235088 +LAM,comm_s51_std,rural,2070,52.728216774604014,768.91657886545,494786.3810396239,12.203809735814596 +LAM,comm_s51_std,urban,2070,35.55892886384555,10143.07638654075,6694892.914574591,18.562021372459423 +LAM,comm_sr11_std,rural,2070,52.728216774604014,43.84438412547,29198.277607188025,12.629907658232923 +LAM,comm_sr11_std,urban,2070,35.55892886384555,31.51206293702,18291.51459052868,16.32390889624681 +LAM,comm_sr21_std,rural,2070,52.728216774604014,45.12656904609,26610.448029061376,11.183475405823756 +LAM,comm_sr21_std,urban,2070,35.55892886384555,171.26973626406,96181.79418513775,15.79296143684481 +LAM,comm_sr31_std,rural,2070,52.728216774604014,14.00116750566,6299.140856254663,8.532454563968928 +LAM,comm_sr31_std,urban,2070,35.55892886384555,201.52408582774,108616.10178823918,15.157186065876369 +MEA,comm_s1,rural,2070,61.595338640236776,101.39575377089,9421.835853314233,1.5085785154659934 +MEA,comm_s1,urban,2070,56.63136680223274,39.9047296661,7155.457025571872,3.1663284361086323 +MEA,comm_s2,rural,2070,61.595338640236776,132.74478716445,10674.709474629411,1.3055416794576429 +MEA,comm_s2,urban,2070,56.63136680223274,192.31241584713,35878.435466271025,3.2943453869516985 +MEA,comm_s3,rural,2070,61.595338640236776,126.07348926581,9058.33752051971,1.1664788769380112 +MEA,comm_s3,urban,2070,56.63136680223274,335.45095504610003,56427.01181074632,2.9703045186592942 +MEA,comm_s51_std,rural,2070,61.595338640236776,1656.3611224574995,100086.18018061265,0.9810050408963724 +MEA,comm_s51_std,urban,2070,56.63136680223274,7624.74967048424,1226057.3149643696,2.839410208723369 +MEA,comm_sr11_std,rural,2070,61.595338640236776,32.65048159749,2427.1428867595546,1.2068628123633431 +MEA,comm_sr11_std,urban,2070,56.63136680223274,12.84973574484,1843.304945196695,2.533062748905277 +MEA,comm_sr21_std,rural,2070,61.595338640236776,42.74519463862,2749.893499925355,1.0444333435932711 +MEA,comm_sr21_std,urban,2070,56.63136680223274,61.926587268640006,9242.581890177158,2.635476309551664 +MEA,comm_sr31_std,rural,2070,61.595338640236776,40.59696770477,2333.5027081120484,0.9331831015483372 +MEA,comm_sr31_std,urban,2070,56.63136680223274,108.01867757973,14536.06520749594,2.3762436149317243 +NAM,comm_s1,rural,2070,16.500867644183007,245.18166954134,16882.993418837355,4.173060416891277 +NAM,comm_s1,urban,2070,16.530658846572372,578.7243437914399,45245.98735513343,4.729531860804622 +NAM,comm_s2,rural,2070,16.500867644183007,58.08852891016,3252.2513496477545,3.3930240947498245 +NAM,comm_s2,urban,2070,16.530658846572372,606.30622679025,39170.66868555458,3.908218118858069 +NAM,comm_s3,rural,2070,16.500867644183007,4.67554976802,2.207614881823224,0.028614347573275 +NAM,comm_s3,urban,2070,16.530658846572372,737.4987014355801,45797.42555760028,3.756554052855024 +NAM,comm_s51_std,urban,2070,16.530658846572372,6674.906486403211,465387.70949625794,4.217737634484332 +NAM,comm_s52_low,urban,2070,16.530658846572372,351.31086770549,19329.75203312561,3.328469141070247 +NAM,comm_sr11_std,rural,2070,16.500867644183007,319.8125632326,17617.60872391564,3.338448333514351 +NAM,comm_sr11_std,urban,2070,16.530658846572372,754.88235372269,47214.73744462535,3.783625488644497 +NAM,comm_sr12_low,rural,2070,16.500867644183007,16.832240170109998,695.4319233152379,2.503836250149759 +NAM,comm_sr12_low,urban,2070,16.530658846572372,39.7306501959,1863.7396359679128,2.8377191164792865 +NAM,comm_sr21_std,rural,2070,16.500867644183007,75.77010695722998,3393.763791050589,2.7144192757862493 +NAM,comm_sr21_std,urban,2070,16.530658846572372,790.8598911835801,40875.06861110489,3.1265744950858223 +NAM,comm_sr22_low,rural,2070,16.500867644183007,3.98790036613,133.96436016768197,2.035814456778537 +NAM,comm_sr22_low,urban,2070,16.530658846572372,41.62420479928,1613.4895504423089,2.344930871311994 +NAM,comm_sr31_std,rural,2070,16.500867644183007,6.09874122571,2.303672946951695,0.0228914780596847 +NAM,comm_sr31_std,urban,2070,16.530658846572372,961.98606742502,47790.16990764327,3.0052432422836657 +NAM,comm_sr32_low,rural,2070,16.500867644183007,0.32098638023,0.0909344584031851,0.0171686085430381 +NAM,comm_sr32_low,urban,2070,16.530658846572372,50.63084565387001,1886.4540753087365,2.253932431724637 +PAO,comm_s1,rural,2070,11.836758561502656,104.6451585211,6652.368818642522,5.370619566796815 +PAO,comm_s1,urban,2070,13.47203820486189,117.17512566372,10550.890988739313,6.683753157041924 +PAO,comm_s2,rural,2070,11.836758561502656,30.34882294541,1761.5720305959678,4.903721137259937 +PAO,comm_s2,urban,2070,13.47203820486189,310.02983991401,25189.555554138256,6.030921880834833 +PAO,comm_s3,rural,2070,11.836758561502656,8.971480137279999,475.5549423724176,4.478203348982691 +PAO,comm_s3,urban,2070,13.47203820486189,185.8039672548,12754.734502516689,5.095456923323479 +PAO,comm_s51_std,rural,2070,11.836758561502656,71.4971301391,3754.4021357160814,4.436284494408752 +PAO,comm_s51_std,urban,2070,13.47203820486189,1801.46567766984,117443.98595893166,4.839176745561396 +PAO,comm_s52_low,rural,2070,11.836758561502656,3.7630068495,212.41490610028217,4.768888756291947 +PAO,comm_s52_low,urban,2070,13.47203820486189,84.39919748759,5918.901913627668,5.205584734226717 +PAO,comm_sr11_std,rural,2070,11.836758561502656,136.49811765741,6941.827673937385,4.29649565343328 +PAO,comm_sr11_std,urban,2070,13.47203820486189,119.57699212561,8613.731295147962,5.347002525631207 +PAO,comm_sr12_low,rural,2070,11.836758561502656,7.18411145567,274.01951344515464,3.2223717400704373 +PAO,comm_sr12_low,urban,2070,13.47203820486189,6.293525901350001,340.0157090208375,4.010251894243753 +PAO,comm_sr21_std,rural,2070,11.836758561502656,39.58670676908,1838.2218131796228,3.9229769098309135 +PAO,comm_sr21_std,urban,2070,13.47203820486189,316.38485997855,20564.71469746556,4.824737504666492 +PAO,comm_sr22_low,rural,2070,11.836758561502656,2.08351088255,72.56138737251314,2.942232682831963 +PAO,comm_sr22_low,urban,2070,13.47203820486189,16.65183473575,811.765053845221,3.6185531284824863 +PAO,comm_sr31_std,rural,2070,11.836758561502656,11.70231063393,496.2473593280149,3.582562679246317 +PAO,comm_sr31_std,urban,2070,13.47203820486189,189.61259399954,10412.945775173055,4.076365538654917 +PAO,comm_sr32_low,rural,2070,11.836758561502656,0.61591108602,19.588711557347484,2.686922010007078 +PAO,comm_sr32_low,urban,2070,13.47203820486189,9.97961021038,411.03733322503865,3.0572741539878594 +PAS,comm_s1,rural,2070,88.94046640388363,149.26005524264997,67690.11240827068,5.098967392769393 +PAS,comm_s1,urban,2070,86.97389112889681,31.215711446110003,17374.32460355262,6.399496313384707 +PAS,comm_s2,rural,2070,88.94046640388363,156.48282964747,69687.56994792538,5.007134152744293 +PAS,comm_s2,urban,2070,86.97389112889681,122.60203810275,58258.24198577735,5.463497954974374 +PAS,comm_s3,rural,2070,88.94046640388363,86.89951372352999,30377.337937006705,3.9303657246716144 +PAS,comm_s3,urban,2070,86.97389112889681,169.33068519289003,90283.46765754564,6.130327341326591 +PAS,comm_s51_std,rural,2070,88.94046640388363,1930.18935608416,663218.4994618398,3.86329002494998 +PAS,comm_s51_std,urban,2070,86.97389112889681,6218.839294124461,2997890.670613916,5.54265128861947 +PAS,comm_sr11_std,rural,2070,88.94046640388363,48.063281800990005,17437.53312984931,4.07917391421759 +PAS,comm_sr11_std,urban,2070,86.97389112889681,10.05178199495,4475.769800106353,5.11959705070072 +PAS,comm_sr21_std,rural,2070,88.94046640388363,50.38908987484,17952.09472210383,4.005707322198357 +PAS,comm_sr21_std,urban,2070,86.97389112889681,39.47912451944,15007.805255018684,4.370798363984997 +PAS,comm_sr31_std,rural,2070,88.94046640388363,27.98254234647,7825.453641977684,3.144292579726341 +PAS,comm_sr31_std,urban,2070,86.97389112889681,54.52623226468,23257.76841471594,4.904261873056987 +RCPA,comm_s1,rural,2070,1.786384459819537,89.55990389973996,11439.689452424223,71.50323387866723 +RCPA,comm_s1,urban,2070,1.8431962219183355,14.594756844730002,5407.91415591148,201.03022266868905 +RCPA,comm_s2,rural,2070,1.786384459819537,123.43628402685,13288.044580818749,60.26196728507683 +RCPA,comm_s2,urban,2070,1.8431962219183355,40.17283787961,12501.830179300625,168.8377327655743 +RCPA,comm_s3,rural,2070,1.786384459819537,77.21240731762002,6833.72197755452,49.54448072564944 +RCPA,comm_s3,urban,2070,1.8431962219183355,72.12829433125,18348.030028790454,138.01052515322576 +RCPA,comm_s51_std,rural,2070,1.786384459819537,309.33258486750003,26443.05374339859,47.85320221235003 +RCPA,comm_s51_std,urban,2070,1.8431962219183355,995.18017999531,244183.37704854563,133.11984588050905 +RCPA,comm_s52_low,rural,2070,1.786384459819537,16.280662361450002,1031.0268053638515,35.450548146279644 +RCPA,comm_s52_low,urban,2070,1.8431962219183355,34.17026077184,6112.935747513047,97.05769346687224 +RCPA,comm_sr11_std,rural,2070,1.786384459819537,27.39725472834,2799.6107391245555,57.20258710287414 +RCPA,comm_sr11_std,urban,2070,1.8431962219183355,2.67472243175,792.8693547069099,160.8241781370289 +RCPA,comm_sr12_low,rural,2070,1.786384459819537,1.44196077523,110.51095022900093,42.901940325698014 +RCPA,comm_sr12_low,urban,2070,1.8431962219183355,0.1407748648199999,31.29747452374086,120.61813359439223 +RCPA,comm_sr21_std,rural,2070,1.786384459819537,37.76037231992,3251.954737494075,48.20957382799543 +RCPA,comm_sr21_std,urban,2070,1.8431962219183355,7.36231454679,1832.9281384881356,135.07018621247528 +RCPA,comm_sr22_low,rural,2070,1.786384459819537,1.98738801672,128.3666343659677,36.15718037066321 +RCPA,comm_sr22_low,urban,2070,1.8431962219183355,0.38749023948,72.35242654069035,101.30263964353026 +RCPA,comm_sr31_std,rural,2070,1.786384459819537,23.62003418219,1672.4021675643417,39.63558458043112 +RCPA,comm_sr31_std,urban,2070,1.8431962219183355,13.21866262409,2690.0557792612594,110.40842012271352 +RCPA,comm_sr32_low,rural,2070,1.786384459819537,1.2431596937399998,66.0158750335075,29.726688435877755 +RCPA,comm_sr32_low,urban,2070,1.8431962219183355,0.6957190855700001,106.18641233875064,82.80631508073773 +SAS,comm_s1,rural,2070,88.54064198423131,377.75732238249,92115.61879796191,2.754087384548318 +SAS,comm_s1,urban,2070,92.21603045623463,53.49855208578002,35057.62697498756,7.106144982454963 +SAS,comm_s2,rural,2070,88.54064198423131,454.6147173303299,107707.17991843348,2.6758298689942253 +SAS,comm_s2,urban,2070,92.21603045623463,199.79642901664,126817.0118555089,6.883088768103697 +SAS,comm_s3,rural,2070,88.54064198423131,488.81923050918,107378.0460260208,2.480987334174514 +SAS,comm_s3,urban,2070,92.21603045623463,362.93292207279006,212930.93054049587,6.362180161249309 +SAS,comm_s51_std,rural,2070,88.54064198423131,10777.59919293159,2176044.503799819,2.280358233360032 +SAS,comm_s51_std,urban,2070,92.21603045623463,19780.68444132305,10988017.950264525,6.023814948451606 +SAS,comm_sr11_std,rural,2070,88.54064198423131,121.64176549843,23729.745710564443,2.2032699076358617 +SAS,comm_sr11_std,urban,2070,92.21603045623463,17.227087184520002,9031.13483018251,5.6849159859854845 +SAS,comm_sr21_std,rural,2070,88.54064198423131,146.3906417188,27746.26088404895,2.140663895193704 +SAS,comm_sr21_std,urban,2070,92.21603045623463,64.33651692698,32669.11173550696,5.506471014485589 +SAS,comm_sr31_std,rural,2070,88.54064198423131,157.40484878893997,27661.47326960416,1.9847898673419664 +SAS,comm_sr31_std,urban,2070,92.21603045623463,116.86815524815,54852.7698295866,5.089744129001051 +WEU,comm_s1,rural,2070,7.350772518239128,312.11232496495995,10155.610601865394,4.4265170207251785 +WEU,comm_s1,urban,2070,7.231275305062125,741.05947299442,19870.9601187629,3.708095344322071 +WEU,comm_s2,rural,2070,7.350772518239128,68.61561704686,1645.140639398349,3.2617229884683407 +WEU,comm_s2,urban,2070,7.231275305062125,561.88293453828,20685.783541298253,5.091095431300802 +WEU,comm_s3,rural,2070,7.350772518239128,34.616609447159995,1216.75097150147,4.781720534634233 +WEU,comm_s3,urban,2070,7.231275305062125,447.55659124911,16913.01569899453,5.225865145474634 +WEU,comm_s51_std,urban,2070,7.231275305062125,852.40273837309,28460.619711477568,4.6172630776178805 +WEU,comm_s52_low,rural,2070,7.350772518239128,204.5238570804,5669.562274527692,3.7711392797939705 +WEU,comm_s52_low,urban,2070,7.231275305062125,5684.61100346918,200468.7186337721,4.876755326610415 +WEU,comm_sr11_std,rural,2070,7.350772518239128,385.68908200443,10039.739714015595,3.541213616582532 +WEU,comm_sr11_std,urban,2070,7.231275305062125,675.41766048144,14488.658882600328,2.966476275454301 +WEU,comm_sr12_low,rural,2070,7.350772518239128,42.854342445030014,836.6449761691802,2.6559102124349674 +WEU,comm_sr12_low,urban,2070,7.231275305062125,75.04640672022,1207.3882402054423,2.224857206568213 +WEU,comm_sr21_std,rural,2070,7.350772518239128,84.79093016554,1626.3703345480772,2.6093783907174 +WEU,comm_sr21_std,urban,2070,7.231275305062125,512.11228105233,15082.777060556067,4.072876345050591 +WEU,comm_sr22_low,rural,2070,7.350772518239128,9.42121446276,135.5308612188406,1.957033793148077 +WEU,comm_sr22_low,urban,2070,7.231275305062125,56.90136456167,1256.8980883741067,3.0546572587583123 +WEU,comm_sr31_std,rural,2070,7.350772518239128,42.777062140800005,1202.8683975238175,3.825376427631637 +WEU,comm_sr31_std,urban,2070,7.231275305062125,407.91277462976,12331.911174584717,4.180692116362364 +WEU,comm_sr32_low,rural,2070,7.350772518239128,4.753006904419999,100.23903312480824,2.8690323207298416 +WEU,comm_sr32_low,urban,2070,7.231275305062125,45.3236416255,1027.659264529466,3.135519087215006 +AFR,comm_s1,rural,2080,65.97691065837212,70.57952292940999,14262.831941610351,3.0629158866925104 +AFR,comm_s1,urban,2080,67.40736067677899,10.40289257337,7526.62114972219,10.73343226690195 +AFR,comm_s2,rural,2080,65.97691065837212,111.68917764653,22585.73269724528,3.0650044869324957 +AFR,comm_s2,urban,2080,67.40736067677899,55.33197674484,44105.05974052716,11.82510229003638 +AFR,comm_s3,rural,2080,65.97691065837212,141.18045110925,27445.47685874906,2.9464850349319422 +AFR,comm_s3,urban,2080,67.40736067677899,135.46813399869,108422.57993135211,11.873404561931793 +AFR,comm_s51_std,rural,2080,65.97691065837212,8482.73390540724,1568231.975914455,2.8020926110358224 +AFR,comm_s51_std,urban,2080,67.40736067677899,17887.66181157548,14189625.986330915,11.76820026051236 +AFR,comm_sr11_std,rural,2080,65.97691065837212,27.63822382719,4468.144019692977,2.4503327093568763 +AFR,comm_sr11_std,urban,2080,67.40736067677899,4.07366699958,2357.8786749464603,8.586745813429385 +AFR,comm_sr21_std,rural,2080,65.97691065837212,43.73634678631,7075.474694911448,2.4520035895391583 +AFR,comm_sr21_std,urban,2080,67.40736067677899,21.667439713440004,13816.874497867231,9.46008183220146 +AFR,comm_sr31_std,rural,2080,65.97691065837212,55.28482973291,8597.895831286167,2.3571880279295336 +AFR,comm_sr31_std,urban,2080,67.40736067677899,53.04794441127,33965.744257857885,9.498723649522418 +CHN,comm_s1,rural,2080,22.12829199010737,874.6632156530403,64916.242177448745,3.35401202896565 +CHN,comm_s1,urban,2080,21.290516010106405,220.02875634866,22111.19591897876,4.720050022796121 +CHN,comm_s2,rural,2080,22.12829199010737,843.3952339723902,53708.22387621813,2.877807596154949 +CHN,comm_s2,urban,2080,21.290516010106405,701.35826392219,60235.9106830216,4.033939446472052 +CHN,comm_s3,rural,2080,22.12829199010737,114.13676966327,6172.73474354153,2.444016561127804 +CHN,comm_s3,urban,2080,21.290516010106405,1258.90156674464,91153.82641070796,3.4009241223260074 +CHN,comm_s51_std,rural,2080,22.12829199010737,611.2924085075499,32190.522575988627,2.379748880157637 +CHN,comm_s51_std,urban,2080,21.290516010106405,8117.987698557081,571404.5457699399,3.3060476958666456 +CHN,comm_s52_low,rural,2080,22.12829199010737,32.173284658320014,1396.7904501406526,1.961950121563395 +CHN,comm_s52_low,urban,2080,21.290516010106405,278.73721983041,15829.652633371088,2.66741281546067 +CHN,comm_sr11_std,rural,2080,22.12829199010737,325.38376413117,19319.61089016904,2.68320962317278 +CHN,comm_sr11_std,urban,2080,21.290516010106405,48.02355159817,3860.797745648258,3.7760400182317344 +CHN,comm_sr12_low,rural,2080,22.12829199010737,17.125461270069998,762.6162193444276,2.012407217367116 +CHN,comm_sr12_low,urban,2080,21.290516010106405,2.52755534725,152.39991101764053,2.832030013795374 +CHN,comm_sr21_std,rural,2080,22.12829199010737,313.75175149581,15984.011891099271,2.3022460769234674 +CHN,comm_sr21_std,urban,2080,21.290516010106405,153.07869450856,10517.688370350024,3.2271515571734253 +CHN,comm_sr22_low,rural,2080,22.12829199010737,16.51325007861,630.947837791739,1.726684557664285 +CHN,comm_sr22_low,urban,2080,21.290516010106405,8.056773395119999,415.1719093634716,2.420363667944321 +CHN,comm_sr31_std,rural,2080,22.12829199010737,42.46005899668,1837.056942506062,1.95521324890058 +CHN,comm_sr31_std,urban,2080,21.290516010106405,274.7682864309,15916.21225749163,2.720739297861417 +CHN,comm_sr32_low,rural,2080,22.12829199010737,2.23473994724,72.51540562084558,1.466409936556193 +CHN,comm_sr32_low,urban,2080,21.290516010106405,14.461488759570004,628.2715364783571,2.040554473384037 +EEU,comm_s1,rural,2080,5.70158380772776,67.68765009796,2292.8161687026645,5.941064757848182 +EEU,comm_s1,urban,2080,5.644413686621755,101.51814818133,3448.5900664446312,6.018372294418234 +EEU,comm_s2,rural,2080,5.70158380772776,12.55669308654,496.2921510576375,6.932128668580472 +EEU,comm_s2,urban,2080,5.644413686621755,152.43585423156,5429.913119287602,6.31083631046529 +EEU,comm_s3,rural,2080,5.70158380772776,3.3496996935800003,36.77961331799999,1.9257760134622532 +EEU,comm_s3,urban,2080,5.644413686621755,24.07456637401,1028.995230319843,7.572443680311129 +EEU,comm_s51_std,urban,2080,5.644413686621755,478.05074022563,19029.31694299066,7.052293337181902 +EEU,comm_s52_low,rural,2080,5.70158380772776,83.02810923442,3541.219075050791,7.480525960897454 +EEU,comm_s52_low,urban,2080,5.644413686621755,581.17682686281,28768.381671669824,8.769772073361032 +EEU,comm_sr11_std,rural,2080,5.70158380772776,109.15533981482,2957.976855928361,4.75285180627428 +EEU,comm_sr11_std,urban,2080,5.644413686621755,49.663353507550006,1349.658563640814,4.814697835531674 +EEU,comm_sr12_low,rural,2080,5.70158380772776,12.12837109047,246.49807132097817,3.564638854632639 +EEU,comm_sr12_low,urban,2080,5.644413686621755,5.51815038974,112.47154696588755,3.611023376506546 +EEU,comm_sr21_std,rural,2080,5.70158380772776,20.24933793447,640.2696896209969,5.545702935134897 +EEU,comm_sr21_std,urban,2080,5.644413686621755,74.57263407153,2125.0796992437195,5.048669048317613 +EEU,comm_sr22_low,rural,2080,5.70158380772776,2.24992643713,53.355807475636745,4.159277201975644 +EEU,comm_sr22_low,urban,2080,5.644413686621755,8.285848230480001,177.08997495973125,3.786501786583078 +EEU,comm_sr31_std,rural,2080,5.70158380772776,5.40183634381,47.449615213310246,1.5406208107170123 +EEU,comm_sr31_std,urban,2080,5.644413686621755,11.77743804228,402.71305020235314,6.057954944287458 +EEU,comm_sr32_low,rural,2080,5.70158380772776,0.60020403832,3.954134602066506,1.1554656080886283 +EEU,comm_sr32_low,urban,2080,5.644413686621755,1.30860422684,33.55942085760978,4.54346620949706 +FSU,comm_s1,rural,2080,11.109164482874052,98.46232446699,4601.782812837484,4.207020579608551 +FSU,comm_s1,urban,2080,8.158141779303799,307.19375671619,12984.938064956654,5.181270293183654 +FSU,comm_s2,rural,2080,11.109164482874052,41.35752554762,4186.051009306358,9.111052988862824 +FSU,comm_s2,urban,2080,8.158141779303799,417.27873865318,22131.5985065062,6.501226208457368 +FSU,comm_s3,rural,2080,11.109164482874052,22.6523825206,2418.6315057078664,9.611129347075774 +FSU,comm_s3,urban,2080,8.158141779303799,149.50753573131,10832.22276681505,8.881028237872417 +FSU,comm_s51_std,rural,2080,11.109164482874052,261.71887536878,25070.03512285988,8.62260516615121 +FSU,comm_s51_std,urban,2080,8.158141779303799,2985.98710510713,209252.4070058196,8.589962854738584 +FSU,comm_s52_low,rural,2080,11.109164482874052,13.774677650909998,1311.5434318148125,8.570769892957198 +FSU,comm_s52_low,urban,2080,8.158141779303799,15.00496032713,1081.8709730064502,8.837905806412047 +FSU,comm_sr11_std,rural,2080,11.109164482874052,167.60490687028,6266.611185189875,3.365616463677726 +FSU,comm_sr11_std,urban,2080,8.158141779303799,20.01477063124,676.812080578103,4.145016234525319 +FSU,comm_sr12_low,rural,2080,11.109164482874052,8.821310887920001,247.3662309931769,2.5242123477434424 +FSU,comm_sr12_low,urban,2080,8.158141779303799,1.05340898037,26.716266319365623,3.1087621743086618 +FSU,comm_sr21_std,rural,2080,11.109164482874052,70.39976209471001,5700.476346605693,7.288842391126054 +FSU,comm_sr21_std,urban,2080,8.158141779303799,27.1872004584,1153.5621623111658,5.200980966747203 +FSU,comm_sr22_low,rural,2080,11.109164482874052,3.7052506366999993,225.01880316216491,5.466631793305639 +FSU,comm_sr22_low,urban,2080,8.158141779303799,1.43090528749,45.53534855197999,3.900735727900019 +FSU,comm_sr31_std,rural,2080,11.109164482874052,38.55942344752,3293.6415869588145,7.688903477646716 +FSU,comm_sr31_std,urban,2080,8.158141779303799,9.74095003538,564.606407196651,7.10482259056382 +FSU,comm_sr32_low,rural,2080,11.109164482874052,2.02944333927,130.01216789148674,5.7666776077872495 +FSU,comm_sr32_low,urban,2080,8.158141779303799,0.5126815808,22.28709501723584,5.32861694214038 +LAM,comm_s1,rural,2080,52.728216774604014,122.72462202422996,120653.2907890132,18.645085721374947 +LAM,comm_s1,urban,2080,35.55892886384555,91.53064541585,63748.3495686503,19.58636080152962 +LAM,comm_s2,rural,2080,52.728216774604014,122.98257958496,109441.75081263196,16.877042724471462 +LAM,comm_s2,urban,2080,35.55892886384555,478.2471499018301,321965.2057182003,18.932496266179253 +LAM,comm_s3,rural,2080,52.728216774604014,35.99555276132,25808.777736492357,13.598014698664423 +LAM,comm_s3,urban,2080,35.55892886384555,533.1443460846199,347306.42373003025,18.3197413525601 +LAM,comm_s51_std,rural,2080,52.728216774604014,671.06522370586,533915.6871792648,15.089153061444096 +LAM,comm_s51_std,urban,2080,35.55892886384555,10260.63276702803,6563678.186482365,17.989722537118414 +LAM,comm_sr11_std,rural,2080,52.728216774604014,48.05771464366,37797.28190752381,14.9160685770954 +LAM,comm_sr11_std,urban,2080,35.55892886384555,35.84247045127,19970.56461569422,15.669088641293683 +LAM,comm_sr21_std,rural,2080,52.728216774604014,48.15872820287001,34285.02182440647,13.501634179406636 +LAM,comm_sr21_std,urban,2080,35.55892886384555,187.27672312256,100862.64175128649,15.145997012947708 +LAM,comm_sr31_std,rural,2080,52.728216774604014,14.09549261179,8085.164038295345,10.878411758974176 +LAM,comm_sr31_std,urban,2080,35.55892886384555,208.77390718674,108801.33248071736,14.655793082055618 +MEA,comm_s1,rural,2080,61.595338640236776,94.93471361382,11411.81158558737,1.951559068643636 +MEA,comm_s1,urban,2080,56.63136680223274,37.3619598632,7523.26732418252,3.555656518329969 +MEA,comm_s2,rural,2080,61.595338640236776,119.50333275529002,12774.639432591874,1.73548468861782 +MEA,comm_s2,urban,2080,56.63136680223274,172.43269368324002,35900.52505350431,3.676411738903669 +MEA,comm_s3,rural,2080,61.595338640236776,107.49658287305002,10301.12492119818,1.5557583751703636 +MEA,comm_s3,urban,2080,56.63136680223274,285.14777654142,54419.54902744619,3.3699845165386946 +MEA,comm_s51_std,rural,2080,61.595338640236776,1594.8860111740396,133710.54375697768,1.3610941232802718 +MEA,comm_s51_std,urban,2080,56.63136680223274,8301.13473304742,1522741.3071233523,3.2391541964839714 +MEA,comm_sr11_std,rural,2080,61.595338640236776,37.17546895966,3574.999544185292,1.561247254905591 +MEA,comm_sr11_std,urban,2080,56.63136680223274,14.63056374516,2356.8280157008653,2.8445252146774043 +MEA,comm_sr21_std,rural,2080,61.595338640236776,46.79629050651,4001.935171028152,1.3883877509107625 +MEA,comm_sr21_std,urban,2080,56.63136680223274,67.52289028547,11246.624581868824,2.9411293911122485 +MEA,comm_sr31_std,rural,2080,61.595338640236776,42.0945692865,3227.0526569996214,1.2446067001342858 +MEA,comm_sr31_std,urban,2080,56.63136680223274,111.66097112609,17048.113834488326,2.695987613236813 +NAM,comm_s1,rural,2080,16.500867644183007,177.77223755162996,11571.2053552957,3.944644607717613 +NAM,comm_s1,urban,2080,16.530658846572372,442.0269217047299,32734.285529901998,4.479855256271495 +NAM,comm_s2,rural,2080,16.500867644183007,40.36013898161,2131.0909345520595,3.199945250320509 +NAM,comm_s2,urban,2080,16.530658846572372,467.8744676086799,28634.01527754638,3.702224438025522 +NAM,comm_s3,rural,2080,16.500867644183007,3.22151301958,1.4437257658292952,0.0271592664398291 +NAM,comm_s3,urban,2080,16.530658846572372,526.72413406136,30968.718656018136,3.556721462438802 +NAM,comm_s51_std,urban,2080,16.530658846572372,7620.68303356028,504051.57790758857,4.00120605192974 +NAM,comm_s52_low,urban,2080,16.530658846572372,401.08858071375,20924.069187404428,3.155845160950133 +NAM,comm_sr11_std,rural,2080,16.500867644183007,302.60812427776,15757.424427687734,3.1557156861760256 +NAM,comm_sr11_std,urban,2080,16.530658846572372,752.4287228397699,44576.86253018838,3.583884205018083 +NAM,comm_sr12_low,rural,2080,16.500867644183007,15.926743382999998,622.0035958292901,2.366786764636104 +NAM,comm_sr12_low,urban,2080,16.530658846572372,39.60151172840001,1759.6129946108908,2.6879131537614054 +NAM,comm_sr21_std,rural,2080,16.500867644183007,68.70198699763,2902.0748762465414,2.559956200240209 +NAM,comm_sr21_std,urban,2080,16.530658846572372,796.42702927349,38993.20061676297,2.961779550419124 +NAM,comm_sr22_low,rural,2080,16.500867644183007,3.61589405251,114.5555872140544,1.9199671500745032 +NAM,comm_sr22_low,urban,2080,16.530658846572372,41.91721206716,1539.2052875069849,2.2213346628118247 +NAM,comm_sr31_std,rural,2080,16.500867644183007,5.48373596242,1.966035426018013,0.0217274131529341 +NAM,comm_sr31_std,urban,2080,16.530658846572372,896.60232899895,42172.55064277956,2.84537716995074 +NAM,comm_sr32_low,rural,2080,16.500867644183007,0.2886176821599999,0.0776066615072212,0.016295559859117 +NAM,comm_sr32_low,urban,2080,16.530658846572372,47.18959626307001,1664.7059464328222,2.134032877473905 +PAO,comm_s1,rural,2080,11.836758561502656,73.77469106873001,4430.063188582693,5.073056883713496 +PAO,comm_s1,urban,2080,13.47203820486189,98.95458762718,8432.644503878597,6.325495528071931 +PAO,comm_s2,rural,2080,11.836758561502656,21.01790404243,1152.093100169477,4.630899771621453 +PAO,comm_s2,urban,2080,13.47203820486189,254.59258452952,19575.28640318243,5.707278549283975 +PAO,comm_s3,rural,2080,11.836758561502656,6.107221910029999,305.61746008554616,4.227675763026361 +PAO,comm_s3,urban,2080,13.47203820486189,149.4106736844,9710.486337122637,4.824208303050105 +PAO,comm_s51_std,rural,2080,11.836758561502656,57.64012600365001,2857.202324275695,4.187774460276214 +PAO,comm_s51_std,urban,2080,13.47203820486189,1832.14914455894,111883.4688947194,4.532854648501451 +PAO,comm_s52_low,rural,2080,11.836758561502656,3.03369084232,161.5721055431938,4.4994794716937125 +PAO,comm_s52_low,urban,2080,13.47203820486189,85.83672694687,5650.678655272976,4.886457833797382 +PAO,comm_sr11_std,rural,2080,11.836758561502656,125.58103104812,6032.76700744342,4.058445506964739 +PAO,comm_sr11_std,urban,2080,13.47203820486189,126.90810525935,8651.814631127221,5.060396422455614 +PAO,comm_sr12_low,rural,2080,11.836758561502656,6.6095279499,238.1355397662137,3.0438341302075536 +PAO,comm_sr12_low,urban,2080,13.47203820486189,6.6793739610200005,341.518998598696,3.795297316858248 +PAO,comm_sr21_std,rural,2080,11.836758561502656,35.77717536853,1568.8961868687854,3.7047198172559335 +PAO,comm_sr21_std,urban,2080,13.47203820486189,326.51202223626,20084.06132068944,4.565822839425433 +PAO,comm_sr22_low,rural,2080,11.836758561502656,1.88300922991,61.930112647709045,2.7785398633263227 +PAO,comm_sr22_low,urban,2080,13.47203820486189,17.18484327558,792.7918942328046,3.424367129550268 +PAO,comm_sr31_std,rural,2080,11.836758561502656,10.3958581621,416.18343840236594,3.3821406105196536 +PAO,comm_sr31_std,urban,2080,13.47203820486189,191.61744753301,9962.868436842407,3.85936664243693 +PAO,comm_sr32_low,rural,2080,11.836758561502656,0.54715042957,16.42829362479884,2.5366054585196323 +PAO,comm_sr32_low,urban,2080,13.47203820486189,10.085128817409998,393.27112250190976,2.8945249818242305 +PAS,comm_s1,rural,2080,88.94046640388363,140.20962142286,72395.0190282825,5.805390893712525 +PAS,comm_s1,urban,2080,86.97389112889681,29.641064691990003,17134.942710320178,6.646606333776147 +PAS,comm_s2,rural,2080,88.94046640388363,146.72217024096,72176.378528012,5.530952676528843 +PAS,comm_s2,urban,2080,86.97389112889681,114.96341251534,58872.2844976995,5.887925978279248 +PAS,comm_s3,rural,2080,88.94046640388363,77.59073626771,30337.017747966624,4.39605998807232 +PAS,comm_s3,urban,2080,86.97389112889681,150.57517203492,84521.67070527849,6.453953091137777 +PAS,comm_s51_std,rural,2080,88.94046640388363,1732.67639422563,656157.173738667,4.25785649522896 +PAS,comm_s51_std,urban,2080,86.97389112889681,6480.506330173351,3411961.751331974,6.053496761422996 +PAS,comm_sr11_std,rural,2080,88.94046640388363,54.90466269514,22679.322917917845,4.644312714974665 +PAS,comm_sr11_std,urban,2080,86.97389112889681,11.6071396693,5367.895528211729,5.317285067029458 +PAS,comm_sr21_std,rural,2080,88.94046640388363,57.45491062039,22610.828999728787,4.424762141227276 +PAS,comm_sr21_std,urban,2080,86.97389112889681,45.01850388283,18443.030597404337,4.7103407826274575 +PAS,comm_sr31_std,rural,2080,88.94046640388363,30.383743710480005,9503.734250048106,3.516847990449673 +PAS,comm_sr31_std,urban,2080,86.97389112889681,58.9637069623,26478.261753636947,5.163162472904369 +RCPA,comm_s1,rural,2080,1.786384459819537,76.57693126526996,18860.323130176675,137.87205174623054 +RCPA,comm_s1,urban,2080,1.8431962219183355,14.15758068445,5370.543600399406,205.80580946146264 +RCPA,comm_s2,rural,2080,1.786384459819537,105.51075564279,21894.06719140981,116.15951262144974 +RCPA,comm_s2,urban,2080,1.8431962219183355,38.95665308278,12410.91334388372,172.84249781138624 +RCPA,comm_s3,rural,2080,1.786384459819537,65.24973136717001,11125.205131651815,95.44526044592432 +RCPA,comm_s3,urban,2080,1.8431962219183355,68.92039890662,17946.581093514247,141.27404223579103 +RCPA,comm_s51_std,rural,2080,1.786384459819537,244.65756432562003,40284.933776683945,92.17413573884907 +RCPA,comm_s51_std,urban,2080,1.8431962219183355,1006.40504463983,252772.33949160232,136.2652669711468 +RCPA,comm_s52_low,rural,2080,1.786384459819537,12.87671391186,1567.665467570453,68.15118519594337 +RCPA,comm_s52_low,urban,2080,1.8431962219183355,34.55567495083,6326.143503147344,99.32260180529023 +RCPA,comm_sr11_std,rural,2080,1.786384459819537,28.48741057678,5612.988243245567,110.29764139691191 +RCPA,comm_sr11_std,urban,2080,1.8431962219183355,3.09003840129,937.7413461269472,164.64464757050786 +RCPA,comm_sr12_low,rural,2080,1.786384459819537,1.4993373988299998,221.56532539038335,82.7232310444772 +RCPA,comm_sr12_low,urban,2080,1.8431962219183355,0.16263360006,37.01610576456408,123.48348567184952 +RCPA,comm_sr21_std,rural,2080,1.786384459819537,39.25109254957,6515.855581773872,92.92761009702838 +RCPA,comm_sr21_std,urban,2080,1.8431962219183355,8.50269242291,2167.0481522317923,138.273998248826 +RCPA,comm_sr22_low,rural,2080,1.786384459819537,2.06584697619,257.2048255818173,69.69570757231708 +RCPA,comm_sr22_low,urban,2080,1.8431962219183355,0.44751012766,85.54137444586867,103.70549867353492 +RCPA,comm_sr31_std,rural,2080,1.786384459819537,24.27357504099,3310.9531144496577,76.35620835655891 +RCPA,comm_sr31_std,urban,2080,1.8431962219183355,15.04258983214,3133.621540937636,113.01923378895752 +RCPA,comm_sr32_low,rural,2080,1.786384459819537,1.27755658106,130.69551767274658,57.26715626815479 +RCPA,comm_sr32_low,urban,2080,1.8431962219183355,0.7917152543700001,123.69558713466664,84.76442533148918 +SAS,comm_s1,rural,2080,88.54064198423131,353.68624308393,149891.3726843811,4.786475081617259 +SAS,comm_s1,urban,2080,92.21603045623463,50.08957014602001,34435.65854652541,7.455120448771654 +SAS,comm_s2,rural,2080,88.54064198423131,408.94309496671,168162.713498869,4.644341654204027 +SAS,comm_s2,urban,2080,92.21603045623463,179.31328581567,121410.29837903532,7.342376223948085 +SAS,comm_s3,rural,2080,88.54064198423131,417.16772053558,160390.01754626923,4.342341467258979 +SAS,comm_s3,urban,2080,92.21603045623463,308.41831216402,196604.33010994957,6.912680730498559 +SAS,comm_s51_std,rural,2080,88.54064198423131,10215.36810452529,3583223.446661941,3.961660030327383 +SAS,comm_s51_std,urban,2080,92.21603045623463,22561.75660738331,13612169.838193191,6.54256469415417 +SAS,comm_sr11_std,rural,2080,88.54064198423131,138.49993801729002,46956.75046917295,3.8291800652893584 +SAS,comm_sr11_std,urban,2080,92.21603045623463,19.61456657176,10787.723113392256,5.964096359034183 +SAS,comm_sr21_std,rural,2080,88.54064198423131,160.13795959811,52680.647555369855,3.715473323361679 +SAS,comm_sr21_std,urban,2080,92.21603045623463,70.21726023193,38034.431090056736,5.873900979153433 +SAS,comm_sr31_std,rural,2080,88.54064198423131,163.35863937773,50245.680567085335,3.473873173811634 +SAS,comm_sr31_std,urban,2080,92.21603045623463,120.77347636026,61590.60594876123,5.5301445843957 +WEU,comm_s1,rural,2080,7.350772518239128,232.35865915219,7175.206325979586,4.200901989677743 +WEU,comm_s1,urban,2080,7.231275305062125,608.24342828904,15463.282628828909,3.5156802749976634 +WEU,comm_s2,rural,2080,7.350772518239128,52.99470594887,1223.9685853481924,3.141990022011856 +WEU,comm_s2,urban,2080,7.231275305062125,477.86140554526,16540.9884916321,4.786792559062294 +WEU,comm_s3,rural,2080,7.350772518239128,23.71830257838,797.883548180189,4.576388885499748 +WEU,comm_s3,urban,2080,7.231275305062125,337.39071533132,12088.385782113894,4.954733365363962 +WEU,comm_s51_std,urban,2080,7.231275305062125,904.77717852436,28145.5338666014,4.301827158321683 +WEU,comm_s52_low,rural,2080,7.350772518239128,172.81133945441,4516.962053842255,3.5558319080862204 +WEU,comm_s52_low,urban,2080,7.231275305062125,6033.892282588679,198310.5269559738,4.544994056532126 +WEU,comm_sr11_std,rural,2080,7.350772518239128,374.7092469898901,9256.779736012268,3.3607215917469584 +WEU,comm_sr11_std,urban,2080,7.231275305062125,691.42288287642,14062.353270662818,2.8125442199959427 +WEU,comm_sr12_low,rural,2080,7.350772518239128,41.63436077677,771.3983113390434,2.5205411938185405 +WEU,comm_sr12_low,urban,2080,7.231275305062125,76.82476476413,1171.8627725466963,2.1094081649792997 +WEU,comm_sr21_std,rural,2080,7.350772518239128,85.46101287047,1579.049728072078,2.5135920175322477 +WEU,comm_sr21_std,urban,2080,7.231275305062125,543.21065427236,15042.422052258971,3.829434047258704 +WEU,comm_sr22_low,rural,2080,7.350772518239128,9.495668096650002,131.5874773425517,1.8851940132088765 +WEU,comm_sr22_low,urban,2080,7.231275305062125,60.3567393638,1253.5351710166349,2.872075535422967 +WEU,comm_sr31_std,rural,2080,7.350772518239128,38.24891799443,1029.3546868193157,3.661111108354061 +WEU,comm_sr31_std,urban,2080,7.231275305062125,383.53009699788,10993.21246463642,3.963786692273341 +WEU,comm_sr32_low,rural,2080,7.350772518239128,4.249879777159999,85.77955723370744,2.7458333312252794 +WEU,comm_sr32_low,urban,2080,7.231275305062125,42.61445522206,916.1010387071424,2.972840019159133 +AFR,comm_s1,rural,2090,65.97691065837212,66.46346520222998,30380.85927001705,6.928274666114597 +AFR,comm_s1,urban,2090,67.40736067677899,9.79621652082,8483.509873684385,12.84724100766205 +AFR,comm_s2,rural,2090,65.97691065837212,102.14788085512,46696.66137503756,6.928903199928602 +AFR,comm_s2,urban,2090,67.40736067677899,50.41587082816,48305.38431577734,14.214151690324314 +AFR,comm_s3,rural,2090,65.97691065837212,122.54645753346,55123.56673455468,6.817804959210275 +AFR,comm_s3,urban,2090,67.40736067677899,117.26220067518,113033.37249793416,14.300174017947102 +AFR,comm_s51_std,rural,2090,65.97691065837212,9264.80764198655,3974636.519948164,6.502330436560362 +AFR,comm_s51_std,urban,2090,67.40736067677899,22163.80060694269,21298676.13444391,14.256110487399312 +AFR,comm_sr11_std,rural,2090,65.97691065837212,30.894306016740003,11297.582038306762,5.542619732897618 +AFR,comm_sr11_std,urban,2090,67.40736067677899,4.55358910476,3154.721461979545,10.2777928060242 +AFR,comm_sr21_std,rural,2090,65.97691065837212,47.48154313785,17364.85983185013,5.543122559917103 +AFR,comm_sr21_std,urban,2090,67.40736067677899,23.43488015169,17963.08779035902,11.371321352465175 +AFR,comm_sr31_std,rural,2090,65.97691065837212,56.96344222766001,20498.53204908059,5.454243967363509 +AFR,comm_sr31_std,urban,2090,67.40736067677899,54.507153679880005,42033.16922387559,11.440139214320274 +CHN,comm_s1,rural,2090,22.12829199010737,690.6686545325302,49151.86260622585,3.2160466537982115 +CHN,comm_s1,urban,2090,21.290516010106405,213.57415617949,20513.388210989488,4.511308351294801 +CHN,comm_s2,rural,2090,22.12829199010737,665.95494100827,40664.19864211056,2.759430620785829 +CHN,comm_s2,urban,2090,21.290516010106405,680.73778251142,55879.34785564096,3.85554064666558 +CHN,comm_s3,rural,2090,22.12829199010737,90.02943760538001,4668.682070265809,2.343483335021575 +CHN,comm_s3,urban,2090,21.290516010106405,1217.3318071526703,84245.75195009021,3.2505200854493013 +CHN,comm_s51_std,rural,2090,22.12829199010737,495.3165481926901,25010.339523920487,2.281859268944036 +CHN,comm_s51_std,urban,2090,21.290516010106405,7220.043031667451,485725.6069294352,3.159839518083184 +CHN,comm_s52_low,rural,2090,22.12829199010737,26.06929201014001,1085.2325685739274,1.8812464289278992 +CHN,comm_s52_low,urban,2090,21.290516010106405,247.90561361165,13456.08412903612,2.5494479233593395 +CHN,comm_sr11_std,rural,2090,22.12829199010737,304.99225806572,17363.97036817443,2.572837323039144 +CHN,comm_sr11_std,urban,2090,21.290516010106405,54.15542029557,4161.219428879278,3.609046681030683 +CHN,comm_sr12_low,rural,2090,22.12829199010737,16.05222410871,685.4198829512865,1.9296279922724595 +CHN,comm_sr12_low,urban,2090,21.290516010106405,2.85028527873,164.25866167262876,2.706785010862518 +CHN,comm_sr21_std,rural,2090,22.12829199010737,294.07893335714004,14365.517456037562,2.207544496627043 +CHN,comm_sr21_std,urban,2090,21.290516010106405,172.61283566499,11335.339904740553,3.084432517327764 +CHN,comm_sr22_low,rural,2090,22.12829199010737,15.47783859769,567.0598995653507,1.6556583724320542 +CHN,comm_sr22_low,urban,2090,21.290516010106405,9.08488608758,447.4476278259692,2.3133243880463743 +CHN,comm_sr31_std,rural,2090,22.12829199010737,39.7560846109,1649.3140407731948,1.8747866680168075 +CHN,comm_sr31_std,urban,2090,21.290516010106405,308.67552907446,17089.573707140054,2.600416068360156 +CHN,comm_sr32_low,rural,2090,22.12829199010737,2.09242550591,65.10450160468254,1.4060900008600854 +CHN,comm_sr32_low,urban,2090,21.290516010106405,16.24608047762,674.5884358065241,1.9503120512633645 +EEU,comm_s1,rural,2090,5.70158380772776,50.73204165287,1874.8328882831436,6.4816370828034735 +EEU,comm_s1,urban,2090,5.644413686621755,90.62770775525,2906.9818062614545,5.6828014406331695 +EEU,comm_s2,rural,2090,5.70158380772776,10.111329549389998,442.2294750247228,7.670857371799769 +EEU,comm_s2,urban,2090,5.644413686621755,144.92035400254,4872.121938452954,5.956208975236405 +EEU,comm_s3,rural,2090,5.70158380772776,2.5467059935200007,26.74663469971312,1.8420220449200748 +EEU,comm_s3,urban,2090,5.644413686621755,21.23992439801,854.5153924957001,7.127678254427814 +EEU,comm_s51_std,urban,2090,5.644413686621755,457.10263962139,16916.187125823686,6.556467535936687 +EEU,comm_s52_low,rural,2090,5.70158380772776,67.4713281365,3099.3162925445727,8.05658749233223 +EEU,comm_s52_low,urban,2090,5.644413686621755,555.70975901093,25550.51046946392,8.145780840058476 +EEU,comm_sr11_std,rural,2090,5.70158380772776,104.30704862320005,3083.783405782229,5.185309666234619 +EEU,comm_sr11_std,urban,2090,5.644413686621755,50.33775691124001,1291.7104239627713,4.546241152511156 +EEU,comm_sr12_low,rural,2090,5.70158380772776,11.58967206919,256.9819504744801,3.888982249582668 +EEU,comm_sr12_low,urban,2090,5.644413686621755,5.5930841012800006,107.64253532835076,3.409680864304843 +EEU,comm_sr21_std,rural,2090,5.70158380772776,20.78928638749,727.3927853614869,6.136685897786947 +EEU,comm_sr21_std,urban,2090,5.644413686621755,80.49376655305998,2164.9157490754665,4.764967180131279 +EEU,comm_sr22_low,rural,2090,5.70158380772776,2.30992070963,60.61606545574821,4.602514424201894 +EEU,comm_sr22_low,urban,2090,5.644413686621755,8.943751839510002,180.40964577626931,3.573725385381924 +EEU,comm_sr31_std,rural,2090,5.70158380772776,5.236126464500001,43.99369605901796,1.4736176359441189 +EEU,comm_sr31_std,urban,2090,5.644413686621755,11.79738710874,379.70187415344816,5.702142603742348 +EEU,comm_sr32_low,rural,2090,5.70158380772776,0.5817918294900001,3.666141338988933,1.1052132269883226 +EEU,comm_sr32_low,urban,2090,5.644413686621755,1.31082078972,31.641822850683315,4.276606953880187 +FSU,comm_s1,rural,2090,11.109164482874052,75.03182585421001,4444.663088916818,5.332267578350601 +FSU,comm_s1,urban,2090,8.158141779303799,305.41890242921,12391.13794306124,4.973063801758046 +FSU,comm_s2,rural,2090,11.109164482874052,32.90243990902,4377.682265522886,11.976632827632113 +FSU,comm_s2,urban,2090,8.158141779303799,412.7905859235501,21021.21987262959,6.2421885386667215 +FSU,comm_s3,rural,2090,11.109164482874052,17.37806154403,2409.4597375263734,12.48064256741992 +FSU,comm_s3,urban,2090,8.158141779303799,138.13553403343002,9573.825260199546,8.495497901360793 +FSU,comm_s51_std,rural,2090,11.109164482874052,210.90567361926,26201.80047087684,11.183081119307383 +FSU,comm_s51_std,urban,2090,8.158141779303799,2946.53077401691,199819.32094451648,8.312568724373653 +FSU,comm_s52_low,rural,2090,11.109164482874052,11.10029861152,1365.763995788908,11.075404602942148 +FSU,comm_s52_low,urban,2090,8.158141779303799,14.806687306520002,1031.9927756140028,8.543336325743125 +FSU,comm_sr11_std,rural,2090,11.109164482874052,162.83881284369,7716.87110259808,4.265814062665883 +FSU,comm_sr11_std,urban,2090,8.158141779303799,21.689495646110004,703.9709207952125,3.978451041374128 +FSU,comm_sr12_low,rural,2090,11.109164482874052,8.57046383391,304.6133329974826,3.199360546989618 +FSU,comm_sr12_low,urban,2090,8.158141779303799,1.14155240219,27.78832580307623,2.983838279739697 +FSU,comm_sr21_std,rural,2090,11.109164482874052,71.40695556105,7600.578288066583,9.581306262153248 +FSU,comm_sr21_std,urban,2090,8.158141779303799,29.31455631888,1194.2670300359669,4.9937508309284855 +FSU,comm_sr22_low,rural,2090,11.109164482874052,3.75826081922,300.0228271767768,7.185979696588618 +FSU,comm_sr22_low,urban,2090,8.158141779303799,1.54287138559,47.14211965240084,3.745313125892027 +FSU,comm_sr31_std,rural,2090,11.109164482874052,37.71496800367,4183.3295009138,9.984514053975172 +FSU,comm_sr31_std,urban,2090,8.158141779303799,9.80977287335,543.912481261339,6.79639832119033 +FSU,comm_sr32_low,rural,2090,11.109164482874052,1.98499831585,165.13142765163434,7.488385540255452 +FSU,comm_sr32_low,urban,2090,8.158141779303799,0.51630383543,21.47022950370576,5.097298736293073 +LAM,comm_s1,rural,2090,52.728216774604014,109.5587672527,111130.38016977136,19.23723184067499 +LAM,comm_s1,urban,2090,35.55892886384555,86.12737607420001,56975.108465459714,18.60352635957219 +LAM,comm_s2,rural,2090,52.728216774604014,107.86740746312,101307.72360536196,17.811858317069778 +LAM,comm_s2,urban,2090,35.55892886384555,436.79599729031,279264.880971863,17.97997171039524 +LAM,comm_s3,rural,2090,52.728216774604014,30.02422598751,24073.85933074488,15.206554197122548 +LAM,comm_s3,urban,2090,35.55892886384555,462.6956198205999,286550.2378164826,17.416332795437558 +LAM,comm_s51_std,rural,2090,52.728216774604014,574.6322092085501,496012.3873207278,16.370406857465426 +LAM,comm_s51_std,urban,2090,35.55892886384555,10110.718839792173,6141694.206379267,17.082738202913227 +LAM,comm_sr11_std,rural,2090,52.728216774604014,50.926355886470006,41325.51274351061,15.38978547255759 +LAM,comm_sr11_std,urban,2090,35.55892886384555,40.034709366600005,21187.05584703131,14.882821087708246 +LAM,comm_sr21_std,rural,2090,52.728216774604014,50.14015873651,37672.80932938605,14.249486653541684 +LAM,comm_sr21_std,urban,2090,35.55892886384555,203.03649781377,103848.86994677543,14.383977368299815 +LAM,comm_sr31_std,rural,2090,52.728216774604014,13.95620319746,8952.228715858215,12.16524335784506 +LAM,comm_sr31_std,urban,2090,35.55892886384555,215.07545578439,106558.04008254144,13.933066236365754 +MEA,comm_s1,rural,2090,61.595338640236776,89.30510239627002,14280.566752421248,2.596099440675175 +MEA,comm_s1,urban,2090,56.63136680223274,35.18308450084,7057.270758191942,3.541977719429479 +MEA,comm_s2,rural,2090,61.595338640236776,109.21236866865,15830.881444260034,2.3533440434471524 +MEA,comm_s2,urban,2090,56.63136680223274,157.17393117181,32556.735554264254,3.657659661750218 +MEA,comm_s3,rural,2090,61.595338640236776,93.35336675127,12479.992927196068,2.170383638167029 +MEA,comm_s3,urban,2090,56.63136680223274,247.04069100216,47149.89582308419,3.370196324280226 +MEA,comm_s51_std,rural,2090,61.595338640236776,1473.61233580995,185171.28382441495,2.0400581274620584 +MEA,comm_s51_std,urban,2090,56.63136680223274,8649.81842099636,1590940.537560781,3.247804757749986 +MEA,comm_sr11_std,rural,2090,61.595338640236776,41.51181636271,5310.4447443378085,2.0768795525282098 +MEA,comm_sr11_std,urban,2090,56.63136680223274,16.35420265666,2624.3528745782983,2.8335821755557773 +MEA,comm_sr21_std,rural,2090,61.595338640236776,50.76533894567,5886.952711524295,1.8826752347713012 +MEA,comm_sr21_std,urban,2090,56.63136680223274,73.05937950594,12106.71454530066,2.92612772938944 +MEA,comm_sr31_std,rural,2090,61.595338640236776,43.39357677752,4640.874133315455,1.7363069105277265 +MEA,comm_sr31_std,urban,2090,56.63136680223274,114.83227188379,17533.401916874158,2.6961570594267745 +NAM,comm_s1,rural,2090,16.500867644183007,125.64313423562994,7756.704731059312,3.7413791135310186 +NAM,comm_s1,urban,2090,16.530658846572372,336.2730845814899,23659.10890039616,4.256142032849112 +NAM,comm_s2,rural,2090,16.500867644183007,29.00868880503,1450.4685187932903,3.030214886171752 +NAM,comm_s2,urban,2090,16.530658846572372,377.3002900403499,21938.00208876609,3.51738389914474 +NAM,comm_s3,rural,2090,16.500867644183007,2.1234301282899994,0.904905799582031,0.0258260873638109 +NAM,comm_s3,urban,2090,16.530658846572372,369.3318055734701,20627.30693523067,3.3785912936443494 +NAM,comm_s51_std,urban,2090,16.530658846572372,8318.61752554573,523681.59092034725,3.808254706159321 +NAM,comm_s52_low,urban,2090,16.530658846572372,437.82197502877,21730.38506038614,3.002477095902938 +NAM,comm_sr11_std,rural,2090,16.500867644183007,272.67867452205,13467.272860332732,2.9931032908235893 +NAM,comm_sr11_std,urban,2090,16.530658846572372,729.8011112104899,41077.19530929283,3.404913626280504 +NAM,comm_sr12_low,rural,2090,16.500867644183007,14.35150918536,531.6028760651037,2.244827468116626 +NAM,comm_sr12_low,urban,2090,16.530658846572372,38.41058480056,1621.4682358951532,2.5536852197130258 +NAM,comm_sr21_std,rural,2090,16.500867644183007,62.95649070747,2518.3187958186745,2.424171908932483 +NAM,comm_sr21_std,urban,2090,16.530658846572372,818.84094670902,38088.99144465898,2.8139071193154965 +NAM,comm_sr22_low,rural,2090,16.500867644183007,3.3134995109000003,99.40732088048432,1.8181289315802829 +NAM,comm_sr22_low,urban,2090,16.530658846572372,43.09689193216,1503.512820186288,2.110430339484758 +NAM,comm_sr31_std,rural,2090,16.500867644183007,4.608402332,1.5711070278993111,0.0206608698921773 +NAM,comm_sr31_std,urban,2090,16.530658846572372,801.54723785939,35813.34864509009,2.702873034914198 +NAM,comm_sr32_low,rural,2090,16.500867644183007,0.2425474911199999,0.0620173826441511,0.0154956524125378 +NAM,comm_sr32_low,urban,2090,16.530658846572372,42.18669672941,1413.684814945724,2.027154776198576 +PAO,comm_s1,rural,2090,11.836758561502656,51.673997437050005,2940.7340372219146,4.807849889688635 +PAO,comm_s1,urban,2090,13.47203820486189,84.74347152149001,6856.993337721296,6.006122293339293 +PAO,comm_s2,rural,2090,11.836758561502656,14.46944352488,751.2654727547872,4.386405842553407 +PAO,comm_s2,urban,2090,13.47203820486189,212.18057092236,15489.6056726529,5.418779041878843 +PAO,comm_s3,rural,2090,11.836758561502656,4.110900775859999,194.713433779036,4.001530504735766 +PAO,comm_s3,urban,2090,13.47203820486189,121.12183423179998,7476.429783722869,4.58182517477691 +PAO,comm_s51_std,rural,2090,11.836758561502656,45.5404770648,2136.197094243361,3.962880303586357 +PAO,comm_s51_std,urban,2090,13.47203820486189,1810.92162291234,103954.64926783775,4.260994340555541 +PAO,comm_s52_low,rural,2090,11.836758561502656,2.3968672139500007,120.7372365212704,4.255635932808102 +PAO,comm_s52_low,urban,2090,13.47203820486189,84.84221130674,5261.009270363104,4.602817779239146 +PAO,comm_sr11_std,rural,2090,11.836758561502656,112.14617666202,5105.733563658402,3.8462799117407207 +PAO,comm_sr11_std,urban,2090,13.47203820486189,132.78746206512,8595.56708136536,4.804897834671334 +PAO,comm_sr12_low,rural,2090,11.836758561502656,5.90243035062,201.54211435241385,2.8847099337756 +PAO,comm_sr12_low,urban,2090,13.47203820486189,6.9888137929,339.29870058208667,3.6036733760239583 +PAO,comm_sr21_std,rural,2090,11.836758561502656,31.40250126252,1304.355066078068,3.5091246739817064 +PAO,comm_sr21_std,urban,2090,13.47203820486189,332.4730390015,19416.95697596254,4.335023233500134 +PAO,comm_sr22_low,rural,2090,11.836758561502656,1.65276322443,51.4876999877924,2.6318435059116267 +PAO,comm_sr22_low,urban,2090,13.47203820486189,17.49858099999,766.4588279906903,3.251267425108409 +PAO,comm_sr31_std,rural,2090,11.836758561502656,8.921736802220002,338.0635248267686,3.2012244039588094 +PAO,comm_sr31_std,urban,2090,13.47203820486189,189.78997059631,9372.060109995624,3.665460139817793 +PAO,comm_sr32_low,rural,2090,11.836758561502656,0.46956509488,13.344612829247916,2.4009183041189117 +PAO,comm_sr32_low,urban,2090,13.47203820486189,9.98894582074,369.9497411792789,2.7490951048605727 +PAS,comm_s1,rural,2090,88.94046640388363,130.32239880994,69979.17894323113,6.037405899313756 +PAS,comm_s1,urban,2090,86.97389112889681,28.154684654250005,16846.93695294873,6.879888229508484 +PAS,comm_s2,rural,2090,88.94046640388363,136.37705945724,70238.57736650945,5.790752216531423 +PAS,comm_s2,urban,2090,86.97389112889681,108.56219847562,59382.97609320853,6.289185859902115 +PAS,comm_s3,rural,2090,88.94046640388363,70.37136697823,30286.45177527013,4.8389708552364565 +PAS,comm_s3,urban,2090,86.97389112889681,137.75002033823,80931.67004237184,6.755195622078301 +PAS,comm_s51_std,rural,2090,88.94046640388363,1507.82929481716,618360.3886550636,4.610946489088008 +PAS,comm_s51_std,urban,2090,86.97389112889681,6500.980003782421,3724087.507526161,6.586461335361483 +PAS,comm_sr11_std,rural,2090,88.94046640388363,60.577943949010006,26022.81614418455,4.829924719456027 +PAS,comm_sr11_std,urban,2090,86.97389112889681,13.08718166992,6264.788320464232,5.503910583617901 +PAS,comm_sr21_std,rural,2090,88.94046640388363,63.39234037403,26119.277371290613,4.6326017732255504 +PAS,comm_sr21_std,urban,2090,86.97389112889681,50.46311941988,22082.45784393833,5.031348687929195 +PAS,comm_sr31_std,rural,2090,88.94046640388363,32.71082149625,11262.475183457722,3.871176684178398 +PAS,comm_sr31_std,urban,2090,86.97389112889681,64.03053571183,30095.665618860006,5.404156497659552 +RCPA,comm_s1,rural,2090,1.786384459819537,62.90560617594997,20507.883712412226,182.49734994385156 +RCPA,comm_s1,urban,2090,1.8431962219183355,13.74226441308,5022.363984631865,198.2797268742703 +RCPA,comm_s2,rural,2090,1.786384459819537,86.66947808197,23799.9159450368,153.7213925037581 +RCPA,comm_s2,urban,2090,1.8431962219183355,37.8117516942,11605.608168680925,166.52120116102952 +RCPA,comm_s3,rural,2090,1.786384459819537,53.428918016840015,12050.466109434969,126.25614772505524 +RCPA,comm_s3,urban,2090,1.8431962219183355,66.61549768857999,16711.86127747683,136.1062202512069 +RCPA,comm_s51_std,rural,2090,1.786384459819537,198.61210364224,43255.77828772437,121.91678094017212 +RCPA,comm_s51_std,urban,2090,1.8431962219183355,995.17945291649,240809.0956725482,131.28040700600587 +RCPA,comm_s52_low,rural,2090,1.786384459819537,10.4532686127,1680.9521680786393,90.01778309946441 +RCPA,comm_s52_low,urban,2090,1.8431962219183355,34.17023580706,6026.549134165264,95.68616619430932 +RCPA,comm_sr11_std,rural,2090,1.786384459819537,27.77847633115,7244.858408494413,145.99787995491897 +RCPA,comm_sr11_std,urban,2090,1.8431962219183355,3.4845887649300007,1018.8057856150303,158.62378150063566 +RCPA,comm_sr12_low,rural,2090,1.786384459819537,1.4620250701,285.98125296224976,109.49840996145818 +RCPA,comm_sr12_low,urban,2090,1.8431962219183355,0.1833994086699999,40.2160178503992,118.96783612394604 +RCPA,comm_sr21_std,rural,2090,1.786384459819537,38.27236063496,8407.840788125395,122.97711400283444 +RCPA,comm_sr21_std,urban,2090,1.8431962219183355,9.58782346029,2354.2421027283613,133.21696092868342 +RCPA,comm_sr22_low,rural,2090,1.786384459819537,2.01433477016,331.888452146845,92.23283550230651 +RCPA,comm_sr22_low,urban,2090,1.8431962219183355,0.5046222875099999,92.93060933488756,99.91272068941736 +RCPA,comm_sr31_std,rural,2090,1.786384459819537,23.5936671587,4257.09068490205,101.00491817974331 +RCPA,comm_sr31_std,urban,2090,1.8431962219183355,16.891511314040002,3390.065118688865,108.88497620116812 +RCPA,comm_sr32_low,rural,2090,1.786384459819537,1.24177195572,168.04305335229083,75.75368863527477 +RCPA,comm_sr32_low,urban,2090,1.8431962219183355,0.88902691133,133.81835994274044,81.66373214157053 +SAS,comm_s1,rural,2090,88.54064198423131,325.63606694061,174914.65470244084,6.06667919047991 +SAS,comm_s1,urban,2090,92.21603045623463,47.168445807260014,31413.53027207572,7.222021139160202 +SAS,comm_s2,rural,2090,88.54064198423131,365.84084596725,192592.97738614475,5.9457355345347205 +SAS,comm_s2,urban,2090,92.21603045623463,163.57034834923996,107756.38178398692,7.143844589896203 +SAS,comm_s3,rural,2090,88.54064198423131,355.5565245065,176688.789647748,5.61251709396715 +SAS,comm_s3,urban,2090,92.21603045623463,267.10167335051,166474.64709958827,6.758729580986554 +SAS,comm_s51_std,rural,2090,88.54064198423131,9067.737450432189,4149067.544786584,5.167838123330126 +SAS,comm_s51_std,urban,2090,92.21603045623463,23950.57122428083,14126554.719122596,6.396081023466808 +SAS,comm_sr11_std,rural,2090,88.54064198423131,151.36587103291998,65044.65998296992,4.853343352378818 +SAS,comm_sr11_std,urban,2090,92.21603045623463,21.92537501111,11681.596369833873,5.77761691135229 +SAS,comm_sr21_std,rural,2090,88.54064198423131,170.05431501932,71618.61166232488,4.756588427627614 +SAS,comm_sr21_std,urban,2090,92.21603045623463,76.03263509964,40070.84041090144,5.71507567190515 +SAS,comm_sr31_std,rural,2090,88.54064198423131,165.27383940876,65704.39889663075,4.49001367517731 +SAS,comm_sr31_std,urban,2090,92.21603045623463,124.15724652629,61906.11549835732,5.406983664784212 +WEU,comm_s1,rural,2090,7.350772518239128,171.72675332680998,4987.093749420855,3.9507230854757824 +WEU,comm_s1,urban,2090,7.231275305062125,502.63182599992007,12147.40728273254,3.342094400376668 +WEU,comm_s2,rural,2090,7.350772518239128,41.49045347496,911.6079721329144,2.989007122767823 +WEU,comm_s2,urban,2090,7.231275305062125,417.78984620486,13677.450498679877,4.5272280810683245 +WEU,comm_s3,rural,2090,7.350772518239128,16.652209072909997,528.6816062842216,4.319061249456794 +WEU,comm_s3,urban,2090,7.231275305062125,262.76280806908,8951.29076370897,4.71093241843735 +WEU,comm_s51_std,urban,2090,7.231275305062125,934.39750643294,27170.81158839545,4.021203427595571 +WEU,comm_s52_low,rural,2090,7.350772518239128,141.65913926374998,3441.226306771647,3.3047274862407034 +WEU,comm_s52_low,urban,2090,7.231275305062125,6231.428065119409,191503.2855063929,4.249851424313976 +WEU,comm_sr11_std,rural,2090,7.350772518239128,353.07687657839006,8202.926801523256,3.1605784683890623 +WEU,comm_sr11_std,urban,2090,7.231275305062125,692.41290453145,13387.169095273128,2.673675520299812 +WEU,comm_sr12_low,rural,2090,7.350772518239128,39.23076406434,683.5772334630861,2.37043385129706 +WEU,comm_sr12_low,urban,2090,7.231275305062125,76.93476717022,1115.5974245988928,2.00525664021038 +WEU,comm_sr21_std,rural,2090,7.350772518239128,85.30598428553999,1499.4411259693186,2.3912056981833927 +WEU,comm_sr21_std,urban,2090,7.231275305062125,575.53673669402,15073.36819756678,3.621782464858848 +WEU,comm_sr22_low,rural,2090,7.350772518239128,9.47844269836,124.95342715982729,1.793404273582385 +WEU,comm_sr22_low,urban,2090,7.231275305062125,63.9485262994,1256.1140164529386,2.716336848617698 +WEU,comm_sr31_std,rural,2090,7.350772518239128,34.23758880746001,869.5919378263015,3.455248999560474 +WEU,comm_sr31_std,urban,2090,7.231275305062125,361.97540570742,9864.857601717416,3.7687459347352967 +WEU,comm_sr32_low,rural,2090,7.350772518239128,3.8041765341099993,72.4659948136052,2.591436749518071 +WEU,comm_sr32_low,urban,2090,7.231275305062125,40.21948952296,822.0714667972746,2.8265594510145498 +AFR,comm_s1,rural,2100,65.97691065837212,62.81370218244,44633.01545961623,10.769855147969874 +AFR,comm_s1,urban,2100,67.40736067677899,9.259230780329998,7978.497548771352,12.783179417014276 +AFR,comm_s2,rural,2100,65.97691065837212,94.56711355194,67194.2917552556,10.769617311662904 +AFR,comm_s2,urban,2100,67.40736067677899,46.54849529556999,44400.80985665909,14.15069994206317 +AFR,comm_s3,rural,2100,65.97691065837212,108.52521753370002,76373.35183984594,10.666433008652554 +AFR,comm_s3,urban,2100,67.40736067677899,103.57014831861,99400.17798520524,14.237877142053163 +AFR,comm_s51_std,rural,2100,65.97691065837212,9041.50778085806,6077207.301687183,10.187584279166009 +AFR,comm_s51_std,urban,2100,67.40736067677899,24420.3443804395,23460926.96541045,14.252336272630702 +AFR,comm_sr11_std,rural,2100,65.97691065837212,34.040491208060004,19350.297372121626,8.615884118377892 +AFR,comm_sr11_std,urban,2100,67.40736067677899,5.01783453344,3459.0156763421846,10.22654353357263 +AFR,comm_sr21_std,rural,2100,65.97691065837212,51.24854745993,29131.563569628357,8.615693849299435 +AFR,comm_sr21_std,urban,2100,67.40736067677899,25.225923482010003,19249.62643599967,11.320559953788552 +AFR,comm_sr31_std,rural,2100,65.97691065837212,58.812831992780005,33111.07381357544,8.533146406938203 +AFR,comm_sr31_std,urban,2100,67.40736067677899,56.12754225236,43094.1755347182,11.390301713626222 +CHN,comm_s1,rural,2100,22.12829199010737,550.3972799165903,37540.87137361282,3.0823374047285994 +CHN,comm_s1,urban,2100,21.290516010106405,204.76776784964,18834.576193559453,4.320241942160648 +CHN,comm_s2,rural,2100,22.12829199010737,530.7002987383,31058.075469126725,2.6447054815532933 +CHN,comm_s2,urban,2100,21.290516010106405,652.66258917153,51305.715559344215,3.692247815146712 +CHN,comm_s3,rural,2100,22.12829199010737,71.73010247218002,3565.078113525282,2.24605147545338 +CHN,comm_s3,urban,2100,21.290516010106405,1166.1318561045,77284.474213299,3.112851548971649 +CHN,comm_s51_std,rural,2100,22.12829199010737,412.33819026652,19954.835223019545,2.186989470033752 +CHN,comm_s51_std,urban,2100,21.290516010106405,6436.88664148943,414698.6583514087,3.026011554434568 +CHN,comm_s52_low,rural,2100,22.12829199010737,21.70201001406001,865.8673753374285,1.803032368431013 +CHN,comm_s52_low,urban,2100,21.290516010106405,221.01534930031,11488.420505535829,2.441471730576983 +CHN,comm_sr11_std,rural,2100,22.12829199010737,283.36180580315005,15461.7756911353,2.4658699237830985 +CHN,comm_sr11_std,urban,2100,21.290516010106405,59.207374551940006,4356.723986115704,3.456193553723084 +CHN,comm_sr12_low,rural,2100,22.12829199010737,14.9137792528,610.3332509636539,1.849402442830292 +CHN,comm_sr12_low,urban,2100,21.290516010106405,3.11617760805,171.97594682895163,2.592145165377643 +CHN,comm_sr21_std,rural,2100,22.12829199010737,273.22118127759,12791.73814380751,2.115764385240789 +CHN,comm_sr21_std,urban,2100,21.290516010106405,188.71348151538,11867.79247404742,2.953798252113124 +CHN,comm_sr22_low,rural,2100,22.12829199010737,14.38006217251,504.9370319822062,1.5868232888979703 +CHN,comm_sr22_low,urban,2100,21.290516010106405,9.93228850085,468.4654924092201,2.215348689135443 +CHN,comm_sr31_std,rural,2100,22.12829199010737,36.92890955072001,1468.3313438341406,1.796841180359896 +CHN,comm_sr31_std,urban,2100,21.290516010106405,337.18004696838,17877.074540933136,2.4902812391777367 +CHN,comm_sr32_low,rural,2100,22.12829199010737,1.94362681855,57.960447782038,1.3476308851861292 +CHN,comm_sr32_low,urban,2100,21.290516010106405,17.74631826157,705.6739950348432,1.8677109293700005 +EEU,comm_s1,rural,2100,5.70158380772776,37.79313978395,1441.5448415202072,6.689900679582852 +EEU,comm_s1,urban,2100,5.644413686621755,81.62795966475001,2478.2523279237066,5.378829094234818 +EEU,comm_s2,rural,2100,5.70158380772776,8.08412056027,366.5070252620515,7.951590563534895 +EEU,comm_s2,urban,2100,5.644413686621755,138.87779539058002,4417.656906090756,5.63560224847294 +EEU,comm_s3,rural,2100,5.70158380772776,1.9721227554400005,19.748084523612636,1.7562871375220095 +EEU,comm_s3,urban,2100,5.644413686621755,19.56107821771,741.779284681021,6.718356957135655 +EEU,comm_s51_std,urban,2100,5.644413686621755,434.73215179033,14933.16565913503,6.085710456741163 +EEU,comm_s52_low,rural,2100,5.70158380772776,56.91072706537,2684.755117861688,8.273990778474674 +EEU,comm_s52_low,urban,2100,5.644413686621755,528.51346364096,22557.50505214809,7.561643037962106 +EEU,comm_sr11_std,rural,2100,5.70158380772776,97.41910301611004,2972.6877676083345,5.351920543692042 +EEU,comm_sr11_std,urban,2100,5.644413686621755,50.35651041273,1223.072483200917,4.303063275414581 +EEU,comm_sr12_low,rural,2100,5.70158380772776,10.824344779489998,247.72398062782344,4.013940407697344 +EEU,comm_sr12_low,urban,2100,5.644413686621755,5.595167823700001,101.92270693264868,3.2272974565003056 +EEU,comm_sr21_std,rural,2100,5.70158380772776,20.83837908544,755.7940061312376,6.361272451228043 +EEU,comm_sr21_std,urban,2100,5.644413686621755,85.67408983896,2180.211652013013,4.508481798723623 +EEU,comm_sr22_low,rural,2100,5.70158380772776,2.31537545384,62.98283385694272,4.770954339582483 +EEU,comm_sr22_low,urban,2100,5.644413686621755,9.519343315789998,181.68430435515927,3.381361349304419 +EEU,comm_sr31_std,rural,2100,5.70158380772776,5.08352655988,40.72359569257783,1.4050297100637783 +EEU,comm_sr31_std,urban,2100,5.644413686621755,12.06728237506,366.0845271920844,5.374685565802364 +EEU,comm_sr32_low,rural,2100,5.70158380772776,0.56483628446,3.393632974564117,1.0537722825506477 +EEU,comm_sr32_low,urban,2100,5.644413686621755,1.3408091527,30.50704393900538,4.031014175442277 +FSU,comm_s1,rural,2100,11.109164482874052,56.208074777560014,3797.6463304908025,6.081831866592993 +FSU,comm_s1,urban,2100,8.158141779303799,303.91821304853,11800.354804590534,4.759343930817488 +FSU,comm_s2,rural,2100,11.109164482874052,25.7755114242,3887.1157962182674,13.574967242079524 +FSU,comm_s2,urban,2100,8.158141779303799,410.10427608764,20001.892887010512,5.978408008508807 +FSU,comm_s3,rural,2100,11.109164482874052,13.44372774025,2086.8208129689374,13.972819660095386 +FSU,comm_s3,urban,2100,8.158141779303799,132.39004385666,8775.52205580837,8.125056458799582 +FSU,comm_s51_std,rural,2100,11.109164482874052,173.15295107186,24018.45794563841,12.486301756069413 +FSU,comm_s51_std,urban,2100,8.158141779303799,2867.84825847314,188482.76300571943,8.056088387501354 +FSU,comm_s52_low,rural,2100,11.109164482874052,9.11331321429,1249.8180903768546,12.344943675728354 +FSU,comm_s52_low,urban,2100,8.158141779303799,14.41129778121,972.2297737413476,8.269410975333287 +FSU,comm_sr11_std,rural,2100,11.109164482874052,152.93643371665,8266.406399451758,4.865465493276243 +FSU,comm_sr11_std,urban,2100,8.158141779303799,23.11351160919,717.9500959307729,3.807475144628336 +FSU,comm_sr12_low,rural,2100,11.109164482874052,8.04928598513,326.30551577107843,3.649099119973916 +FSU,comm_sr12_low,urban,2100,8.158141779303799,1.2165006107799998,28.340135346492588,2.8556063570769457 +FSU,comm_sr21_std,rural,2100,11.109164482874052,70.13253540571,8461.156226010122,10.85997379376157 +FSU,comm_sr21_std,urban,2100,8.158141779303799,31.18914740632,1216.9431474361302,4.782726406734144 +FSU,comm_sr22_low,rural,2100,11.109164482874052,3.69118607415,333.9930089343,8.144980345269822 +FSU,comm_sr22_low,urban,2100,8.158141779303799,1.6415340743900002,48.03722954461373,3.587044807263593 +FSU,comm_sr31_std,rural,2100,11.109164482874052,36.57901083713,4542.421126500275,11.178255728083274 +FSU,comm_sr31_std,urban,2100,8.158141779303799,10.06849436552,533.9150395353588,6.500045167140274 +FSU,comm_sr32_low,rural,2100,11.109164482874052,1.92521109664,179.30609709029258,8.383691795891904 +FSU,comm_sr32_low,urban,2100,8.158141779303799,0.52992075606,21.075593648982743,4.875033871633107 +LAM,comm_s1,rural,2100,52.728216774604014,97.17477229880998,96730.50899789191,18.87847274600313 +LAM,comm_s1,urban,2100,35.55892886384555,81.36346570351,51165.88670264821,17.684891321459382 +LAM,comm_s2,rural,2100,52.728216774604014,94.71969030606,87676.93378742241,17.555047134791415 +LAM,comm_s2,urban,2100,35.55892886384555,403.93510966591,245493.4515768049,17.091478711915656 +LAM,comm_s3,rural,2100,52.728216774604014,25.3464220448,20211.72785100381,15.123200003637624 +LAM,comm_s3,urban,2100,35.55892886384555,409.49461181748,241099.02153401912,16.557645722181427 +LAM,comm_s51_std,rural,2100,52.728216774604014,489.81603316766,418861.9162181172,16.21790657615458 +LAM,comm_s51_std,urban,2100,35.55892886384555,9840.28672343661,5672416.131111447,16.211069217226974 +LAM,comm_sr11_std,rural,2100,52.728216774604014,52.66171021871001,41936.761269652525,15.102778196816562 +LAM,comm_sr11_std,urban,2100,35.55892886384555,44.09312367718,22182.572985903596,14.147913057231918 +LAM,comm_sr21_std,rural,2100,52.728216774604014,51.33123304473,38011.65401865001,14.044037707661492 +LAM,comm_sr21_std,urban,2100,35.55892886384555,218.9036638744,106431.78019731992,13.673182969556157 +LAM,comm_sr31_std,rural,2100,52.728216774604014,13.73593064564,8762.637708899398,12.098560003100346 +LAM,comm_sr31_std,urban,2100,35.55892886384555,221.91651262444,104526.60916567594,13.246116577776238 +MEA,comm_s1,rural,2100,61.595338640236776,83.68636647134001,14727.785991997564,2.8571622651690256 +MEA,comm_s1,urban,2100,56.63136680223274,33.25450170153,6367.275989319463,3.381007908985972 +MEA,comm_s2,rural,2100,61.595338640236776,100.27685880284,16066.480987431354,2.601190720768089 +MEA,comm_s2,urban,2100,56.63136680223274,145.16174645226,28690.84878030071,3.4900702469806384 +MEA,comm_s3,rural,2100,61.595338640236776,82.12700262531,12230.86751798015,2.4178170845678197 +MEA,comm_s3,urban,2100,56.63136680223274,218.37906813351003,39790.23729812114,3.217425334881476 +MEA,comm_s51_std,rural,2100,61.595338640236776,1329.67670389752,191669.2483079586,2.3402299465806378 +MEA,comm_s51_std,urban,2100,56.63136680223274,8766.36737164143,1540774.5232131542,3.1035759558335525 +MEA,comm_sr11_std,rural,2100,61.595338640236776,45.35196817157,6385.117286905536,2.285729812122604 +MEA,comm_sr11_std,urban,2100,56.63136680223274,18.02153882784,2760.4830768329807,2.7048063271979665 +MEA,comm_sr21_std,rural,2100,61.595338640236776,54.34281712219,6965.498110101185,2.080952576615561 +MEA,comm_sr21_std,urban,2100,56.63136680223274,78.66718537809001,12438.694765324091,2.792056197580334 +MEA,comm_sr31_std,rural,2100,61.595338640236776,44.50690555911,5302.597665808687,1.9342536676447049 +MEA,comm_sr31_std,urban,2100,56.63136680223274,118.34568717604,17250.74849415842,2.573940267908455 +NAM,comm_s1,rural,2100,16.500867644183007,86.92903285453994,5110.639454724335,3.562899849656358 +NAM,comm_s1,urban,2100,16.530658846572372,256.7524688867099,17209.003799191643,4.05462728809968 +NAM,comm_s2,rural,2100,16.500867644183007,21.34387631242,1015.895700886534,2.884490056475802 +NAM,comm_s2,urban,2100,16.530658846572372,313.3979435680499,17359.26060538196,3.350772306665739 +NAM,comm_s3,rural,2100,16.500867644183007,1.3757003636299998,0.5587296551007679,0.0246133705353628 +NAM,comm_s3,urban,2100,16.530658846572372,263.7361053869,14035.268361059998,3.2192964387111846 +NAM,comm_s51_std,urban,2100,16.530658846572372,8762.695541704601,527033.4610045729,3.638398831338789 +NAM,comm_s52_low,urban,2100,16.530658846572372,461.19450219501,21863.42316975718,2.8677670863768423 +NAM,comm_sr11_std,rural,2100,16.500867644183007,236.52502463056,11124.422607376831,2.8503198797226683 +NAM,comm_sr11_std,urban,2100,16.530658846572372,698.5972583977899,37459.15410591451,3.2437018304808705 +NAM,comm_sr12_low,rural,2100,16.500867644183007,12.44868550688,439.1219450268399,2.137739909784748 +NAM,comm_sr12_low,urban,2100,16.530658846572372,36.76827675779,1478.650819972908,2.432776372864162 +NAM,comm_sr21_std,rural,2100,16.500867644183007,58.07450865068,2211.318799105803,2.307592045179882 +NAM,comm_sr21_std,urban,2100,16.530658846572372,852.72381260219,37786.220850974525,2.6806178453331664 +NAM,comm_sr22_low,rural,2100,16.500867644183007,3.05655308691,87.28889995554208,1.7306940336851029 +NAM,comm_sr22_low,urban,2100,16.530658846572372,44.88020066341001,1491.561349384552,2.010463383999107 +NAM,comm_sr31_std,rural,2100,16.500867644183007,3.74314025722,1.2161970851223498,0.0196906964320597 +NAM,comm_sr31_std,urban,2100,16.530658846572372,717.59902042059,30550.825985566364,2.575437150967916 +NAM,comm_sr32_low,rural,2100,16.500867644183007,0.1970073819499999,0.0480077796781807,0.0147680223254226 +NAM,comm_sr32_low,urban,2100,16.530658846572372,37.76836949580001,1205.9536573340438,1.9315778632414904 +PAO,comm_s1,rural,2100,11.836758561502656,36.02345735747,1948.3147364203423,4.569208059724899 +PAO,comm_s1,urban,2100,13.47203820486189,73.53873398431,5665.499923190622,5.7185876667981415 +PAO,comm_s2,rural,2100,11.836758561502656,9.92626972198,489.3799590303902,4.165118090100632 +PAO,comm_s2,urban,2100,13.47203820486189,179.57634123975,12481.064528448213,5.159043668589491 +PAO,comm_s3,rural,2100,11.836758561502656,2.7489810532999988,123.48768293602876,3.795064015209428 +PAO,comm_s3,urban,2100,13.47203820486189,99.34386580221,5839.2463454188,4.362972102025936 +PAO,comm_s51_std,rural,2100,11.836758561502656,35.47707997564,1577.6805892678324,3.756976045825319 +PAO,comm_s51_std,urban,2100,13.47203820486189,1746.13968830126,94559.42250187042,4.019689633631986 +PAO,comm_s52_low,rural,2100,11.836758561502656,1.86721473552,89.11941668639501,4.03222984669797 +PAO,comm_s52_low,urban,2100,13.47203820486189,81.80715859346999,4794.183828103206,4.350008126230087 +PAO,comm_sr11_std,rural,2100,11.836758561502656,98.01615017377,4240.932410121632,3.655366447763955 +PAO,comm_sr11_std,urban,2100,13.47203820486189,137.71051747692002,8487.488254605034,4.574870133438002 +PAO,comm_sr12_low,rural,2100,11.836758561502656,5.158744745990001,167.40522671335805,2.7415248357895927 +PAO,comm_sr12_low,urban,2100,13.47203820486189,7.24792197248,335.0324311053104,3.431152600098918 +PAO,comm_sr21_std,rural,2100,11.836758561502656,27.008366634190004,1065.242329843804,3.3320944720067214 +PAO,comm_sr21_std,urban,2100,13.47203820486189,336.27925773065004,18697.88898175405,4.127234934869748 +PAO,comm_sr22_low,rural,2100,11.836758561502656,1.4214929808099996,42.04903934431934,2.4990708543920315 +PAO,comm_sr22_low,urban,2100,13.47203820486189,17.69890830147,738.0745650593793,3.0954262011359983 +PAO,comm_sr31_std,rural,2100,11.836758561502656,7.47969682848,268.7979036732267,3.036051212307618 +PAO,comm_sr31_std,urban,2100,13.47203820486189,186.03386850082003,8747.777856204186,3.4903776816218133 +PAO,comm_sr32_low,rural,2100,11.836758561502656,0.3936682541599999,10.610443572246483,2.27703841039036 +PAO,comm_sr32_low,urban,2100,13.47203820486189,9.791256236789998,345.3070206366907,2.61778326121948 +PAS,comm_s1,rural,2100,88.94046640388363,118.52221065126,66851.45750292347,6.34178821243083 +PAS,comm_s1,urban,2100,86.97389112889681,26.745707022830004,15473.262743053056,6.651795924929548 +PAS,comm_s2,rural,2100,88.94046640388363,124.32861289919,69021.29357747934,6.2418395907826 +PAS,comm_s2,urban,2100,86.97389112889681,102.87248740571,54713.3315749772,6.115120495130481 +PAS,comm_s3,rural,2100,88.94046640388363,63.77443849159,31939.81915774952,5.631011402674205 +PAS,comm_s3,urban,2100,86.97389112889681,128.31002771186002,73026.03201846877,6.543772676670631 +PAS,comm_s51_std,rural,2100,88.94046640388363,1299.7008239043098,618311.5432774756,5.348900972738122 +PAS,comm_s51_std,urban,2100,86.97389112889681,6387.387979876639,3579635.7003587284,6.44357122791827 +PAS,comm_sr11_std,rural,2100,88.94046640388363,64.23048044391001,28982.930441123077,5.0734305699489175 +PAS,comm_sr11_std,urban,2100,86.97389112889681,14.49424207029,6708.312945301416,5.321436739957909 +PAS,comm_sr21_std,rural,2100,88.94046640388363,67.37713121912,29923.646027025112,4.99347167262582 +PAS,comm_sr21_std,urban,2100,86.97389112889681,55.74946041099,23720.54017176767,4.892096396109917 +PAS,comm_sr31_std,rural,2100,88.94046640388363,34.5611409192,13847.260651130007,4.504809122122577 +PAS,comm_sr31_std,urban,2100,86.97389112889681,69.53477057545,31659.86928996508,5.235018141333324 +RCPA,comm_s1,rural,2100,1.786384459819537,50.93860110399997,17387.336108097817,191.07818320867685 +RCPA,comm_s1,urban,2100,1.8431962219183355,13.347714027660002,4675.036617474133,190.02316698532115 +RCPA,comm_s2,rural,2100,1.786384459819537,70.18120856467999,20177.17431194345,160.9402127500483 +RCPA,comm_s2,urban,2100,1.8431962219183355,36.7258700107,10802.924271483516,159.5870575859515 +RCPA,comm_s3,rural,2100,1.786384459819537,43.233616735260014,10207.882672110702,132.17191104388797 +RCPA,comm_s3,urban,2100,1.8431962219183355,64.64003276756999,15541.00294643439,130.43853225458275 +RCPA,comm_s51_std,rural,2100,1.786384459819537,165.07487014828004,37635.30994096936,127.62613007226302 +RCPA,comm_s51_std,urban,2100,1.8431962219183355,975.6965568673302,226263.31128140973,125.81365947126233 +RCPA,comm_s52_low,rural,2100,1.786384459819537,8.688151060400001,1462.0521563061077,94.20209692348428 +RCPA,comm_s52_low,urban,2100,1.8431962219183355,33.50127590215,5662.513260001017,91.701473239663 +RCPA,comm_sr11_std,rural,2100,1.786384459819537,26.224791656100003,7161.237364305973,152.86254656689212 +RCPA,comm_sr11_std,urban,2100,1.8431962219183355,3.859411625890001,1081.4070865274423,152.018533589314 +RCPA,comm_sr12_low,rural,2100,1.786384459819537,1.38025219246,282.68042227191586,114.64690992102472 +RCPA,comm_sr12_low,urban,2100,1.8431962219183355,0.2031269276699999,42.687121834035445,114.013900189837 +RCPA,comm_sr21_std,rural,2100,1.786384459819537,36.13149032146,8310.274425595118,128.75217019988415 +RCPA,comm_sr21_std,urban,2100,1.8431962219183355,10.61906551177,2498.880718666205,127.66964606865096 +RCPA,comm_sr22_low,rural,2100,1.786384459819537,1.90165738526,328.03714836441463,96.56412764975414 +RCPA,comm_sr22_low,urban,2100,1.8431962219183355,0.55889818501,98.64002839145184,95.75223454302424 +RCPA,comm_sr31_std,rural,2100,1.786384459819537,22.258023715850005,4204.270875511839,105.73752883483782 +RCPA,comm_sr31_std,urban,2100,1.8431962219183355,18.69027860819,3594.8703920303665,104.35082580382864 +RCPA,comm_sr32_low,rural,2100,1.786384459819537,1.17147493243,165.9580608803784,79.303146627335 +RCPA,comm_sr32_low,urban,2100,1.8431962219183355,0.98369887415,141.90277862587823,78.26311934630263 +SAS,comm_s1,rural,2100,88.54064198423131,293.11851113642007,166441.0081965781,6.413194702676073 +SAS,comm_s1,urban,2100,92.21603045623463,44.58287792589002,28306.807037268067,6.885196844972153 +SAS,comm_s2,rural,2100,88.54064198423131,323.13835851092,181315.46059162583,6.3372910965872284 +SAS,comm_s2,urban,2100,92.21603045623463,151.15564802076997,95009.83673292598,6.816128490746786 +SAS,comm_s3,rural,2100,88.54064198423131,301.74237019958,160754.57435001998,6.017060466395229 +SAS,comm_s3,urban,2100,92.21603045623463,236.02213203581,140452.3331821253,6.453120953716053 +SAS,comm_s51_std,rural,2100,88.54064198423131,7773.0843062000995,3854562.530420389,5.600657962784744 +SAS,comm_s51_std,urban,2100,92.21603045623463,24358.28932965808,13704623.108036997,6.101180705027173 +SAS,comm_sr11_std,rural,2100,88.54064198423131,158.84906882774,72159.20704360875,5.130555762137447 +SAS,comm_sr11_std,urban,2100,92.21603045623463,24.16070079193,12272.196448884935,5.508157475990933 +SAS,comm_sr21_std,rural,2100,88.54064198423131,175.11765856379998,78607.91041100537,5.069832877271331 +SAS,comm_sr21_std,urban,2100,92.21603045623463,81.91544724699,41190.77716635489,5.452902792585697 +SAS,comm_sr31_std,rural,2100,88.54064198423131,163.52257776598998,69693.89779242575,4.813648373121222 +SAS,comm_sr31_std,urban,2100,92.21603045623463,127.90695391849,60892.018737718085,5.162496762967207 +WEU,comm_s1,rural,2100,7.350772518239128,125.56333145440996,3413.2495345190373,3.698045299338887 +WEU,comm_s1,urban,2100,7.231275305062125,419.44639006284,9659.98771389366,3.184822384108703 +WEU,comm_s2,rural,2100,7.350772518239128,32.45872678964,674.8154466774658,2.828267947487592 +WEU,comm_s2,urban,2100,7.231275305062125,372.1036856722501,11578.799831832162,4.303132098597513 +WEU,comm_s3,rural,2100,7.350772518239128,11.990745325579995,357.33644612776766,4.054134491552649 +WEU,comm_s3,urban,2100,7.231275305062125,214.13189511183003,6953.402978661535,4.490566608042724 +WEU,comm_s51_std,urban,2100,7.231275305062125,941.2213526419,25664.486491952423,3.770734130657469 +WEU,comm_s52_low,rural,2100,7.350772518239128,114.62693393543,2579.088048779533,3.060881454347982 +WEU,comm_s52_low,urban,2100,7.231275305062125,6276.93579227641,180935.20558481148,3.9862129521440015 +WEU,comm_sr11_std,rural,2100,7.350772518239128,323.66369113531,7038.646906318379,2.958436239477682 +WEU,comm_sr11_std,urban,2100,7.231275305062125,684.55797643159,12612.475488513152,2.5478579072827445 +WEU,comm_sr12_low,rural,2100,7.350772518239128,35.96263234847,586.5539088629043,2.218827179613452 +WEU,comm_sr12_low,urban,2100,7.231275305062125,76.06199738138,1051.039624035123,1.9108934304458525 +WEU,comm_sr21_std,rural,2100,7.350772518239128,83.66862523168,1391.5735161316484,2.262614358036728 +WEU,comm_sr21_std,urban,2100,7.231275305062125,607.29225980111,15117.755155690042,3.442505678875852 +WEU,comm_sr22_low,rural,2100,7.350772518239128,9.29651391467,115.9644596803093,1.6969607685595467 +WEU,comm_sr22_low,urban,2100,7.231275305062125,67.47691775589,1259.8129296383563,2.581879259143728 +WEU,comm_sr31_std,rural,2100,7.350772518239128,30.90845748202,736.8828577166829,3.2433075932910684 +WEU,comm_sr31_std,urban,2100,7.231275305062125,349.47421239004,9078.647636752548,3.592453286418882 +WEU,comm_sr32_low,rural,2100,7.350772518239128,3.43427305352,61.40690480669178,2.4324806948749624 +WEU,comm_sr32_low,urban,2100,7.231275305062125,38.83046804328,756.5539697242342,2.6943399647998487 diff --git a/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_cool_SSP2_resid.csv b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_cool_SSP2_resid.csv new file mode 100644 index 0000000000..4e820c9379 --- /dev/null +++ b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_cool_SSP2_resid.csv @@ -0,0 +1,5959 @@ +# METADATA: {"scenario": "SSP2", "description": "SSP2_BL: Base scenario", "mode": "cool", "sector": "resid", "eff_file": "eff_cool_ssp2.csv", "ac_file": "bld_shr_access_cool_resid_ssp2_rev.csv", "generated": "2025-12-09T14:25:39.290220"} +region,arch,urt,year,chilled_ei_MJ_m2,floor_Mm2,sturm_energy_TJ,correction_coeff +AFR,inf_ns,urban,2020,,2026.0805002004668,158.89734233969972, +AFR,mfh_s1,rural,2020,67.77348115246582,27.833672766076244,1.6482910312370789,0.0008737829878697 +AFR,mfh_s1,urban,2020,70.25683890994821,13.930664959770652,3.3066677039172623,0.0033785480572088 +AFR,mfh_s2,rural,2020,67.7726824990315,61.29734449393811,3.444432025774588,0.0008291274284387 +AFR,mfh_s2,urban,2020,70.25683890994821,92.42975903008106,24.233220155472477,0.0037317341895275 +AFR,mfh_s3,rural,2020,65.01722728806209,84.77618106065728,3.5731880837567824,0.000648266505878 +AFR,mfh_s3,urban,2020,67.33635735981284,236.3003701842016,63.13595898806206,0.003967918656962 +AFR,mfh_s51_std,rural,2020,61.81822777560578,18.92976969874934,0.5505065190452632,0.0004704360399132 +AFR,mfh_s51_std,urban,2020,63.9770658477033,83.46034880723806,20.19256035129171,0.0037816982779321 +AFR,mfh_sr11_std,rural,2020,,0.0242344376828777,0.0014473652631038, +AFR,mfh_sr11_std,urban,2020,,0.0895346659111488,0.0077080541317681, +AFR,mfh_sr21_std,rural,2020,,0.0750858367362252,0.0044843885790511, +AFR,mfh_sr21_std,urban,2020,,0.4459071121336794,0.0383882196476037, +AFR,mfh_sr31_std,rural,2020,,0.0625534150382857,0.0036849361925506, +AFR,mfh_sr31_std,urban,2020,,0.8850223842923312,0.0690505461574046, +AFR,sfh_s1,rural,2020,143.64700022638183,1057.4369580620214,129.27901911918144,0.0008510929676101 +AFR,sfh_s1,urban,2020,149.2873895755873,116.72620154952494,56.82548026740393,0.00326100629895 +AFR,sfh_s2,rural,2020,143.6444605033549,2327.7288325066347,268.8122380511341,0.0008039476463905 +AFR,sfh_s2,urban,2020,149.2873895755873,776.0035323538018,420.66912761838,0.0036312305089899 +AFR,sfh_s3,rural,2020,135.78059522338597,3221.1913004044586,275.2406953760405,0.0006293009983307 +AFR,sfh_s3,urban,2020,141.07625955685202,1986.34125457062,1081.085972379023,0.0038579130314644 +AFR,sfh_s51_std,rural,2020,126.30495867536516,720.8465573477184,42.00976229455868,0.0004614099912578 +AFR,sfh_s51_std,urban,2020,131.28489075542765,705.8525142943847,341.06483737726774,0.0036805119680334 +AFR,sfh_sr11_std,rural,2020,,3.399810744029209,0.3900788513748468, +AFR,sfh_sr11_std,urban,2020,,1.900288581481052,0.4428914504970614, +AFR,sfh_sr21_std,rural,2020,,9.350193344408968,1.2085578546903877, +AFR,sfh_sr21_std,urban,2020,,9.719846067767376,2.2057467663783483, +AFR,sfh_sr31_std,rural,2020,,9.491044857263738,0.9648097821333076, +AFR,sfh_sr31_std,urban,2020,,19.62868715994202,3.8797070956443513, +CHN,inf_ns,urban,2020,,3415.845576078641,1209.2898894534342, +CHN,mfh_s1,rural,2020,26.041009181373084,4400.098950878357,14837.070867150063,0.1294875212091958 +CHN,mfh_s1,urban,2020,29.27962872358791,547.028095653958,4699.833670456586,0.293431876120756 +CHN,mfh_s2,rural,2020,22.143073415258677,6360.661389570992,18434.17467716738,0.1308830846810865 +CHN,mfh_s2,urban,2020,24.79624346887529,2670.5643899862625,19629.77039836893,0.2964328122746816 +CHN,mfh_s3,rural,2020,18.52588098244399,4802.534645710272,11856.199176849716,0.1332588651273646 +CHN,mfh_s3,urban,2020,20.59536213099936,12101.64736300735,75111.74219014554,0.3013657608512553 +CHN,mfh_s51_std,rural,2020,17.97700047700296,2.3265972197529465,5.569367102015542,0.1331580450303607 +CHN,mfh_s51_std,urban,2020,19.949459053940306,3967.029969458238,17255.025671129366,0.218031380397926 +CHN,mfh_s52_low,rural,2020,14.257037731628316,4.991967539810245e-05,9.45602369322764e-06,0.0132864054115842 +CHN,mfh_s52_low,urban,2020,15.475133528889272,0.0034016961604776,0.0015982490526303,0.0303608922689488 +CHN,mfh_sr11_std,rural,2020,,71.34157749713899,150.14399392763698, +CHN,mfh_sr11_std,urban,2020,,6.312064087693557,35.00404122878913, +CHN,mfh_sr12_low,rural,2020,,11.131787783471934,1.9037408574060144, +CHN,mfh_sr12_low,urban,2020,,0.1229023363714204,0.0616296591547587, +CHN,mfh_sr21_std,rural,2020,,104.72704050111844,184.9449224887926, +CHN,mfh_sr21_std,urban,2020,,31.11417012426071,147.26372577636684, +CHN,mfh_sr22_low,rural,2020,,12.054103099723822,1.746236670482958, +CHN,mfh_sr22_low,urban,2020,,0.2938900915986592,0.1254624669344943, +CHN,mfh_sr31_std,rural,2020,,82.25166489276626,119.1701588564668, +CHN,mfh_sr31_std,urban,2020,,84.99130489140798,306.58879791543075, +CHN,mfh_sr32_low,rural,2020,,3.018595413023641,0.3579808713521596, +CHN,mfh_sr32_low,urban,2020,,0.133724601303098,0.0507959027765615, +CHN,sfh_s1,rural,2020,50.23954510392356,3841.9656236090273,24355.49969528652,0.1261821349585963 +CHN,sfh_s1,urban,2020,56.97801785226968,79.11229225107682,1290.2440806427642,0.2862335718770429 +CHN,sfh_s2,rural,2020,41.01092129099138,5456.947623094179,28465.621694529247,0.1271953873889321 +CHN,sfh_s2,urban,2020,46.38032051448324,394.5319310312942,5282.55564840832,0.288687631285512 +CHN,sfh_s3,rural,2020,30.84729745331328,3955.211683998169,15658.490186940406,0.1283402943963184 +CHN,sfh_s3,urban,2020,34.77400910324272,1718.3314826709702,17415.614269744416,0.2914587423077448 +CHN,sfh_s51_std,urban,2020,32.984811850241385,548.319997083834,3763.4531319938615,0.2080838698183118 +CHN,sfh_s52_low,urban,2020,19.839703212324714,0.5919517658205501,0.2926026782468078,0.0249147655874325 +CHN,sfh_sr11_std,rural,2020,,59.54810242227185,371.894912545804, +CHN,sfh_sr11_std,urban,2020,,0.8175458127845453,11.604781674889004, +CHN,sfh_sr12_low,rural,2020,,55.130591686233686,84.93870949132389, +CHN,sfh_sr12_low,urban,2020,,0.447842148671605,2.700750556634117, +CHN,sfh_sr21_std,rural,2020,,99.3221178132172,477.1426274778342, +CHN,sfh_sr21_std,urban,2020,,4.649379257434639,48.98934936170959, +CHN,sfh_sr22_low,rural,2020,,60.92266602371039,60.43796220142171, +CHN,sfh_sr22_low,urban,2020,,1.3588857688198466,5.681674167590752, +CHN,sfh_sr31_std,rural,2020,,84.59411004056179,274.2000930144748, +CHN,sfh_sr31_std,urban,2020,,22.89114242637084,163.8591116395584, +CHN,sfh_sr32_low,rural,2020,,23.43963237599199,8.731680994144087, +CHN,sfh_sr32_low,urban,2020,,1.906407965294698,2.909129410078982, +EEU,mfh_s1,rural,2020,5.8004566652851794,148.49939278346147,16.149060457587385,0.0187482353229276 +EEU,mfh_s1,urban,2020,5.819244081323695,288.5698501228476,78.14177334136001,0.0465335017506171 +EEU,mfh_s2,rural,2020,5.502448666608135,41.592020100852864,4.566522833104791,0.019953524544168 +EEU,mfh_s2,urban,2020,5.520358548773342,568.5896381765516,161.69655865791893,0.0515151003181556 +EEU,mfh_s3,rural,2020,5.466054840055654,27.17341557204672,1.7707445107067536,0.0119216862738551 +EEU,mfh_s3,urban,2020,5.486936949774583,251.7919916188013,88.74671036191745,0.0642362797715935 +EEU,mfh_s51_std,urban,2020,5.686187079926115,54.040511137829405,17.66908979125515,0.0575007600721091 +EEU,mfh_s52_low,urban,2020,6.684871349012427,55.24454564858901,22.732635552542703,0.0615555660960809 +EEU,mfh_sr11_std,rural,2020,,11.554431238502843,0.9076750378022344, +EEU,mfh_sr11_std,urban,2020,,12.78041706197358,2.112064698840785, +EEU,mfh_sr12_low,rural,2020,,0.4026286148511226,0.0156752911634199, +EEU,mfh_sr12_low,urban,2020,,0.2836681218953466,0.025498722231705, +EEU,mfh_sr21_std,rural,2020,,3.1188911611245635,0.2357709576839373, +EEU,mfh_sr21_std,urban,2020,,24.22741713406476,4.00347324845999, +EEU,mfh_sr22_low,rural,2020,,0.0937088229059751,0.0036494100628592, +EEU,mfh_sr22_low,urban,2020,,0.47867886673956,0.0421806291423417, +EEU,mfh_sr31_std,rural,2020,,1.8502776979055784,0.0879439940832073, +EEU,mfh_sr31_std,urban,2020,,7.892611414580533,1.6013899495907542, +EEU,mfh_sr32_low,rural,2020,,0.0212411248097425,0.0006085704354504, +EEU,mfh_sr32_low,urban,2020,,0.0550269509173459,0.0052998740752192, +EEU,sfh_s1,rural,2020,8.376888297260287,899.8177679886026,123.14026086503222,0.016336641560757 +EEU,sfh_s1,urban,2020,8.390499530514344,206.65090478472155,70.25074630424574,0.0405159301531709 +EEU,sfh_s2,rural,2020,7.31124971777819,258.3879646353384,32.327680751427,0.0171123892361034 +EEU,sfh_s2,urban,2020,7.317699222685837,419.5252018173687,134.9921950999599,0.0439719828194406 +EEU,sfh_s3,rural,2020,5.765417036854554,165.78062290220518,8.407885461921158,0.0087967508688025 +EEU,sfh_s3,urban,2020,5.776574125683992,179.99228904241463,56.814231977301,0.0546427929720599 +EEU,sfh_s51_std,urban,2020,5.339781942385947,29.08654111032521,7.451418263636052,0.0479759231702663 +EEU,sfh_s52_low,urban,2020,5.795228909629955,34.022798831611695,10.893515614305931,0.0552493824200103 +EEU,sfh_sr11_std,rural,2020,,40.682160868933934,5.615200318728459, +EEU,sfh_sr11_std,urban,2020,,5.68033311306964,1.9310994471195968, +EEU,sfh_sr12_low,rural,2020,,54.08480986116607,3.414810690762196, +EEU,sfh_sr12_low,urban,2020,,5.425917801741198,0.7485297263622914, +EEU,sfh_sr21_std,rural,2020,,12.532723998374994,1.5577224115753032, +EEU,sfh_sr21_std,urban,2020,,12.131048408017987,3.897231897071392, +EEU,sfh_sr22_low,rural,2020,,14.56487989867366,0.8028748091431493, +EEU,sfh_sr22_low,urban,2020,,10.397147543931352,1.2676170921331695, +EEU,sfh_sr31_std,rural,2020,,11.04175611163644,0.4797425886746507, +EEU,sfh_sr31_std,urban,2020,,7.246216610637941,1.813460663090704, +EEU,sfh_sr32_low,rural,2020,,6.444813257640472,0.1567666142630754, +EEU,sfh_sr32_low,urban,2020,,2.322005026095704,0.236726273249887, +FSU,mfh_s1,rural,2020,11.772125974054992,202.1614303443048,36.00919419303869,0.0151307411074049 +FSU,mfh_s1,urban,2020,8.756542324903274,380.6749082879774,184.93379887975323,0.0554790975481247 +FSU,mfh_s2,rural,2020,11.183123062211436,145.78940040419934,47.90178652738518,0.029380735073944 +FSU,mfh_s2,urban,2020,8.322510800397222,1002.0234355670336,508.84896892068656,0.0610178150761219 +FSU,mfh_s3,rural,2020,10.035573345512086,122.92534020549824,33.12110511615833,0.0268485731737351 +FSU,mfh_s3,urban,2020,7.789655536010645,847.4737241418031,350.99105905451074,0.0531681511438811 +FSU,mfh_s51_std,rural,2020,9.741938785589044,9.380518772128497,3.779074577880571,0.0413535892121413 +FSU,mfh_s51_std,urban,2020,7.767486699889488,205.33874811335392,128.64295277992707,0.0806556084504924 +FSU,mfh_s52_low,rural,2020,9.952866848916653,0.0093212468945294,0.0020648916570625,0.0222574324560336 +FSU,mfh_s52_low,urban,2020,8.397303887581892,0.0056439431705258,0.0025062145979337,0.0528805243818952 +FSU,mfh_sr11_std,rural,2020,,18.006483647328682,2.07329533677803, +FSU,mfh_sr11_std,urban,2020,,2.5354749092180944,0.7723556487502196, +FSU,mfh_sr12_low,rural,2020,,1.3024543636851116,0.066728141152696, +FSU,mfh_sr12_low,urban,2020,,0.0970741443454206,0.0141732824274799, +FSU,mfh_sr21_std,rural,2020,,13.022447350063448,2.6200320389552068, +FSU,mfh_sr21_std,urban,2020,,6.555075362642131,1.6048836611322868, +FSU,mfh_sr22_low,rural,2020,,1.0402132799187425,0.0836786103974757, +FSU,mfh_sr22_low,urban,2020,,0.2410497708867326,0.0380169245570511, +FSU,mfh_sr31_std,rural,2020,,9.092435926996712,0.8825817814450864, +FSU,mfh_sr31_std,urban,2020,,5.220697530741797,1.048745608226149, +FSU,mfh_sr32_low,rural,2020,,0.3691120541020585,0.0281147644803348, +FSU,mfh_sr32_low,urban,2020,,0.070283276676479,0.0106450518337089, +FSU,sfh_s1,rural,2020,19.441840625547407,824.5782961785357,234.8499474070328,0.0146494455902109 +FSU,sfh_s1,urban,2020,13.667296104337138,199.6738727344341,154.45062716277008,0.0565960121652297 +FSU,sfh_s2,rural,2020,17.397992936418436,667.820338423195,353.1886226702962,0.0303982031894938 +FSU,sfh_s2,urban,2020,12.13628876150187,612.3419730091676,469.3555753719642,0.0631570811779654 +FSU,sfh_s3,rural,2020,12.879438402468654,453.7422011800333,146.6476009141112,0.0250939404241381 +FSU,sfh_s3,urban,2020,9.22772426050544,376.6719651125107,187.50511241888785,0.053945498050572 +FSU,sfh_s51_std,rural,2020,11.210339045756546,27.861470956961465,14.261350430396243,0.0456602055746066 +FSU,sfh_s51_std,urban,2020,8.23127068866377,93.6064567091938,71.49935755934197,0.0927960413004573 +FSU,sfh_s52_low,rural,2020,9.944198707353737,1.5251711339889735,0.2878663952829779,0.0189802792857326 +FSU,sfh_s52_low,urban,2020,7.918987751890675,0.116706314690765,0.0494991135829032,0.0535591153736424 +FSU,sfh_sr11_std,rural,2020,,56.76728299604096,15.937327405157395, +FSU,sfh_sr11_std,urban,2020,,1.429900478257365,0.9454544860374876, +FSU,sfh_sr12_low,rural,2020,,30.685101812577084,2.370439648379091, +FSU,sfh_sr12_low,urban,2020,,0.4862389119032924,0.0966255059896889, +FSU,sfh_sr21_std,rural,2020,,45.37295285471158,24.33138052972896, +FSU,sfh_sr21_std,urban,2020,,4.447997804454746,2.816914635322622, +FSU,sfh_sr22_low,rural,2020,,25.35601291871559,2.842227592659267, +FSU,sfh_sr22_low,urban,2020,,1.4225348288916184,0.2680063340239897, +FSU,sfh_sr31_std,rural,2020,,36.98175603873318,8.630014365937363, +FSU,sfh_sr31_std,urban,2020,,3.107184102111859,1.0833978504904511, +FSU,sfh_sr32_low,rural,2020,,10.650612976160026,0.6823658301102697, +FSU,sfh_sr32_low,urban,2020,,0.4845330619002211,0.0628190320155241, +LAM,inf_ns,urban,2020,,1114.9128393791923,145.18241121625528, +LAM,mfh_s1,rural,2020,55.21090238691856,4.87637753325178,13.656917494603714,0.0507259884596492 +LAM,mfh_s1,urban,2020,38.053180190561,29.172918931002584,127.75620238138276,0.115082993729521 +LAM,mfh_s2,rural,2020,52.77849211123935,7.984313996270302,20.152444956939377,0.04782259708028 +LAM,mfh_s2,urban,2020,36.555432227577015,240.10033519368665,963.4873241718674,0.1097744615861872 +LAM,mfh_s3,rural,2020,50.32243674647189,4.895313230669059,10.052785204088895,0.0408079008007931 +LAM,mfh_s3,urban,2020,34.9603097505505,409.30228245237856,1549.6056929835077,0.1082933440921229 +LAM,mfh_s51_std,rural,2020,49.966375970792456,0.2646349540421449,0.4277941590980338,0.0323526449863809 +LAM,mfh_s51_std,urban,2020,34.72801837615456,80.645526807952,272.68456921750413,0.0973644190211724 +LAM,mfh_sr11_std,rural,2020,,0.0022370388823611,5.379396346398054e-06, +LAM,mfh_sr11_std,urban,2020,,0.0011720963752359,8.430647976393829e-06, +LAM,mfh_sr21_std,rural,2020,,0.0031631508001036,4.939897859627083e-06, +LAM,mfh_sr21_std,urban,2020,,0.0046218151336742,6.0890608889719824e-06, +LAM,mfh_sr31_std,rural,2020,,0.0021511384530715,2.5482452030616625e-06, +LAM,mfh_sr31_std,urban,2020,,0.0049234753069635,6.0830786744262666e-06, +LAM,sfh_s1,rural,2020,109.36203744268914,865.1938357297054,4744.513193198054,0.0501431542148565 +LAM,sfh_s1,urban,2020,73.79792552446617,371.5791425999708,3137.9252125561543,0.1144318993599061 +LAM,sfh_s2,rural,2020,102.90673708522768,1416.3958008681957,6885.574831872049,0.0472402039525205 +LAM,sfh_s2,urban,2020,69.65579833429148,3063.6835438149906,23214.715836469208,0.1087832911903123 +LAM,sfh_s3,rural,2020,95.81578018125536,867.5037344276473,3350.6212571700407,0.0403103850141643 +LAM,sfh_s3,urban,2020,64.85784223243395,5226.210158448481,36247.14627899372,0.1069361279621873 +LAM,sfh_s51_std,rural,2020,94.77878268476182,47.194151614095816,141.65591596330336,0.0316690770605829 +LAM,sfh_s51_std,urban,2020,64.15286008893816,1037.9663444972307,6356.20692455523,0.0954550110150369 +LAM,sfh_s52_low,rural,2020,38.32498052154463,9.532099296264353e-06,8.56384504687e-10,2.3442196394470662e-06 +LAM,sfh_sr11_std,rural,2020,,4.827823711109339,1.5197544491220996, +LAM,sfh_sr11_std,urban,2020,,3.907362581482555,3.275893599670859, +LAM,sfh_sr12_low,rural,2020,,0.015926795211471,8.022133669475223e-06, +LAM,sfh_sr12_low,urban,2020,,0.0047932456301908,2.245435189643261e-05, +LAM,sfh_sr21_std,rural,2020,,8.055069232936841,2.389465291646005, +LAM,sfh_sr21_std,urban,2020,,26.62974593822979,17.5299942066235, +LAM,sfh_sr22_low,rural,2020,,0.0120057168440893,8.522404289098932e-06, +LAM,sfh_sr22_low,urban,2020,,0.0082542237491953,6.5275420017088e-06, +LAM,sfh_sr31_std,rural,2020,,5.888197612279231,1.6406500399281956, +LAM,sfh_sr31_std,urban,2020,,41.86085901673383,23.58529248931133, +LAM,sfh_sr32_low,rural,2020,,0.0072741033839295,6.902173712581695e-06, +LAM,sfh_sr32_low,urban,2020,,0.0037953569798383,6.214071571125812e-06, +MEA,inf_ns,urban,2020,,938.444675126271,7220.334510329314, +MEA,mfh_s1,rural,2020,68.12536054487518,49.74724037657894,255.0501137650503,0.0752571406722267 +MEA,mfh_s1,urban,2020,66.99569205906927,25.748541893744285,560.8660790046849,0.3251319558532066 +MEA,mfh_s2,rural,2020,64.03491242702584,88.5893942956472,307.5958398436046,0.0542227956201396 +MEA,mfh_s2,urban,2020,62.258499951392565,173.23486832856617,4839.648916011992,0.448724616122892 +MEA,mfh_s3,rural,2020,56.7134218451578,89.02694504044368,393.25977129679865,0.0778882955114905 +MEA,mfh_s3,urban,2020,54.33056929492965,326.7331258198475,8792.058641851852,0.4952826933791743 +MEA,mfh_s51_std,rural,2020,54.28411302862676,14.545959994608484,59.76086128782403,0.0756835880402545 +MEA,mfh_s51_std,urban,2020,52.09479613230947,107.99681244835384,2356.836660877503,0.4189133539839919 +MEA,mfh_sr11_std,rural,2020,,0.1681843767544395,0.0767920221599103, +MEA,mfh_sr11_std,urban,2020,,0.1482266787513234,0.3270633055001788, +MEA,mfh_sr12_low,rural,2020,,8.675083369882206e-06,6.536409892164339e-07, +MEA,mfh_sr12_low,urban,2020,,8.952552603422335e-06,2.698723581055267e-06, +MEA,mfh_sr21_std,rural,2020,,0.2763628702674194,0.1130485098875803, +MEA,mfh_sr21_std,urban,2020,,0.9958513550321436,1.9206198314877487, +MEA,mfh_sr22_low,rural,2020,,8.531508985312622e-06,5.910381426265008e-07, +MEA,mfh_sr22_low,urban,2020,,3.7481224613463885e-05,1.0872016791177071e-05, +MEA,mfh_sr31_std,rural,2020,,0.1386144003619868,0.0289809075755218, +MEA,mfh_sr31_std,urban,2020,,1.3553862449468488,0.9221507190356116, +MEA,mfh_sr32_low,rural,2020,,3.155445918651527e-06,1.90068899860571e-07, +MEA,mfh_sr32_low,urban,2020,,3.0307146930058824e-05,7.947174612309548e-06, +MEA,sfh_s1,rural,2020,147.69976549175996,770.0767775064387,8626.503655378085,0.0758439560592961 +MEA,sfh_s1,urban,2020,145.61936191476917,190.8187879479449,9029.79510096576,0.3249657862178119 +MEA,sfh_s2,rural,2020,135.3858036063415,1371.1901020518983,10029.741202587224,0.0540280048647884 +MEA,sfh_s2,urban,2020,131.5971575107967,1284.984549856645,75812.38275071082,0.4483278644779139 +MEA,sfh_s3,rural,2020,113.58514822966232,1376.51914370207,12022.90006534465,0.0768962980556249 +MEA,sfh_s3,urban,2020,108.20756113619558,2423.8755184436054,128704.36538003778,0.4907105063710487 +MEA,sfh_s51_std,rural,2020,106.72091912816404,226.7941201307374,1805.8162670930944,0.0746091707711867 +MEA,sfh_s51_std,urban,2020,101.94205178310348,807.7771343685993,34053.81798896181,0.4135432005868908 +MEA,sfh_s52_low,rural,2020,40.0802050103238,0.0005144662028896,6.388366887715224e-05,0.0030981544605392 +MEA,sfh_s52_low,urban,2020,38.998407901058656,0.0038863202670049,0.0012728332688038,0.0083981969127279 +MEA,sfh_sr11_std,rural,2020,,7.549198639689184,27.48994167250918, +MEA,sfh_sr11_std,urban,2020,,2.50873479778579,41.340469274092285, +MEA,sfh_sr12_low,rural,2020,,0.6343180283723495,0.1385413322347838, +MEA,sfh_sr12_low,urban,2020,,0.371676429882076,0.3245165355749185, +MEA,sfh_sr21_std,rural,2020,,13.535698353807383,37.65908563662041, +MEA,sfh_sr21_std,urban,2020,,16.20199620570921,234.80067515989808, +MEA,sfh_sr22_low,rural,2020,,0.8315759035465388,0.1424603987010352, +MEA,sfh_sr22_low,urban,2020,,2.0010085480841777,1.4426383166015777, +MEA,sfh_sr31_std,rural,2020,,13.26869580225456,31.85613484492, +MEA,sfh_sr31_std,urban,2020,,27.915789797745266,300.5975476465109, +MEA,sfh_sr32_low,rural,2020,,0.4438424042256016,0.050490594219279, +MEA,sfh_sr32_low,urban,2020,,2.2008122052806844,1.0505500513335944, +NAM,mfh_s1,rural,2020,17.74469768619677,57.03886352192607,863.9403797173355,0.8535801449763806 +NAM,mfh_s1,urban,2020,19.159981044354385,552.0599352414305,11577.466128674878,1.0945414525936903 +NAM,mfh_s2,rural,2020,15.101286752640622,33.06357917966228,420.4614908285983,0.8420975557307807 +NAM,mfh_s2,urban,2020,16.32458218449295,1098.0806366766767,19054.71094891396,1.062982358943062 +NAM,mfh_s3,rural,2020,14.14572518251164,10.475586418467447,111.85240481740092,0.7548171609187915 +NAM,mfh_s3,urban,2020,15.30433489171251,1244.4321830103029,20570.41604849252,1.0800836231070077 +NAM,mfh_s51_std,urban,2020,17.87376569061958,224.3071415738091,4064.317274059004,1.0137443380617193 +NAM,mfh_s52_low,urban,2020,13.622026485707508,0.1533747387214261,0.5363385855259484,0.256710413376556 +NAM,mfh_sr11_std,rural,2020,,3.871328821476121,27.78288661168234, +NAM,mfh_sr11_std,urban,2020,,24.52242155815308,129.8940717711565, +NAM,mfh_sr12_low,rural,2020,,0.2070337486132001,0.223443589397943, +NAM,mfh_sr12_low,urban,2020,,0.3666494119363204,0.7552879576052656, +NAM,mfh_sr21_std,rural,2020,,1.9749269314733304,8.099862588357265, +NAM,mfh_sr21_std,urban,2020,,40.07470583615531,190.82747018580875, +NAM,mfh_sr22_low,rural,2020,,0.0687810026192076,0.0492668527774796, +NAM,mfh_sr22_low,urban,2020,,0.3764987429389084,0.7288677133087784, +NAM,mfh_sr31_std,rural,2020,,0.612756101527175,1.6595760953327547, +NAM,mfh_sr31_std,urban,2020,,42.3589902399554,206.86900376083585, +NAM,mfh_sr32_low,rural,2020,,0.0200443156581107,0.007777782034295, +NAM,mfh_sr32_low,urban,2020,,0.2189314884425802,0.1896019755615137, +NAM,sfh_s1,rural,2020,32.075662942716946,4220.434377256761,111304.577740222,0.8222052268566296 +NAM,sfh_s1,urban,2020,34.535105834147004,3068.517565006714,113168.825943073,1.0679167674857164 +NAM,sfh_s2,rural,2020,23.83129281092514,2427.2728150192256,46115.149459994725,0.7972186057122488 +NAM,sfh_s2,urban,2020,25.660851938873623,6084.30337651371,161991.4152928721,1.0375524689482736 +NAM,sfh_s3,rural,2020,20.786914898360063,767.7439637964346,11314.20324318636,0.7089531349802862 +NAM,sfh_s3,urban,2020,22.393437689890348,6934.904038731856,165391.107753973,1.0650032459314318 +NAM,sfh_s51_std,urban,2020,29.90869524275092,833.2704169086157,35630.70276814878,1.429686963865149 +NAM,sfh_s52_low,urban,2020,14.11764386053459,469.4515334719678,2454.958001364524,0.3704171473007199 +NAM,sfh_sr11_std,rural,2020,,189.7004765504727,5719.249378512936, +NAM,sfh_sr11_std,urban,2020,,200.72196742410543,5493.618465581347, +NAM,sfh_sr12_low,rural,2020,,204.0772341050472,1083.4573881807223, +NAM,sfh_sr12_low,urban,2020,,79.24748729863613,519.882447052227, +NAM,sfh_sr21_std,rural,2020,,120.20518490647378,2444.707423579502, +NAM,sfh_sr21_std,urban,2020,,398.1856225004119,7112.252503694051, +NAM,sfh_sr22_low,rural,2020,,103.04262662407044,345.7411125873576, +NAM,sfh_sr22_low,urban,2020,,125.30311202377185,534.1678339246918, +NAM,sfh_sr31_std,rural,2020,,38.90817577342968,615.6994901065825, +NAM,sfh_sr31_std,urban,2020,,421.9505410260923,4864.879776765406, +NAM,sfh_sr32_low,rural,2020,,32.005902575199364,71.42751219191217, +NAM,sfh_sr32_low,urban,2020,,112.67320084590332,414.2827922624567, +PAO,mfh_s1,rural,2020,13.114177590019562,19.459732569679737,69.96095962666092,0.2741434221548824 +PAO,mfh_s1,urban,2020,16.236781251096108,134.68645789437966,879.9225828691732,0.4023653671092201 +PAO,mfh_s2,rural,2020,11.67203390264824,11.98943729454046,39.14159862063162,0.2797004841682742 +PAO,mfh_s2,urban,2020,14.375356452203944,521.351228701015,3102.279937606116,0.4139348200039683 +PAO,mfh_s3,rural,2020,10.082736397379453,13.046173061101776,38.70421214909481,0.2942365929457575 +PAO,mfh_s3,urban,2020,12.264128740635122,599.1259035747116,3098.318950203653,0.4216686616427447 +PAO,mfh_s51_std,urban,2020,12.002263731566018,81.38901614586318,382.64538908404586,0.3917125808704819 +PAO,mfh_s52_low,urban,2020,11.677086865143282,0.0034421635453667,0.0174540835538951,0.4342412127482359 +PAO,mfh_sr11_std,rural,2020,,0.6053436651533143,0.8170809024523515, +PAO,mfh_sr11_std,urban,2020,,0.9141077486519076,2.0522821292073945, +PAO,mfh_sr12_low,rural,2020,,0.0011566677124302,0.0003123866310741, +PAO,mfh_sr12_low,urban,2020,,0.0002901582697398,0.000299457084871, +PAO,mfh_sr21_std,rural,2020,,0.3436771427461726,0.442411962090922, +PAO,mfh_sr21_std,urban,2020,,3.376069915703091,6.915174924754347, +PAO,mfh_sr22_low,rural,2020,,0.0002153845491572,9.130228364306885e-05, +PAO,mfh_sr22_low,urban,2020,,0.0004005089541017,5.71316079473033e-05, +PAO,mfh_sr31_std,rural,2020,,0.1556331142398808,0.0332668512218968, +PAO,mfh_sr31_std,urban,2020,,0.2589798960432025,0.0241307898175132, +PAO,mfh_sr32_low,rural,2020,,2.02584025031188e-05,2.3270324374927315e-06, +PAO,sfh_s1,rural,2020,23.68171456361487,1286.417667131839,7889.34910471688,0.2589679601659846 +PAO,sfh_s1,urban,2020,29.679747200592097,381.44958113705087,4350.700943426984,0.3842924853619713 +PAO,sfh_s2,rural,2020,19.048060028930507,793.7706983815461,3965.477665083036,0.2622706508243421 +PAO,sfh_s2,urban,2020,23.82738886733092,1478.668139947948,13708.18640976055,0.3890745585855399 +PAO,sfh_s3,rural,2020,13.324439331479338,853.5999103225109,3095.965213046029,0.2722029124618385 +PAO,sfh_s3,urban,2020,16.518721424140775,1703.1364683247416,10957.652657487084,0.3894858211568575 +PAO,sfh_s51_std,rural,2020,12.511430048581444,271.63255297521044,916.8010969602134,0.2697654684786671 +PAO,sfh_s51_std,urban,2020,15.487094334742668,242.2342292765732,1329.938255302301,0.3545079860534179 +PAO,sfh_s52_low,rural,2020,9.875077039957578,0.3211509329465082,0.340540875163854,0.1073790524742161 +PAO,sfh_s52_low,urban,2020,11.917762822915076,0.0309609707187317,0.1019196132516808,0.2762157636317567 +PAO,sfh_sr11_std,rural,2020,,88.64030133038935,440.8250398342064, +PAO,sfh_sr11_std,urban,2020,,21.274371069731107,173.2474169227752, +PAO,sfh_sr12_low,rural,2020,,21.3500447109231,28.792760135825944, +PAO,sfh_sr12_low,urban,2020,,0.8944110752095203,2.4264409243141976, +PAO,sfh_sr21_std,rural,2020,,54.76423168752315,192.19518095232212, +PAO,sfh_sr21_std,urban,2020,,81.29061097017532,532.229940824326, +PAO,sfh_sr22_low,rural,2020,,7.941517530244511,7.96411647336894, +PAO,sfh_sr22_low,urban,2020,,1.9025945328723253,3.850013890192833, +PAO,sfh_sr31_std,rural,2020,,62.04389213180687,145.4458091138045, +PAO,sfh_sr31_std,urban,2020,,80.51672935482304,359.45289379976936, +PAO,sfh_sr32_low,rural,2020,,2.3193265177342908,1.4973771202860062, +PAO,sfh_sr32_low,urban,2020,,0.4265871927436754,0.5796549856154939, +PAS,inf_ns,urban,2020,,674.6552188249898,234.2626333528104, +PAS,mfh_s1,rural,2020,90.88257167275891,137.63282829518832,90.8062511486522,0.0072596068949554 +PAS,mfh_s1,urban,2020,90.8289302616734,35.214902063761066,154.07806994076887,0.0481714972812846 +PAS,mfh_s2,rural,2020,90.88257167275891,217.8583298052129,181.2678009489065,0.0091551589469583 +PAS,mfh_s2,urban,2020,90.8289302616734,227.4368856833239,987.2587570482564,0.0477909755114597 +PAS,mfh_s3,rural,2020,86.93708881369658,256.16605088459653,188.64915303135035,0.0084708734427985 +PAS,mfh_s3,urban,2020,86.80369702744582,615.0607742607954,2538.319701989193,0.047543381516872 +PAS,mfh_s51_std,rural,2020,82.46990660816577,27.38618157793919,17.477065894300733,0.007738228283702 +PAS,mfh_s51_std,urban,2020,82.27665862535399,193.2714073219853,603.3418150410647,0.0379419083269071 +PAS,mfh_s52_low,urban,2020,38.45862323916928,0.0002569864690192,0.0004162424489511,0.0421155404063949 +PAS,mfh_sr11_std,rural,2020,,0.2800413788158967,0.3151081418990141, +PAS,mfh_sr11_std,urban,2020,,0.1253831139785926,0.2479490788803288, +PAS,mfh_sr21_std,rural,2020,,0.162531780294493,0.1828839984967722, +PAS,mfh_sr21_std,urban,2020,,1.4952208335007544,2.956846554773693, +PAS,mfh_sr31_std,rural,2020,,0.1894169690332214,0.2073801577505038, +PAS,mfh_sr31_std,urban,2020,,3.5336831185376627,6.784459406420872, +PAS,sfh_s1,rural,2020,194.3753651283975,1042.8934699654897,1442.329782591433,0.0071151391999072 +PAS,sfh_s1,urban,2020,195.1252613552728,169.79871309175076,1579.458085226947,0.0476716532136476 +PAS,sfh_s2,rural,2020,194.3753651283975,1611.3843511520806,2846.6611805844896,0.0090885670412362 +PAS,sfh_s2,urban,2020,195.1252613552728,1073.3473542504769,9746.634528567212,0.0465372690172762 +PAS,sfh_s3,rural,2020,183.5772429120777,1955.6795330142163,3014.6571492468283,0.0083969466540168 +PAS,sfh_s3,urban,2020,184.2199324399767,2958.44784629038,25658.38335745213,0.0470791651839644 +PAS,sfh_s51_std,rural,2020,170.92295452413865,215.49560674149987,285.8497533839972,0.0077606663032313 +PAS,sfh_s51_std,urban,2020,171.54560328508168,948.345971136037,6122.874311659607,0.037636475725698 +PAS,sfh_s52_low,urban,2020,53.14721553076517,1.1476644326263334,1.8342025279764609,0.0300712754684869 +PAS,sfh_sr11_std,rural,2020,,2.314692804172902,5.034521671966564, +PAS,sfh_sr11_std,urban,2020,,0.6586173529630531,2.5487039206411444, +PAS,sfh_sr21_std,rural,2020,,1.3371864080553462,2.908417884091411, +PAS,sfh_sr21_std,urban,2020,,7.6237793982554045,29.50234509719192, +PAS,sfh_sr31_std,rural,2020,,1.5253613922011091,3.1554591647810906, +PAS,sfh_sr31_std,urban,2020,,18.675377303914487,68.674164415216, +RCPA,inf_ns,urban,2020,,184.8228789327621,40.52734099306836, +RCPA,mfh_s1,rural,2020,2.2152941838320857,228.75303894536344,147.90247217292512,0.2918617308403246 +RCPA,mfh_s1,urban,2020,2.490801749055221,29.77410549737653,260.5742999412688,3.5136111352980453 +RCPA,mfh_s2,rural,2020,1.8836989537286024,440.1009308274582,240.0459772394667,0.2895547199678714 +RCPA,mfh_s2,urban,2020,2.1094026562064045,114.47792333727644,841.7123734088543,3.485639595176921 +RCPA,mfh_s3,rural,2020,1.575986403020409,669.8854746934805,300.9113975268173,0.2850267432035234 +RCPA,mfh_s3,urban,2020,1.752036014616265,467.024867335577,2808.743091053318,3.432645716452039 +RCPA,mfh_s51_std,urban,2020,1.697089398685894,49.15958872788102,284.48296555935246,3.409913051234554 +RCPA,sfh_s1,rural,2020,4.273850191132386,199.87296733581348,252.8946398209174,0.2960508206815391 +RCPA,sfh_s1,urban,2020,4.847088324238219,4.285560296106658,74.11979336612174,3.5681709778816826 +RCPA,sfh_s2,rural,2020,3.4887762903794743,386.34124439390735,397.516014386648,0.2949242154854798 +RCPA,sfh_s2,urban,2020,3.9455480993223584,16.837001470594828,236.0866562674699,3.5538520948911976 +RCPA,sfh_s3,rural,2020,2.6241624569658866,570.267968892904,438.9089013290346,0.2932950221965907 +RCPA,sfh_s3,urban,2020,2.958205635518912,66.80710266739409,698.2189900475348,3.5329757706024147 +RCPA,sfh_s51_std,urban,2020,2.805999619204562,6.822454451996647,67.18291227010246,3.5093814261954392 +SAS,inf_ns,urban,2020,,1687.9166150140752,414.7433985128718, +SAS,mfh_s1,rural,2020,90.75596963562704,134.91594107293244,79.71346320974416,0.0065101831939763 +SAS,mfh_s1,urban,2020,95.97402745566758,116.49749361292294,619.2163197997552,0.0553824408267505 +SAS,mfh_s2,rural,2020,90.75596963562704,227.38424919168645,132.87095855027292,0.0064386451240379 +SAS,mfh_s2,urban,2020,95.97402745566758,587.1283417505268,3077.0987484636494,0.0546077985239791 +SAS,mfh_s3,rural,2020,86.67226574203956,283.0497364716952,159.59345104289267,0.0065053723776601 +SAS,mfh_s3,urban,2020,91.62040173837984,1168.3156621429969,5747.224049599706,0.0536915247608897 +SAS,mfh_s51_std,rural,2020,82.10347343533331,42.36630041884183,21.27309815438666,0.0061157351842827 +SAS,mfh_s51_std,urban,2020,86.76082098095674,357.1324976657258,1739.0639786822876,0.0561257988706389 +SAS,mfh_s52_low,rural,2020,38.60826277020307,0.0210526725149367,1.2249858361824341e-08,1.5071052127697436e-08 +SAS,mfh_s52_low,urban,2020,40.302901485289816,0.0020964433054676,3.939679569294678e-07,4.662742853197033e-06 +SAS,mfh_sr11_std,rural,2020,,0.1617749361160154,0.0009598664837927, +SAS,mfh_sr11_std,urban,2020,,0.0568843458254438,0.0009686823123161, +SAS,mfh_sr21_std,rural,2020,,0.2679879724883831,0.0015547789679738, +SAS,mfh_sr21_std,urban,2020,,0.2427018524021394,0.0040994005718909, +SAS,mfh_sr31_std,rural,2020,,0.2862682311487153,0.0017727354405465, +SAS,mfh_sr31_std,urban,2020,,0.442623142986578,0.0073120216649312, +SAS,sfh_s1,rural,2020,195.9058845613517,4355.515998899186,5548.192970613353,0.0065022619730105 +SAS,sfh_s1,urban,2020,207.59832232629597,332.8246317153585,3818.8733239937646,0.0552708257463672 +SAS,sfh_s2,rural,2020,195.9058845613517,7340.841986657485,9246.9203936292,0.0064298932319022 +SAS,sfh_s2,urban,2020,207.59832232629597,1677.5736646332564,18977.92416060816,0.0544933199335174 +SAS,sfh_s3,rural,2020,184.88129178954736,9137.64683336655,10973.58551259298,0.0064956290676608 +SAS,sfh_s3,urban,2020,195.8864664538644,3338.5277612640352,35029.26814864515,0.0535638320677487 +SAS,sfh_s51_std,rural,2020,172.16792107455407,1353.2039456283874,1437.7455442867094,0.0061711562059822 +SAS,sfh_s51_std,urban,2020,182.41910504836048,1015.119517831384,10417.640520911393,0.0562576864792862 +SAS,sfh_s52_low,rural,2020,52.83173584215312,16.751201430259407,0.0015138089113381,1.7105281131741125e-06 +SAS,sfh_s52_low,urban,2020,55.53999162790341,6.339669122218719,0.0013585642572564,3.858404741303775e-06 +SAS,sfh_sr11_std,rural,2020,,10.182292121127276,0.8476525536498092, +SAS,sfh_sr11_std,urban,2020,,0.538591387566116,0.544087076889832, +SAS,sfh_sr21_std,rural,2020,,16.85558399049015,1.3841081642230535, +SAS,sfh_sr21_std,urban,2020,,2.39672896577912,2.501830237562056, +SAS,sfh_sr31_std,rural,2020,,19.744542037664445,1.154357462547481, +SAS,sfh_sr31_std,urban,2020,,4.298443665885178,2.098681310824104, +WEU,mfh_s1,rural,2020,7.729068945553558,92.04000615657338,62.07264454107252,0.0872562266167368 +WEU,mfh_s1,urban,2020,7.903874062738302,1492.9628836697266,1170.7935479947614,0.0992181894687369 +WEU,mfh_s2,rural,2020,7.037033560240777,44.38980089021753,21.000632234158267,0.0672294487635793 +WEU,mfh_s2,urban,2020,7.140037680651747,2023.0299381751145,2061.3948690682178,0.1427113049061352 +WEU,mfh_s3,rural,2020,6.803468884434982,38.42241735424072,30.219932460463905,0.1156054747097644 +WEU,mfh_s3,urban,2020,6.831419933722144,2238.8051830655704,2280.40367379809,0.1491023353282825 +WEU,mfh_s51_std,rural,2020,6.943266868810226,0.0837896123374968,0.0303070162073678,0.0520941723041591 +WEU,mfh_s51_std,urban,2020,6.959664847406423,95.7706595627116,90.2822662728127,0.1354508228969675 +WEU,mfh_s52_low,rural,2020,7.498961736578346,1.1558044360253412,0.3863482770913644,0.0445752189700278 +WEU,mfh_s52_low,urban,2020,7.521431385035357,350.23238311262133,331.6336178451762,0.1258930489067735 +WEU,mfh_sr11_std,rural,2020,,2.580895894955036,0.2821538811542571, +WEU,mfh_sr11_std,urban,2020,,35.158635960777474,3.600108112898263, +WEU,mfh_sr12_low,rural,2020,,3.0683440568313705,0.1920735921231453, +WEU,mfh_sr12_low,urban,2020,,27.38843831004113,1.7600985597069836, +WEU,mfh_sr21_std,rural,2020,,1.1970957191501268,0.1206977215990206, +WEU,mfh_sr21_std,urban,2020,,43.07916781171053,6.791243783419446, +WEU,mfh_sr22_low,rural,2020,,1.041195056976976,0.0672222882195892, +WEU,mfh_sr22_low,urban,2020,,26.179235310011528,1.951612043632741, +WEU,mfh_sr31_std,rural,2020,,0.6294096282611426,0.0448387048831428, +WEU,mfh_sr31_std,urban,2020,,9.139727955452964,0.2953842669330987, +WEU,mfh_sr32_low,rural,2020,,0.3374049775521923,0.0163152387685598, +WEU,mfh_sr32_low,urban,2020,,2.5294935891174952,0.041460897804753, +WEU,sfh_s1,rural,2020,13.213918538672552,3705.7232479082313,4095.7114818986224,0.0836420653952302 +WEU,sfh_s1,urban,2020,13.654584901127702,2266.7321326498814,2945.2390512237434,0.0951572421771709 +WEU,sfh_s2,rural,2020,10.245233434796068,1770.7993978041384,1166.0473043405054,0.0642724633868864 +WEU,sfh_s2,urban,2020,10.547231650928188,3061.957320284083,4475.559047380543,0.1385829091204964 +WEU,sfh_s3,rural,2020,7.569432410359047,1523.7397856972543,1368.4048909546475,0.1186425561580004 +WEU,sfh_s3,urban,2020,7.697707292935997,3346.472019180836,3946.333337866952,0.153195206128851 +WEU,sfh_s51_std,rural,2020,7.01023024512849,1.1863442431378073,0.6543377756247407,0.0786790276231634 +WEU,sfh_s51_std,urban,2020,7.090516412407815,121.66718776455002,127.98375617519378,0.1483554535513509 +WEU,sfh_s52_low,rural,2020,6.844377964745443,50.31166724350869,15.449376660239563,0.0448650615356813 +WEU,sfh_s52_low,urban,2020,6.867032581881874,580.8030850240793,506.8386622335537,0.1270783927752963 +WEU,sfh_sr11_std,rural,2020,,74.49871794966066,101.8707111800002, +WEU,sfh_sr11_std,urban,2020,,47.75667387860163,66.49304264357868, +WEU,sfh_sr12_low,rural,2020,,278.2100917862828,91.10230327506, +WEU,sfh_sr12_low,urban,2020,,135.49517723702692,43.01275323813857, +WEU,sfh_sr21_std,rural,2020,,39.70968498813815,27.83164250617538, +WEU,sfh_sr21_std,urban,2020,,77.77822674025784,96.99750801334145, +WEU,sfh_sr22_low,rural,2020,,126.62269015499834,21.70494179805951, +WEU,sfh_sr22_low,urban,2020,,155.69364612571312,52.993746091991525, +WEU,sfh_sr31_std,rural,2020,,40.905218854737136,18.116819092123265, +WEU,sfh_sr31_std,urban,2020,,88.04931026706043,26.61171326359796, +WEU,sfh_sr32_low,rural,2020,,71.7533449532306,8.347876387895203, +WEU,sfh_sr32_low,urban,2020,,110.05658809148802,16.62129678549488, +AFR,inf_ns,urban,2025,,2245.786455195419,382.12427917117606, +AFR,mfh_s1,rural,2025,67.77348115246582,31.32826299981193,2.589313344106312,0.0012195188004715 +AFR,mfh_s1,urban,2025,70.25683890994821,14.37522939031835,7.705177078526132,0.0076292041244024 +AFR,mfh_s2,rural,2025,67.7726824990315,67.50964232904624,5.677992573298434,0.0012410073033983 +AFR,mfh_s2,urban,2025,70.25683890994821,95.85118541325517,54.72786120283624,0.0081268525876235 +AFR,mfh_s3,rural,2025,65.01722728806209,96.61328099691184,5.983532367458984,0.0009525600620128 +AFR,mfh_s3,urban,2025,67.33635735981284,254.69301562282283,144.98751974334274,0.0084540335301135 +AFR,mfh_s51_std,rural,2025,61.81822777560578,44.54943765734136,1.745418191186722,0.0006337831974579 +AFR,mfh_s51_std,urban,2025,63.9770658477033,206.21891412557892,106.74525249589072,0.0080908799037245 +AFR,mfh_sr11_std,rural,2025,,0.0358735770259964,0.0035964585692034, +AFR,mfh_sr11_std,urban,2025,,0.1613125459130822,0.0305226907407045, +AFR,mfh_sr21_std,rural,2025,,0.1093245054965031,0.0109610867995694, +AFR,mfh_sr21_std,urban,2025,,0.7906801658002611,0.1496054676475737, +AFR,mfh_sr31_std,rural,2025,,0.0918317228699089,0.0090289424701175, +AFR,mfh_sr31_std,urban,2025,,1.6535772895141634,0.2954931148537568, +AFR,sfh_s1,rural,2025,143.64700022638183,1187.5666435853625,202.18044671235717,0.0011851807803942 +AFR,sfh_s1,urban,2025,149.2873895755873,120.19928532580428,132.68815450903398,0.007394471581709 +AFR,sfh_s2,rural,2025,143.6444605033549,2557.61042035272,440.8310880285572,0.001199910734944 +AFR,sfh_s2,urban,2025,149.2873895755873,803.3061974466715,952.1211895887584,0.0079394055937422 +AFR,sfh_s3,rural,2025,135.78059522338597,3664.860695831031,459.0502404012186,0.0009224971637402 +AFR,sfh_s3,urban,2025,141.07625955685202,2137.239172955643,2490.071843423359,0.0082585692619798 +AFR,sfh_s51_std,rural,2025,126.30495867536516,1696.450770350792,133.43870355212667,0.0006227591991334 +AFR,sfh_s51_std,urban,2025,131.28489075542765,1744.813332209391,1815.093978433717,0.0079238345313012 +AFR,sfh_s52_low,rural,2025,42.24027504538575,4.544910195103818e-05,2.754027771886366e-06,0.0014345519223159 +AFR,sfh_s52_low,urban,2025,43.1615913953456,0.0022787718930214,0.0004441299012659,0.0045155609651323 +AFR,sfh_sr11_std,rural,2025,,6.7883039860074055,1.08836448334281, +AFR,sfh_sr11_std,urban,2025,,2.80083841134992,1.434064890060975, +AFR,sfh_sr21_std,rural,2025,,17.33843469249465,3.316942887312034, +AFR,sfh_sr21_std,urban,2025,,14.295846724890524,7.029238438733953, +AFR,sfh_sr31_std,rural,2025,,17.696597397437298,2.715398026470479, +AFR,sfh_sr31_std,urban,2025,,30.79362649612525,13.283206310987415, +CHN,inf_ns,urban,2025,,3042.074610601882,2001.5220718995809, +CHN,mfh_s1,rural,2025,26.041009181373084,4469.997686758944,15486.703660682808,0.1330435666876507 +CHN,mfh_s1,urban,2025,29.27962872358791,556.948040159399,5594.874745243816,0.343091629660349 +CHN,mfh_s2,rural,2025,22.143073415258677,6128.615405123502,18258.42438215441,0.1345435952816288 +CHN,mfh_s2,urban,2025,24.79624346887529,2520.0735725480745,21647.0094698492,0.3464166799970979 +CHN,mfh_s3,rural,2025,18.52588098244399,4348.532647595099,11016.753120722402,0.1367514728856927 +CHN,mfh_s3,urban,2025,20.59536213099936,11028.65106716516,79888.19402865945,0.3517149059860109 +CHN,mfh_s51_std,rural,2025,17.97700047700296,2.363848829787449,5.771567296601553,0.1358178447101909 +CHN,mfh_s51_std,urban,2025,19.949459053940306,8037.211643733239,40900.03045117249,0.2550862813397371 +CHN,mfh_s52_low,rural,2025,14.257037731628316,5.0718145209200544e-05,7.987704866129541e-06,0.011046618309165 +CHN,mfh_s52_low,urban,2025,15.475133528889272,0.0451266626679199,0.0219549695071328,0.0314387461203072 +CHN,mfh_sr11_std,rural,2025,,173.55013172534973,403.5101530652707, +CHN,mfh_sr11_std,urban,2025,,12.836140090394448,81.81054038302509, +CHN,mfh_sr12_low,rural,2025,,23.092498262269142,3.329758751973628, +CHN,mfh_sr12_low,urban,2025,,0.2543135617582469,0.1145055955465205, +CHN,mfh_sr21_std,rural,2025,,206.6932976610839,369.656523388258, +CHN,mfh_sr21_std,urban,2025,,58.66110435354628,318.7313017210024, +CHN,mfh_sr22_low,rural,2025,,23.70978904576841,2.8650385200903017, +CHN,mfh_sr22_low,urban,2025,,0.5576811604461384,0.211645055242731, +CHN,mfh_sr31_std,rural,2025,,151.15003042244464,219.1816521589144, +CHN,mfh_sr31_std,urban,2025,,154.98818538588523,634.8519974163679, +CHN,mfh_sr32_low,rural,2025,,5.852312227962479,0.5837529273819143, +CHN,mfh_sr32_low,urban,2025,,0.2437360009990758,0.0813001396729485, +CHN,sfh_s1,rural,2025,50.23954510392356,3870.954875716719,25248.81056278798,0.1298306157358844 +CHN,sfh_s1,urban,2025,56.97801785226968,80.04761183361758,1525.875980621711,0.3345519150044432 +CHN,sfh_s2,rural,2025,41.01092129099138,5158.708172356357,27675.205822439355,0.1308128396326861 +CHN,sfh_s2,urban,2025,46.38032051448324,368.6305837387279,5770.879064136319,0.3375334851883258 +CHN,sfh_s3,rural,2025,30.84729745331328,3586.9641182815926,14598.210079672595,0.1319336129611058 +CHN,sfh_s3,urban,2025,34.77400910324272,1575.582901002355,18675.26668046344,0.3408558795756848 +CHN,sfh_s51_std,urban,2025,32.984811850241385,1108.6544102847336,8938.475940689767,0.2444293063849397 +CHN,sfh_s52_low,urban,2025,19.839703212324714,3.672508171752245,1.8965846240303024,0.0260300069087635 +CHN,sfh_sr11_std,rural,2025,,123.38565157927388,798.9462990178254, +CHN,sfh_sr11_std,urban,2025,,1.6478210663726292,27.47511923100845, +CHN,sfh_sr12_low,rural,2025,,113.3836791402386,172.65713093548771, +CHN,sfh_sr12_low,urban,2025,,0.9217870709481802,6.310196251713984, +CHN,sfh_sr21_std,rural,2025,,191.05550377908364,949.7032234038476, +CHN,sfh_sr21_std,urban,2025,,8.705944676710294,107.10453487507354, +CHN,sfh_sr22_low,rural,2025,,117.643772579693,113.68993186101974, +CHN,sfh_sr22_low,urban,2025,,2.571226216794404,11.928356747397247, +CHN,sfh_sr31_std,rural,2025,,156.145052283631,521.2095756266576, +CHN,sfh_sr31_std,urban,2025,,42.00806827481946,348.2879864826317, +CHN,sfh_sr32_low,rural,2025,,46.45607075123803,18.122435355085283, +CHN,sfh_sr32_low,urban,2025,,3.5831528248101963,5.540229066717045, +EEU,mfh_s1,rural,2025,5.8004566652851794,139.6181201495253,18.525673400185138,0.0228754702457362 +EEU,mfh_s1,urban,2025,5.819244081323695,288.27342502704965,84.55318624171393,0.0504032796682948 +EEU,mfh_s2,rural,2025,5.502448666608135,37.13101485645412,4.919644745370626,0.0240791373399812 +EEU,mfh_s2,urban,2025,5.520358548773342,535.8835037433648,164.98845855104597,0.0557719578684335 +EEU,mfh_s3,rural,2025,5.466054840055654,25.144895764448915,1.91366571534168,0.013923302282995 +EEU,mfh_s3,urban,2025,5.486936949774583,251.88599295616885,92.68317465689016,0.0670605195471762 +EEU,mfh_s51_std,urban,2025,5.686187079926115,110.31047570341066,38.230218677163485,0.0609493222308495 +EEU,mfh_s52_low,urban,2025,6.684871349012427,111.97617883856236,48.88891542063151,0.0653118079339928 +EEU,mfh_sr11_std,rural,2025,,20.48967241250664,1.9669026074134952, +EEU,mfh_sr11_std,urban,2025,,22.671478840473235,4.121651230674469, +EEU,mfh_sr12_low,rural,2025,,0.5779473436250565,0.0269046544378317, +EEU,mfh_sr12_low,urban,2025,,0.4106374276339642,0.038394645031458, +EEU,mfh_sr21_std,rural,2025,,5.236251356597579,0.4805745468112398, +EEU,mfh_sr21_std,urban,2025,,40.44218891119797,7.481470848803388, +EEU,mfh_sr22_low,rural,2025,,0.1274842190401309,0.0056012962961861, +EEU,mfh_sr22_low,urban,2025,,0.6518907757681324,0.0591765648232381, +EEU,mfh_sr31_std,rural,2025,,3.212522929829559,0.1806485411816156, +EEU,mfh_sr31_std,urban,2025,,14.846148192316427,3.240326462651351, +EEU,mfh_sr32_low,rural,2025,,0.0252348445212336,0.0008357689140228, +EEU,mfh_sr32_low,urban,2025,,0.0750127225212239,0.0072684622028152, +EEU,sfh_s1,rural,2025,8.376888297260287,813.5313597839485,135.87286445796397,0.0199377299014275 +EEU,sfh_s1,urban,2025,8.390499530514344,203.2465971592204,74.43999920428045,0.043651106721927 +EEU,sfh_s2,rural,2025,7.31124971777819,226.39643196653847,33.898488367311494,0.0204794899674026 +EEU,sfh_s2,urban,2025,7.317699222685837,399.0229563748759,138.37688220525075,0.0473904796560678 +EEU,sfh_s3,rural,2025,5.765417036854554,151.12905119399548,9.030026565614506,0.0103635929060318 +EEU,sfh_s3,urban,2025,5.776574125683992,179.90729305725105,59.0523925170659,0.0568222436613085 +EEU,sfh_s51_std,urban,2025,5.339781942385947,60.28749040831256,16.335425188651918,0.0507434177155309 +EEU,sfh_s52_low,urban,2025,5.795228909629955,70.0845976557975,23.782991446546383,0.0585562559037264 +EEU,sfh_sr11_std,rural,2025,,83.46977198933334,13.253830618232737, +EEU,sfh_sr11_std,urban,2025,,12.0608978951847,4.149916265921718, +EEU,sfh_sr12_low,rural,2025,,92.1703062655149,6.953934811236118, +EEU,sfh_sr12_low,urban,2025,,9.46793351643054,1.3908741288097302, +EEU,sfh_sr21_std,rural,2025,,24.59741117533256,3.4335605597650622, +EEU,sfh_sr21_std,urban,2025,,24.710057748403216,7.981054988601257, +EEU,sfh_sr22_low,rural,2025,,23.816183187070543,1.5575949360171293, +EEU,sfh_sr22_low,urban,2025,,17.423042099463714,2.259072025369424, +EEU,sfh_sr31_std,rural,2025,,21.1102323262481,1.0480894992512662, +EEU,sfh_sr31_std,urban,2025,,14.454991322136753,3.674654066431744, +EEU,sfh_sr32_low,rural,2025,,9.98644120846722,0.2786189931581971, +EEU,sfh_sr32_low,urban,2025,,3.733403020612332,0.3928549021851013, +FSU,mfh_s1,rural,2025,11.772125974054992,190.624863050453,45.28089918894415,0.0201781151903823 +FSU,mfh_s1,urban,2025,8.756542324903274,401.8779036136806,243.0795130128763,0.0690751089067034 +FSU,mfh_s2,rural,2025,11.183123062211436,131.5331144026387,53.29976633552454,0.0362349025562228 +FSU,mfh_s2,urban,2025,8.322510800397222,999.8784018505582,632.6375644183768,0.0760244734438392 +FSU,mfh_s3,rural,2025,10.035573345512086,116.518456622499,39.83982095564294,0.0340706536164623 +FSU,mfh_s3,urban,2025,7.789655536010645,893.6654040522885,478.8577560199479,0.0687881020809984 +FSU,mfh_s51_std,rural,2025,9.741938785589044,17.84927379682371,8.644781795275957,0.0497150737394686 +FSU,mfh_s51_std,urban,2025,7.767486699889488,435.7342611208061,339.69027808052545,0.1003646767254527 +FSU,mfh_s52_low,rural,2025,9.952866848916653,0.1107237218885107,0.0375201048415025,0.0340467117115089 +FSU,mfh_s52_low,urban,2025,8.397303887581892,0.0759132739724796,0.0431052384505635,0.0676195785853429 +FSU,mfh_sr11_std,rural,2025,,33.31956550233337,5.32178030764926, +FSU,mfh_sr11_std,urban,2025,,5.011563398586041,2.0382268190880417, +FSU,mfh_sr12_low,rural,2025,,3.526071134642329,0.2692789433393445, +FSU,mfh_sr12_low,urban,2025,,0.2845297875124786,0.0528316643825426, +FSU,mfh_sr21_std,rural,2025,,23.174578725321982,5.995578007088101, +FSU,mfh_sr21_std,urban,2025,,12.266690338421837,4.209687879779075, +FSU,mfh_sr22_low,rural,2025,,2.555646208713006,0.3054545794467859, +FSU,mfh_sr22_low,urban,2025,,0.6693800795339421,0.1323780696298045, +FSU,mfh_sr31_std,rural,2025,,17.28205199150025,2.971444168951608, +FSU,mfh_sr31_std,urban,2025,,10.474357482236364,2.958755780563911, +FSU,mfh_sr32_low,rural,2025,,1.056364266210993,0.1220505848872355, +FSU,mfh_sr32_low,urban,2025,,0.2150318647367759,0.0427648532432908, +FSU,sfh_s1,rural,2025,19.441840625547407,750.953620780461,276.4746071632754,0.0189367198975466 +FSU,sfh_s1,urban,2025,13.667296104337138,204.72329922660063,195.33137254993704,0.0698107214765176 +FSU,sfh_s2,rural,2025,17.397992936418436,610.5041798350144,389.32290989895847,0.0366540669573439 +FSU,sfh_s2,urban,2025,12.13628876150187,626.3984327919181,591.0017305766032,0.0777413698588125 +FSU,sfh_s3,rural,2025,12.879438402468654,430.56598898147234,175.0581144177204,0.0315678932000079 +FSU,sfh_s3,urban,2025,9.22772426050544,403.5096871090733,256.2782657770264,0.0688276913540947 +FSU,sfh_s51_std,rural,2025,11.210339045756546,50.081656163086656,31.45867234670595,0.0560328819588405 +FSU,sfh_s51_std,urban,2025,8.23127068866377,199.38762479494528,187.015352305302,0.1139494349619975 +FSU,sfh_s52_low,rural,2025,9.944198707353737,6.158302315393748,1.741126245733,0.0284314797279828 +FSU,sfh_s52_low,urban,2025,7.918987751890675,1.0855941184006486,0.5338460071203174,0.062098176274529 +FSU,sfh_sr11_std,rural,2025,,96.16594272611596,35.825392728946284, +FSU,sfh_sr11_std,urban,2025,,2.549719133093377,2.1431125195279197, +FSU,sfh_sr12_low,rural,2025,,68.9727730785649,8.162812867159046, +FSU,sfh_sr12_low,urban,2025,,1.1603411613668753,0.3267460171434775, +FSU,sfh_sr21_std,rural,2025,,77.06588959063068,51.30037786226577, +FSU,sfh_sr21_std,urban,2025,,7.940615297917549,6.416929250036138, +FSU,sfh_sr22_low,rural,2025,,56.96812580570442,9.383204169840264, +FSU,sfh_sr22_low,urban,2025,,3.391168657236081,0.9006824485271248, +FSU,sfh_sr31_std,rural,2025,,67.98216577781704,20.78254533563896, +FSU,sfh_sr31_std,urban,2025,,5.997746675668559,2.8248808883691936, +FSU,sfh_sr32_low,rural,2025,,26.18605666018509,2.5496089542397087, +FSU,sfh_sr32_low,urban,2025,,1.2897299719585766,0.2236932849300535, +LAM,inf_ns,urban,2025,,1159.9485919830888,273.3002060179598, +LAM,mfh_s1,rural,2025,55.21090238691856,5.1418144024005725,23.36595274335938,0.0823080385178295 +LAM,mfh_s1,urban,2025,38.053180190561,30.55421178165128,193.94177450406065,0.1668050991996496 +LAM,mfh_s2,rural,2025,52.77849211123935,8.29463977499548,33.81840465289461,0.0772500213653415 +LAM,mfh_s2,urban,2025,36.555432227577015,247.91367086029587,1490.5689426961796,0.1644749142919395 +LAM,mfh_s3,rural,2025,50.32243674647189,5.199533502169205,17.383243185506323,0.0664361967148154 +LAM,mfh_s3,urban,2025,34.9603097505505,434.4800978649327,2485.1793562385083,0.1636110296990834 +LAM,mfh_s51_std,rural,2025,49.966375970792456,0.5224130377447449,1.3263892941433302,0.0508135046229855 +LAM,mfh_s51_std,urban,2025,34.72801837615456,174.27900809915735,887.1079833097434,0.1465721321413243 +LAM,mfh_sr11_std,rural,2025,,0.0047110788681851,2.3454103364407527e-05, +LAM,mfh_sr11_std,urban,2025,,0.0160718112848163,4.072797895312822e-05, +LAM,mfh_sr21_std,rural,2025,,0.0063046174420313,2.148436946917412e-05, +LAM,mfh_sr21_std,urban,2025,,0.089784639641029,0.0001143967876693, +LAM,mfh_sr31_std,rural,2025,,0.0043790824967301,1.112726102884386e-05, +LAM,mfh_sr31_std,urban,2025,,0.1416757915699426,0.0001625710915798, +LAM,sfh_s1,rural,2025,109.36203744268914,907.4286571770064,8122.302990175243,0.081846498235257 +LAM,sfh_s1,urban,2025,73.79792552446617,385.3087540041337,4757.1635543764005,0.1672996579610102 +LAM,sfh_s2,rural,2025,102.90673708522768,1463.7973713384672,11565.09862298712,0.0767758387525273 +LAM,sfh_s2,urban,2025,69.65579833429148,3134.471723215362,35859.971693173226,0.1642435456805388 +LAM,sfh_s3,rural,2025,95.81578018125536,915.6422128910026,5801.152103896561,0.0661228259553493 +LAM,sfh_s3,urban,2025,64.85784223243395,5498.779131318877,58037.982266728,0.1627359613111205 +LAM,sfh_s51_std,rural,2025,94.77878268476182,93.16516466428376,439.2918519636303,0.0497494708329562 +LAM,sfh_s51_std,urban,2025,64.15286008893816,2243.084783969684,20666.5923649773,0.1436174333581262 +LAM,sfh_s52_low,rural,2025,38.32498052154463,0.0002061860689609,1.0639053288255543e-05,0.0013463616192217 +LAM,sfh_s52_low,urban,2025,27.73617795293464,0.0115214968494755,9.313885131148246e-05,0.0002914575816021 +LAM,sfh_sr11_std,rural,2025,,10.341395538369843,7.091131106596249, +LAM,sfh_sr11_std,urban,2025,,8.129991358618108,8.989704672124, +LAM,sfh_sr12_low,rural,2025,,0.0459673485368594,3.216354087939058e-05, +LAM,sfh_sr12_low,urban,2025,,0.0131302409158397,6.440516956241297e-05, +LAM,sfh_sr21_std,rural,2025,,16.533431567719006,7.176297246596793, +LAM,sfh_sr21_std,urban,2025,,57.42515028665287,54.13023335240932, +LAM,sfh_sr22_low,rural,2025,,0.0348822012057219,2.6742632697159976e-05, +LAM,sfh_sr22_low,urban,2025,,0.0380059393900859,3.348341939831502e-05, +LAM,sfh_sr31_std,rural,2025,,12.389174199802952,5.040957451821964, +LAM,sfh_sr31_std,urban,2025,,94.9280288148662,79.11431161556527, +LAM,sfh_sr32_low,rural,2025,,0.0188813162726967,2.047968145848593e-05, +LAM,sfh_sr32_low,urban,2025,,0.0313033714373112,3.0711958316961686e-05, +MEA,inf_ns,urban,2025,,946.8548490791898,7469.106406154394, +MEA,mfh_s1,rural,2025,68.12536054487518,52.60687777001506,336.7723935974737,0.0939691163282723 +MEA,mfh_s1,urban,2025,66.99569205906927,26.945154558984463,705.8006693306033,0.3909799701336067 +MEA,mfh_s2,rural,2025,64.03491242702584,92.24450570886054,424.06040720522,0.0717910653405482 +MEA,mfh_s2,urban,2025,62.258499951392565,178.32319543063872,5638.593517586896,0.5078837262642701 +MEA,mfh_s3,rural,2025,56.7134218451578,95.25637052657788,524.0999683486111,0.097013964386849 +MEA,mfh_s3,urban,2025,54.33056929492965,345.7743501422844,10359.596713657578,0.5514495919134305 +MEA,mfh_s51_std,rural,2025,54.28411302862676,30.17132177282197,150.04565016145045,0.0916128358981031 +MEA,mfh_s51_std,urban,2025,52.09479613230947,234.71106536866787,5760.4661214616335,0.4711180234412787 +MEA,mfh_s52_low,rural,2025,30.117939906718973,7.647558910528698e-06,1.6872306260681496e-06,0.0073253158714329 +MEA,mfh_s52_low,urban,2025,29.01981184665017,6.834191521147529e-05,2.251096674417089e-05,0.0113504324598754 +MEA,mfh_sr11_std,rural,2025,,0.3600407948199607,0.4127995925613795, +MEA,mfh_sr11_std,urban,2025,,0.3057754861002295,1.2680969715657149, +MEA,mfh_sr12_low,rural,2025,,3.3626662541032006e-05,9.217364456228106e-06, +MEA,mfh_sr12_low,urban,2025,,3.105382346566099e-05,2.794062928661722e-05, +MEA,mfh_sr21_std,rural,2025,,0.585018342462347,0.6019333637623582, +MEA,mfh_sr21_std,urban,2025,,1.7810483533424468,5.738442294600241, +MEA,mfh_sr22_low,rural,2025,,3.232382355765939e-05,8.20534297791517e-06, +MEA,mfh_sr22_low,urban,2025,,0.0001234182662829,0.0001038878116452, +MEA,mfh_sr31_std,rural,2025,,0.312338137204295,0.2114558174517114, +MEA,mfh_sr31_std,urban,2025,,2.855904355236736,5.328673517184871, +MEA,mfh_sr32_low,rural,2025,,1.0239113961465015e-05,2.248978135337925e-06, +MEA,mfh_sr32_low,urban,2025,,8.625467373573065e-05,6.360456189755553e-05, +MEA,sfh_s1,rural,2025,147.69976549175996,808.3268990181285,11298.226474669496,0.0946331810601776 +MEA,sfh_s1,urban,2025,145.61936191476917,197.64776951884,11270.773584763325,0.3916000008950645 +MEA,sfh_s2,rural,2025,135.3858036063415,1417.2721236558796,13661.096619634576,0.071196589570754 +MEA,sfh_s2,urban,2025,131.5971575107967,1309.2623128648663,87686.21195173606,0.508930095312334 +MEA,sfh_s3,rural,2025,113.58514822966232,1460.7680200797304,15798.470476503167,0.0952165060988736 +MEA,sfh_s3,urban,2025,108.20756113619558,2540.3928642913115,150379.31236390665,0.5470532490542472 +MEA,sfh_s51_std,rural,2025,106.72091912816404,470.4012917028011,4491.287286793589,0.0894649190280104 +MEA,sfh_s51_std,urban,2025,101.94205178310348,1755.410234763065,82850.4759211339,0.462980831941911 +MEA,sfh_s52_low,rural,2025,40.0802050103238,0.0174647475118372,0.0077603971886393,0.0110864296111731 +MEA,sfh_s52_low,urban,2025,38.998407901058656,0.153829467545262,0.1623753833030085,0.0270666043751101 +MEA,sfh_sr11_std,rural,2025,,15.95253141138938,85.94080961290047, +MEA,sfh_sr11_std,urban,2025,,5.304268194151797,117.85059488278384, +MEA,sfh_sr12_low,rural,2025,,1.558851662482209,1.3372483030728788, +MEA,sfh_sr12_low,urban,2025,,0.8759998309438047,2.3938225144535688, +MEA,sfh_sr21_std,rural,2025,,27.97827534655544,119.9682898733271, +MEA,sfh_sr21_std,urban,2025,,33.02097984231273,621.9155667193772, +MEA,sfh_sr22_low,rural,2025,,2.108723075892187,1.4514783444230226, +MEA,sfh_sr22_low,urban,2025,,4.836892567548847,11.02300810607391, +MEA,sfh_sr31_std,rural,2025,,28.03716052898329,102.14804513179476, +MEA,sfh_sr31_std,urban,2025,,61.21198355056879,866.4672495854161, +MEA,sfh_sr32_low,rural,2025,,1.2618025106905133,0.5712103487797352, +MEA,sfh_sr32_low,urban,2025,,6.033026400303741,9.370900921409412, +NAM,mfh_s1,rural,2025,17.74469768619677,50.72159557568645,784.7799783852925,0.8719396018968054 +NAM,mfh_s1,urban,2025,19.159981044354385,520.34738765462,10784.067238541298,1.081668377600222 +NAM,mfh_s2,rural,2025,15.101286752640622,29.48524014745615,384.862694597478,0.8643451364306679 +NAM,mfh_s2,urban,2025,16.32458218449295,1011.5668198216254,17267.0259594891,1.0456368776112843 +NAM,mfh_s3,rural,2025,14.14572518251164,9.590383685467645,105.29345565625717,0.7761402034927886 +NAM,mfh_s3,urban,2025,15.30433489171251,1197.0581594889077,19431.053487731995,1.0606366636823352 +NAM,mfh_s51_std,urban,2025,17.87376569061958,457.9960271696938,8002.612095327369,0.9775837975403446 +NAM,mfh_s52_low,urban,2025,13.622026485707508,1.219928669924029,4.822231328000498,0.2901829436144894 +NAM,mfh_sr11_std,rural,2025,,6.995991899224443,49.35482994364719, +NAM,mfh_sr11_std,urban,2025,,44.2126946046403,226.141671368924, +NAM,mfh_sr12_low,rural,2025,,0.3373206700707264,0.3454469289358673, +NAM,mfh_sr12_low,urban,2025,,0.6113876040126266,1.2253850338736831, +NAM,mfh_sr21_std,rural,2025,,3.412148719178287,13.118985144302204, +NAM,mfh_sr21_std,urban,2025,,72.80592578717739,333.5741240140082, +NAM,mfh_sr22_low,rural,2025,,0.1108790656883516,0.0748431561726571, +NAM,mfh_sr22_low,urban,2025,,0.5941646136037152,0.9106337876590715, +NAM,mfh_sr31_std,rural,2025,,1.0988476947514894,2.764847400581094, +NAM,mfh_sr31_std,urban,2025,,81.25625142327578,379.7921809785021, +NAM,mfh_sr32_low,rural,2025,,0.0339342120818585,0.0125725416074037, +NAM,mfh_sr32_low,urban,2025,,0.3462396376567512,0.2556703124142617, +NAM,sfh_s1,rural,2025,32.075662942716946,3685.5968756172297,97514.87235293908,0.8248735621489776 +NAM,sfh_s1,urban,2025,34.535105834147004,2764.8135283159345,100297.18370091064,1.0504178696189486 +NAM,sfh_s2,rural,2025,23.83129281092514,2098.791672719944,40013.96728524329,0.8000086403536343 +NAM,sfh_s2,urban,2025,25.660851938873623,5384.554909547212,142493.27858777405,1.031272645467502 +NAM,sfh_s3,rural,2025,20.786914898360063,680.2540317053773,10046.07291207045,0.7104526906470663 +NAM,sfh_s3,urban,2025,22.393437689890348,6419.995391372288,152864.6934964689,1.063289939844965 +NAM,sfh_s51_std,urban,2025,29.90869524275092,1473.429689952899,67756.1016038309,1.5375226643961049 +NAM,sfh_s52_low,urban,2025,14.11764386053459,1191.759165099225,6702.379539383282,0.3983623583486627 +NAM,sfh_sr11_std,rural,2025,,345.8155380960151,10310.337113271393, +NAM,sfh_sr11_std,urban,2025,,373.85520078753785,9807.670012410335, +NAM,sfh_sr12_low,rural,2025,,351.6016083895124,1792.5373361954587, +NAM,sfh_sr12_low,urban,2025,,141.46402162029997,875.6831333797855, +NAM,sfh_sr21_std,rural,2025,,217.5494704766143,4368.080704438486, +NAM,sfh_sr21_std,urban,2025,,698.4001324940022,10883.94899659628, +NAM,sfh_sr22_low,rural,2025,,175.7082863065676,565.1029744976776, +NAM,sfh_sr22_low,urban,2025,,213.9578154524842,854.8817408008672, +NAM,sfh_sr31_std,rural,2025,,72.88068735448346,1133.5731039442064, +NAM,sfh_sr31_std,urban,2025,,800.8597604724624,8487.302669215544, +NAM,sfh_sr32_low,rural,2025,,56.43999258533774,120.42612334839768, +NAM,sfh_sr32_low,urban,2025,,200.21420585131327,690.0069821626481, +PAO,mfh_s1,rural,2025,13.114177590019562,17.93679090434745,63.89264797963514,0.2716220868475503 +PAO,mfh_s1,urban,2025,16.236781251096108,130.7683004702206,838.1234371355113,0.3947349367828129 +PAO,mfh_s2,rural,2025,11.67203390264824,11.12935310782486,36.00108974953054,0.2771399823159728 +PAO,mfh_s2,urban,2025,14.375356452203944,511.9123678451639,2981.25094884498,0.4051205653391382 +PAO,mfh_s3,rural,2025,10.082736397379453,12.547538902393011,36.69282026311442,0.2900308060211438 +PAO,mfh_s3,urban,2025,12.264128740635122,602.2228639558177,3042.683754307434,0.411967423144281 +PAO,mfh_s51_std,rural,2025,9.888408135461638,0.0789127908703858,0.2298360337293883,0.2945400336289916 +PAO,mfh_s51_std,urban,2025,12.002263731566018,161.56847509902667,737.7352475285778,0.3804352425897763 +PAO,mfh_s52_low,rural,2025,9.797785358755489,3.04369459051242e-05,9.2733618698311e-05,0.3109626393940013 +PAO,mfh_s52_low,urban,2025,11.677086865143282,0.0341776104421119,0.1649598652285118,0.4133349097968991 +PAO,mfh_sr11_std,rural,2025,,1.1129182710868022,1.4420828059605222, +PAO,mfh_sr11_std,urban,2025,,2.2356920062356105,5.443585411774877, +PAO,mfh_sr12_low,rural,2025,,0.0025635459810362,0.0006850311175871, +PAO,mfh_sr12_low,urban,2025,,0.0008526624365717,0.0011607038310481, +PAO,mfh_sr21_std,rural,2025,,0.6310791935898546,0.7732621865344029, +PAO,mfh_sr21_std,urban,2025,,4.9344730527448,7.112105092755302, +PAO,mfh_sr22_low,rural,2025,,0.000452763958261,0.0001873816733879, +PAO,mfh_sr22_low,urban,2025,,0.001261213487253,0.0005530783003381, +PAO,mfh_sr31_std,rural,2025,,0.3037825314112352,0.0657044465950937, +PAO,mfh_sr31_std,urban,2025,,0.5052279648770214,0.0474149223212617, +PAO,mfh_sr32_low,rural,2025,,5.51285745357272e-05,7.128240883499483e-06, +PAO,mfh_sr32_low,urban,2025,,1.7829680741819087e-05,1.085553617745279e-06, +PAO,sfh_s1,rural,2025,23.68171456361487,1125.2329036043377,6792.773484841254,0.2549127553280385 +PAO,sfh_s1,urban,2025,29.679747200592097,354.29303232250163,3972.609112004254,0.3777922334117234 +PAO,sfh_s2,rural,2025,19.048060028930507,702.3339059661014,3476.940112739108,0.2598979323121432 +PAO,sfh_s2,urban,2025,23.82738886733092,1381.1883612387787,12584.230886786096,0.3823818897088574 +PAO,sfh_s3,rural,2025,13.324439331479338,772.6267601719345,2774.8143146827865,0.2695350426867274 +PAO,sfh_s3,urban,2025,16.518721424140775,1633.3704778149208,10333.837792725828,0.3830015304343227 +PAO,sfh_s51_std,rural,2025,12.511430048581444,273.1172175516451,902.8901622963054,0.2642280317168585 +PAO,sfh_s51_std,urban,2025,15.487094334742668,480.6942196769654,2561.9241075538685,0.3441338687772001 +PAO,sfh_s52_low,rural,2025,9.875077039957578,0.3208879238097202,0.3318389030884219,0.1047209162461386 +PAO,sfh_s52_low,urban,2025,11.917762822915076,0.3180737185583256,1.0079477021856993,0.2658982473538335 +PAO,sfh_sr11_std,rural,2025,,157.61614443018007,767.9538872393983, +PAO,sfh_sr11_std,urban,2025,,39.80496959352197,317.8571956467119, +PAO,sfh_sr12_low,rural,2025,,39.881452675780295,52.22811534202767, +PAO,sfh_sr12_low,urban,2025,,1.793289377794569,4.719473171976992, +PAO,sfh_sr21_std,rural,2025,,97.44563393902062,336.0636339841309, +PAO,sfh_sr21_std,urban,2025,,153.41113961055095,983.956203883012, +PAO,sfh_sr22_low,rural,2025,,15.070201319818391,14.611995323988388, +PAO,sfh_sr22_low,urban,2025,,3.808083742752826,7.28559907306185, +PAO,sfh_sr31_std,rural,2025,,114.26369625481084,262.1037358645261, +PAO,sfh_sr31_std,urban,2025,,159.7518820142134,698.63694055686, +PAO,sfh_sr32_low,rural,2025,,4.62436352858311,2.861141549298849, +PAO,sfh_sr32_low,urban,2025,,0.9085976113593806,1.163230759901093, +PAS,inf_ns,urban,2025,,676.613774942657,258.1840032524063, +PAS,mfh_s1,rural,2025,90.88257167275891,146.119799193147,176.59651742052793,0.0132981877574823 +PAS,mfh_s1,urban,2025,90.8289302616734,37.27588014350941,261.2517291535403,0.0771626381729509 +PAS,mfh_s2,rural,2025,90.88257167275891,221.9886696564749,332.09407263840376,0.0164607533720078 +PAS,mfh_s2,urban,2025,90.8289302616734,224.51405076421645,1461.473996069171,0.0716676835565473 +PAS,mfh_s3,rural,2025,86.93708881369658,262.16202764725006,343.004329210027,0.0150495918154133 +PAS,mfh_s3,urban,2025,86.80369702744582,615.2961634138716,3897.748468253928,0.0729779030147608 +PAS,mfh_s51_std,rural,2025,82.46990660816577,55.47522402403423,62.73073340422743,0.01371152619141 +PAS,mfh_s51_std,urban,2025,82.27665862535399,381.3624683955197,2006.790938386495,0.0639569191540965 +PAS,mfh_s52_low,urban,2025,38.45862323916928,0.003348604612402,0.0051576401152102,0.040049161785386 +PAS,mfh_sr11_std,rural,2025,,0.5482390398473224,0.5919061882987373, +PAS,mfh_sr11_std,urban,2025,,0.2516409424615969,0.4603548445046198, +PAS,mfh_sr21_std,rural,2025,,0.3068698369457806,0.3313119664901973, +PAS,mfh_sr21_std,urban,2025,,2.8106477509428736,5.141831435610235, +PAS,mfh_sr31_std,rural,2025,,0.3523827819994656,0.3701941514393981, +PAS,mfh_sr31_std,urban,2025,,6.733635891631491,11.960010655079929, +PAS,sfh_s1,rural,2025,194.3753651283975,1111.0358719710332,2838.881509576083,0.0131455258262786 +PAS,sfh_s1,urban,2025,195.1252613552728,180.2849758595017,2698.74084316418,0.0767163881694255 +PAS,sfh_s2,rural,2025,194.3753651283975,1643.8975361805046,5231.082768840449,0.0163710156990888 +PAS,sfh_s2,urban,2025,195.1252613552728,1058.2210865045836,14489.41578884822,0.0701715332798184 +PAS,sfh_s3,rural,2025,183.5772429120777,1985.4016516391505,5458.452490478325,0.0149762235018371 +PAS,sfh_s3,urban,2025,184.2199324399767,2930.2760635126306,39285.64412738145,0.0727760905464728 +PAS,sfh_s51_std,rural,2025,170.92295452413865,436.5077175620344,1024.8689865016545,0.0137364981922251 +PAS,sfh_s51_std,urban,2025,171.54560328508168,1862.720225996868,20398.664425541345,0.0638373002096961 +PAS,sfh_s52_low,urban,2025,53.14721553076517,14.421262882192377,22.66472221479262,0.0295710394699005 +PAS,sfh_sr11_std,rural,2025,,4.966155884860127,10.350542163224858, +PAS,sfh_sr11_std,urban,2025,,1.4593672303486618,5.221991449010296, +PAS,sfh_sr21_std,rural,2025,,2.767652804731195,5.768386594264619, +PAS,sfh_sr21_std,urban,2025,,15.752891130554271,56.36789770379463, +PAS,sfh_sr31_std,rural,2025,,3.081144605909332,6.107002549612592, +PAS,sfh_sr31_std,urban,2025,,38.919913837399584,132.33141702220863, +RCPA,inf_ns,urban,2025,,186.09573907473555,36.57303943159087, +RCPA,mfh_s1,rural,2025,2.2152941838320857,253.7546485552743,230.9438512692908,0.4108289029075499 +RCPA,mfh_s1,urban,2025,2.490801749055221,32.91870269627804,420.3815374892385,5.126981620848893 +RCPA,mfh_s2,rural,2025,1.8836989537286024,457.59113358304427,351.28193601323653,0.4075366960132488 +RCPA,mfh_s2,urban,2025,2.1094026562064045,118.2178343184774,1268.3286933902127,5.08615194188604 +RCPA,mfh_s3,rural,2025,1.575986403020409,659.5556026018501,416.9099259162336,0.4010867867646236 +RCPA,mfh_s3,urban,2025,1.752036014616265,461.1998507984246,4047.293892300652,5.008786892511146 +RCPA,mfh_s51_std,urban,2025,1.697089398685894,110.08156427630917,924.7430213339638,4.949960686388897 +RCPA,sfh_s1,rural,2025,4.273850191132386,221.269096054802,394.1766239506954,0.4168221686981749 +RCPA,sfh_s1,urban,2025,4.847088324238219,4.726496442723172,119.33440370380217,5.208892545184631 +RCPA,sfh_s2,rural,2025,3.4887762903794743,398.72875857291547,577.58452093329,0.4152071876596279 +RCPA,sfh_s2,urban,2025,3.9455480993223584,17.257454141396245,353.2514508059664,5.187999003961415 +RCPA,sfh_s3,rural,2025,2.6241624569658866,568.7109836542007,616.173035518361,0.412876681359337 +RCPA,sfh_s3,urban,2025,2.958205635518912,66.82687949601001,1019.5779612640276,5.157519720513355 +RCPA,sfh_s51_std,urban,2025,2.805999619204562,15.305158224611942,218.77905785909,5.094250729639815 +SAS,inf_ns,urban,2025,,1850.7115687936257,317.63366789806577, +SAS,mfh_s1,rural,2025,90.75596963562704,147.27504547939137,101.44739217859905,0.0075899081594882 +SAS,mfh_s1,urban,2025,95.97402745566758,126.87886158281148,1048.5026198481237,0.0861046343341115 +SAS,mfh_s2,rural,2025,90.75596963562704,244.23467194840595,168.1258267340314,0.0075849358952157 +SAS,mfh_s2,urban,2025,95.97402745566758,629.0035920664527,5140.627806637871,0.0851548357432327 +SAS,mfh_s3,rural,2025,86.67226574203956,311.782846535283,204.9528720658052,0.0075844071853409 +SAS,mfh_s3,urban,2025,91.62040173837984,1288.6761902251164,9912.253141506784,0.0839530325586118 +SAS,mfh_s51_std,rural,2025,82.10347343533331,90.14944117148472,52.29169701919791,0.0070649349374274 +SAS,mfh_s51_std,urban,2025,86.76082098095674,851.8502143945676,6366.740311026665,0.0861450338740525 +SAS,mfh_s52_low,rural,2025,38.60826277020307,0.1581279668883889,7.958942010678909e-07,1.3036661614499116e-07 +SAS,mfh_s52_low,urban,2025,40.302901485289816,0.0623651537496184,1.7063809781682162e-05,6.788873101300062e-06 +SAS,mfh_sr11_std,rural,2025,,0.3489441613713696,0.0018279785692374, +SAS,mfh_sr11_std,urban,2025,,0.1210186343045306,0.0024136740446069, +SAS,mfh_sr21_std,rural,2025,,0.5687292282271772,0.0029144684626133, +SAS,mfh_sr21_std,urban,2025,,0.5085225004566422,0.0101738628711596, +SAS,mfh_sr31_std,rural,2025,,0.6598963237533977,0.0033997652118423, +SAS,mfh_sr31_std,urban,2025,,0.9565431472957322,0.0186237929157101, +SAS,sfh_s1,rural,2025,195.9058845613517,4749.311892347461,7057.544213687821,0.0075853466895022 +SAS,sfh_s1,urban,2025,207.59832232629597,362.0879976254497,6465.404770391144,0.0860117434002535 +SAS,sfh_s2,rural,2025,195.9058845613517,7876.3739951945745,11693.604542349987,0.0075783488253073 +SAS,sfh_s2,urban,2025,207.59832232629597,1795.4604400167473,31699.86171111223,0.0850467432442907 +SAS,sfh_s3,rural,2025,184.88129178954736,10055.222995656908,14086.22165382606,0.0075772190868047 +SAS,sfh_s3,urban,2025,195.8864664538644,3678.917793744221,60404.69640827385,0.0838197170032101 +SAS,sfh_s51_std,rural,2025,172.16792107455407,2868.2890868114223,3532.332495208442,0.0071529702809372 +SAS,sfh_s51_std,urban,2025,182.41910504836048,2415.429100660169,38137.29469681143,0.0865536262312713 +SAS,sfh_s52_low,rural,2025,52.83173584215312,50.44267566389749,0.0165504161308442,6.2103477975385615e-06 +SAS,sfh_s52_low,urban,2025,55.53999162790341,21.170272824379406,0.0135383100882702,1.1514158204218442e-05 +SAS,sfh_sr11_std,rural,2025,,21.880709787976365,1.751309819701864, +SAS,sfh_sr11_std,urban,2025,,1.1509483731007344,1.577132669809054, +SAS,sfh_sr21_std,rural,2025,,35.64748461445341,2.818520103913895, +SAS,sfh_sr21_std,urban,2025,,5.039816835433066,7.269443591798764, +SAS,sfh_sr31_std,rural,2025,,42.89525023715271,2.2652915384057044, +SAS,sfh_sr31_std,urban,2025,,9.627690835722442,9.539291285592183, +WEU,mfh_s1,rural,2025,7.729068945553558,83.48005516525019,64.77562495840453,0.1003926002688919 +WEU,mfh_s1,urban,2025,7.903874062738302,1407.943934261155,1250.9541755507514,0.1124128680181416 +WEU,mfh_s2,rural,2025,7.037033560240777,38.96670432871854,21.86459962763976,0.0797366950212988 +WEU,mfh_s2,urban,2025,7.140037680651747,1847.3044676032853,2155.8877101896965,0.1634508383797608 +WEU,mfh_s3,rural,2025,6.803468884434982,36.3733384912525,32.186338590308935,0.1300642702360466 +WEU,mfh_s3,urban,2025,6.831419933722144,2220.9912971226267,2556.413320498858,0.1684896516536759 +WEU,mfh_s51_std,rural,2025,6.943266868810226,0.1585797242257472,0.0740005820009858,0.0672084097022347 +WEU,mfh_s51_std,urban,2025,6.959664847406423,195.10713256665127,205.54051972539276,0.1513686640793942 +WEU,mfh_s52_low,rural,2025,7.498961736578346,2.1828733290444275,0.9459027551078486,0.0577852262773417 +WEU,mfh_s52_low,urban,2025,7.521431385035357,715.2095043734038,760.8745947315615,0.1414422995197963 +WEU,mfh_sr11_std,rural,2025,,5.175566299458834,0.7342220699036145, +WEU,mfh_sr11_std,urban,2025,,73.67404515230606,8.308888749725542, +WEU,mfh_sr12_low,rural,2025,,5.555713036623844,0.4140323337516744, +WEU,mfh_sr12_low,urban,2025,,53.38282282827712,3.856609178504215, +WEU,mfh_sr21_std,rural,2025,,2.3430955770045543,0.2888106039488546, +WEU,mfh_sr21_std,urban,2025,,81.98070897825993,14.507666856666413, +WEU,mfh_sr22_low,rural,2025,,1.902204282287661,0.1542048879791639, +WEU,mfh_sr22_low,urban,2025,,46.81600728675339,4.854615231947832, +WEU,mfh_sr31_std,rural,2025,,1.3091766718865956,0.1464928201915532, +WEU,mfh_sr31_std,urban,2025,,24.34014889833535,2.580456631972944, +WEU,mfh_sr32_low,rural,2025,,0.6137251450486246,0.0375353776397912, +WEU,mfh_sr32_low,urban,2025,,5.679283568207014,0.1270289998077992, +WEU,sfh_s1,rural,2025,13.213918538672552,3265.876555497914,4013.415269197613,0.0929999485658664 +WEU,sfh_s1,urban,2025,13.654584901127702,2074.3123575934515,2994.4426488302,0.105721506453329 +WEU,sfh_s2,rural,2025,10.245233434796068,1506.8256130020582,1158.5367532592184,0.0750455533079995 +WEU,sfh_s2,urban,2025,10.547231650928188,2693.617303181963,4482.76910834457,0.157787281075308 +WEU,sfh_s3,rural,2025,7.569432410359047,1377.4946054799032,1399.813859634103,0.1342508570921273 +WEU,sfh_s3,urban,2025,7.697707292935997,3156.620625999565,4333.400821183767,0.1783384872377362 +WEU,sfh_s51_std,rural,2025,7.01023024512849,2.3595740492312016,1.6236519025937275,0.0981583009406692 +WEU,sfh_s51_std,urban,2025,7.090516412407815,249.38435132710927,290.72366335350154,0.1644119262188712 +WEU,sfh_s52_low,rural,2025,6.844377964745443,94.91431342744224,37.77391870971272,0.0581468705904303 +WEU,sfh_s52_low,urban,2025,6.867032581881874,1184.3961234373055,1161.0056494295636,0.1427474134790826 +WEU,sfh_sr11_std,rural,2025,,150.3456316686806,232.00351229448216, +WEU,sfh_sr11_std,urban,2025,,97.77565129111332,149.13270573185946, +WEU,sfh_sr12_low,rural,2025,,497.7224407192098,190.27320976558224, +WEU,sfh_sr12_low,urban,2025,,245.59331896534,90.37623066393304, +WEU,sfh_sr21_std,rural,2025,,73.69546421410155,58.261612835201056, +WEU,sfh_sr21_std,urban,2025,,149.465631141351,207.9504355004919, +WEU,sfh_sr22_low,rural,2025,,214.69170935400177,45.25706253284893, +WEU,sfh_sr22_low,urban,2025,,269.34731796791255,107.86586273502722, +WEU,sfh_sr31_std,rural,2025,,84.90320560012637,53.854605347855134, +WEU,sfh_sr31_std,urban,2025,,182.2548388519399,69.22720066104647, +WEU,sfh_sr32_low,rural,2025,,128.59295672235422,19.796615021012585, +WEU,sfh_sr32_low,urban,2025,,206.5471838044808,39.99074886029438, +AFR,inf_ns,urban,2030,,2170.433855661223,371.427967578642, +AFR,mfh_s1,rural,2030,67.77348115246582,34.497520751895294,4.121264448143787,0.0017627178589259 +AFR,mfh_s1,urban,2030,70.25683890994821,14.732388136323538,18.845593418051735,0.0182074052901233 +AFR,mfh_s2,rural,2030,67.7726824990315,72.49025953646048,9.026844073537267,0.0018373911080644 +AFR,mfh_s2,urban,2030,70.25683890994821,97.5894579458396,135.6369120133659,0.019782737236921 +AFR,mfh_s3,rural,2030,65.01722728806209,106.24941442354226,10.140330420931583,0.001467902184327 +AFR,mfh_s3,urban,2030,67.33635735981284,266.6957883873099,369.6578822262844,0.0205842095619336 +AFR,mfh_s51_std,rural,2030,61.81822777560578,75.60863844774644,4.864879290201557,0.0010408403042779 +AFR,mfh_s51_std,urban,2030,63.9770658477033,456.6513415143831,557.5898936171754,0.019085600870245 +AFR,mfh_s52_low,rural,2030,33.46765964973373,0.0023936175564155,8.140509404345482e-05,0.0010161819512264 +AFR,mfh_s52_low,urban,2030,33.604247127547524,0.0207565907950009,0.010732306386494,0.0153866072738401 +AFR,mfh_sr11_std,rural,2030,,0.0428196206551948,0.0070228105759325, +AFR,mfh_sr11_std,urban,2030,,0.1818265127428844,0.0594169702966692, +AFR,mfh_sr21_std,rural,2030,,0.1276991965458695,0.020947043030329, +AFR,mfh_sr21_std,urban,2030,,0.8722148322171649,0.2850127224973399, +AFR,mfh_sr31_std,rural,2030,,0.1094609555350403,0.017772370462851, +AFR,mfh_sr31_std,urban,2030,,1.8687638926622607,0.5834918265506306, +AFR,sfh_s1,rural,2030,143.64700022638183,1306.1317954361411,322.87088997964526,0.00172085916061 +AFR,sfh_s1,urban,2030,149.2873895755873,122.52916396736576,329.0503457294554,0.017988699090116 +AFR,sfh_s2,rural,2030,143.6444605033549,2742.50478461151,703.2518814481068,0.0017851496383363 +AFR,sfh_s2,urban,2030,149.2873895755873,814.5049601172693,2388.5305007929223,0.0196432766877455 +AFR,sfh_s3,rural,2030,135.78059522338597,4026.056357650259,782.6234383539384,0.0014316448392996 +AFR,sfh_s3,urban,2030,141.07625955685202,2229.8349174700065,6430.698641727042,0.0204423824753226 +AFR,sfh_s51_std,rural,2030,126.30495867536516,2879.1189991664405,375.1295908120179,0.0010315761835096 +AFR,sfh_s51_std,urban,2030,131.28489075542765,3861.777274117113,9627.240834957627,0.018988902591378 +AFR,sfh_s52_low,rural,2030,42.24027504538575,0.1657962265642444,0.0066434235399003,0.0009486162535901 +AFR,sfh_s52_low,urban,2030,43.1615913953456,0.8326224010504976,0.2744998376712708,0.0076382971906209 +AFR,sfh_sr11_std,rural,2030,,9.173866361885494,2.0897209474093232, +AFR,sfh_sr11_std,urban,2030,,3.666887172209702,3.097046566521563, +AFR,sfh_sr21_std,rural,2030,,22.807055715676302,6.232820075248817, +AFR,sfh_sr21_std,urban,2030,,18.50262195347792,14.856616335638462, +AFR,sfh_sr31_std,rural,2030,,24.118871078144743,5.196604040336534, +AFR,sfh_sr31_std,urban,2030,,41.557886579633255,29.45391025644506, +CHN,inf_ns,urban,2030,,2638.20999223316,3593.6175518771124, +CHN,mfh_s1,rural,2030,26.041009181373084,4465.506498346608,15872.79357396832,0.1364975423397126 +CHN,mfh_s1,urban,2030,29.27962872358791,566.6857497477172,5457.4031327953935,0.3289108338281876 +CHN,mfh_s2,rural,2030,22.143073415258677,5907.47563284898,18053.880764821675,0.138016411393494 +CHN,mfh_s2,urban,2030,24.79624346887529,2424.584997012724,19957.638463706397,0.3319600685609962 +CHN,mfh_s3,rural,2030,18.52588098244399,3839.334488336872,9961.049613266365,0.140045862769676 +CHN,mfh_s3,urban,2030,20.59536213099936,9874.412714288605,68452.56292616461,0.336596042396832 +CHN,mfh_s51_std,rural,2030,17.97700047700296,2.2454060464370738,5.572732385410697,0.1380562492160958 +CHN,mfh_s51_std,urban,2030,19.949459053940306,11893.2634849983,58522.69614064852,0.2466562710351934 +CHN,mfh_s52_low,rural,2030,14.257037731628316,4.817658453740929e-05,6.901733011436712e-06,0.010048305912604 +CHN,mfh_s52_low,urban,2030,15.475133528889272,8.097051543505088,8.244606021000095,0.0657973796247947 +CHN,mfh_sr11_std,rural,2030,,276.6130372304616,649.1385598748899, +CHN,mfh_sr11_std,urban,2030,,19.62109932063415,116.81245938747028, +CHN,mfh_sr12_low,rural,2030,,36.28207444065181,4.902911294231998, +CHN,mfh_sr12_low,urban,2030,,0.4095659881613231,0.1665114710775393, +CHN,mfh_sr21_std,rural,2030,,301.76190743238254,532.5896512619432, +CHN,mfh_sr21_std,urban,2030,,84.47765662014076,428.0822010966576, +CHN,mfh_sr22_low,rural,2030,,35.935330332296964,3.978630145241174, +CHN,mfh_sr22_low,urban,2030,,0.8881644509404957,0.3006245067569127, +CHN,mfh_sr31_std,rural,2030,,201.1592750656242,285.718157167569, +CHN,mfh_sr31_std,urban,2030,,213.6972811955792,820.7236654716554, +CHN,mfh_sr32_low,rural,2030,,8.996537696933794,0.834194799433471, +CHN,mfh_sr32_low,urban,2030,,0.3756250823208662,0.1115895139107267, +CHN,sfh_s1,rural,2030,50.23954510392356,3844.982559627067,25753.348723121337,0.1333194876453353 +CHN,sfh_s1,urban,2030,56.97801785226968,81.01646788199113,1479.2043944805114,0.3204406074338595 +CHN,sfh_s2,rural,2030,41.01092129099138,4881.502984621579,26874.419122720483,0.1342412542311988 +CHN,sfh_s2,urban,2030,46.38032051448324,350.2285771419161,5252.673451601002,0.3233665380445727 +CHN,sfh_s3,rural,2030,30.84729745331328,3168.7341998805628,13230.855582653536,0.1353583328126462 +CHN,sfh_s3,urban,2030,34.77400910324272,1419.4536260200794,16129.962429779156,0.3267814411845731 +CHN,sfh_s51_std,urban,2030,32.984811850241385,1610.6400300173393,12752.069178000547,0.2400314564173828 +CHN,sfh_s52_low,urban,2030,19.839703212324714,40.75087923677192,75.98412989179697,0.0939833107923365 +CHN,sfh_sr11_std,rural,2030,,183.69200559197915,1229.1795802489423, +CHN,sfh_sr11_std,urban,2030,,2.466710944302976,39.92050937656074, +CHN,sfh_sr12_low,rural,2030,,174.04344436498096,254.21383378873173, +CHN,sfh_sr12_low,urban,2030,,1.450921066409017,9.142091487030836, +CHN,sfh_sr21_std,rural,2030,,268.9343750353163,1373.781414740913, +CHN,sfh_sr21_std,urban,2030,,12.384056079637055,147.09223750081586, +CHN,sfh_sr22_low,rural,2030,,174.20965024929137,164.64297559356328, +CHN,sfh_sr22_low,urban,2030,,3.8403181605518872,16.485348286672398, +CHN,sfh_sr31_std,rural,2030,,207.46087035152624,704.8531096196565, +CHN,sfh_sr31_std,urban,2030,,56.603401065104734,444.48424048482434, +CHN,sfh_sr32_low,rural,2030,,66.87178688557341,25.91832874241679, +CHN,sfh_sr32_low,urban,2030,,5.226166876502389,7.619273422545668, +EEU,mfh_s1,rural,2030,5.8004566652851794,126.19652244786532,20.161896460017854,0.0275436699826709 +EEU,mfh_s1,urban,2030,5.819244081323695,281.09197135538545,86.27972556281105,0.0527465112838696 +EEU,mfh_s2,rural,2030,5.502448666608135,32.108182121386804,5.217226886154662,0.029530310020001 +EEU,mfh_s2,urban,2030,5.520358548773342,496.23479232125607,159.27758969032504,0.0581433670987433 +EEU,mfh_s3,rural,2030,5.466054840055654,22.14441588074907,1.960984798743592,0.0162007833171656 +EEU,mfh_s3,urban,2030,5.486936949774583,244.08957830080132,90.9333161081252,0.0678959426219726 +EEU,mfh_s51_std,urban,2030,5.686187079926115,165.88702844087692,58.93891530527615,0.0624839630799607 +EEU,mfh_s52_low,urban,2030,6.684871349012427,168.34894137371964,75.50713272949224,0.0670941314927623 +EEU,mfh_sr11_std,rural,2030,,33.094672032558705,3.800592552978888, +EEU,mfh_sr11_std,urban,2030,,37.75339971561888,7.279059741076035, +EEU,mfh_sr12_low,rural,2030,,0.8295566041027356,0.0465470813697556, +EEU,mfh_sr12_low,urban,2030,,0.6083137390783042,0.0580203738996015, +EEU,mfh_sr21_std,rural,2030,,8.109252161416986,0.9096421152018996, +EEU,mfh_sr21_std,urban,2030,,63.939283922125625,12.597022713566528, +EEU,mfh_sr22_low,rural,2030,,0.1750896527555192,0.0093458749681811, +EEU,mfh_sr22_low,urban,2030,,0.9067834882546968,0.0847830222623749, +EEU,mfh_sr31_std,rural,2030,,5.057447253836396,0.3264975339851148, +EEU,mfh_sr31_std,urban,2030,,24.755194152583183,5.6328208569082445, +EEU,mfh_sr32_low,rural,2030,,0.0350152887963847,0.0012814772726465, +EEU,mfh_sr32_low,urban,2030,,0.1016210945007539,0.010268184329204, +EEU,sfh_s1,rural,2030,8.376888297260287,696.0446690770054,139.9230782881662,0.0239976942108563 +EEU,sfh_s1,urban,2030,8.390499530514344,194.83545870281003,73.95275154648391,0.0452374922379106 +EEU,sfh_s2,rural,2030,7.31124971777819,187.53664079939267,34.25803287317851,0.0249853059369078 +EEU,sfh_s2,urban,2030,7.317699222685837,369.2311017244492,132.2726426870085,0.0489550162941929 +EEU,sfh_s3,rural,2030,5.765417036854554,127.977462094487,9.026515901748224,0.0122336466095899 +EEU,sfh_s3,urban,2030,5.776574125683992,174.38363468740988,57.49116418015461,0.0570722542858218 +EEU,sfh_s51_std,urban,2030,5.339781942385947,92.20662316916383,25.52304737220604,0.0518378387967843 +EEU,sfh_s52_low,urban,2030,5.795228909629955,107.0304267877586,37.32133446243008,0.0601699030425426 +EEU,sfh_sr11_std,rural,2030,,141.5540227607116,26.91460833012935, +EEU,sfh_sr11_std,urban,2030,,20.91228383291652,7.295973591226249, +EEU,sfh_sr12_low,rural,2030,,142.3116174836552,12.745593035370325, +EEU,sfh_sr12_low,urban,2030,,14.873940351619304,2.2829970504812955, +EEU,sfh_sr21_std,rural,2030,,40.25965850518802,6.799334074672061, +EEU,sfh_sr21_std,urban,2030,,41.16319306446559,13.40928600008777, +EEU,sfh_sr22_low,rural,2030,,35.538007617404745,2.7884689771009907, +EEU,sfh_sr22_low,urban,2030,,26.35089396827748,3.563113085781555, +EEU,sfh_sr31_std,rural,2030,,36.06680241315736,2.082149094679349, +EEU,sfh_sr31_std,urban,2030,,24.50119851914212,6.250531523596361, +EEU,sfh_sr32_low,rural,2030,,15.104613068973382,0.4776682816484847, +EEU,sfh_sr32_low,urban,2030,,5.643937787545493,0.6086773404982038, +FSU,mfh_s1,rural,2030,11.772125974054992,171.84532222965564,56.69998917183877,0.0280278871570616 +FSU,mfh_s1,urban,2030,8.756542324903274,423.1728379080233,308.3824819692141,0.0832222138014926 +FSU,mfh_s2,rural,2030,11.183123062211436,113.2298487833931,61.3426841943116,0.0484438604380742 +FSU,mfh_s2,urban,2030,8.322510800397222,989.049872417668,756.3102373228223,0.091881361150198 +FSU,mfh_s3,rural,2030,10.035573345512086,103.8538515774075,48.41275785668349,0.0464509955303094 +FSU,mfh_s3,urban,2030,7.789655536010645,917.9485451510578,610.8891450354636,0.085433031479983 +FSU,mfh_s51_std,rural,2030,9.741938785589044,24.30956862073009,15.605114105638233,0.0658937615582878 +FSU,mfh_s51_std,urban,2030,7.767486699889488,684.5104597195003,652.0598098353904,0.1226384988438966 +FSU,mfh_s52_low,rural,2030,9.952866848916653,0.8809610737275967,0.4063861244054034,0.046348315856533 +FSU,mfh_s52_low,urban,2030,8.397303887581892,1.2643590727774427,0.910913344998939,0.0857959456152956 +FSU,mfh_sr11_std,rural,2030,,54.5378773018413,12.374164251213443, +FSU,mfh_sr11_std,urban,2030,,8.781163097733254,4.508842232608957, +FSU,mfh_sr12_low,rural,2030,,6.690848332405417,0.734049480621895, +FSU,mfh_sr12_low,urban,2030,,0.5685684759418885,0.1322942804553224, +FSU,mfh_sr21_std,rural,2030,,36.194631904430345,12.746462706888057, +FSU,mfh_sr21_std,urban,2030,,20.244284876448333,9.91758730366446, +FSU,mfh_sr22_low,rural,2030,,4.525637334124153,0.76384264817726, +FSU,mfh_sr22_low,urban,2030,,1.2545485035511097,0.3092392647570051, +FSU,mfh_sr31_std,rural,2030,,28.209621024617803,7.398435453237426, +FSU,mfh_sr31_std,urban,2030,,18.20627640524689,6.894189294512239, +FSU,mfh_sr32_low,rural,2030,,1.971885325490644,0.322078401356517, +FSU,mfh_sr32_low,urban,2030,,0.4458068590013062,0.1102651579963664, +FSU,sfh_s1,rural,2030,19.441840625547407,650.3004419827989,324.6378084051921,0.0256772003623599 +FSU,sfh_s1,urban,2030,13.667296104337138,208.58657232664444,238.3141817003311,0.0835951220605053 +FSU,sfh_s2,rural,2030,17.397992936418436,526.9966137366096,439.2641227224033,0.0479091823020505 +FSU,sfh_s2,urban,2030,12.13628876150187,630.9044341941395,713.5351302328521,0.0931892634386502 +FSU,sfh_s3,rural,2030,12.879438402468654,383.4252599957492,211.1683323813236,0.0427613239548344 +FSU,sfh_s3,urban,2030,9.22772426050544,423.7304414633738,331.1546344914012,0.084692814050782 +FSU,sfh_s51_std,rural,2030,11.210339045756546,62.77439613945394,54.63953149920855,0.0776436021501359 +FSU,sfh_s51_std,urban,2030,8.23127068866377,313.3438210670422,356.0746269761206,0.1380552761461234 +FSU,sfh_s52_low,rural,2030,9.944198707353737,16.1994375683185,6.041793096704869,0.0375056000655915 +FSU,sfh_s52_low,urban,2030,7.918987751890675,4.747333956352841,2.807280048497611,0.074673461599074 +FSU,sfh_sr11_std,rural,2030,,146.48125502091,74.17602740433468, +FSU,sfh_sr11_std,urban,2030,,4.047575575483342,4.182326698242377, +FSU,sfh_sr12_low,rural,2030,,119.78635037175704,20.99096277453507, +FSU,sfh_sr12_low,urban,2030,,2.105358964240408,0.7860891181852769, +FSU,sfh_sr21_std,rural,2030,,117.3194827702718,103.24773622656312, +FSU,sfh_sr21_std,urban,2030,,12.493545747763696,12.501137569978429, +FSU,sfh_sr22_low,rural,2030,,98.37133872107644,23.87479731121903, +FSU,sfh_sr22_low,urban,2030,,6.086533955680442,2.1611110009437, +FSU,sfh_sr31_std,rural,2030,,108.49432078875468,46.31126794996709, +FSU,sfh_sr31_std,urban,2030,,10.098879769652717,6.159953268442051, +FSU,sfh_sr32_low,rural,2030,,47.73232053578565,6.83035470532048, +FSU,sfh_sr32_low,urban,2030,,2.492368716735528,0.5710676822757424, +LAM,inf_ns,urban,2030,,1177.7046620466149,419.4360467994175, +LAM,mfh_s1,rural,2030,55.21090238691856,5.387679428145471,35.54120558638711,0.119482847188491 +LAM,mfh_s1,urban,2030,38.053180190561,31.763682859910787,271.70911671482054,0.2247928025554156 +LAM,mfh_s2,rural,2030,52.77849211123935,8.528326301295023,50.31496910984713,0.111783170595895 +LAM,mfh_s2,urban,2030,36.555432227577015,252.69302912975564,2097.080423806786,0.2270230224495688 +LAM,mfh_s3,rural,2030,50.32243674647189,5.422429084549437,26.115729025361503,0.0957076406217816 +LAM,mfh_s3,urban,2030,34.9603097505505,451.77330629587584,3589.705997150065,0.2272809533172813 +LAM,mfh_s51_std,rural,2030,49.966375970792456,0.7346613975769791,2.53429590768502,0.0690386435900336 +LAM,mfh_s51_std,urban,2030,34.72801837615456,286.5947023180954,1968.9565400561964,0.1978280951965373 +LAM,mfh_s52_low,rural,2030,30.201835892760432,1.724927909717601e-05,2.8162138452096897e-05,0.0540581696172487 +LAM,mfh_s52_low,urban,2030,23.30716932636384,0.0174974813601089,0.0547803337145254,0.1343258516423563 +LAM,mfh_sr11_std,rural,2030,,0.0078041758986039,0.0001954306189147, +LAM,mfh_sr11_std,urban,2030,,0.0350355087217379,0.0004104539497087, +LAM,mfh_sr12_low,rural,2030,,5.357170827757295e-08,5.090926738635095e-12, +LAM,mfh_sr21_std,rural,2030,,0.010142599412882,0.0001868552552157, +LAM,mfh_sr21_std,urban,2030,,0.1973254286706988,0.0013645679690857, +LAM,mfh_sr22_low,rural,2030,,4.8469640822566e-08,5.0517478658932945e-12, +LAM,mfh_sr31_std,rural,2030,,0.007064738804962,9.446808517403412e-05, +LAM,mfh_sr31_std,urban,2030,,0.3171244838496284,0.0014094224084453, +LAM,mfh_sr32_low,rural,2030,,3.061240473004168e-08,3.2021405566152613e-12, +LAM,sfh_s1,rural,2030,109.36203744268914,945.7729586484328,12348.534874117391,0.1193883492424006 +LAM,sfh_s1,urban,2030,73.79792552446617,396.7240737292734,6658.891832344551,0.2274412594182216 +LAM,sfh_s2,rural,2030,102.90673708522768,1496.8063866596322,17193.2913525424,0.1116219453317703 +LAM,sfh_s2,urban,2030,69.65579833429148,3166.7077947869884,50400.31647731498,0.2284904212477118 +LAM,sfh_s3,rural,2030,95.81578018125536,948.5931284899611,8705.052510748059,0.0957754895829785 +LAM,sfh_s3,urban,2030,64.85784223243395,5668.7193867748665,83753.51715276136,0.2278009856655405 +LAM,sfh_s51_std,rural,2030,94.77878268476182,130.9935459172569,836.7321074717611,0.0673946480132146 +LAM,sfh_s51_std,urban,2030,64.15286008893816,3684.4167178833495,45871.91271325151,0.1940716427128992 +LAM,sfh_s52_low,rural,2030,38.32498052154463,0.0267803868850671,0.0079157045236064,0.0077124220027529 +LAM,sfh_s52_low,urban,2030,27.73617795293464,4.494998548707775,1.1699230012337154,0.0093838511145512 +LAM,sfh_sr11_std,rural,2030,,16.23500944190846,18.703127048336576, +LAM,sfh_sr11_std,urban,2030,,12.477451678076,17.53276760561809, +LAM,sfh_sr12_low,rural,2030,,0.2065105690351044,0.0002627581836796, +LAM,sfh_sr12_low,urban,2030,,0.0607968182539975,0.000342625490742, +LAM,sfh_sr21_std,rural,2030,,25.73621423404189,22.77701711806524, +LAM,sfh_sr21_std,urban,2030,,87.90323411625535,108.59272093760308, +LAM,sfh_sr22_low,rural,2030,,0.182508623131644,0.0002347105015502, +LAM,sfh_sr22_low,urban,2030,,0.2206755477735271,0.0010137928037951, +LAM,sfh_sr31_std,rural,2030,,19.59223212675879,16.084112915333762, +LAM,sfh_sr31_std,urban,2030,,149.61177523893392,164.77130956473243, +LAM,sfh_sr32_low,rural,2030,,0.0944055322493375,0.0001162930654939, +LAM,sfh_sr32_low,urban,2030,,0.2377444336573405,0.0008886863794952, +MEA,inf_ns,urban,2030,,922.88987646938,8622.550911423674, +MEA,mfh_s1,rural,2030,68.12536054487518,55.09668609150693,445.8560504817981,0.1187846637932738 +MEA,mfh_s1,urban,2030,66.99569205906927,27.921271078524427,851.9928672371069,0.455463832457544 +MEA,mfh_s2,rural,2030,64.03491242702584,94.62041250134358,583.2868834791775,0.096267690597177 +MEA,mfh_s2,urban,2030,62.258499951392565,180.6653687304692,6411.957046289823,0.5700553684303765 +MEA,mfh_s3,rural,2030,56.7134218451578,99.52860887950172,690.5396604958571,0.1223361591831977 +MEA,mfh_s3,urban,2030,54.33056929492965,358.41766786650606,11911.978991858748,0.6117165822641292 +MEA,mfh_s51_std,rural,2030,54.28411302862676,46.18656925301072,281.21698028639923,0.112163897122157 +MEA,mfh_s51_std,urban,2030,52.09479613230947,388.71612805434535,10575.273584710423,0.5222334774495275 +MEA,mfh_s52_low,rural,2030,30.117939906718973,0.0039494410226956,0.0073758978145648,0.0620088955463872 +MEA,mfh_s52_low,urban,2030,29.01981184665017,0.0572052832777536,0.3088380177523304,0.1860372981059787 +MEA,mfh_sr11_std,rural,2030,,0.7164426453237729,1.6354867345307151, +MEA,mfh_sr11_std,urban,2030,,0.5920088182136226,4.078925836556008, +MEA,mfh_sr12_low,rural,2030,,8.845028643007376e-05,3.53623217429837e-05, +MEA,mfh_sr12_low,urban,2030,,6.771251599558132e-05,8.502031193071431e-05, +MEA,mfh_sr21_std,rural,2030,,1.166880543333774,2.429350850891145, +MEA,mfh_sr21_std,urban,2030,,3.417961409876925,19.911554415931636, +MEA,mfh_sr22_low,rural,2030,,4.857034085259819e-05,2.3107072540608022e-05, +MEA,mfh_sr22_low,urban,2030,,0.0001702925133187,0.0002648559648875, +MEA,mfh_sr31_std,rural,2030,,0.8461328531909421,1.4785467285449332, +MEA,mfh_sr31_std,urban,2030,,5.067005651426959,19.26301798328819, +MEA,mfh_sr32_low,rural,2030,,1.4419561555252413e-05,5.900362975841207e-06, +MEA,mfh_sr32_low,urban,2030,,0.0001202522990325,0.0001681427272512, +MEA,sfh_s1,rural,2030,147.69976549175996,837.8533176806211,14785.944429461471,0.1194816661633953 +MEA,sfh_s1,urban,2030,145.61936191476917,202.5217278872192,13483.306737981717,0.4571994158416388 +MEA,sfh_s2,rural,2030,135.3858036063415,1438.6605619302543,18508.46537140607,0.095025233440032 +MEA,sfh_s2,urban,2030,131.5971575107967,1312.695032852072,98919.92319057789,0.5726291073674009 +MEA,sfh_s3,rural,2030,113.58514822966232,1509.9066514895253,20448.84207666296,0.1192331653417238 +MEA,sfh_s3,urban,2030,108.20756113619558,2600.2541482815886,171314.39418299226,0.6088642127019375 +MEA,sfh_s51_std,rural,2030,106.72091912816404,716.1816685684768,8325.733643069409,0.1089305647673944 +MEA,sfh_s51_std,urban,2030,101.94205178310348,2870.482598832401,151539.56258708314,0.5178664075014432 +MEA,sfh_s52_low,rural,2030,40.0802050103238,4.001038746036246,4.007628975007131,0.0249910680159297 +MEA,sfh_s52_low,urban,2030,38.998407901058656,37.41497195630214,85.81451637289378,0.0588123397989212 +MEA,sfh_sr11_std,rural,2030,,29.636995194406303,239.1936165417913, +MEA,sfh_sr11_std,urban,2030,,9.2782881197888,261.6996056573448, +MEA,sfh_sr12_low,rural,2030,,2.7257275262064127,4.422608247628868, +MEA,sfh_sr12_low,urban,2030,,1.4702469267204197,7.460292544906563, +MEA,sfh_sr21_std,rural,2030,,51.237535538901085,340.8499698253732, +MEA,sfh_sr21_std,urban,2030,,56.39426356615233,1368.3887808161037, +MEA,sfh_sr22_low,rural,2030,,3.577558732850364,4.623904070157502, +MEA,sfh_sr22_low,urban,2030,,7.793457724175151,32.757458042772285, +MEA,sfh_sr31_std,rural,2030,,52.95613759928698,289.7696864854027, +MEA,sfh_sr31_std,urban,2030,,108.84439448743024,2001.367469813505, +MEA,sfh_sr32_low,rural,2030,,2.137890534233176,1.770313546578404, +MEA,sfh_sr32_low,urban,2030,,9.645627709426174,27.171777752903463, +NAM,mfh_s1,rural,2030,17.74469768619677,43.497307761130045,703.0929095216169,0.9109231433206136 +NAM,mfh_s1,urban,2030,19.159981044354385,474.069074537421,10063.25965992513,1.1079036121241574 +NAM,mfh_s2,rural,2030,15.101286752640622,24.972114844000604,340.5588054532109,0.9030729543181342 +NAM,mfh_s2,urban,2030,16.32458218449295,901.0218114393512,15615.434715857216,1.06163859871558 +NAM,mfh_s3,rural,2030,14.14572518251164,8.369700429241428,96.49222429963254,0.814999209108786 +NAM,mfh_s3,urban,2030,15.30433489171251,1126.9934020966243,18464.82313013108,1.0705558230908316 +NAM,mfh_s51_std,urban,2030,17.87376569061958,669.5561684971417,11749.84479182217,0.981813623467614 +NAM,mfh_s52_low,urban,2030,13.622026485707508,28.283770543971475,148.00339392762572,0.3841427568535807 +NAM,mfh_sr11_std,rural,2030,,10.871784683900197,78.54711442502033, +NAM,mfh_sr11_std,urban,2030,,76.55222086042174,383.3308547935672, +NAM,mfh_sr12_low,rural,2030,,0.6253382411645856,0.6681512405676612, +NAM,mfh_sr12_low,urban,2030,,1.2263396235444104,2.435197878078165, +NAM,mfh_sr21_std,rural,2030,,5.584625002395073,26.453330872862427, +NAM,mfh_sr21_std,urban,2030,,121.82427414927996,526.2677944998821, +NAM,mfh_sr22_low,rural,2030,,0.2054507581991364,0.1426019198817724, +NAM,mfh_sr22_low,urban,2030,,1.1760774950866928,1.7412557126405384, +NAM,mfh_sr31_std,rural,2030,,1.893398051791947,6.369113737806907, +NAM,mfh_sr31_std,urban,2030,,139.8406810438284,618.8279220731534, +NAM,mfh_sr32_low,rural,2030,,0.0671194733786254,0.0264559961025793, +NAM,mfh_sr32_low,urban,2030,,0.7897644297141038,0.8402134703978286, +NAM,sfh_s1,rural,2030,32.075662942716946,3048.325521434965,81959.11646931413,0.8382243730994836 +NAM,sfh_s1,urban,2030,34.535105834147004,2381.109222852812,87395.79909799281,1.0627973165879112 +NAM,sfh_s2,rural,2030,23.83129281092514,1710.0251924265697,33244.70126005025,0.8157786279844357 +NAM,sfh_s2,urban,2030,25.660851938873623,4493.588285071867,120555.03862006954,1.0454927295213334 +NAM,sfh_s3,rural,2030,20.786914898360063,570.8927316065196,8631.379433667455,0.7273369594573164 +NAM,sfh_s3,urban,2030,22.393437689890348,5636.228873071979,136283.36573199678,1.079775481104693 +NAM,sfh_s51_std,urban,2030,29.90869524275092,1909.904913160132,94915.491138053,1.6616053654915175 +NAM,sfh_s52_low,urban,2030,14.11764386053459,2140.202690889992,13420.034517554524,0.4441569939725802 +NAM,sfh_sr11_std,rural,2030,,534.5628384630118,16477.89670630142, +NAM,sfh_sr11_std,urban,2030,,591.3860290423588,15220.95355646738, +NAM,sfh_sr12_low,rural,2030,,569.0665457086905,2958.531423151867, +NAM,sfh_sr12_low,urban,2030,,230.30884835431124,1375.788932237462, +NAM,sfh_sr21_std,rural,2030,,329.3099372481372,6795.186156485258, +NAM,sfh_sr21_std,urban,2030,,1106.4288351060325,17882.74981982309, +NAM,sfh_sr22_low,rural,2030,,283.14055283378684,923.2168230888868, +NAM,sfh_sr22_low,urban,2030,,343.1856304867026,1336.491411005706, +NAM,sfh_sr31_std,rural,2030,,113.638978516565,1793.6468621280217, +NAM,sfh_sr31_std,urban,2030,,1371.8056470185495,16860.737536186643, +NAM,sfh_sr32_low,rural,2030,,95.3763462233178,207.07123960757212, +NAM,sfh_sr32_low,urban,2030,,348.979624588412,1181.98989883292, +PAO,mfh_s1,rural,2030,13.114177590019562,16.246750941353344,58.48433932910695,0.2744934620845858 +PAO,mfh_s1,urban,2030,16.236781251096108,126.3098318151387,788.306091096932,0.3843773476959467 +PAO,mfh_s2,rural,2030,11.67203390264824,10.13484901338529,33.040086803101005,0.2793041291499781 +PAO,mfh_s2,urban,2030,14.375356452203944,495.7548482392763,2808.1943481894345,0.3940411415572658 +PAO,mfh_s3,rural,2030,10.082736397379453,11.771771687142376,34.5311567449676,0.2909315918902545 +PAO,mfh_s3,urban,2030,12.264128740635122,601.1421434953611,2940.200517385063,0.3988072761430375 +PAO,mfh_s51_std,rural,2030,9.888408135461638,0.1302669442826108,0.3752631998310572,0.2913233989356544 +PAO,mfh_s51_std,urban,2030,12.002263731566018,238.55597666070213,1050.2382586443075,0.3668042574507406 +PAO,mfh_s52_low,rural,2030,9.797785358755489,0.0005215735419468,0.0015606383076577,0.3053927967557222 +PAO,mfh_s52_low,urban,2030,11.677086865143282,0.7148341414052133,3.2766182536499,0.392541925658287 +PAO,mfh_sr11_std,rural,2030,,1.7711737236075145,2.244094722112256, +PAO,mfh_sr11_std,urban,2030,,4.155119164262521,9.958388598579916, +PAO,mfh_sr12_low,rural,2030,,0.0047951430562646,0.0013148288105608, +PAO,mfh_sr12_low,urban,2030,,0.0026017886731634,0.0030076389090874, +PAO,mfh_sr21_std,rural,2030,,1.0047687049934388,1.197843693035725, +PAO,mfh_sr21_std,urban,2030,,11.746248000980438,22.121542208835177, +PAO,mfh_sr22_low,rural,2030,,0.0011707931057239,0.0004030553766556, +PAO,mfh_sr22_low,urban,2030,,0.003087610380989,0.0019905884399271, +PAO,mfh_sr31_std,rural,2030,,0.6164556679019063,0.3351709298717093, +PAO,mfh_sr31_std,urban,2030,,1.2569491999986728,0.1167275510888374, +PAO,mfh_sr32_low,rural,2030,,0.0001171284324685,2.3805100232037087e-05, +PAO,mfh_sr32_low,urban,2030,,0.000112031676193,1.319579881811062e-05, +PAO,sfh_s1,rural,2030,23.68171456361487,945.937141371284,5718.608727534348,0.2552789250961379 +PAO,sfh_s1,urban,2030,29.679747200592097,320.67184818307766,3509.589542350639,0.3687527731004191 +PAO,sfh_s2,rural,2030,19.048060028930507,597.3192500424134,2978.386683262496,0.2617723785894666 +PAO,sfh_s2,urban,2030,23.82738886733092,1253.671370354832,11145.93087871763,0.3731265775738204 +PAO,sfh_s3,rural,2030,13.324439331479338,669.5245645167479,2425.3878517269163,0.2718727865526557 +PAO,sfh_s3,urban,2030,16.518721424140775,1519.8855354350644,9390.096115275534,0.3740095800585382 +PAO,sfh_s51_std,rural,2030,12.511430048581444,270.0590386288985,881.213410618062,0.2608047088548316 +PAO,sfh_s51_std,urban,2030,15.487094334742668,705.7754236453063,3633.346502332277,0.3324071388425894 +PAO,sfh_s52_low,rural,2030,9.875077039957578,0.3743341935592201,0.4528687627044917,0.1225102351914428 +PAO,sfh_s52_low,urban,2030,11.917762822915076,6.415405032955079,20.647317278135336,0.2700503924220142 +PAO,sfh_sr11_std,rural,2030,,237.91103499029728,1153.6989213270565, +PAO,sfh_sr11_std,urban,2030,,64.51845050970651,501.3756821882796, +PAO,sfh_sr12_low,rural,2030,,64.76939125800216,84.14376066565244, +PAO,sfh_sr12_low,urban,2030,,3.148696669794491,7.995361589758207, +PAO,sfh_sr21_std,rural,2030,,148.04911429344682,511.3354355714888, +PAO,sfh_sr21_std,urban,2030,,250.1727992693133,1559.7147596287516, +PAO,sfh_sr22_low,rural,2030,,24.92750249668844,23.942525139084456, +PAO,sfh_sr22_low,urban,2030,,6.751075777255304,12.275129007925951, +PAO,sfh_sr31_std,rural,2030,,179.93477681369694,411.6014908395855, +PAO,sfh_sr31_std,urban,2030,,271.4703442371165,1153.8556726798208, +PAO,sfh_sr32_low,rural,2030,,8.13851196201766,4.9428616747197145, +PAO,sfh_sr32_low,urban,2030,,1.6960861373124454,2.037904341142021, +PAS,inf_ns,urban,2030,,665.7482198011083,340.49737612860395, +PAS,mfh_s1,rural,2030,90.88257167275891,154.64259632784533,334.27307872108605,0.0237843704835527 +PAS,mfh_s1,urban,2030,90.8289302616734,39.2262830741772,349.54157984554183,0.0981064333872143 +PAS,mfh_s2,rural,2030,90.88257167275891,225.8920184450649,552.9617942667547,0.0269347923651016 +PAS,mfh_s2,urban,2030,90.8289302616734,221.3852605902684,1818.749467403969,0.0904482100805336 +PAS,mfh_s3,rural,2030,86.93708881369658,262.1472669415444,558.0371050320194,0.0244857070651199 +PAS,mfh_s3,urban,2030,86.80369702744582,601.758601630954,4818.088112920632,0.0922389198892301 +PAS,mfh_s51_std,rural,2030,82.46990660816577,81.4309601597572,146.1049694115262,0.0217560440411265 +PAS,mfh_s51_std,urban,2030,82.27665862535399,597.7854318427346,4019.271266113851,0.0817194331131858 +PAS,mfh_s52_low,rural,2030,39.659483654743006,0.0034933043900003,0.0030015058451668,0.0216648510821631 +PAS,mfh_s52_low,urban,2030,38.45862323916928,0.6102790375338616,0.953558783335054,0.0406279851564538 +PAS,mfh_sr11_std,rural,2030,,0.7789468091098751,0.8361051335620153, +PAS,mfh_sr11_std,urban,2030,,0.3742034914893189,0.6443343464418396, +PAS,mfh_sr21_std,rural,2030,,0.4226232834403024,0.453634947631416, +PAS,mfh_sr21_std,urban,2030,,3.927114574693225,6.762028843445517, +PAS,mfh_sr31_std,rural,2030,,0.4675479731024258,0.4883073306058764, +PAS,mfh_sr31_std,urban,2030,,9.349234345222694,15.629444777556776, +PAS,sfh_s1,rural,2030,194.3753651283975,1179.75680911354,5416.1908582698925,0.0236189314138147 +PAS,sfh_s1,urban,2030,195.1252613552728,190.3574222998004,3626.843466314177,0.0976439858124654 +PAS,sfh_s2,rural,2030,194.3753651283975,1677.7631445059558,8741.95195804019,0.0268062796090243 +PAS,sfh_s2,urban,2030,195.1252613552728,1046.0963987469202,18103.113971667884,0.0886886574769724 +PAS,sfh_s3,rural,2030,183.5772429120777,1970.1789778575496,8828.160696379044,0.0244087593759131 +PAS,sfh_s3,urban,2030,184.2199324399767,2842.3267829132046,48285.54359503222,0.0922160464556342 +PAS,sfh_s51_std,rural,2030,170.92295452413865,638.8905033589264,2375.752775775366,0.0217557681216492 +PAS,sfh_s51_std,urban,2030,171.54560328508168,2810.2470497520635,40466.11683924564,0.0839397050860864 +PAS,sfh_s52_low,rural,2030,53.93771085324265,0.0245621568335693,0.0280873106237499,0.0212007461682368 +PAS,sfh_s52_low,urban,2030,53.14721553076517,131.40021868344306,207.17345989579,0.0296658990799558 +PAS,sfh_sr11_std,rural,2030,,6.760913202030155,14.018476948093912, +PAS,sfh_sr11_std,urban,2030,,2.0738268682815817,6.986088967019407, +PAS,sfh_sr21_std,rural,2030,,3.657433646507025,7.583539045805683, +PAS,sfh_sr21_std,urban,2030,,20.99894128879076,70.73901599762803, +PAS,sfh_sr31_std,rural,2030,,3.874434974952198,7.639867276440042, +PAS,sfh_sr31_std,urban,2030,,51.09734910062945,163.56219871079577, +RCPA,inf_ns,urban,2030,,181.63350428210137,36.00864337595292, +RCPA,mfh_s1,rural,2030,2.2152941838320857,277.8305890328677,431.47812626000194,0.7010472937471822 +RCPA,mfh_s1,urban,2030,2.490801749055221,35.8816893790564,524.1571678851375,5.86474974290157 +RCPA,mfh_s2,rural,2030,1.8836989537286024,478.1094576930068,626.2731560355973,0.6953844351689192 +RCPA,mfh_s2,urban,2030,2.1094026562064045,122.62374793222568,1504.8555052106212,5.817825982148452 +RCPA,mfh_s3,rural,2030,1.575986403020409,633.2975303208567,682.9813748468077,0.6843032455804305 +RCPA,mfh_s3,urban,2030,1.752036014616265,441.0144883333248,4426.557522820658,5.728886600042387 +RCPA,mfh_s51_std,urban,2030,1.697089398685894,179.35819315747776,1685.232591926175,5.53648221193162 +RCPA,sfh_s1,rural,2030,4.273850191132386,241.9771018858175,735.6859669388508,0.7113755036068293 +RCPA,sfh_s1,urban,2030,4.847088324238219,5.145848104682969,148.62597377623572,5.958772666768376 +RCPA,sfh_s2,rural,2030,3.4887762903794743,412.9336427439055,1020.8145767015887,0.7085874780111041 +RCPA,sfh_s2,urban,2030,3.9455480993223584,17.744150195080618,415.4995733581279,5.93482660826118 +RCPA,sfh_s3,rural,2030,2.6241624569658866,552.3639123840998,1021.272204380435,0.7045721897221571 +RCPA,sfh_s3,urban,2030,2.958205635518912,64.74444366523,1129.9778288623131,5.899824035392556 +RCPA,sfh_s51_std,urban,2030,2.805999619204562,25.08133135168348,401.1490656436098,5.699904660519728 +SAS,inf_ns,urban,2030,,1966.6645868481755,267.077156725496, +SAS,mfh_s1,rural,2030,90.75596963562704,158.48123673822465,153.20146652592223,0.0106514778806762 +SAS,mfh_s1,urban,2030,95.97402745566758,136.30657545424629,1204.2656199011449,0.0920559281924294 +SAS,mfh_s2,rural,2030,90.75596963562704,257.2466994584912,250.7498882056372,0.0107402832634445 +SAS,mfh_s2,urban,2030,95.97402745566758,659.5572449785328,5781.527375845782,0.0913348187364716 +SAS,mfh_s3,rural,2030,86.67226574203956,334.16814981394526,308.32181290179983,0.0106453279923638 +SAS,mfh_s3,urban,2030,91.62040173837984,1378.684005729175,11391.235148165357,0.0901807593722898 +SAS,mfh_s51_std,rural,2030,82.10347343533331,139.2214757940014,112.53788376222778,0.0098453459331571 +SAS,mfh_s51_std,urban,2030,86.76082098095674,1480.56714740162,11673.637773744296,0.0908770983563702 +SAS,mfh_s52_low,rural,2030,38.60826277020307,0.7066091697910972,0.0025482951075501,9.340931579488586e-05 +SAS,mfh_s52_low,urban,2030,40.302901485289816,4.854163910539044,0.2626722285504948,0.0013426518317263 +SAS,mfh_sr11_std,rural,2030,,0.5679344917852402,0.0028363100758304, +SAS,mfh_sr11_std,urban,2030,,0.1974539636307719,0.0045795809857512, +SAS,mfh_sr21_std,rural,2030,,0.9062427646128765,0.0044330973342254, +SAS,mfh_sr21_std,urban,2030,,0.8463265117262468,0.019095801349488, +SAS,mfh_sr31_std,rural,2030,,1.0922330453339162,0.0052635659803524, +SAS,mfh_sr31_std,urban,2030,,1.5262054630475743,0.0338944043997112, +SAS,sfh_s1,rural,2030,195.9058845613517,5105.481952378301,10653.483038619146,0.0106514171111369 +SAS,sfh_s1,urban,2030,207.59832232629597,388.3691995307644,7421.172599149441,0.0920457864944659 +SAS,sfh_s2,rural,2030,195.9058845613517,8287.687472732332,17431.460612961393,0.0107362578181417 +SAS,sfh_s2,urban,2030,207.59832232629597,1879.9313178859245,35629.21913729003,0.0912936312954781 +SAS,sfh_s3,rural,2030,184.88129178954736,10766.763344851124,21181.36845563913,0.0106408392084496 +SAS,sfh_s3,urban,2030,195.8864664538644,3929.7174733196266,69370.11916132222,0.09011699061987 +SAS,sfh_s51_std,rural,2030,172.16792107455407,4391.889372629624,7597.088868925311,0.0100471660327592 +SAS,sfh_s51_std,urban,2030,182.41910504836048,4194.81218053094,69921.94083688453,0.0913756824274727 +SAS,sfh_s52_low,rural,2030,52.83173584215312,130.5725242006753,0.4964667517026969,7.196867203549171e-05 +SAS,sfh_s52_low,urban,2030,55.53999162790341,53.71838444111759,1.6158741610915883,0.000541600159325 +SAS,sfh_sr11_std,rural,2030,,34.97137725617738,3.242876996993386, +SAS,sfh_sr11_std,urban,2030,,2.0530566434337274,5.508031205356236, +SAS,sfh_sr21_std,rural,2030,,55.78984018143198,5.119786741978408, +SAS,sfh_sr21_std,urban,2030,,8.923197487484988,25.72288899270066, +SAS,sfh_sr31_std,rural,2030,,68.8187473153032,4.633600386536627, +SAS,sfh_sr31_std,urban,2030,,17.89335458215549,47.12514510799792, +WEU,mfh_s1,rural,2030,7.729068945553558,74.06213483354735,66.77101343241361,0.1166445790473805 +WEU,mfh_s1,urban,2030,7.903874062738302,1306.701275801428,1336.4728338979994,0.1294028401900004 +WEU,mfh_s2,rural,2030,7.037033560240777,33.46030756482249,22.39114822339142,0.0950948097716564 +WEU,mfh_s2,urban,2030,7.140037680651747,1652.474782910995,2238.2183765810573,0.1896999046632147 +WEU,mfh_s3,rural,2030,6.803468884434982,33.63148306789027,33.597605124841024,0.1468357816750734 +WEU,mfh_s3,urban,2030,6.831419933722144,2169.6567824059675,2840.231348986138,0.1916247916531463 +WEU,mfh_s51_std,rural,2030,6.943266868810226,0.2151259022496718,0.1240512928997985,0.0830509744051547 +WEU,mfh_s51_std,urban,2030,6.959664847406423,295.20150757461613,350.88875243696344,0.1707900439277634 +WEU,mfh_s52_low,rural,2030,7.498961736578346,3.0557580975826646,1.6238671577054742,0.0708647712380261 +WEU,mfh_s52_low,urban,2030,7.521431385035357,1090.7766777395152,1311.1460097503343,0.1598139611453336 +WEU,mfh_sr11_std,rural,2030,,7.477709702375359,1.2942577529937629, +WEU,mfh_sr11_std,urban,2030,,111.35031205136028,14.45860677145238, +WEU,mfh_sr12_low,rural,2030,,9.371319341897502,0.8698399762299439, +WEU,mfh_sr12_low,urban,2030,,92.27794272967256,7.681609285933987, +WEU,mfh_sr21_std,rural,2030,,3.3425849766394853,0.4930605939530725, +WEU,mfh_sr21_std,urban,2030,,124.06996710416271,25.90737599974852, +WEU,mfh_sr22_low,rural,2030,,3.1088321427427794,0.3026563077409862, +WEU,mfh_sr22_low,urban,2030,,79.67549145912953,10.561102123130746, +WEU,mfh_sr31_std,rural,2030,,2.2841797667036268,0.4320098463229497, +WEU,mfh_sr31_std,urban,2030,,49.90482315073997,7.257438729951881, +WEU,mfh_sr32_low,rural,2030,,1.1156460375563837,0.0880547548295672, +WEU,mfh_sr32_low,urban,2030,,14.150612172319578,0.698067783585461, +WEU,sfh_s1,rural,2030,13.213918538672552,2768.0863710525155,3811.934777505429,0.1042159517429022 +WEU,sfh_s1,urban,2030,13.654584901127702,1830.0142905406285,2989.4251935138373,0.1196340229209768 +WEU,sfh_s2,rural,2030,10.245233434796068,1228.475689720369,1100.5070394496502,0.0874388425470276 +WEU,sfh_s2,urban,2030,10.547231650928188,2281.794136273731,4357.311838121081,0.1810521546829773 +WEU,sfh_s3,rural,2030,7.569432410359047,1194.800245489452,1380.0521896476257,0.1525938012887457 +WEU,sfh_s3,urban,2030,7.697707292935997,2891.935943422987,4675.31956113105,0.2100202826028843 +WEU,sfh_s51_std,rural,2030,7.01023024512849,3.0531385365667214,2.628789999973044,0.1228222646602431 +WEU,sfh_s51_std,urban,2030,7.090516412407815,374.8374528192512,491.9698440120417,0.1851047819141469 +WEU,sfh_s52_low,rural,2030,6.844377964745443,132.8333767557408,64.84656370246975,0.07132565520696 +WEU,sfh_s52_low,urban,2030,6.867032581881874,1808.1299459880463,2001.3561065198685,0.1611853711924877 +WEU,sfh_sr11_std,rural,2030,,215.4827651704704,363.93333434761576, +WEU,sfh_sr11_std,urban,2030,,143.96434043239648,249.06122284861297, +WEU,sfh_sr12_low,rural,2030,,793.2721905785154,350.5713037354811, +WEU,sfh_sr12_low,urban,2030,,404.8445589964286,173.34354609681276, +WEU,sfh_sr21_std,rural,2030,,101.28047594699376,95.8209640488178, +WEU,sfh_sr21_std,urban,2030,,213.5438305027345,357.3670842975065, +WEU,sfh_sr22_low,rural,2030,,328.348796009017,86.90091604728676, +WEU,sfh_sr22_low,urban,2030,,428.2755008644608,210.23123879525937, +WEU,sfh_sr31_std,rural,2030,,125.29188230771054,96.2338433228183, +WEU,sfh_sr31_std,urban,2030,,271.50389717163296,134.51593731980398, +WEU,sfh_sr32_low,rural,2030,,218.3479390280121,48.71934948559415, +WEU,sfh_sr32_low,urban,2030,,354.73703126781976,85.67784594943404, +AFR,inf_ns,urban,2035,,2214.8335069463087,366.3955809093804, +AFR,mfh_s1,rural,2035,67.77348115246582,37.36136858070751,5.521003219782723,0.0021803962700786 +AFR,mfh_s1,urban,2035,70.25683890994821,14.910924300644377,30.960150072079745,0.0295535656522763 +AFR,mfh_s2,rural,2035,67.7726824990315,76.33894492131111,11.88495071775286,0.0022971880913163 +AFR,mfh_s2,urban,2035,70.25683890994821,97.3763772958502,220.0646277360754,0.0321668121282642 +AFR,mfh_s3,rural,2035,65.01722728806209,113.52682250099352,13.791511575179545,0.0018684648877075 +AFR,mfh_s3,urban,2035,67.33635735981284,271.13402362200225,610.0243362112435,0.0334128501504052 +AFR,mfh_s51_std,rural,2035,61.81822777560578,110.5498484343658,9.292178666148896,0.0013596992241436 +AFR,mfh_s51_std,urban,2035,63.9770658477033,659.5365464465668,1335.1796377452597,0.0316429173094993 +AFR,mfh_s52_low,rural,2035,33.46765964973373,0.0051274809686592,0.0002222743787431,0.0012952690973126 +AFR,mfh_s52_low,urban,2035,33.604247127547524,0.0387097241415066,0.0330592885791696,0.025414364665917 +AFR,mfh_sr11_std,rural,2035,,0.0569804571180981,0.0120325559369366, +AFR,mfh_sr11_std,urban,2035,,0.2299245729266607,0.1006929423896527, +AFR,mfh_sr21_std,rural,2035,,0.1655631473108048,0.0349909261909187, +AFR,mfh_sr21_std,urban,2035,,1.0749130858513944,0.4706893416199144, +AFR,mfh_sr31_std,rural,2035,,0.1429883845367476,0.0298952545844263, +AFR,mfh_sr31_std,urban,2035,,2.333398196883206,0.9800944763388816, +AFR,sfh_s1,rural,2035,143.64700022638183,1411.3535617397192,432.64283794337325,0.0021340133602543 +AFR,sfh_s1,urban,2035,149.2873895755873,123.53980968081662,542.6343511479399,0.0294223414371151 +AFR,sfh_s2,rural,2035,143.6444605033549,2881.2933799633706,925.8722729629424,0.0022370449700357 +AFR,sfh_s2,urban,2035,149.2873895755873,810.2418777802568,3887.419527256745,0.0321383518905321 +AFR,sfh_s3,rural,2035,135.78059522338597,4292.058325123271,1066.140365831703,0.0018294100627212 +AFR,sfh_s3,urban,2035,141.07625955685202,2260.5216326725563,10646.792213463455,0.0333853685117355 +AFR,sfh_s51_std,rural,2035,126.30495867536516,4209.605146988164,718.1164605936713,0.0013506198208286 +AFR,sfh_s51_std,urban,2035,131.28489075542765,5577.164622546321,23096.726726986704,0.0315443966431348 +AFR,sfh_s52_low,rural,2035,42.24027504538575,0.3506100900633586,0.0163692720466943,0.0011052950338346 +AFR,sfh_s52_low,urban,2035,43.1615913953456,1.4923606064098085,0.7342574813521322,0.0113992730012356 +AFR,sfh_sr11_std,rural,2035,,13.547461226096573,3.4948223813637265, +AFR,sfh_sr11_std,urban,2035,,4.57731037218701,5.26451930394897, +AFR,sfh_sr21_std,rural,2035,,32.01932777341391,10.16235961331863, +AFR,sfh_sr21_std,urban,2035,,22.690395235054112,24.61275754425764, +AFR,sfh_sr31_std,rural,2035,,36.519339400317456,8.063447327306047, +AFR,sfh_sr31_std,urban,2035,,52.34593326415611,50.052181323017535, +CHN,inf_ns,urban,2035,,2224.6739561345257,6147.0527567801855, +CHN,mfh_s1,rural,2035,26.041009181373084,4373.060168801752,16094.802681665458,0.1413326145646996 +CHN,mfh_s1,urban,2035,29.27962872358791,575.4359808409577,5061.905819804413,0.3004356610523315 +CHN,mfh_s2,rural,2035,22.143073415258677,5661.310110157945,17921.071908655107,0.1429582218183719 +CHN,mfh_s2,urban,2035,24.79624346887529,2368.715542192205,17803.993175278425,0.3031228094869901 +CHN,mfh_s3,rural,2035,18.52588098244399,3337.930641565559,8961.877009186554,0.1449248306399136 +CHN,mfh_s3,urban,2035,20.59536213099936,8800.274412995022,55626.91656460382,0.3069158661808716 +CHN,mfh_s51_std,rural,2035,17.97700047700296,2.007872880474384,5.117041169386559,0.141763839570388 +CHN,mfh_s51_std,urban,2035,19.949459053940306,15268.346847871437,70417.10382923759,0.2311825330717345 +CHN,mfh_s52_low,rural,2035,14.257037731628316,4.307347413463104e-05,6.1302794288247466e-06,0.0099825402567592 +CHN,mfh_s52_low,urban,2035,15.475133528889272,18.584443227788988,16.54330956802148,0.0575225906200446 +CHN,mfh_sr11_std,rural,2035,,375.5058549201205,900.666695265324, +CHN,mfh_sr11_std,urban,2035,,26.63004894374931,140.46786436012783, +CHN,mfh_sr12_low,rural,2035,,49.46627124668972,6.820743959353126, +CHN,mfh_sr12_low,urban,2035,,0.5816726682085918,0.2122732095950981, +CHN,mfh_sr21_std,rural,2035,,388.67050390525895,688.9095496927413, +CHN,mfh_sr21_std,urban,2035,,109.79233891403436,492.26816786920494, +CHN,mfh_sr22_low,rural,2035,,47.78190540872569,5.314153879493866, +CHN,mfh_sr22_low,urban,2035,,1.266845703395478,0.3802062774273221, +CHN,mfh_sr31_std,rural,2035,,233.9704688958294,332.94928228407593, +CHN,mfh_sr31_std,urban,2035,,262.3642745092879,905.1821611963182, +CHN,mfh_sr32_low,rural,2035,,12.012328835173642,1.1309024232837726, +CHN,mfh_sr32_low,urban,2035,,0.5222481509301903,0.1369616596243083, +CHN,sfh_s1,rural,2035,50.23954510392356,3752.9792155460223,26043.890734557383,0.138128726241902 +CHN,sfh_s1,urban,2035,56.97801785226968,81.88145644654111,1363.7399897756627,0.2923066393249512 +CHN,sfh_s2,rural,2035,41.01092129099138,4601.8611736338735,26235.999776397428,0.1390159333637202 +CHN,sfh_s2,urban,2035,46.38032051448324,337.6006585494873,4619.584687041419,0.2950298119276628 +CHN,sfh_s3,rural,2035,30.84729745331328,2748.109219340704,11884.68720108996,0.1401963301372279 +CHN,sfh_s3,urban,2035,34.77400910324272,1269.190128525615,13176.736428060842,0.2985564168211038 +CHN,sfh_s51_std,urban,2035,32.984811850241385,2045.027653025712,15367.27085447744,0.2278156472961363 +CHN,sfh_s52_low,urban,2035,19.839703212324714,85.15619585103366,157.42965927244958,0.0931826661227483 +CHN,sfh_sr11_std,rural,2035,,235.2058824838571,1610.171586196597, +CHN,sfh_sr11_std,urban,2035,,3.2765006020454965,48.48259831489528, +CHN,sfh_sr12_low,rural,2035,,236.0786091395537,362.5942941498568, +CHN,sfh_sr12_low,urban,2035,,2.025982516259122,11.42438374456459, +CHN,sfh_sr21_std,rural,2035,,334.51685818034025,1751.0594621377088, +CHN,sfh_sr21_std,urban,2035,,15.799577797427858,171.57625050006607, +CHN,sfh_sr22_low,rural,2035,,228.025747613018,224.83513352288065, +CHN,sfh_sr22_low,urban,2035,,5.274768849094675,20.68791174695709, +CHN,sfh_sr31_std,rural,2035,,239.951512492652,833.6718141520854, +CHN,sfh_sr31_std,urban,2035,,67.13110615571775,470.2396189188401, +CHN,sfh_sr32_low,rural,2035,,82.9896977963523,34.1377726202601, +CHN,sfh_sr32_low,urban,2035,,6.865159527757305,9.923999140421577, +EEU,mfh_s1,rural,2035,5.8004566652851794,113.43880596623268,20.704732623675085,0.0314663082920626 +EEU,mfh_s1,urban,2035,5.819244081323695,272.78784203836886,87.35368368036875,0.0550287490204031 +EEU,mfh_s2,rural,2035,5.502448666608135,27.86724398965184,5.227473114207735,0.0340911607223176 +EEU,mfh_s2,urban,2035,5.520358548773342,460.8954209979429,153.95982399208728,0.0605114732020885 +EEU,mfh_s3,rural,2035,5.466054840055654,19.01867277370954,1.874266338222513,0.0180292273196052 +EEU,mfh_s3,urban,2035,5.486936949774583,231.9212940485785,88.49250602525217,0.0695401941322657 +EEU,mfh_s51_std,urban,2035,5.686187079926115,218.53154374563675,80.20206193597129,0.0645431646804257 +EEU,mfh_s52_low,urban,2035,6.684871349012427,222.31131156644955,102.9912683053432,0.0693020037781203 +EEU,mfh_sr11_std,rural,2035,,44.02699461833664,5.796845882209255, +EEU,mfh_sr11_std,urban,2035,,52.18730389264817,10.767646767669092, +EEU,mfh_sr12_low,rural,2035,,1.1208869383540865,0.0706261878328631, +EEU,mfh_sr12_low,urban,2035,,0.836483723935962,0.0834838687327538, +EEU,mfh_sr21_std,rural,2035,,10.434521594491097,1.358335307067416, +EEU,mfh_sr21_std,urban,2035,,85.16243243345808,17.848126426231776, +EEU,mfh_sr22_low,rural,2035,,0.2291688404247232,0.0141793622176602, +EEU,mfh_sr22_low,urban,2035,,1.2242875298819489,0.1178820084576587, +EEU,mfh_sr31_std,rural,2035,,6.613637010359826,0.4666632196015523, +EEU,mfh_sr31_std,urban,2035,,33.95364236758793,8.097496502748744, +EEU,mfh_sr32_low,rural,2035,,0.0461184021649692,0.0018036731235801, +EEU,mfh_sr32_low,urban,2035,,0.135439484207166,0.0151889605363028, +EEU,sfh_s1,rural,2035,8.376888297260287,595.5222457131281,137.09487686197266,0.0274815049702291 +EEU,sfh_s1,urban,2035,8.390499530514344,187.01209076965736,73.64064755923395,0.0469310310770709 +EEU,sfh_s2,rural,2035,7.31124971777819,155.45211677881673,32.6759187551549,0.0287501125894896 +EEU,sfh_s2,urban,2035,7.317699222685837,341.93212772861665,126.63650652072349,0.0506109463086654 +EEU,sfh_s3,rural,2035,5.765417036854554,107.79113732687286,8.536795237553255,0.0137366579184264 +EEU,sfh_s3,urban,2035,5.776574125683992,167.97553986171553,56.37069969946862,0.0580947690206323 +EEU,sfh_s51_std,urban,2035,5.339781942385947,123.6503473500755,35.36666469385409,0.0535642763393709 +EEU,sfh_s52_low,urban,2035,5.795228909629955,143.63515544035585,51.89188620129549,0.0623401887919893 +EEU,sfh_sr11_std,rural,2035,,183.1338056725023,39.89119911570205, +EEU,sfh_sr11_std,urban,2035,,27.95983646991681,10.10750268678793, +EEU,sfh_sr12_low,rural,2035,,187.4686987397409,19.210104872570057, +EEU,sfh_sr12_low,urban,2035,,20.239716614600027,3.263674185334941, +EEU,sfh_sr21_std,rural,2035,,50.44035301354104,9.801102643966898, +EEU,sfh_sr21_std,urban,2035,,53.0325887590405,17.874687428387414, +EEU,sfh_sr22_low,rural,2035,,45.43025036007893,4.095966756702048, +EEU,sfh_sr22_low,urban,2035,,34.636086307048345,4.921355095202264, +EEU,sfh_sr31_std,rural,2035,,46.359046132756845,3.0029815124007744, +EEU,sfh_sr31_std,urban,2035,,32.80416897857273,8.62972756328439, +EEU,sfh_sr32_low,rural,2035,,19.855424918275045,0.6893589677655404, +EEU,sfh_sr32_low,urban,2035,,7.725965138798652,0.8670589533114972, +FSU,mfh_s1,rural,2035,11.772125974054992,154.35192805956677,68.59142081152422,0.0377487729682718 +FSU,mfh_s1,urban,2035,8.756542324903274,445.1374537011103,380.9445660516,0.0977315968031998 +FSU,mfh_s2,rural,2035,11.183123062211436,97.35757120068376,70.2227090035919,0.0644977767109985 +FSU,mfh_s2,urban,2035,8.322510800397222,976.5261825764256,878.8375115117377,0.1081360063251143 +FSU,mfh_s3,rural,2035,10.035573345512086,90.1057660050828,56.59691553298144,0.0625889968471937 +FSU,mfh_s3,urban,2035,7.789655536010645,922.050248900492,735.5657910697884,0.1024114890129518 +FSU,mfh_s51_std,rural,2035,9.741938785589044,29.3951362157788,25.205278374911504,0.0880178234574223 +FSU,mfh_s51_std,urban,2035,7.767486699889488,950.4635483694626,1068.2761478444568,0.1446996723407325 +FSU,mfh_s52_low,rural,2035,9.952866848916653,1.5347789874527038,0.938085386700319,0.0614113057975833 +FSU,mfh_s52_low,urban,2035,8.397303887581892,2.689325726865118,2.3217214198737253,0.1028079813136929 +FSU,mfh_sr11_std,rural,2035,,74.22127327587751,23.28845202721033, +FSU,mfh_sr11_std,urban,2035,,12.829195745920863,7.95513885047663, +FSU,mfh_sr12_low,rural,2035,,9.69637923595445,1.423661296613948, +FSU,mfh_sr12_low,urban,2035,,0.8643005882943143,0.2415935970982481, +FSU,mfh_sr21_std,rural,2035,,47.02332804789075,22.986612192608824, +FSU,mfh_sr21_std,urban,2035,,27.777553490494864,17.19715997760589, +FSU,mfh_sr22_low,rural,2035,,6.178400642801156,1.391516764468094, +FSU,mfh_sr22_low,urban,2035,,1.787714974623243,0.529391993352295, +FSU,mfh_sr31_std,rural,2035,,37.54519244234797,14.100677778693786, +FSU,mfh_sr31_std,urban,2035,,25.24889212247188,12.12496477910956, +FSU,mfh_sr32_low,rural,2035,,2.746506937994306,0.5876374824683368, +FSU,mfh_sr32_low,urban,2035,,0.6612074161455709,0.1962174120847145, +FSU,sfh_s1,rural,2035,19.441840625547407,564.0933009259995,373.419912768614,0.0340493756103745 +FSU,sfh_s1,urban,2035,13.667296104337138,212.3609409170181,283.1388470879563,0.0975533560831785 +FSU,sfh_s2,rural,2035,17.397992936418436,452.7645951972247,496.0680206116753,0.0629752095998575 +FSU,sfh_s2,urban,2035,12.13628876150187,629.6889839411416,830.9715453385659,0.1087362010497848 +FSU,sfh_s3,rural,2035,12.879438402468654,336.384447139789,245.82915193653483,0.0567414655395342 +FSU,sfh_s3,urban,2035,9.22772426050544,438.1835509161229,406.8788770780786,0.100626986089856 +FSU,sfh_s51_std,rural,2035,11.210339045756546,72.99184059793284,86.11948611469872,0.1052466707823967 +FSU,sfh_s51_std,urban,2035,8.23127068866377,437.4812154107699,579.8454976906979,0.1610222887972414 +FSU,sfh_s52_low,rural,2035,9.944198707353737,24.75662991870354,12.748059425368146,0.0517824698331134 +FSU,sfh_s52_low,urban,2035,7.918987751890675,9.059046741097193,6.501123251269755,0.0906225394567012 +FSU,sfh_sr11_std,rural,2035,,188.0823372799896,124.73977687062832, +FSU,sfh_sr11_std,urban,2035,,5.378837923540928,6.622735352082493, +FSU,sfh_sr12_low,rural,2035,,163.30261666297883,41.03626331219041, +FSU,sfh_sr12_low,urban,2035,,2.975207878091723,1.3835399009516691, +FSU,sfh_sr21_std,rural,2035,,149.49013141683253,170.27711251712068, +FSU,sfh_sr21_std,urban,2035,,16.29896787447141,19.52575565076173, +FSU,sfh_sr22_low,rural,2035,,132.5500649101421,47.845549480208376, +FSU,sfh_sr22_low,urban,2035,,8.433855016641209,3.7532653548213815, +FSU,sfh_sr31_std,rural,2035,,143.095722630111,84.57365083333409, +FSU,sfh_sr31_std,urban,2035,,13.849729711704166,10.408069637121605, +FSU,sfh_sr32_low,rural,2035,,66.65853658976765,13.63340210070904, +FSU,sfh_sr32_low,urban,2035,,3.645369153758861,1.0382825554656712, +LAM,inf_ns,urban,2035,,1179.7604600616194,713.798477544333, +LAM,mfh_s1,rural,2035,55.21090238691856,5.596931534977209,46.80594272143149,0.1514698366181323 +LAM,mfh_s1,urban,2035,38.053180190561,32.72274790258837,349.7848884000427,0.2809055492928464 +LAM,mfh_s2,rural,2035,52.77849211123935,8.674603077517828,64.90270257487145,0.1417608116816558 +LAM,mfh_s2,urban,2035,36.555432227577015,254.86596342281,2670.503436495353,0.2866351041050651 +LAM,mfh_s3,rural,2035,50.32243674647189,5.549459905654598,34.21996902078418,0.1225369965687874 +LAM,mfh_s3,urban,2035,34.9603097505505,461.2150279614001,4647.928891926958,0.2882575915605979 +LAM,mfh_s51_std,rural,2035,49.966375970792456,0.90302527152932,3.7215322724392985,0.0824791228367405 +LAM,mfh_s51_std,urban,2035,34.72801837615456,410.49537374478416,3499.71917768844,0.2454962868146124 +LAM,mfh_s52_low,rural,2035,30.201835892760432,2.961841449615597e-05,5.371137156044574e-05,0.0600442041045114 +LAM,mfh_s52_low,urban,2035,23.30716932636384,0.037986622499899,0.1425277489675157,0.1609827025133305 +LAM,mfh_sr11_std,rural,2035,,0.0206018184313714,0.0038302303523864, +LAM,mfh_sr11_std,urban,2035,,0.1454854158908981,0.0043652847216825, +LAM,mfh_sr12_low,rural,2035,,1.965136424343917e-07,3.426779136639746e-11, +LAM,mfh_sr21_std,rural,2035,,0.0233507549904549,0.0057806151032829, +LAM,mfh_sr21_std,urban,2035,,0.3196912714642106,0.0055849809972302, +LAM,mfh_sr22_low,rural,2035,,1.6606786684596488e-07,3.176066074711367e-11, +LAM,mfh_sr31_std,rural,2035,,0.0147093863891123,0.0004188735611781, +LAM,mfh_sr31_std,urban,2035,,0.5070946418320768,0.0054444858641182, +LAM,mfh_sr32_low,rural,2035,,8.026613564221634e-08,1.540661946322414e-11, +LAM,sfh_s1,rural,2035,109.36203744268914,979.0426271426394,16248.897590252214,0.1517594373160032 +LAM,sfh_s1,urban,2035,73.79792552446617,405.7243161030024,8565.095998643203,0.286059940650705 +LAM,sfh_s2,rural,2035,102.90673708522768,1516.1024475820566,22148.31205932388,0.1419607473419388 +LAM,sfh_s2,urban,2035,69.65579833429148,3164.67157320266,64116.21069476725,0.2908586119941463 +LAM,sfh_s3,rural,2035,95.81578018125536,965.4169666744972,11378.57520365184,0.1230087249901577 +LAM,sfh_s3,urban,2035,64.85784223243395,5735.551885299035,108345.57052630464,0.2912550418142666 +LAM,sfh_s51_std,rural,2035,94.77878268476182,161.0073209858261,1220.219387655445,0.0799615438886597 +LAM,sfh_s51_std,urban,2035,64.15286008893816,5271.630984831059,81562.06330526344,0.241172163170014 +LAM,sfh_s52_low,rural,2035,38.32498052154463,0.0407402715527721,0.0137554201431878,0.0088098395264976 +LAM,sfh_s52_low,urban,2035,27.73617795293464,12.217997149814972,3.280739554744128,0.0096811092309982 +LAM,sfh_sr11_std,rural,2035,,22.24828873944277,34.14922862113303, +LAM,sfh_sr11_std,urban,2035,,17.13937545487447,30.741153390430178, +LAM,sfh_sr12_low,rural,2035,,0.5232826662265586,0.0009726590532443, +LAM,sfh_sr12_low,urban,2035,,0.1637339930826477,0.0013868555876755, +LAM,sfh_sr21_std,rural,2035,,34.572884470308594,44.91348741889846, +LAM,sfh_sr21_std,urban,2035,,119.08755640531297,197.8511814542109, +LAM,sfh_sr22_low,rural,2035,,0.4918737323590075,0.0008636958735227, +LAM,sfh_sr22_low,urban,2035,,0.6143892788996814,0.003900637647643, +LAM,sfh_sr31_std,rural,2035,,26.61292478750412,33.425207719189714, +LAM,sfh_sr31_std,urban,2035,,206.2877345603053,309.7342915830839, +LAM,sfh_sr32_low,rural,2035,,0.2675041916708365,0.0003931371354939, +LAM,sfh_sr32_low,urban,2035,,0.6951066626481506,0.0031153546933807, +MEA,inf_ns,urban,2035,,904.4144420162932,9313.584756459042, +MEA,mfh_s1,rural,2035,68.12536054487518,57.277361920778176,594.0227116143485,0.1522338494084502 +MEA,mfh_s1,urban,2035,66.99569205906927,28.71120858262724,963.8529772324624,0.5010861986839896 +MEA,mfh_s2,rural,2035,64.03491242702584,95.96991174998676,796.3230126022315,0.1295798136447429 +MEA,mfh_s2,urban,2035,62.258499951392565,180.93452051734783,6908.840242788196,0.613317086389813 +MEA,mfh_s3,rural,2035,56.7134218451578,102.1333845996715,905.1051861709086,0.1562591572066146 +MEA,mfh_s3,urban,2035,54.33056929492965,364.2557131666182,12932.707974277844,0.6534898450307604 +MEA,mfh_s51_std,rural,2035,54.28411302862676,62.10499946645224,470.3232797278085,0.1395073750567321 +MEA,mfh_s51_std,urban,2035,52.09479613230947,557.9915476052145,16169.050385453023,0.5562404288742379 +MEA,mfh_s52_low,rural,2035,30.117939906718973,0.0106254244108619,0.0247224466698297,0.0772538087697262 +MEA,mfh_s52_low,urban,2035,29.01981184665017,0.1660020229141439,0.9312017167942318,0.1933017542069597 +MEA,mfh_sr11_std,rural,2035,,1.1858972649145882,4.285315513147061, +MEA,mfh_sr11_std,urban,2035,,0.8987646995669011,7.870391627992764, +MEA,mfh_sr12_low,rural,2035,,0.0005654572801627,0.0002691701482029, +MEA,mfh_sr12_low,urban,2035,,0.0002839853190512,0.0004470464676636, +MEA,mfh_sr21_std,rural,2035,,1.8986901415020567,6.395253176104173, +MEA,mfh_sr21_std,urban,2035,,5.136449068487812,39.55766789822158, +MEA,mfh_sr22_low,rural,2035,,0.0003498891329151,0.0001744317861381, +MEA,mfh_sr22_low,urban,2035,,0.000983116280798,0.001473662931031, +MEA,mfh_sr31_std,rural,2035,,1.4251141966827996,4.006967882407508, +MEA,mfh_sr31_std,urban,2035,,7.751797812430545,44.60861416941945, +MEA,mfh_sr32_low,rural,2035,,5.046727702226754e-05,2.914784854907624e-05, +MEA,mfh_sr32_low,urban,2035,,0.0003236733276046,0.0006387665769272, +MEA,sfh_s1,rural,2035,147.69976549175996,861.1573107574648,19420.10966956803,0.152682541166959 +MEA,sfh_s1,urban,2035,145.61936191476917,205.48989450240688,15081.505595565484,0.5040053038124243 +MEA,sfh_s2,rural,2035,135.3858036063415,1441.6853256846218,24836.67131299648,0.1272476541743808 +MEA,sfh_s2,urban,2035,131.5971575107967,1299.753347363177,105637.4994562762,0.6176047951457939 +MEA,sfh_s3,rural,2035,113.58514822966232,1529.1034553955003,26275.181043660217,0.1512820142457923 +MEA,sfh_s3,urban,2035,108.20756113619558,2615.235647997262,184544.7261983346,0.6521285330045491 +MEA,sfh_s51_std,rural,2035,106.72091912816404,956.5341235083586,13786.620242623016,0.1350541047255243 +MEA,sfh_s51_std,urban,2035,101.94205178310348,4055.38516052478,230876.57372749108,0.558462981671292 +MEA,sfh_s52_low,rural,2035,40.0802050103238,11.94549668164868,18.501280736301126,0.0386427163288387 +MEA,sfh_s52_low,urban,2035,38.998407901058656,119.44590240224652,411.1525082087039,0.0882642450068681 +MEA,sfh_sr11_std,rural,2035,,45.69908023826986,556.7981105168441, +MEA,sfh_sr11_std,urban,2035,,13.53830417424412,462.83487498901445, +MEA,sfh_sr12_low,rural,2035,,4.686798154920361,11.812275142886833, +MEA,sfh_sr12_low,urban,2035,,2.4465807585850032,18.971443396700504, +MEA,sfh_sr21_std,rural,2035,,78.04113366469,806.344143167843, +MEA,sfh_sr21_std,urban,2035,,79.0324171417657,2343.349068886973, +MEA,sfh_sr22_low,rural,2035,,6.204780668196783,12.573160987538472, +MEA,sfh_sr22_low,urban,2035,,12.96994902298186,83.70210733543938, +MEA,sfh_sr31_std,rural,2035,,81.39900177448455,673.0756200532575, +MEA,sfh_sr31_std,urban,2035,,149.3035014020602,3305.435880313544, +MEA,sfh_sr32_low,rural,2035,,4.1385769995638215,5.475932846189776, +MEA,sfh_sr32_low,urban,2035,,17.954513119288684,79.52642058665273, +NAM,mfh_s1,rural,2035,17.74469768619677,37.40750858947974,629.9551661457923,0.9490350512905544 +NAM,mfh_s1,urban,2035,19.159981044354385,434.1863474415314,9305.60290595142,1.118596040379923 +NAM,mfh_s2,rural,2035,15.101286752640622,21.05423929849767,299.2327636576856,0.941143039486742 +NAM,mfh_s2,urban,2035,16.32458218449295,800.8756011146048,13891.054696446918,1.0624979083134376 +NAM,mfh_s3,rural,2035,14.14572518251164,7.419293679462118,90.30685678384783,0.8604644808788389 +NAM,mfh_s3,urban,2035,15.30433489171251,1062.2397054684911,17357.415450869375,1.0676971098987833 +NAM,mfh_s51_std,urban,2035,17.87376569061958,885.8035808680597,15201.81723545866,0.9601564747458804 +NAM,mfh_s52_low,urban,2035,13.622026485707508,51.84012838621029,261.6116131874983,0.3704667454069276 +NAM,mfh_sr11_std,rural,2035,,13.752660038809475,100.14404818435096, +NAM,mfh_sr11_std,urban,2035,,101.1806104162656,486.0642415306089, +NAM,mfh_sr12_low,rural,2035,,0.8029639038099006,0.8511337262522313, +NAM,mfh_sr12_low,urban,2035,,1.6323716768690533,3.1015766138060417, +NAM,mfh_sr21_std,rural,2035,,7.084698840753425,35.74071036594195, +NAM,mfh_sr21_std,urban,2035,,155.1621848769327,645.8660900604236, +NAM,mfh_sr22_low,rural,2035,,0.2594724900813696,0.1779629716555541, +NAM,mfh_sr22_low,urban,2035,,1.508210728241124,2.161846327446044, +NAM,mfh_sr31_std,rural,2035,,2.417267836114056,7.653106116923571, +NAM,mfh_sr31_std,urban,2035,,189.28199610406944,805.1656850125513, +NAM,mfh_sr32_low,rural,2035,,0.0889346497064511,0.0337010937440291, +NAM,mfh_sr32_low,urban,2035,,1.148318763646098,1.5951727044732664, +NAM,sfh_s1,rural,2035,32.075662942716946,2528.8646554643224,69166.57364795939,0.8526975880067786 +NAM,sfh_s1,urban,2035,34.535105834147004,2053.64793172586,75392.0068780768,1.0630128652821942 +NAM,sfh_s2,rural,2035,23.83129281092514,1390.9916074051105,27627.99440595521,0.8334455784552385 +NAM,sfh_s2,urban,2035,25.660851938873623,3739.4129577010335,100563.37125098046,1.0480097537643611 +NAM,sfh_s3,rural,2035,20.786914898360063,481.04237388882046,7436.28315766503,0.7436739112668468 +NAM,sfh_s3,urban,2035,22.393437689890348,4970.4564620676265,120858.15978685555,1.0858227448228437 +NAM,sfh_s51_std,urban,2035,29.90869524275092,2365.1943531752822,120261.04972058984,1.7000460652807463 +NAM,sfh_s52_low,urban,2035,14.11764386053459,3076.680262342192,19371.851909430978,0.4459914704947937 +NAM,sfh_sr11_std,rural,2035,,675.3730903977054,20893.78580931548, +NAM,sfh_sr11_std,urban,2035,,767.2388779336209,19241.26462533924, +NAM,sfh_sr12_low,rural,2035,,718.861019307372,3679.040497160024, +NAM,sfh_sr12_low,urban,2035,,295.74094280466164,1694.371684557486, +NAM,sfh_sr21_std,rural,2035,,404.07533036909086,8319.304840592307, +NAM,sfh_sr21_std,urban,2035,,1392.876182160297,22350.458869788297, +NAM,sfh_sr22_low,rural,2035,,348.9487092857209,1114.1185406605882, +NAM,sfh_sr22_low,urban,2035,,425.1003451765465,1590.0877689212384, +NAM,sfh_sr31_std,rural,2035,,145.48942339303215,2295.8768504674995, +NAM,sfh_sr31_std,urban,2035,,1838.2152079118348,23046.42509616228, +NAM,sfh_sr32_low,rural,2035,,122.82068254968355,260.4692769610394, +NAM,sfh_sr32_low,urban,2035,,461.553701659338,1502.0594606806924, +PAO,mfh_s1,rural,2035,13.114177590019562,14.66927899978188,53.0989739261945,0.2760172977721598 +PAO,mfh_s1,urban,2035,16.236781251096108,122.1134294705153,743.5066110164126,0.3749915370262668 +PAO,mfh_s2,rural,2035,11.67203390264824,9.183437398374071,30.017332094832778,0.2800401359766911 +PAO,mfh_s2,urban,2035,14.375356452203944,478.9163630488396,2644.0969344207238,0.3840599973623417 +PAO,mfh_s3,rural,2035,10.082736397379453,10.847963299513092,31.75936688984064,0.2903656349884414 +PAO,mfh_s3,urban,2035,12.264128740635122,595.8957462271995,2829.214403126493,0.3871318244687348 +PAO,mfh_s51_std,rural,2035,9.888408135461638,0.1607352290478419,0.465672056948543,0.2929832025066687 +PAO,mfh_s51_std,urban,2035,12.002263731566018,313.2312251055626,1332.3012674112765,0.354384098448193 +PAO,mfh_s52_low,rural,2035,9.797785358755489,0.0008201946623532,0.0024662289784378,0.3068940981934833 +PAO,mfh_s52_low,urban,2035,11.677086865143282,1.3929998481524994,6.164233521964337,0.3789601144706641 +PAO,mfh_sr11_std,rural,2035,,2.327500105452218,2.8186254254798326, +PAO,mfh_sr11_std,urban,2035,,5.889007940105747,13.602796413676762, +PAO,mfh_sr12_low,rural,2035,,0.0071183224268606,0.0022906971171057, +PAO,mfh_sr12_low,urban,2035,,0.005210466694999,0.0048065978605611, +PAO,mfh_sr21_std,rural,2035,,1.3113041614914058,1.5051793243257812, +PAO,mfh_sr21_std,urban,2035,,18.038835540328456,34.63435627819191, +PAO,mfh_sr22_low,rural,2035,,0.0019011717980783,0.0006007084153707, +PAO,mfh_sr22_low,urban,2035,,0.0054126819678945,0.0043234666460623, +PAO,mfh_sr31_std,rural,2035,,0.99076996645118,0.7562895109236638, +PAO,mfh_sr31_std,urban,2035,,2.632567909956102,0.390085493312687, +PAO,mfh_sr32_low,rural,2035,,0.0001834436654448,4.883543851587816e-05, +PAO,mfh_sr32_low,urban,2035,,0.0002790322748198,2.87674474913978e-05, +PAO,sfh_s1,rural,2035,23.68171456361487,793.6176632745015,4752.49729964666,0.2528700598403409 +PAO,sfh_s1,urban,2035,29.679747200592097,289.9595601272122,3100.517768907764,0.3602770473875379 +PAO,sfh_s2,rural,2035,19.048060028930507,504.91083674025856,2513.7183664299987,0.2613672541658944 +PAO,sfh_s2,urban,2035,23.82738886733092,1136.2537167369594,9869.729455920227,0.3645469581068221 +PAO,sfh_s3,rural,2035,13.324439331479338,577.4881032966966,2095.2908545177925,0.2723029409011149 +PAO,sfh_s3,urban,2035,16.518721424140775,1405.1258911645991,8495.259415050848,0.3660032819845734 +PAO,sfh_s51_std,rural,2035,12.511430048581444,263.4222392213627,844.7288373036047,0.2563055031733 +PAO,sfh_s51_std,urban,2035,15.487094334742668,923.5291859843388,4597.783645940515,0.3214607566426654 +PAO,sfh_s52_low,rural,2035,9.875077039957578,0.3974250937365114,0.5077996343776906,0.1293887764595521 +PAO,sfh_s52_low,urban,2035,11.917762822915076,12.950691836098157,39.857872128848165,0.258241717792895 +PAO,sfh_sr11_std,rural,2035,,299.8858784053283,1447.0556952348768, +PAO,sfh_sr11_std,urban,2035,,86.79478637799723,658.8679058483275, +PAO,sfh_sr12_low,rural,2035,,82.37987315424267,104.3103025091386, +PAO,sfh_sr12_low,urban,2035,,4.262698121307106,10.4685739547872, +PAO,sfh_sr21_std,rural,2035,,187.6094763699395,647.9103270748504, +PAO,sfh_sr21_std,urban,2035,,333.72531299177723,2027.6170917451327, +PAO,sfh_sr22_low,rural,2035,,31.937745814723293,29.879510840274428, +PAO,sfh_sr22_low,urban,2035,,9.233084034369565,16.379950994749613, +PAO,sfh_sr31_std,rural,2035,,229.7790120887667,519.2605375170928, +PAO,sfh_sr31_std,urban,2035,,373.97527514911457,1544.8236515471754, +PAO,sfh_sr32_low,rural,2035,,10.80836227457427,6.345504630549359, +PAO,sfh_sr32_low,urban,2035,,2.429855245574132,2.8441642019937032, +PAS,inf_ns,urban,2035,,635.2210079818242,554.0235940040327, +PAS,mfh_s1,rural,2035,90.88257167275891,162.99797442569286,586.1040759497195,0.0395650689150381 +PAS,mfh_s1,urban,2035,90.8289302616734,41.02328619390674,416.7714633955463,0.1118518904706162 +PAS,mfh_s2,rural,2035,90.88257167275891,229.905609667672,861.9996336573876,0.0412550298327472 +PAS,mfh_s2,urban,2035,90.8289302616734,218.45589348045132,2062.8761784246008,0.1039645303211454 +PAS,mfh_s3,rural,2035,86.93708881369658,257.7510024929437,839.2457872827987,0.0374527501653228 +PAS,mfh_s3,urban,2035,86.80369702744582,578.5792807229221,5299.404127940311,0.1055178515595202 +PAS,mfh_s51_std,rural,2035,82.46990660816577,102.57838973771254,271.82334076120463,0.0321318229802078 +PAS,mfh_s51_std,urban,2035,82.27665862535399,834.1894049945464,6351.282294799169,0.0925379982103946 +PAS,mfh_s52_low,rural,2035,39.659483654743006,0.0062607599892074,0.0076128811373878,0.0306601968117267 +PAS,mfh_s52_low,urban,2035,38.45862323916928,1.2996975253113954,1.9701220927592205,0.0394145993271058 +PAS,mfh_sr11_std,rural,2035,,0.985023169880073,1.0547094923862128, +PAS,mfh_sr11_std,urban,2035,,0.5008838248476699,0.8205695423372602, +PAS,mfh_sr21_std,rural,2035,,0.5207847723140084,0.5576281417285054, +PAS,mfh_sr21_std,urban,2035,,4.968134349398055,8.139012538803003, +PAS,mfh_sr31_std,rural,2035,,0.5448741172295223,0.5676585204498895, +PAS,mfh_sr31_std,urban,2035,,11.538128287396567,18.35160094778142, +PAS,sfh_s1,rural,2035,194.3753651283975,1246.5730787266516,9543.46119388293,0.039386459763742 +PAS,sfh_s1,urban,2035,195.1252613552728,199.5339037912736,4336.732911022724,0.1113864797182626 +PAS,sfh_s2,rural,2035,194.3753651283975,1714.3374703370564,13686.469899167556,0.0410727618260054 +PAS,sfh_s2,urban,2035,195.1252613552728,1035.620089513775,20621.94877142409,0.1020506415667677 +PAS,sfh_s3,rural,2035,183.5772429120777,1924.6371517841023,13201.28601264661,0.0373635843802075 +PAS,sfh_s3,urban,2035,184.2199324399767,2711.5790919167835,52792.16927695704,0.1056843334518984 +PAS,sfh_s51_std,rural,2035,170.92295452413865,800.5165223797034,4387.17944452875,0.0320637790354879 +PAS,sfh_s51_std,urban,2035,171.54560328508168,3856.098716958645,63716.14030063609,0.0963211646027399 +PAS,sfh_s52_low,rural,2035,53.93771085324265,0.0450176749190377,0.0714824121405623,0.0294390389124851 +PAS,sfh_s52_low,urban,2035,53.14721553076517,240.7396962493741,364.5336943265133,0.0284911154554151 +PAS,sfh_sr11_std,rural,2035,,8.577045060781778,17.743262661798653, +PAS,sfh_sr11_std,urban,2035,,2.7879954519856067,8.93606626276261, +PAS,sfh_sr21_std,rural,2035,,4.530994021800405,9.373230117879292, +PAS,sfh_sr21_std,urban,2035,,26.6982053020218,85.57292711496463, +PAS,sfh_sr31_std,rural,2035,,4.498080131763262,8.848640370529324, +PAS,sfh_sr31_std,urban,2035,,62.91211477591585,191.6035194746491, +RCPA,inf_ns,urban,2035,,173.14100083053123,40.21500081400342, +RCPA,mfh_s1,rural,2035,2.2152941838320857,300.3406910507638,770.9237709236847,1.158686252179758 +RCPA,mfh_s1,urban,2035,2.490801749055221,38.46878567243789,587.2593899171782,6.128897104965537 +RCPA,mfh_s2,rural,2035,1.8836989537286024,500.6542258723042,1083.8775437924123,1.1492931961447366 +RCPA,mfh_s2,urban,2035,2.1094026562064045,127.08202032701136,1629.74450955531,6.079612895701072 +RCPA,mfh_s3,rural,2035,1.575986403020409,601.3457371567339,1071.786766001999,1.1309194865050605 +RCPA,mfh_s3,urban,2035,1.752036014616265,413.3580908554601,4335.294110125681,5.986170657287978 +RCPA,mfh_s51_std,urban,2035,1.697089398685894,251.7849133702365,2391.145078212637,5.595920065237207 +RCPA,sfh_s1,rural,2035,4.273850191132386,261.4132050738086,1313.6806920305885,1.1758258399765706 +RCPA,sfh_s1,urban,2035,4.847088324238219,5.513300860126756,166.42073423704588,6.227515364127008 +RCPA,sfh_s2,rural,2035,3.4887762903794743,428.63679781254046,1751.4305609053158,1.1711980737686307 +RCPA,sfh_s2,urban,2035,3.9455480993223584,18.226755338821835,446.0454055907735,6.202437035832574 +RCPA,sfh_s3,rural,2035,2.6241624569658866,528.4356534795897,1614.8611964500417,1.1645345270600558 +RCPA,sfh_s3,urban,2035,2.958205635518912,61.28162003111983,1117.7408728090268,6.165702053805241 +RCPA,sfh_s51_std,urban,2035,2.805999619204562,35.52272015464593,574.4060640527707,5.762689154029919 +SAS,inf_ns,urban,2035,,2037.2686759747128,267.5097289318551, +SAS,mfh_s1,rural,2035,90.75596963562704,168.6167173180073,260.14030498902423,0.0169993303576338 +SAS,mfh_s1,urban,2035,95.97402745566758,144.206421295797,1260.3974933715203,0.0910687156176363 +SAS,mfh_s2,rural,2035,90.75596963562704,266.8418593461589,413.33966553894686,0.0170678149053036 +SAS,mfh_s2,urban,2035,95.97402745566758,679.8877803860017,5902.0774665910085,0.0904511202125632 +SAS,mfh_s3,rural,2035,86.67226574203956,350.02415269537005,515.9632705263508,0.0170075056594605 +SAS,mfh_s3,urban,2035,91.62040173837984,1440.5092703796815,11784.823249507066,0.0892924674271221 +SAS,mfh_s51_std,rural,2035,82.10347343533331,187.50875057077016,239.9270467264313,0.0155846171428752 +SAS,mfh_s51_std,urban,2035,86.76082098095674,2284.627882749852,17190.452922661585,0.0867257758218081 +SAS,mfh_s52_low,rural,2035,38.60826277020307,1.4054205884930029,0.0077502001164613,0.000142832272075 +SAS,mfh_s52_low,urban,2035,40.302901485289816,12.35236010468555,0.5657669687967632,0.0011364526126687 +SAS,mfh_sr11_std,rural,2035,,0.842581190194494,0.0087399579745806, +SAS,mfh_sr11_std,urban,2035,,0.3734773205058164,0.0595084753629293, +SAS,mfh_sr21_std,rural,2035,,1.31367285625682,0.0134582104287767, +SAS,mfh_sr21_std,urban,2035,,1.549512054028307,0.2299022956749105, +SAS,mfh_sr31_std,rural,2035,,1.5982769165411057,0.0177422871681165, +SAS,mfh_sr31_std,urban,2035,,2.3605566094466925,0.0761543466170713, +SAS,sfh_s1,rural,2035,195.9058845613517,5421.709344047346,18080.21633211302,0.0170223654344832 +SAS,sfh_s1,urban,2035,207.59832232629597,410.4606946226114,7762.44806245122,0.0910968357717478 +SAS,sfh_s2,rural,2035,195.9058845613517,8580.55974732195,28720.4882072639,0.0170855402913537 +SAS,sfh_s2,urban,2035,207.59832232629597,1935.895537940104,36349.78146397358,0.0904473914057826 +SAS,sfh_s3,rural,2035,184.88129178954736,11258.418906611403,35425.948205006585,0.0170196691080685 +SAS,sfh_s3,urban,2035,195.8864664538644,4099.745657374439,71717.26555816495,0.0893022447506171 +SAS,sfh_s51_std,rural,2035,172.16792107455407,5885.755073823689,16195.475619020135,0.0159823002617074 +SAS,sfh_s51_std,urban,2035,182.41910504836048,6471.185741585468,102960.49730288952,0.087220072898831 +SAS,sfh_s52_low,rural,2035,52.83173584215312,219.9322508271001,1.1921445639451629,0.0001025994715178 +SAS,sfh_s52_low,urban,2035,55.53999162790341,98.5266285056046,3.951947439569545,0.0007221904282226 +SAS,sfh_sr11_std,rural,2035,,55.19825922570301,13.38772401556374, +SAS,sfh_sr11_std,urban,2035,,3.05977403908305,9.815469827979186, +SAS,sfh_sr21_std,rural,2035,,86.20027653575998,20.709667869934155, +SAS,sfh_sr21_std,urban,2035,,13.118613961852391,44.76881579848829, +SAS,sfh_sr31_std,rural,2035,,105.98290283775334,24.399606825068936, +SAS,sfh_sr31_std,urban,2035,,27.08118835214148,86.9536388658115, +WEU,mfh_s1,rural,2035,7.729068945553558,65.62082980969413,68.85084777885268,0.1357501733654746 +WEU,mfh_s1,urban,2035,7.903874062738302,1204.303271544697,1384.4007037670133,0.1454406924259238 +WEU,mfh_s2,rural,2035,7.037033560240777,28.43454082109203,22.56944604569633,0.112793755820959 +WEU,mfh_s2,urban,2035,7.140037680651747,1473.2612648104969,2243.021644230604,0.2132323976007891 +WEU,mfh_s3,rural,2035,6.803468884434982,30.892903975329247,34.94047452217289,0.1662415813504312 +WEU,mfh_s3,urban,2035,6.831419933722144,2076.629826201837,3016.8700355165406,0.21266035349859 +WEU,mfh_s51_std,rural,2035,6.943266868810226,0.2611017450369124,0.182764535280756,0.1008134074940619 +WEU,mfh_s51_std,urban,2035,6.959664847406423,396.4689670449507,515.8557098302156,0.1869522587359957 +WEU,mfh_s52_low,rural,2035,7.498961736578346,3.762733100267033,2.420151224041953,0.0857705020920092 +WEU,mfh_s52_low,urban,2035,7.521431385035357,1472.364972772702,1941.01143612232,0.1752718291800311 +WEU,mfh_sr11_std,rural,2035,,9.702972846234982,1.999303369311884, +WEU,mfh_sr11_std,urban,2035,,150.29790229853097,22.366933376306324, +WEU,mfh_sr12_low,rural,2035,,12.430861176258174,1.3913956181122555, +WEU,mfh_sr12_low,urban,2035,,127.1851493704962,11.547430076786508, +WEU,mfh_sr21_std,rural,2035,,4.283089008885543,0.785475155918531, +WEU,mfh_sr21_std,urban,2035,,160.36129470070057,37.49044934497631, +WEU,mfh_sr22_low,rural,2035,,4.085095666179866,0.4851554764584062, +WEU,mfh_sr22_low,urban,2035,,104.15381716847112,15.94481450341772, +WEU,mfh_sr31_std,rural,2035,,3.080510854645193,0.6851317057266522, +WEU,mfh_sr31_std,urban,2035,,89.15987897375129,16.060713675177414, +WEU,mfh_sr32_low,rural,2035,,1.5953029550346305,0.1872353490901584, +WEU,mfh_sr32_low,urban,2035,,30.069667092886053,4.463968760283187, +WEU,sfh_s1,rural,2035,13.213918538672552,2339.062419192089,3572.3012454831714,0.115577857219739 +WEU,sfh_s1,urban,2035,13.654584901127702,1618.1211436401532,2891.01499538267,0.130846108085219 +WEU,sfh_s2,rural,2035,10.245233434796068,996.1921138427398,1029.2054998409076,0.100840999310823 +WEU,sfh_s2,urban,2035,10.547231650928188,1933.835673874668,4080.626833444748,0.2000639453236089 +WEU,sfh_s3,rural,2035,7.569432410359047,1029.9950373113293,1356.7258958859056,0.1740177972116053 +WEU,sfh_s3,urban,2035,7.697707292935997,2615.153245007513,4811.977736261141,0.2390369689853687 +WEU,sfh_s51_std,rural,2035,7.01023024512849,3.6550811272575663,3.825934503845968,0.1493166466334615 +WEU,sfh_s51_std,urban,2035,7.090516412407815,502.8794491682227,720.1114613753756,0.2019565618967765 +WEU,sfh_s52_low,rural,2035,6.844377964745443,163.51222737430686,96.62991696382188,0.0863430503275123 +WEU,sfh_s52_low,urban,2035,6.867032581881874,2440.605840485121,2961.9365613814284,0.1767294794965053 +WEU,sfh_sr11_std,rural,2035,,280.00915758917625,527.7795840230735, +WEU,sfh_sr11_std,urban,2035,,188.68352295954577,354.306077524632, +WEU,sfh_sr12_low,rural,2035,,1026.6351424264858,527.4413435662368, +WEU,sfh_sr12_low,urban,2035,,527.0619478214887,252.7999418486972, +WEU,sfh_sr21_std,rural,2035,,125.15329366897777,136.5574209237692, +WEU,sfh_sr21_std,urban,2035,,267.45932874062487,498.6451505541653, +WEU,sfh_sr22_low,rural,2035,,407.5983334637834,128.3230347117153, +WEU,sfh_sr22_low,urban,2035,,535.7651291582627,304.87581120668824, +WEU,sfh_sr31_std,rural,2035,,161.86334625250296,144.15293215002663, +WEU,sfh_sr31_std,urban,2035,,364.9554005767733,222.94798134049512, +WEU,sfh_sr32_low,rural,2035,,285.81935018324924,75.57821327303144, +WEU,sfh_sr32_low,urban,2035,,478.448636741949,135.9914181069177, +AFR,inf_ns,urban,2040,,2107.6373901723714,384.547640890067, +AFR,mfh_s1,rural,2040,67.77348115246582,39.956405326385415,6.797592023405951,0.002510203276003 +AFR,mfh_s1,urban,2040,70.25683890994821,15.072230837121248,43.975438307918274,0.0415282886367144 +AFR,mfh_s2,rural,2040,67.7726824990315,79.24450023228223,14.31506709384427,0.0026654441151546 +AFR,mfh_s2,urban,2040,70.25683890994821,96.63299856670444,307.518122301103,0.0452956663043487 +AFR,mfh_s3,rural,2040,65.01722728806209,118.52286740962091,16.865941260151807,0.0021886685075986 +AFR,mfh_s3,urban,2040,67.33635735981284,272.00388823642766,860.8638977198873,0.0470012884924656 +AFR,mfh_s51_std,rural,2040,61.81822777560578,147.5485573487934,14.70631929376651,0.001612324572551 +AFR,mfh_s51_std,urban,2040,63.9770658477033,1022.0319881750696,2580.339285518877,0.0394628100784369 +AFR,mfh_s52_low,rural,2040,33.46765964973373,0.0081513634894422,0.0004237332785566,0.001553234290175 +AFR,mfh_s52_low,urban,2040,33.604247127547524,0.0691394954975508,0.0719200963841654,0.0309549341619586 +AFR,mfh_sr11_std,rural,2040,,0.070830978163499,0.018218091760643, +AFR,mfh_sr11_std,urban,2040,,0.295875884581184,0.1620254755966432, +AFR,mfh_sr21_std,rural,2040,,0.1998067012379255,0.0515229772656523, +AFR,mfh_sr21_std,urban,2040,,1.3443249112441935,0.7359427661496315, +AFR,mfh_sr31_std,rural,2040,,0.1733862604862302,0.0439611836615185, +AFR,mfh_sr31_std,urban,2040,,2.8033132492834447,1.4708618397283877, +AFR,sfh_s1,rural,2040,143.64700022638183,1506.0209252107045,531.6218267607295,0.0024573965046666 +AFR,sfh_s1,urban,2040,149.2873895755873,124.64512864012114,773.1544732425234,0.0415496948621687 +AFR,sfh_s2,rural,2040,143.6444605033549,2984.147909872502,1112.5931001326703,0.0025955364638509 +AFR,sfh_s2,urban,2040,149.2873895755873,802.6667010111046,5444.815006906489,0.0454385807781074 +AFR,sfh_s3,rural,2040,135.78059522338597,4470.737090256744,1300.7991465969474,0.0021428580555171 +AFR,sfh_s3,urban,2040,141.07625955685202,2262.917630198279,15056.05720788037,0.0471616047046758 +AFR,sfh_s51_std,rural,2040,126.30495867536516,5618.407991148341,1133.5987561335478,0.0015974441619334 +AFR,sfh_s51_std,urban,2040,131.28489075542765,8642.230819008893,44685.84263620101,0.0393848633786918 +AFR,sfh_s52_low,rural,2040,42.24027504538575,0.5777870330567005,0.0297985126005355,0.0012209561261808 +AFR,sfh_s52_low,urban,2040,43.1615913953456,2.4209064344965565,1.442010318993526,0.013800439402181 +AFR,sfh_sr11_std,rural,2040,,18.227242553503768,5.156214416920413, +AFR,sfh_sr11_std,urban,2040,,5.397470439664736,7.665526617951953, +AFR,sfh_sr21_std,rural,2040,,41.11314722643269,14.580639544335344, +AFR,sfh_sr21_std,urban,2040,,26.26416699552127,34.83504953623403, +AFR,sfh_sr31_std,rural,2040,,49.24889791872258,11.765140710832595, +AFR,sfh_sr31_std,urban,2040,,61.28794970298685,72.03443742411224, +CHN,inf_ns,urban,2040,,1818.6508901762347,8894.052178299195, +CHN,mfh_s1,rural,2040,26.041009181373084,4222.224317431759,15927.94545305841,0.144864057892266 +CHN,mfh_s1,urban,2040,29.27962872358791,582.6525155815025,4774.487757979424,0.2798669358279798 +CHN,mfh_s2,rural,2040,22.143073415258677,5375.536511306157,17451.51300904544,0.1466133001204515 +CHN,mfh_s2,urban,2040,24.79624346887529,2343.0872445151576,16398.265577625563,0.2822432497854743 +CHN,mfh_s3,rural,2040,18.52588098244399,2888.200175945616,7949.156375370199,0.1485644435821958 +CHN,mfh_s3,urban,2040,20.59536213099936,7898.28917905259,46466.06583613256,0.2856494816735727 +CHN,mfh_s51_std,rural,2040,17.97700047700296,1.7163963795030497,4.457385318271939,0.1444592509181809 +CHN,mfh_s51_std,urban,2040,19.949459053940306,17993.466803424755,81113.0219604185,0.2259667872501939 +CHN,mfh_s52_low,rural,2040,14.257037731628316,3.683424456615136e-05,5.332271145172642e-06,0.0101538597120398 +CHN,mfh_s52_low,urban,2040,15.475133528889272,30.88950536706713,26.461196349661456,0.0553559255185861 +CHN,mfh_sr11_std,rural,2040,,436.5533775039193,1071.764605054727, +CHN,mfh_sr11_std,urban,2040,,33.76807940420396,165.80236809084144, +CHN,mfh_sr12_low,rural,2040,,63.42491304135906,9.532231262554555, +CHN,mfh_sr12_low,urban,2040,,0.7981899079006138,0.2893452635778137, +CHN,mfh_sr21_std,rural,2040,,460.4409445732662,841.0229585103859, +CHN,mfh_sr21_std,urban,2040,,130.94201316574745,544.8499101416206, +CHN,mfh_sr22_low,rural,2040,,59.5394231211904,6.899042116030115, +CHN,mfh_sr22_low,urban,2040,,1.8303732224144225,0.5200101767487391, +CHN,mfh_sr31_std,rural,2040,,250.5441418022888,369.09613240593495, +CHN,mfh_sr31_std,urban,2040,,306.86019222591386,1008.7124807290476, +CHN,mfh_sr32_low,rural,2040,,15.746261735921848,1.552807672149225, +CHN,mfh_sr32_low,urban,2040,,0.8722589463675954,0.2164046690862576, +CHN,sfh_s1,rural,2040,50.23954510392356,3600.095209617156,25606.458581869472,0.1415760639564964 +CHN,sfh_s1,urban,2040,56.97801785226968,82.55317584188047,1278.785767565883,0.2718671107477366 +CHN,sfh_s2,rural,2040,41.01092129099138,4310.20039528329,25180.288379284782,0.1424504126292774 +CHN,sfh_s2,urban,2040,46.38032051448324,329.14036952032694,4189.223041022753,0.2744217854374824 +CHN,sfh_s3,rural,2040,30.84729745331328,2362.964016792252,10474.153392688797,0.1436960070219652 +CHN,sfh_s3,urban,2040,34.77400910324272,1137.2586978119334,10993.494759415002,0.2779852439315902 +CHN,sfh_s51_std,urban,2040,32.984811850241385,2393.057251757692,17744.564160881964,0.2248009989340442 +CHN,sfh_s52_low,urban,2040,19.839703212324714,131.2682818125795,250.60064053194495,0.0962248415948637 +CHN,sfh_sr11_std,rural,2040,,269.4305112220019,1895.8125904992391, +CHN,sfh_sr11_std,urban,2040,,4.017304135091586,55.776573158756456, +CHN,sfh_sr12_low,rural,2040,,297.84581636369,504.1362807185084, +CHN,sfh_sr12_low,urban,2040,,2.6915809416337617,14.405644172465216, +CHN,sfh_sr21_std,rural,2040,,380.6046175390419,2057.930039159424, +CHN,sfh_sr21_std,urban,2040,,18.76688264561802,192.86819611541463, +CHN,sfh_sr22_low,rural,2040,,280.4849636388001,300.26222077529445, +CHN,sfh_sr22_low,urban,2040,,7.13659476166095,27.35917347728252, +CHN,sfh_sr31_std,rural,2040,,251.4933774701414,906.1717673002044, +CHN,sfh_sr31_std,urban,2040,,74.43756723858951,491.6746679683371, +CHN,sfh_sr32_low,rural,2040,,97.6339156362595,47.02808456737729, +CHN,sfh_sr32_low,urban,2040,,9.056897802955897,14.64129983413931, +EEU,mfh_s1,rural,2040,5.8004566652851794,101.7224909483671,20.815690705966063,0.0352786252583693 +EEU,mfh_s1,urban,2040,5.819244081323695,264.3020479775116,86.84529206759626,0.0564649799412706 +EEU,mfh_s2,rural,2040,5.502448666608135,24.38792909355727,5.210820711461832,0.0388306989039255 +EEU,mfh_s2,urban,2040,5.520358548773342,432.0059860346973,148.0155712229051,0.0620655137657847 +EEU,mfh_s3,rural,2040,5.466054840055654,16.174309326666016,1.7545729983906586,0.0198459417565141 +EEU,mfh_s3,urban,2040,5.486936949774583,216.9933506500724,84.11644839353733,0.0706487580547106 +EEU,mfh_s51_std,rural,2040,5.66175901760692,0.0011908028276216,3.255953975609535e-05,0.0048293315210041 +EEU,mfh_s51_std,urban,2040,5.686187079926115,268.132891838227,100.21135592017664,0.0657272863440165 +EEU,mfh_s52_low,rural,2040,6.654781647496288,0.0153643903703355,0.0007833204025667,0.0076610852531762 +EEU,mfh_s52_low,urban,2040,6.684871349012427,273.0831441418061,128.72167684632163,0.0705121148507402 +EEU,mfh_sr11_std,rural,2040,,53.16871240439179,7.740818100956792, +EEU,mfh_sr11_std,urban,2040,,65.06954943411226,13.91283138795436, +EEU,mfh_sr12_low,rural,2040,,1.3270273595702309,0.0915922476404981, +EEU,mfh_sr12_low,urban,2040,,1.011724162823844,0.1031945208804806, +EEU,mfh_sr21_std,rural,2040,,12.30554700681377,1.789880703907922, +EEU,mfh_sr21_std,urban,2040,,103.20006053932516,22.40385578666925, +EEU,mfh_sr22_low,rural,2040,,0.2647330349774464,0.0182993488590277, +EEU,mfh_sr22_low,urban,2040,,1.4494824166354288,0.1414359466116493, +EEU,mfh_sr31_std,rural,2040,,7.654373893948463,0.5806966384675447, +EEU,mfh_sr31_std,urban,2040,,41.36026632316112,10.10482647915482, +EEU,mfh_sr32_low,rural,2040,,0.0526372134670628,0.0021601159175244, +EEU,mfh_sr32_low,urban,2040,,0.1567238376878101,0.0181769112722541, +EEU,sfh_s1,rural,2040,8.376888297260287,509.7047231855413,131.8658988529347,0.0308838274336065 +EEU,sfh_s1,urban,2040,8.390499530514344,179.60396177537714,72.278267191654,0.0479627418889855 +EEU,sfh_s2,rural,2040,7.31124971777819,129.17456650782356,30.875511201203192,0.0326923038334581 +EEU,sfh_s2,urban,2040,7.317699222685837,317.19419377108693,119.92264275647337,0.0516655916111337 +EEU,sfh_s3,rural,2040,5.765417036854554,90.40751173571812,7.940315853259974,0.0152335995429753 +EEU,sfh_s3,urban,2040,5.776574125683992,160.62857491595076,54.53738711003353,0.0587761547180777 +EEU,sfh_s51_std,urban,2040,5.339781942385947,154.67241496639895,45.15895349700983,0.0546773528375942 +EEU,sfh_s52_low,urban,2040,5.795228909629955,179.64321839025754,66.24177899693645,0.0636283359199364 +EEU,sfh_sr11_std,rural,2040,,218.58680433760563,53.30787468280388, +EEU,sfh_sr11_std,urban,2040,,34.38637289548218,12.652252023466422, +EEU,sfh_sr12_low,rural,2040,,220.68656759066755,24.8360759785004, +EEU,sfh_sr12_low,urban,2040,,24.5217290266806,4.037073416517607, +EEU,sfh_sr21_std,rural,2040,,58.336653642927,12.824207448081768, +EEU,sfh_sr21_std,urban,2040,,62.88224827257054,21.58551411269268, +EEU,sfh_sr22_low,rural,2040,,51.87782630647987,5.150378661432729, +EEU,sfh_sr22_low,urban,2040,,40.51600759807191,5.885634503271024, +EEU,sfh_sr31_std,rural,2040,,54.13685541447998,3.859319148337114, +EEU,sfh_sr31_std,urban,2040,,39.97133172162763,10.700528359354282, +EEU,sfh_sr32_low,rural,2040,,22.806979570141067,0.850752006268793, +EEU,sfh_sr32_low,urban,2040,,9.259837165172147,1.0575894708881444, +FSU,mfh_s1,rural,2040,11.772125974054992,138.06943283572508,76.05204960777665,0.0467905856576052 +FSU,mfh_s1,urban,2040,8.756542324903274,467.01739260798615,438.63878481896126,0.1072608720996372 +FSU,mfh_s2,rural,2040,11.183123062211436,83.735866338531,74.66963032804782,0.0797387419207626 +FSU,mfh_s2,urban,2040,8.322510800397222,965.1649776137058,953.0009295700625,0.1186417112798907 +FSU,mfh_s3,rural,2040,10.035573345512086,75.8463855614512,59.3227373522195,0.0779370752311714 +FSU,mfh_s3,urban,2040,7.789655536010645,907.3603233399624,803.4135112267842,0.1136687523471565 +FSU,mfh_s51_std,rural,2040,9.741938785589044,33.089371943332964,35.401877192887135,0.1098227642709157 +FSU,mfh_s51_std,urban,2040,7.767486699889488,1231.0361591428868,1512.3854707303628,0.1581652851266069 +FSU,mfh_s52_low,rural,2040,9.952866848916653,2.067241488220521,1.5457674464291082,0.0751285056296971 +FSU,mfh_s52_low,urban,2040,8.397303887581892,4.406721717266807,4.241801898520549,0.1146291009689796 +FSU,mfh_sr11_std,rural,2040,,92.43461495634,37.18913932853152, +FSU,mfh_sr11_std,urban,2040,,17.30898286594407,12.02646248135739, +FSU,mfh_sr12_low,rural,2040,,12.453197326791532,2.249627064556998, +FSU,mfh_sr12_low,urban,2040,,1.1644044932780002,0.3694527276224667, +FSU,mfh_sr21_std,rural,2040,,56.25007639156952,35.558105580130935, +FSU,mfh_sr21_std,urban,2040,,35.31833379365345,24.978092364096785, +FSU,mfh_sr22_low,rural,2040,,7.54151108318487,2.095097824038779, +FSU,mfh_sr22_low,urban,2040,,2.2655869110902787,0.7615513842627267, +FSU,mfh_sr31_std,rural,2040,,45.49671333454173,22.66506514545375, +FSU,mfh_sr31_std,urban,2040,,31.43292489640061,17.630607635372794, +FSU,mfh_sr32_low,rural,2040,,3.336505806333347,0.8581162785098575, +FSU,mfh_sr32_low,urban,2040,,0.8423159828833591,0.2843683614354081, +FSU,sfh_s1,rural,2040,19.441840625547407,490.50370577155496,398.76910679022967,0.0418159371186891 +FSU,sfh_s1,urban,2040,13.667296104337138,216.14416427219484,314.47397853642025,0.1064531696573463 +FSU,sfh_s2,rural,2040,17.397992936418436,387.7177320557194,520.85124914617,0.0772145058073728 +FSU,sfh_s2,urban,2040,12.13628876150187,623.957073414198,896.2607327077129,0.1183569474714181 +FSU,sfh_s3,rural,2040,12.879438402468654,290.72106923899184,259.2928139203274,0.0692495646072844 +FSU,sfh_s3,urban,2040,9.22772426050544,446.3668878462493,456.7676085965231,0.1108941712059051 +FSU,sfh_s51_std,rural,2040,11.210339045756546,81.0792899106832,119.1273234438344,0.13106378325617 +FSU,sfh_s51_std,urban,2040,8.23127068866377,571.604587558773,817.4270014217147,0.1737346284346639 +FSU,sfh_s52_low,rural,2040,9.944198707353737,32.13022996137868,21.680349780411717,0.0678551253084176 +FSU,sfh_s52_low,urban,2040,7.918987751890675,14.12287347357592,11.43639557169028,0.1022577962719496 +FSU,sfh_sr11_std,rural,2040,,223.6198736479784,179.07416362492947, +FSU,sfh_sr11_std,urban,2040,,6.61205240150811,9.016598423282566, +FSU,sfh_sr12_low,rural,2040,,200.10132474203564,66.58241915376374, +FSU,sfh_sr12_low,urban,2040,,3.766653315752518,2.0086303070825045, +FSU,sfh_sr21_std,rural,2040,,175.29711580347842,239.0487563563333, +FSU,sfh_sr21_std,urban,2040,,19.529222742049253,25.966640502123354, +FSU,sfh_sr22_low,rural,2040,,159.64640032812866,79.51260719893232, +FSU,sfh_sr22_low,urban,2040,,10.396764930643384,5.318825731821181, +FSU,sfh_sr31_std,rural,2040,,171.96083475884342,129.97506215348017, +FSU,sfh_sr31_std,urban,2040,,17.166138783130545,14.582322030837505, +FSU,sfh_sr32_low,rural,2040,,82.07930104103664,22.23744393011504, +FSU,sfh_sr32_low,urban,2040,,4.662279576199288,1.5275431985459669, +LAM,inf_ns,urban,2040,,1156.4676785678903,1042.3762517917585, +LAM,mfh_s1,rural,2040,55.21090238691856,5.762655610006089,56.944640448613214,0.1789803461956196 +LAM,mfh_s1,urban,2040,38.053180190561,33.53499821953708,430.1481348752421,0.3370767507742263 +LAM,mfh_s2,rural,2040,52.77849211123935,8.733033115953702,77.55406195482801,0.1682606119324016 +LAM,mfh_s2,urban,2040,36.555432227577015,254.3103944516945,3195.6377830402157,0.3437490546658684 +LAM,mfh_s3,rural,2040,50.32243674647189,5.576027243431547,41.46700476325061,0.1477801547503863 +LAM,mfh_s3,urban,2040,34.9603097505505,463.0792974977076,5598.7320248722735,0.3458271164458337 +LAM,mfh_s51_std,rural,2040,49.966375970792456,1.042152147036198,5.002772364429353,0.0960730908605871 +LAM,mfh_s51_std,urban,2040,34.72801837615456,542.538945828162,5499.320936121509,0.2918758372364706 +LAM,mfh_s52_low,rural,2040,30.201835892760432,4.071155292852369e-05,8.333304657386473e-05,0.0677744883061756 +LAM,mfh_s52_low,urban,2040,23.30716932636384,0.0617912503896486,0.2624738032695289,0.182250802528422 +LAM,mfh_sr11_std,rural,2040,,0.0419833470491559,0.0124304633815425, +LAM,mfh_sr11_std,urban,2040,,0.2596093600717611,0.0106310569618823, +LAM,mfh_sr12_low,rural,2040,,4.461957985793205e-07,9.5101883522827e-11, +LAM,mfh_sr12_low,urban,2040,,3.98236676674508e-07,2.4904018579576207e-10, +LAM,mfh_sr21_std,rural,2040,,0.0451763139665911,0.0144688938135119, +LAM,mfh_sr21_std,urban,2040,,1.102660341778362,0.0419656891838674, +LAM,mfh_sr22_low,rural,2040,,3.6885519349223844e-07,8.622437550218196e-11, +LAM,mfh_sr31_std,rural,2040,,0.0259862898042602,0.0073049649339852, +LAM,mfh_sr31_std,urban,2040,,1.1087244201763655,0.0169288730887545, +LAM,mfh_sr32_low,rural,2040,,1.4873193285977354e-07,3.4893895504575936e-11, +LAM,sfh_s1,rural,2040,109.36203744268914,1005.5396181796302,19749.42444954688,0.1795926937459913 +LAM,sfh_s1,urban,2040,73.79792552446617,412.68684408504686,10524.43876665192,0.3455685155398659 +LAM,sfh_s2,rural,2040,102.90673708522768,1520.794694970098,26424.535238188757,0.1688468491307352 +LAM,sfh_s2,urban,2040,69.65579833429148,3136.72293114006,76656.31887946856,0.3508443824115567 +LAM,sfh_s3,rural,2040,95.81578018125536,964.6935128051236,13752.552203477046,0.1487842307443172 +LAM,sfh_s3,urban,2040,64.85784223243395,5712.0009008259685,130415.50783237332,0.3520290256763362 +LAM,sfh_s51_std,rural,2040,94.77878268476182,185.80314954884344,1627.7675435720666,0.0924332422404699 +LAM,sfh_s51_std,urban,2040,64.15286008893816,6958.468511246319,128223.94561120227,0.2872363816359962 +LAM,sfh_s52_low,rural,2040,38.32498052154463,0.0583581691623997,0.0199362118665624,0.0089137210506472 +LAM,sfh_s52_low,urban,2040,27.73617795293464,25.16321737185937,6.543390910630213,0.0093754059617693 +LAM,sfh_sr11_std,rural,2040,,28.639208673246223,54.502600243792735, +LAM,sfh_sr11_std,urban,2040,,21.94977753991653,46.67627146681125, +LAM,sfh_sr12_low,rural,2040,,1.0032691357684755,0.0024554754249285, +LAM,sfh_sr12_low,urban,2040,,0.3136502894941611,0.0033151530573471, +LAM,sfh_sr21_std,rural,2040,,43.73698225196828,73.85302013209756, +LAM,sfh_sr21_std,urban,2040,,149.38439650480834,302.9826428564911, +LAM,sfh_sr22_low,rural,2040,,0.948111454867876,0.0021368674827348, +LAM,sfh_sr22_low,urban,2040,,1.1932440512695532,0.0105325834596525, +LAM,sfh_sr31_std,rural,2040,,33.829783935361284,56.99689197743053, +LAM,sfh_sr31_std,urban,2040,,260.8685915874189,481.6599349392933, +LAM,sfh_sr32_low,rural,2040,,0.523142394750215,0.0009475099435063, +LAM,sfh_sr32_low,urban,2040,,1.4044340197246388,0.0073206450498857, +MEA,inf_ns,urban,2040,,868.1412282829981,10764.086896805788, +MEA,mfh_s1,rural,2040,68.12536054487518,59.22305503011672,709.9908997080033,0.1759758864946433 +MEA,mfh_s1,urban,2040,66.99569205906927,29.108630009706086,1054.6739690100385,0.5408160644173288 +MEA,mfh_s2,rural,2040,64.03491242702584,96.55417203386202,952.1381046246918,0.1539969367180702 +MEA,mfh_s2,urban,2040,62.258499951392565,178.42670651907306,7237.777375796099,0.6515484393817094 +MEA,mfh_s3,rural,2040,56.7134218451578,103.04805807180108,1057.1399694883298,0.1808867808442351 +MEA,mfh_s3,urban,2040,54.33056929492965,361.6557738478076,13570.120377475208,0.6906277766542019 +MEA,mfh_s51_std,rural,2040,54.28411302862676,77.25273839501583,656.695931640668,0.1565949299110342 +MEA,mfh_s51_std,urban,2040,52.09479613230947,749.5818837786096,22732.47247541504,0.5821477849473168 +MEA,mfh_s52_low,rural,2040,30.117939906718973,0.0198039232386195,0.0499110676606907,0.0836797479393619 +MEA,mfh_s52_low,urban,2040,29.01981184665017,0.3359583260776928,1.9555298495803477,0.200578532005403 +MEA,mfh_sr11_std,rural,2040,,1.7077170384891929,6.840880135244862, +MEA,mfh_sr11_std,urban,2040,,1.3114693278756775,13.618543504384936, +MEA,mfh_sr12_low,rural,2040,,0.0013856438946418,0.0009672126441872, +MEA,mfh_sr12_low,urban,2040,,0.0007564626799811,0.0019080034003321, +MEA,mfh_sr21_std,rural,2040,,2.678779763367061,9.991279274620192, +MEA,mfh_sr21_std,urban,2040,,7.1766399065968045,66.23153402687946, +MEA,mfh_sr22_low,rural,2040,,0.001080780183103,0.0008075643958114, +MEA,mfh_sr22_low,urban,2040,,0.0024760234569851,0.0040810617726475, +MEA,mfh_sr31_std,rural,2040,,2.174645195770781,7.048216025216309, +MEA,mfh_sr31_std,urban,2040,,11.218143004697223,81.75996869495877, +MEA,mfh_sr32_low,rural,2040,,0.0002206371951579,0.0001128068627104, +MEA,mfh_sr32_low,urban,2040,,0.000991745802514,0.0017782290330567, +MEA,sfh_s1,rural,2040,147.69976549175996,879.9812334051203,22873.12880598712,0.1759836655889474 +MEA,sfh_s1,urban,2040,145.61936191476917,206.05700149503429,16339.508551761077,0.5445433898158099 +MEA,sfh_s2,rural,2040,135.3858036063415,1432.53012988436,29197.96107373852,0.1505482227700412 +MEA,sfh_s2,urban,2040,131.5971575107967,1268.395575215868,109776.63511090587,0.6576709932603628 +MEA,sfh_s3,rural,2040,113.58514822966232,1522.9192564641726,30173.649472051293,0.1744333066472728 +MEA,sfh_s3,urban,2040,108.20756113619558,2567.4748534669625,192154.5154719728,0.6916506463032411 +MEA,sfh_s51_std,rural,2040,106.72091912816404,1182.286872582186,19146.52255388639,0.1517460808211026 +MEA,sfh_s51_std,urban,2040,101.94205178310348,5366.560040173595,323606.50323259254,0.5915178814088891 +MEA,sfh_s52_low,rural,2040,40.0802050103238,22.51175838703153,44.12385275427532,0.0489028391204615 +MEA,sfh_s52_low,urban,2040,38.998407901058656,242.57614741168453,1077.1026638828937,0.1138576270381459 +MEA,sfh_sr11_std,rural,2040,,63.15177048486938,953.8434391506512, +MEA,sfh_sr11_std,urban,2040,,17.94828033885779,687.0121531474398, +MEA,sfh_sr12_low,rural,2040,,6.895388726329564,22.40943317118349, +MEA,sfh_sr12_low,urban,2040,,3.532502599394548,35.731964374725166, +MEA,sfh_sr21_std,rural,2040,,105.51005026141104,1374.50547970845, +MEA,sfh_sr21_std,urban,2040,,101.06162531946406,3361.2051622672984, +MEA,sfh_sr22_low,rural,2040,,9.174820665911222,24.196176278060506, +MEA,sfh_sr22_low,urban,2040,,18.812016337580204,159.1417353322448, +MEA,sfh_sr31_std,rural,2040,,110.99714060583798,1151.2129255523607, +MEA,sfh_sr31_std,urban,2040,,192.8258968425217,4794.335559675796, +MEA,sfh_sr32_low,rural,2040,,6.674861083680075,11.796021949170932, +MEA,sfh_sr32_low,urban,2040,,28.67833663413627,170.12391327904902, +NAM,mfh_s1,rural,2040,17.74469768619677,32.31142947613316,559.4567349331218,0.9757571218440968 +NAM,mfh_s1,urban,2040,19.159981044354385,401.6849542276988,8610.663637716994,1.1188090858468298 +NAM,mfh_s2,rural,2040,15.101286752640622,17.983936849376946,263.87745477538505,0.9716359235948666 +NAM,mfh_s2,urban,2040,16.32458218449295,709.5528102883713,12285.096224656409,1.060600343345115 +NAM,mfh_s3,rural,2040,14.14572518251164,6.629292876265127,83.37917343461915,0.889129792885751 +NAM,mfh_s3,urban,2040,15.30433489171251,999.9735461690948,16278.571304117611,1.0636856852170482 +NAM,mfh_s51_std,urban,2040,17.87376569061958,1106.602850269981,18440.525816122805,0.932320976308948 +NAM,mfh_s52_low,urban,2040,13.622026485707508,71.27647961149744,347.00638634741784,0.3573958504552438 +NAM,mfh_sr11_std,rural,2040,,15.773649497627838,114.542541600006, +NAM,mfh_sr11_std,urban,2040,,117.11744848571132,547.997752926077, +NAM,mfh_sr12_low,rural,2040,,0.9215873323233454,0.9474629910309595, +NAM,mfh_sr12_low,urban,2040,,1.8881173173079329,3.456341669151525, +NAM,mfh_sr21_std,rural,2040,,7.703277492263636,37.11386241400595, +NAM,mfh_sr21_std,urban,2040,,176.72322933697578,713.6071363800216, +NAM,mfh_sr22_low,rural,2040,,0.2887167637140552,0.1883177343717553, +NAM,mfh_sr22_low,urban,2040,,1.6825794032733392,2.2131432653442413, +NAM,mfh_sr31_std,rural,2040,,2.7756310512666977,8.652388629351337, +NAM,mfh_sr31_std,urban,2040,,230.99434475152484,949.8490057234796, +NAM,mfh_sr32_low,rural,2040,,0.1040750309130421,0.0371733370057709, +NAM,mfh_sr32_low,urban,2040,,1.4001520573176125,1.819089512738455, +NAM,sfh_s1,rural,2040,32.075662942716946,2101.926901212959,57815.51013512486,0.8575335342492323 +NAM,sfh_s1,urban,2040,34.535105834147004,1782.8536177232806,65484.97755501178,1.063567860530742 +NAM,sfh_s2,rural,2040,23.83129281092514,1124.9823182786065,22562.672097236675,0.841583539434605 +NAM,sfh_s2,urban,2040,25.660851938873623,3117.148094467373,84032.56756783143,1.050555804400766 +NAM,sfh_s3,rural,2040,20.786914898360063,405.4505732006688,6336.303609064055,0.7518098680752158 +NAM,sfh_s3,urban,2040,22.393437689890348,4427.767504745763,109721.04816557348,1.1065839590697364 +NAM,sfh_s51_std,urban,2040,29.90869524275092,2839.455282312706,144561.55275527385,1.7022380866895406 +NAM,sfh_s52_low,urban,2040,14.11764386053459,3996.698134703375,24589.40731238921,0.4357972557620796 +NAM,sfh_sr11_std,rural,2040,,774.7719205888042,23790.731000039294, +NAM,sfh_sr11_std,urban,2040,,889.9200081868531,21792.340941986447, +NAM,sfh_sr12_low,rural,2040,,823.1934419994456,4125.710030818397, +NAM,sfh_sr12_low,urban,2040,,349.201329948964,1919.539392986765, +NAM,sfh_sr21_std,rural,2040,,448.3949399495198,9142.736227368558, +NAM,sfh_sr21_std,urban,2040,,1557.0460142562915,24577.323641059444, +NAM,sfh_sr22_low,rural,2040,,387.7466786299262,1208.448000431563, +NAM,sfh_sr22_low,urban,2040,,479.3253145094258,1716.3966161055446, +NAM,sfh_sr31_std,rural,2040,,169.16794948190994,2645.670329588509, +NAM,sfh_sr31_std,urban,2040,,2171.17150817636,25749.61001563494, +NAM,sfh_sr32_low,rural,2040,,143.28936097797347,295.4878291883112, +NAM,sfh_sr32_low,urban,2040,,553.4580811700782,1723.698157291206, +PAO,mfh_s1,rural,2040,13.114177590019562,13.17790195951348,48.37717380573738,0.2799323954941182 +PAO,mfh_s1,urban,2040,16.236781251096108,118.17017624896523,702.2915282467793,0.3660240368883132 +PAO,mfh_s2,rural,2040,11.67203390264824,8.284906646607514,27.307204833297348,0.2823859524059944 +PAO,mfh_s2,urban,2040,14.375356452203944,461.58871704890896,2485.6547483842587,0.3745993325465283 +PAO,mfh_s3,rural,2040,10.082736397379453,9.927434005380794,29.161847247260564,0.2913396598976477 +PAO,mfh_s3,urban,2040,12.264128740635122,586.8001125048185,2707.88022406162,0.3762725713936514 +PAO,mfh_s51_std,rural,2040,9.888408135461638,0.178458223220243,0.5172417461812334,0.2931099903971331 +PAO,mfh_s51_std,urban,2040,12.002263731566018,386.04696963798136,1586.4748846392076,0.3423969504569569 +PAO,mfh_s52_low,rural,2040,9.797785358755489,0.0010010668316194,0.0030108117999742,0.3069676547977144 +PAO,mfh_s52_low,urban,2040,11.677086865143282,2.068724822380769,8.841780076372578,0.3660180238886203 +PAO,mfh_sr11_std,rural,2040,,2.8241311302383534,3.2697972965185462, +PAO,mfh_sr11_std,urban,2040,,7.463858546619472,16.497754967971655, +PAO,mfh_sr12_low,rural,2040,,0.0096396694563793,0.0037537509405047, +PAO,mfh_sr12_low,urban,2040,,0.0076320453306905,0.0063855667061867, +PAO,mfh_sr21_std,rural,2040,,1.558541177313696,1.725690724550069, +PAO,mfh_sr21_std,urban,2040,,23.901246993021847,45.12018901542212, +PAO,mfh_sr22_low,rural,2040,,0.0024714179652933,0.00074900313793, +PAO,mfh_sr22_low,urban,2040,,0.0089340032034511,0.0074776734498258, +PAO,mfh_sr31_std,rural,2040,,1.2984019938387217,1.0816879124314571, +PAO,mfh_sr31_std,urban,2040,,4.569990282041983,0.8231249761108644, +PAO,mfh_sr32_low,rural,2040,,0.0002518150377583,8.207723062022503e-05, +PAO,mfh_sr32_low,urban,2040,,0.0005290599665709,5.5649055536798456e-05, +PAO,sfh_s1,rural,2040,23.68171456361487,665.9503843888713,3958.457668446024,0.2509984206537893 +PAO,sfh_s1,urban,2040,29.679747200592097,260.2928393489726,2716.209490693239,0.3515935052278605 +PAO,sfh_s2,rural,2040,19.048060028930507,422.8885290865377,2099.0789925269182,0.260586628039438 +PAO,sfh_s2,urban,2040,23.82738886733092,1026.6318351233408,8709.758933444165,0.3560532505257986 +PAO,sfh_s3,rural,2040,13.324439331479338,495.8394696656228,1808.276151038215,0.2736999489355872 +PAO,sfh_s3,urban,2040,16.518721424140775,1292.072733965063,7648.399543820129,0.3583498078012042 +PAO,sfh_s51_std,rural,2040,12.511430048581444,254.2039631385228,804.1892274459028,0.2528535072599309 +PAO,sfh_s51_std,urban,2040,15.487094334742668,1135.683668974863,5465.219055182138,0.3107278996424528 +PAO,sfh_s52_low,rural,2040,9.875077039957578,0.4019496318747916,0.5269788666354692,0.1327642270673575 +PAO,sfh_s52_low,urban,2040,11.917762822915076,19.54570738798077,57.80299235808458,0.2481442354014935 +PAO,sfh_sr11_std,rural,2040,,346.2224047167278,1665.6050813554582, +PAO,sfh_sr11_std,urban,2040,,108.5686326318533,808.4969856339217, +PAO,sfh_sr12_low,rural,2040,,93.41686677600605,115.72268936405077, +PAO,sfh_sr12_low,urban,2040,,5.113187958948882,12.17500719960577, +PAO,sfh_sr21_std,rural,2040,,219.4054598653192,766.3735449770394, +PAO,sfh_sr21_std,urban,2040,,407.3248542138731,2415.4028330789647, +PAO,sfh_sr22_low,rural,2040,,36.23664629177148,33.24933295432959, +PAO,sfh_sr22_low,urban,2040,,11.139430724673105,19.324902216371623, +PAO,sfh_sr31_std,rural,2040,,266.1626481732127,597.7656995726802, +PAO,sfh_sr31_std,urban,2040,,465.1191565157535,1867.5397022912416, +PAO,sfh_sr32_low,rural,2040,,12.55393809145959,7.201116178159671, +PAO,sfh_sr32_low,urban,2040,,3.0333316938289827,3.4597599557223, +PAS,inf_ns,urban,2040,,597.6121210954759,1017.6651961411212, +PAS,mfh_s1,rural,2040,90.88257167275891,171.00868761483784,801.2268918782682,0.0515533314873912 +PAS,mfh_s1,urban,2040,90.8289302616734,42.63622988890946,498.1952434979842,0.1286460874111392 +PAS,mfh_s2,rural,2040,90.88257167275891,234.1954854986672,1114.925392976627,0.0523825552995738 +PAS,mfh_s2,urban,2040,90.8289302616734,215.93644093341192,2329.144494241741,0.1187534658677473 +PAS,mfh_s3,rural,2040,86.93708881369658,250.7046217380524,1037.4736523306628,0.0476002948286606 +PAS,mfh_s3,urban,2040,86.80369702744582,550.025023846104,5766.4530121152375,0.1207780703105379 +PAS,mfh_s51_std,rural,2040,82.46990660816577,116.61590985151015,377.5520582349021,0.0392575809039265 +PAS,mfh_s51_std,urban,2040,82.27665862535399,1080.79105262478,9270.388176425002,0.1042508327702773 +PAS,mfh_s52_low,rural,2040,39.659483654743006,0.0081457899166256,0.011774836722938,0.0364480780811812 +PAS,mfh_s52_low,urban,2040,38.45862323916928,1.934089371615764,2.864673136689998,0.0385127742588575 +PAS,mfh_sr11_std,rural,2040,,1.1765791097578526,1.2761096722707768, +PAS,mfh_sr11_std,urban,2040,,0.6397270253078684,1.0005805773796668, +PAS,mfh_sr21_std,rural,2040,,0.609271152801737,0.6608113324524119, +PAS,mfh_sr21_std,urban,2040,,6.041556057837,9.449442356758077, +PAS,mfh_sr31_std,rural,2040,,0.5961415550121933,0.6290583905446998, +PAS,mfh_sr31_std,urban,2040,,13.50594061445304,20.50859841223605, +PAS,sfh_s1,rural,2040,194.3753651283975,1309.7001683734152,13080.615637845516,0.0513824820231331 +PAS,sfh_s1,urban,2040,195.1252613552728,207.48829401656425,5196.0146189431225,0.1283403639708058 +PAS,sfh_s2,rural,2040,194.3753651283975,1753.9158583039552,17784.09336722193,0.0521653052127955 +PAS,sfh_s2,urban,2040,195.1252613552728,1025.8036077181189,23392.316398703595,0.1168679724683467 +PAS,sfh_s3,rural,2040,183.5772429120777,1863.286375564404,16245.704992559591,0.0474941490812453 +PAS,sfh_s3,urban,2040,184.2199324399767,2556.8253317015683,57179.73773502411,0.1213960287843318 +PAS,sfh_s51_std,rural,2040,170.92295452413865,903.2427480917278,6036.047184678861,0.0390973886417387 +PAS,sfh_s51_std,urban,2040,171.54560328508168,4958.081853012419,92852.39150800076,0.1091691201431479 +PAS,sfh_s52_low,rural,2040,53.93771085324265,0.0587419038669926,0.109858574651525,0.0346731605860342 +PAS,sfh_s52_low,urban,2040,53.14721553076517,333.82286327757475,484.6646044620616,0.0273177363981745 +PAS,sfh_sr11_std,rural,2040,,10.848310783739052,22.77635135560941, +PAS,sfh_sr11_std,urban,2040,,3.8047268759982886,11.64959923508379, +PAS,sfh_sr21_std,rural,2040,,5.626619102261062,11.813254267384282, +PAS,sfh_sr21_std,urban,2040,,34.770023676391695,106.46147654838616, +PAS,sfh_sr31_std,rural,2040,,5.23787485513233,10.45410135059086, +PAS,sfh_sr31_std,urban,2040,,79.17043174042936,230.3331904321195, +RCPA,inf_ns,urban,2040,,162.48434721968854,42.038105127414006, +RCPA,mfh_s1,rural,2040,2.2152941838320857,320.8837600969821,1294.8663625339034,1.821569742684855 +RCPA,mfh_s1,urban,2040,2.490801749055221,40.643074988928696,636.1266106016806,6.283734730810711 +RCPA,mfh_s2,rural,2040,1.8836989537286024,524.0364448755071,1783.4504903277589,1.8067084232415824 +RCPA,mfh_s2,urban,2040,2.1094026562064045,131.3507923692489,1726.8946384334645,6.232663148642282 +RCPA,mfh_s3,rural,2040,1.575986403020409,571.7384491682888,1601.762500551732,1.7776581834243712 +RCPA,mfh_s3,urban,2040,1.752036014616265,385.5270188464941,4144.458508194344,6.13578236414922 +RCPA,mfh_s51_std,urban,2040,1.697089398685894,322.03463326965243,3018.6462328386438,5.523379939603587 +RCPA,sfh_s1,rural,2040,4.273850191132386,279.2002960175879,2205.993142140831,1.8487108435924848 +RCPA,sfh_s1,urban,2040,4.847088324238219,5.822970152157993,180.23183203402104,6.385663067549995 +RCPA,sfh_s2,rural,2040,3.4887762903794743,445.2314920407996,2860.2385795081004,1.8413793258594384 +RCPA,sfh_s2,urban,2040,3.9455480993223584,18.69099388068457,469.0121278400545,6.359812844915547 +RCPA,sfh_s3,rural,2040,2.6241624569658866,503.4037825615438,2418.546795720795,1.8308269743397725 +RCPA,sfh_s3,urban,2040,2.958205635518912,57.40276958509692,1073.4996034130957,6.321798970016546 +RCPA,sfh_s51_std,urban,2040,2.805999619204562,45.88396366963745,733.0120831889153,5.693280727307432 +SAS,inf_ns,urban,2040,,2054.0562181939085,304.8191330868233, +SAS,mfh_s1,rural,2040,90.75596963562704,177.74819094177303,468.4139261222789,0.0290368437671254 +SAS,mfh_s1,urban,2040,95.97402745566758,150.61248360760686,1286.851073829659,0.0890253314434579 +SAS,mfh_s2,rural,2040,90.75596963562704,273.529689848705,717.8019877368768,0.0289151188993777 +SAS,mfh_s2,urban,2040,95.97402745566758,689.9678347248224,5869.929595977182,0.0886442004984475 +SAS,mfh_s3,rural,2040,86.67226574203956,359.59482305327674,906.4243611259604,0.0290829186558701 +SAS,mfh_s3,urban,2040,91.62040173837984,1469.4312372524373,11787.623510632697,0.0875557750312745 +SAS,mfh_s51_std,rural,2040,82.10347343533331,231.579481874482,501.54205318333993,0.0263782357280216 +SAS,mfh_s51_std,urban,2040,86.76082098095674,3249.236912588099,22937.63557360439,0.0813661219502269 +SAS,mfh_s52_low,rural,2040,38.60826277020307,2.229384908475009,0.018749858399933,0.0002178375154192 +SAS,mfh_s52_low,urban,2040,40.302901485289816,22.85693859575164,0.8835522891149201,0.0009591308979972 +SAS,mfh_sr11_std,rural,2040,,1.1997748549107017,0.0247001336220697, +SAS,mfh_sr11_std,urban,2040,,0.5704635567783504,0.1370637743406678, +SAS,mfh_sr21_std,rural,2040,,1.819897332949402,0.0370808119350436, +SAS,mfh_sr21_std,urban,2040,,2.297667514414284,0.5200631741965888, +SAS,mfh_sr31_std,rural,2040,,2.252345962480712,0.0502305867302533, +SAS,mfh_sr31_std,urban,2040,,3.927711585338903,0.5681532751762548, +SAS,sfh_s1,rural,2040,195.9058845613517,5705.151053571558,32541.71289640664,0.0291156024058979 +SAS,sfh_s1,urban,2040,207.59832232629597,428.2269028072037,7920.875152909904,0.0890995233595238 +SAS,sfh_s2,rural,2040,195.9058845613517,8779.916123343912,49858.773574255305,0.0289870315442458 +SAS,sfh_s2,urban,2040,207.59832232629597,1962.4616689866305,36130.22217683535,0.0886840687327152 +SAS,sfh_s3,rural,2040,184.88129178954736,11545.140485505965,62207.36600974899,0.0291440312492573 +SAS,sfh_s3,urban,2040,195.8864664538644,4177.431212258228,71689.27464739949,0.0876073304320435 +SAS,sfh_s51_std,rural,2040,172.16792107455407,7243.228624173594,33860.149273841256,0.0271521634639833 +SAS,sfh_s51_std,urban,2040,182.41910504836048,9201.986397845068,137367.44299045502,0.0818336470211125 +SAS,sfh_s52_low,rural,2040,52.83173584215312,313.45079189760827,2.549267597381577,0.0001539398908851 +SAS,sfh_s52_low,urban,2040,55.53999162790341,156.698993850792,7.160558435938865,0.0008227632318195 +SAS,sfh_sr11_std,rural,2040,,78.42932879364683,39.399986451866845, +SAS,sfh_sr11_std,urban,2040,,4.179287560409497,13.939290881777836, +SAS,sfh_sr21_std,rural,2040,,119.35503952714656,59.31364681435221, +SAS,sfh_sr21_std,urban,2040,,17.522807461951945,61.75822048977967, +SAS,sfh_sr31_std,rural,2040,,149.72388048833557,73.5996098676948, +SAS,sfh_sr31_std,urban,2040,,36.59915260368145,121.45848451663602, +WEU,mfh_s1,rural,2040,7.729068945553558,58.335693773537606,69.39558833621918,0.1539112316323647 +WEU,mfh_s1,urban,2040,7.903874062738302,1108.6574190838269,1401.4824174814992,0.1599374893245949 +WEU,mfh_s2,rural,2040,7.037033560240777,24.224631430902125,22.14491250462591,0.1299053891842198 +WEU,mfh_s2,urban,2040,7.140037680651747,1315.011514817053,2188.412807602801,0.2330768759443194 +WEU,mfh_s3,rural,2040,6.803468884434982,28.08727099677724,35.161339727996086,0.1840032385709118 +WEU,mfh_s3,urban,2040,6.831419933722144,1965.7394699630736,3083.7799706055766,0.2296394207776088 +WEU,mfh_s51_std,rural,2040,6.943266868810226,0.2963282827382211,0.2418263488366537,0.117534849789877 +WEU,mfh_s51_std,urban,2040,6.959664847406423,497.9148424560908,688.356941445264,0.1986416425655555 +WEU,mfh_s52_low,rural,2040,7.498961736578346,4.309235766152676,3.222948816030957,0.0997360157591097 +WEU,mfh_s52_low,urban,2040,7.521431385035357,1856.546519573988,2603.200552472132,0.1864237732647754 +WEU,mfh_sr11_std,rural,2040,,11.472700752031535,2.752678307219257, +WEU,mfh_sr11_std,urban,2040,,183.42944425904392,29.400870686224145, +WEU,mfh_sr12_low,rural,2040,,14.887822145399364,1.93304294975252, +WEU,mfh_sr12_low,urban,2040,,157.6649303082348,15.658810352233177, +WEU,mfh_sr21_std,rural,2040,,4.931607051793326,1.051180235146933, +WEU,mfh_sr21_std,urban,2040,,187.15245429326885,47.11469845932253, +WEU,mfh_sr22_low,rural,2040,,4.794675100182812,0.6734980166749022, +WEU,mfh_sr22_low,urban,2040,,123.17232579060678,20.64860532855305, +WEU,mfh_sr31_std,rural,2040,,3.7885369661943327,0.9825470890361844, +WEU,mfh_sr31_std,urban,2040,,123.78193690797308,26.58619114197141, +WEU,mfh_sr32_low,rural,2040,,2.020979298275313,0.2926469669887743, +WEU,mfh_sr32_low,urban,2040,,46.86876211816752,8.041924419458763, +WEU,sfh_s1,rural,2040,13.213918538672552,1982.0223397455309,3277.590222968521,0.1251452831093258 +WEU,sfh_s1,urban,2040,13.654584901127702,1434.8088997177797,2736.6338698033896,0.1396831864915979 +WEU,sfh_s2,rural,2040,10.245233434796068,809.7018234970294,936.383714508445,0.1128773685584486 +WEU,sfh_s2,urban,2040,10.547231650928188,1645.8547906160602,3724.47789857448,0.2145533999048338 +WEU,sfh_s3,rural,2040,7.569432410359047,881.7343583472956,1293.781028009046,0.1938472743216664 +WEU,sfh_s3,urban,2040,7.697707292935997,2349.98964884049,4759.348808776472,0.263099603031372 +WEU,sfh_s51_std,rural,2040,7.01023024512849,4.114535247789164,5.038379154063467,0.174677825563806 +WEU,sfh_s51_std,urban,2040,7.090516412407815,631.3101605279414,959.0899866276732,0.2142588211377697 +WEU,sfh_s52_low,rural,2040,6.844377964745443,187.22031664819485,128.70552829352712,0.1004408181659448 +WEU,sfh_s52_low,urban,2040,6.867032581881874,3077.0568240719986,3973.872597418185,0.1880655788558442 +WEU,sfh_sr11_std,rural,2040,,330.4839974117356,673.7989164850926, +WEU,sfh_sr11_std,urban,2040,,225.1573685973464,449.1059677238524, +WEU,sfh_sr12_low,rural,2040,,1206.1393128751197,692.2427647789929, +WEU,sfh_sr12_low,urban,2040,,623.4448129218408,325.1610914868627, +WEU,sfh_sr21_std,rural,2040,,141.26166350939243,171.60006916186012, +WEU,sfh_sr21_std,urban,2040,,305.87190190542594,616.5758727460613, +WEU,sfh_sr22_low,rural,2040,,459.5037043625768,165.5624630312639, +WEU,sfh_sr22_low,urban,2040,,608.2362769027991,381.9295408972208, +WEU,sfh_sr31_std,rural,2040,,189.14168461765087,186.75032258445933, +WEU,sfh_sr31_std,urban,2040,,441.0073197362051,322.6492251660365, +WEU,sfh_sr32_low,rural,2040,,337.3424959136288,101.58374680252258, +WEU,sfh_sr32_low,urban,2040,,573.894185253197,181.59845405422072, +AFR,inf_ns,urban,2045,,1997.7189942093653,296.18088079606434, +AFR,mfh_s1,rural,2045,67.77348115246582,42.28222228832667,10.97899360544174,0.0038312891834211 +AFR,mfh_s1,urban,2045,70.25683890994821,15.181840958453314,58.57455663214301,0.0549156295761845 +AFR,mfh_s2,rural,2045,67.7726824990315,81.32573452943399,21.8823180836934,0.0039701841981561 +AFR,mfh_s2,urban,2045,70.25683890994821,95.214482985878,403.9216975242877,0.0603817316587713 +AFR,mfh_s3,rural,2045,65.01722728806209,121.43128966153591,27.993967184312083,0.0035457278371456 +AFR,mfh_s3,urban,2045,67.33635735981284,268.6489182321608,1134.8092709902303,0.0627318593443167 +AFR,mfh_s51_std,rural,2045,61.81822777560578,184.6556875845296,34.60728629273111,0.003031714538486 +AFR,mfh_s51_std,urban,2045,63.9770658477033,1388.38878947074,4507.228706767083,0.0507427709090881 +AFR,mfh_s52_low,rural,2045,33.46765964973373,0.0111261322720993,0.0010022806678045,0.0026916574624528 +AFR,mfh_s52_low,urban,2045,33.604247127547524,0.1012613735849776,0.1325513431407499,0.0389534697998431 +AFR,mfh_sr11_std,rural,2045,,0.1115308508845299,0.0262959746308864, +AFR,mfh_sr11_std,urban,2045,,0.3607041364803338,0.1981172131099903, +AFR,mfh_sr21_std,rural,2045,,0.2883275424255456,0.0722290757302177, +AFR,mfh_sr21_std,urban,2045,,1.5991065509674554,0.8730075652626992, +AFR,mfh_sr31_std,rural,2045,,0.2193292440092226,0.0622160567573261, +AFR,mfh_sr31_std,urban,2045,,3.3315835161614538,1.7871011004937698, +AFR,sfh_s1,rural,2045,143.64700022638183,1590.5881669800506,868.3355979628026,0.0038004348966665 +AFR,sfh_s1,urban,2045,149.2873895755873,125.1399108658185,1034.3761299881526,0.0553680877489792 +AFR,sfh_s2,rural,2045,143.6444605033549,3056.435359028796,1722.0360944815689,0.0039222760164802 +AFR,sfh_s2,urban,2045,149.2873895755873,788.7190856183163,7173.22606141442,0.0609212833497644 +AFR,sfh_s3,rural,2045,135.78059522338597,4569.486236180886,2187.8506192840323,0.0035262458211769 +AFR,sfh_s3,urban,2045,141.07625955685202,2228.807343374536,19903.049540139848,0.0632984619646176 +AFR,sfh_s51_std,rural,2045,126.30495867536516,7031.315591176231,2685.735737610954,0.0030241705924754 +AFR,sfh_s51_std,urban,2045,131.28489075542765,11739.8085196107,78118.32905925042,0.0506847355194258 +AFR,sfh_s52_low,rural,2045,42.24027504538575,0.8326111295626928,0.0619111044691724,0.0017603523422812 +AFR,sfh_s52_low,urban,2045,43.1615913953456,3.514431026141357,2.296066653564313,0.015136728382586 +AFR,sfh_sr11_std,rural,2045,,23.77761231074049,6.765939446047747, +AFR,sfh_sr11_std,urban,2045,,6.380718404182848,9.210831997612402, +AFR,sfh_sr21_std,rural,2045,,51.450570074290354,18.580239496857235, +AFR,sfh_sr21_std,urban,2045,,30.37258425481761,40.83663623862656, +AFR,sfh_sr31_std,rural,2045,,63.0027936100377,14.028752130417478, +AFR,sfh_sr31_std,urban,2045,,71.49608562225237,84.6180887952831, +CHN,inf_ns,urban,2045,,1431.7837287565517,11250.572797063807, +CHN,mfh_s1,rural,2045,26.041009181373084,3981.410935160945,16112.26934181945,0.1554038942641275 +CHN,mfh_s1,urban,2045,29.27962872358791,588.1245819613256,4822.322511001788,0.2800408289962893 +CHN,mfh_s2,rural,2045,22.143073415258677,5045.952131824853,17591.903201955614,0.1574460612032551 +CHN,mfh_s2,urban,2045,24.79624346887529,2328.786135560231,16307.252749801442,0.282400397494681 +CHN,mfh_s3,rural,2045,18.52588098244399,2503.822341272925,7398.962363885629,0.159510192189081 +CHN,mfh_s3,urban,2045,20.59536213099936,7202.097618650746,42369.48686878121,0.2856437777437771 +CHN,mfh_s51_std,rural,2045,17.97700047700296,1.4306347621466904,3.96419564428356,0.1541377717924685 +CHN,mfh_s51_std,urban,2045,19.949459053940306,20015.61987243521,96150.0444930848,0.2407960292629584 +CHN,mfh_s52_low,rural,2045,14.257037731628316,3.070053618911412e-05,4.742622240130745e-06,0.0108353582258136 +CHN,mfh_s52_low,urban,2045,15.475133528889272,45.71366467025463,39.753480976189024,0.0561946175651263 +CHN,mfh_sr11_std,rural,2045,,507.1211518335775,1350.9634112116255, +CHN,mfh_sr11_std,urban,2045,,40.94606496338178,200.9379632676484, +CHN,mfh_sr12_low,rural,2045,,74.94609577091538,12.401530949539556, +CHN,mfh_sr12_low,urban,2045,,1.006243433412298,0.3716638516689683, +CHN,mfh_sr21_std,rural,2045,,521.265737669697,1023.9993211091283, +CHN,mfh_sr21_std,urban,2045,,156.64420804840333,651.1445532814873, +CHN,mfh_sr22_low,rural,2045,,69.12977493344091,8.632949628400018, +CHN,mfh_sr22_low,urban,2045,,2.353259268097456,0.669373098589459, +CHN,mfh_sr31_std,rural,2045,,261.0933624094889,413.8863934363583, +CHN,mfh_sr31_std,urban,2045,,346.3999480309581,1150.3297050930846, +CHN,mfh_sr32_low,rural,2045,,18.048705608595323,1.9206421516256948, +CHN,mfh_sr32_low,urban,2045,,1.3083388577372872,0.3246021111569386, +CHN,sfh_s1,rural,2045,50.23954510392356,3390.476121464566,25878.551328787413,0.151926513872008 +CHN,sfh_s1,urban,2045,56.97801785226968,82.98144995966594,1284.220682207312,0.2716134699459896 +CHN,sfh_s2,rural,2045,41.01092129099138,3998.980298353437,25057.503516947138,0.1527879169205464 +CHN,sfh_s2,urban,2045,46.38032051448324,323.47057549989614,4113.455517361554,0.2741815823535337 +CHN,sfh_s3,rural,2045,30.84729745331328,2026.10418073754,9635.654484417264,0.1541708705361726 +CHN,sfh_s3,urban,2045,34.77400910324272,1029.6564059748423,9956.307201854332,0.2780681189633658 +CHN,sfh_s51_std,urban,2045,32.984811850241385,2640.098700450228,21049.946596813625,0.2417223589797072 +CHN,sfh_s52_low,urban,2045,19.839703212324714,183.95764150189927,397.2309930415375,0.1088403981845665 +CHN,sfh_sr11_std,rural,2045,,300.80102938131347,2276.130009959493, +CHN,sfh_sr11_std,urban,2045,,4.742344906038557,66.18018413633402, +CHN,sfh_sr12_low,rural,2045,,348.4741592010333,649.0805531319099, +CHN,sfh_sr12_low,urban,2045,,3.382914182883377,18.39364841465669, +CHN,sfh_sr21_std,rural,2045,,420.2101408373868,2449.2455287970247, +CHN,sfh_sr21_std,urban,2045,,21.859200533568707,226.8925868443448, +CHN,sfh_sr22_low,rural,2045,,322.68646675975845,381.49287089660015, +CHN,sfh_sr22_low,urban,2045,,8.890766307808947,34.8050751472944, +CHN,sfh_sr31_std,rural,2045,,257.36872501759177,1002.001832746522, +CHN,sfh_sr31_std,urban,2045,,80.14034973804642,532.8340818572535, +CHN,sfh_sr32_low,rural,2045,,106.20812853301535,58.67096804798882, +CHN,sfh_sr32_low,urban,2045,,11.011343720125865,19.668524173792363, +EEU,mfh_s1,rural,2045,5.8004566652851794,90.32325336371808,21.193302679900768,0.0404517097147179 +EEU,mfh_s1,urban,2045,5.819244081323695,255.16060068570823,86.93379115119902,0.0585475100807529 +EEU,mfh_s2,rural,2045,5.502448666608135,21.40084837486189,5.389327356853789,0.0457664866742398 +EEU,mfh_s2,urban,2045,5.520358548773342,408.048283776131,144.92994336304335,0.0643397369116389 +EEU,mfh_s3,rural,2045,5.466054840055654,13.549843258420475,1.6286400873460551,0.0219895764493567 +EEU,mfh_s3,urban,2045,5.486936949774583,198.6998682628713,80.67754769141598,0.0739988788471243 +EEU,mfh_s51_std,rural,2045,5.66175901760692,0.0033505987579609,9.429591726900978e-05,0.0049707175480635 +EEU,mfh_s51_std,urban,2045,5.686187079926115,313.97141110888015,121.19550041490984,0.0678852227112549 +EEU,mfh_s52_low,rural,2045,6.654781647496288,0.0453969266129649,0.0023822241536523,0.0078853751786449 +EEU,mfh_s52_low,urban,2045,6.684871349012427,320.49139167260535,155.2719226469933,0.0724742130060405 +EEU,mfh_sr11_std,rural,2045,,61.29960604053724,9.795803171534898, +EEU,mfh_sr11_std,urban,2045,,76.86379561975684,17.2523528792743, +EEU,mfh_sr12_low,rural,2045,,1.499216497230792,0.1116661097400775, +EEU,mfh_sr12_low,urban,2045,,1.1660143310995603,0.1247666032227073, +EEU,mfh_sr21_std,rural,2045,,13.979386586239462,2.2692570647078063, +EEU,mfh_sr21_std,urban,2045,,119.9842106831185,27.43964654039164, +EEU,mfh_sr22_low,rural,2045,,0.29434905683609,0.022323549064947, +EEU,mfh_sr22_low,urban,2045,,1.6434372435119584,0.1706146290386015, +EEU,mfh_sr31_std,rural,2045,,8.40187530515221,0.681089000579779, +EEU,mfh_sr31_std,urban,2045,,48.61779481214096,11.948080518300278, +EEU,mfh_sr32_low,rural,2045,,0.0580596570367319,0.0024804939043273, +EEU,mfh_sr32_low,urban,2045,,0.179632329548757,0.0214743085165431, +EEU,sfh_s1,rural,2045,8.376888297260287,436.2511560050359,128.92119012669383,0.0352780840747291 +EEU,sfh_s1,urban,2045,8.390499530514344,172.23416281144495,71.80682855810994,0.0496888139155521 +EEU,sfh_s2,rural,2045,7.31124971777819,107.60855902105364,30.144574135542296,0.0383151666957984 +EEU,sfh_s2,urban,2045,7.317699222685837,294.40529368636726,115.36831430542586,0.0535508510783523 +EEU,sfh_s3,rural,2045,5.765417036854554,74.9011870557155,7.35071374655768,0.0170219802771712 +EEU,sfh_s3,urban,2045,5.776574125683992,151.2489593213179,53.529954641312926,0.0612680600870947 +EEU,sfh_s51_std,urban,2045,5.339781942385947,184.9945274445511,56.19277657052376,0.056885042676086 +EEU,sfh_s52_low,urban,2045,5.795228909629955,214.89506971764527,81.88362553747132,0.0657506448789097 +EEU,sfh_sr11_std,rural,2045,,247.35540408234743,68.99808602836207, +EEU,sfh_sr11_std,urban,2045,,40.20740215236404,15.41399141563681, +EEU,sfh_sr12_low,rural,2045,,245.6288421229266,30.146762305060875, +EEU,sfh_sr12_low,urban,2045,,28.097007223791145,4.744554407644597, +EEU,sfh_sr21_std,rural,2045,,64.18800765904776,16.529708885326045, +EEU,sfh_sr21_std,urban,2045,,71.18511169445961,25.49476992660757, +EEU,sfh_sr22_low,rural,2045,,56.173149546740206,6.135599496191595, +EEU,sfh_sr22_low,urban,2045,,44.98901269388255,6.7111671279429, +EEU,sfh_sr31_std,rural,2045,,59.98452571044663,4.740847405191064, +EEU,sfh_sr31_std,urban,2045,,46.77116969725436,13.05506562982088, +EEU,sfh_sr32_low,rural,2045,,24.78663044992803,0.9809741797831965, +EEU,sfh_sr32_low,urban,2045,,10.606557063474517,1.2293041585888262, +FSU,mfh_s1,rural,2045,11.772125974054992,123.0346799376196,82.85393299625427,0.0572045645598021 +FSU,mfh_s1,urban,2045,8.756542324903274,488.61865134526977,482.1961758939633,0.1126992614479739 +FSU,mfh_s2,rural,2045,11.183123062211436,72.2805350420878,82.14814751214992,0.1016279842459029 +FSU,mfh_s2,urban,2045,8.322510800397222,957.7542227997805,998.7187212066946,0.1252952906722041 +FSU,mfh_s3,rural,2045,10.035573345512086,62.90322810319716,62.331935298487394,0.0987405378321715 +FSU,mfh_s3,urban,2045,7.789655536010645,877.693041644739,821.7661681558795,0.1201952621359356 +FSU,mfh_s51_std,rural,2045,9.741938785589044,34.98857626207319,48.70683213478535,0.142895389695925 +FSU,mfh_s51_std,urban,2045,7.767486699889488,1511.9525384346969,1955.290560689484,0.1664917149999348 +FSU,mfh_s52_low,rural,2045,9.952866848916653,2.3812501877796817,2.0254878158356653,0.0854626615292932 +FSU,mfh_s52_low,urban,2045,8.397303887581892,6.280218061883612,6.135438795535559,0.1163405290861576 +FSU,mfh_sr11_std,rural,2045,,108.57945129339276,54.80089702815148, +FSU,mfh_sr11_std,urban,2045,,21.81020494256951,16.141191225616907, +FSU,mfh_sr12_low,rural,2045,,14.85003651713488,3.0124618983681257, +FSU,mfh_sr12_low,urban,2045,,1.4513796295332029,0.4656410969713649, +FSU,mfh_sr21_std,rural,2045,,64.01093857827003,53.420110886382446, +FSU,mfh_sr21_std,urban,2045,,42.2821959490638,32.24364809762157, +FSU,mfh_sr22_low,rural,2045,,8.643502020295612,2.735701295085694, +FSU,mfh_sr22_low,urban,2045,,2.677319836300028,0.909654936253309, +FSU,mfh_sr31_std,rural,2045,,50.934573100173296,33.22315976741887, +FSU,mfh_sr31_std,urban,2045,,36.52168194778593,21.996851189735185, +FSU,mfh_sr32_low,rural,2045,,3.709896187935557,1.0320186623508962, +FSU,mfh_sr32_low,urban,2045,,0.9760544804969908,0.3307322418544208, +FSU,sfh_s1,rural,2045,19.441840625547407,427.6604253054989,424.6506338613887,0.0510734663624057 +FSU,sfh_s1,urban,2045,13.667296104337138,220.0616691614993,336.5477084296796,0.1118973061810423 +FSU,sfh_s2,rural,2045,17.397992936418436,331.6749046760465,567.6062910200857,0.0983638314835019 +FSU,sfh_s2,urban,2045,12.13628876150187,615.2685283547523,932.7158273166724,0.1249104417333613 +FSU,sfh_s3,rural,2045,12.879438402468654,248.62417426045053,276.22754820449825,0.0862634272164553 +FSU,sfh_s3,urban,2045,9.22772426050544,448.3231784446676,485.6791504775925,0.117398800335952 +FSU,sfh_s51_std,rural,2045,11.210339045756546,86.56939081470766,166.25284303058973,0.1713112846084078 +FSU,sfh_s51_std,urban,2045,8.23127068866377,709.6930791740937,1065.4889083021903,0.18239439116178 +FSU,sfh_s52_low,rural,2045,9.944198707353737,37.22478491910671,31.94698972079508,0.0863034090465372 +FSU,sfh_s52_low,urban,2045,7.918987751890675,19.59024210189146,16.31771516699946,0.1051840463164093 +FSU,sfh_sr11_std,rural,2045,,253.44641318048107,246.42427111487905, +FSU,sfh_sr11_std,urban,2045,,7.733793235574051,11.22180068090328, +FSU,sfh_sr12_low,rural,2045,,230.50726113013792,96.8277100273986, +FSU,sfh_sr12_low,urban,2045,,4.473965621316935,2.5116337579399506, +FSU,sfh_sr21_std,rural,2045,,195.28105192570845,335.8734702726002, +FSU,sfh_sr21_std,urban,2045,,22.139255473126653,31.515795577327168, +FSU,sfh_sr22_low,rural,2045,,180.2034957571649,120.81432782097149, +FSU,sfh_sr22_low,urban,2045,,11.961425004948955,6.465687894066621, +FSU,sfh_sr31_std,rural,2045,,193.5399844704345,188.83172363977624, +FSU,sfh_sr31_std,urban,2045,,19.920593491496145,18.24203706220798, +FSU,sfh_sr32_low,rural,2045,,93.42717240297992,31.973471708334785, +FSU,sfh_sr32_low,urban,2045,,5.49175940820964,1.8682748841613837, +LAM,inf_ns,urban,2045,,1101.165746037718,1490.2274017111029, +LAM,mfh_s1,rural,2045,55.21090238691856,5.880292428901688,62.40119811144472,0.1922069815746331 +LAM,mfh_s1,urban,2045,38.053180190561,34.13005314812122,458.45768832916895,0.3529972630112136 +LAM,mfh_s2,rural,2045,52.77849211123935,8.70164637383834,83.64197990144345,0.1821234615924221 +LAM,mfh_s2,urban,2045,36.555432227577015,252.10192169991703,3293.581543203594,0.3573883082852508 +LAM,mfh_s3,rural,2045,50.32243674647189,5.499125865088814,44.963154943725,0.1624805775935957 +LAM,mfh_s3,urban,2045,34.9603097505505,458.0482764851181,5762.6948562682055,0.3598645762629462 +LAM,mfh_s51_std,rural,2045,49.966375970792456,1.1598873365143585,6.336552592352946,0.1093350443415526 +LAM,mfh_s51_std,urban,2045,34.72801837615456,678.1553117918016,7063.033236919242,0.2999038765671407 +LAM,mfh_s52_low,rural,2045,30.201835892760432,5.124784349059193e-05,0.0001239703766347,0.0800956596011819 +LAM,mfh_s52_low,urban,2045,23.30716932636384,0.0884003843015407,0.3687486199058969,0.1789726708575764 +LAM,mfh_sr11_std,rural,2045,,0.0670368684585177,0.0231531521171034, +LAM,mfh_sr11_std,urban,2045,,0.4658397817065492,0.1369343641442948, +LAM,mfh_sr12_low,rural,2045,,7.670666705343135e-07,1.5116955277595756e-10, +LAM,mfh_sr12_low,urban,2045,,8.434395965898877e-07,5.012396290771615e-10, +LAM,mfh_sr21_std,rural,2045,,0.0775287618988403,0.028848040623052, +LAM,mfh_sr21_std,urban,2045,,2.007673981516336,0.0871182809250765, +LAM,mfh_sr22_low,rural,2045,,6.085818212503644e-07,1.3154086823357766e-10, +LAM,mfh_sr22_low,urban,2045,,2.7537205416545314e-06,1.8180372254409077e-09, +LAM,mfh_sr31_std,rural,2045,,0.0506605622720159,0.0178354258358815, +LAM,mfh_sr31_std,urban,2045,,2.5433651125670496,0.0783982332190703, +LAM,mfh_sr32_low,rural,2045,,2.282181829688867e-07,4.950659432569592e-11, +LAM,sfh_s1,rural,2045,109.36203744268914,1023.5408690588928,21612.7691074569,0.1930805969541221 +LAM,sfh_s1,urban,2045,73.79792552446617,417.5336234434496,11211.300710152296,0.3638483360199027 +LAM,sfh_s2,rural,2045,102.90673708522768,1511.011292982595,28446.657832315417,0.1829446572216288 +LAM,sfh_s2,urban,2045,69.65579833429148,3087.998291219111,78937.97975056883,0.3669878464323848 +LAM,sfh_s3,rural,2045,95.81578018125536,947.9007736203496,14868.012614398482,0.1637016297039966 +LAM,sfh_s3,urban,2045,64.85784223243395,5610.12231562868,134141.48305867254,0.368661917364677 +LAM,sfh_s51_std,rural,2045,94.77878268476182,206.7768139181174,2048.264883038661,0.1045136832856977 +LAM,sfh_s51_std,urban,2045,64.15286008893816,8682.628957826884,164739.40740782107,0.2957537323563349 +LAM,sfh_s52_low,rural,2045,38.32498052154463,0.0830540679869032,0.0273719662847858,0.0085993008769266 +LAM,sfh_s52_low,urban,2045,27.73617795293464,46.81094418490167,10.606131050862322,0.0081688885882512 +LAM,sfh_sr11_std,rural,2045,,35.54362124752948,73.08928986911646, +LAM,sfh_sr11_std,urban,2045,,27.21627265575331,60.661427232531125, +LAM,sfh_sr12_low,rural,2045,,1.5446304342918804,0.0082536898665212, +LAM,sfh_sr12_low,urban,2045,,0.5132917621290207,0.0097046166707753, +LAM,sfh_sr21_std,rural,2045,,53.13957569742499,99.55124216630844, +LAM,sfh_sr21_std,urban,2045,,180.55058239281925,387.49079599699945, +LAM,sfh_sr22_low,rural,2045,,1.5011839661301725,0.0065157887521568, +LAM,sfh_sr22_low,urban,2045,,1.9759787251987635,0.0179724668543948, +LAM,sfh_sr31_std,rural,2045,,40.9737032695087,77.71200023034835, +LAM,sfh_sr31_std,urban,2045,,315.4462660663239,616.5970074839878, +LAM,sfh_sr32_low,rural,2045,,0.8579432056404004,0.0016155903098039, +LAM,sfh_sr32_low,urban,2045,,2.420376247447473,0.0135302846521748, +MEA,inf_ns,urban,2045,,839.7108735206202,12894.782597015152, +MEA,mfh_s1,rural,2045,68.12536054487518,60.87456014502463,824.4876303016893,0.1988105809695188 +MEA,mfh_s1,urban,2045,66.99569205906927,29.50242040424923,1141.1503153300157,0.5773488825291699 +MEA,mfh_s2,rural,2045,64.03491242702584,96.56152717926145,1092.6025007335677,0.1767019102411094 +MEA,mfh_s2,urban,2045,62.258499951392565,175.6602684835146,7474.281866161395,0.6834350956684029 +MEA,mfh_s3,rural,2045,56.7134218451578,102.59377696436928,1183.4465230382375,0.2033957003263339 +MEA,mfh_s3,urban,2045,54.33056929492965,356.04584114720404,13936.567324172222,0.7204529833317372 +MEA,mfh_s51_std,rural,2045,54.28411302862676,90.64160225364516,861.4224705860045,0.1750716707662495 +MEA,mfh_s51_std,urban,2045,52.09479613230947,952.7417409831024,30554.487088830185,0.6156097112499601 +MEA,mfh_s52_low,rural,2045,30.117939906718973,0.0320314599904647,0.0843192014707814,0.0874026274489595 +MEA,mfh_s52_low,urban,2045,29.01981184665017,0.5884311572240005,3.314579385098426,0.1941056478902788 +MEA,mfh_sr11_std,rural,2045,,2.351476128816132,12.200845810930987, +MEA,mfh_sr11_std,urban,2045,,1.7707173980122777,20.4195450811108, +MEA,mfh_sr12_low,rural,2045,,0.003066819620137,0.0026328595443671, +MEA,mfh_sr12_low,urban,2045,,0.0015956672678156,0.0043463662606608, +MEA,mfh_sr21_std,rural,2045,,3.47972504181158,16.269280498322967, +MEA,mfh_sr21_std,urban,2045,,9.422484556981145,97.88276454392152, +MEA,mfh_sr22_low,rural,2045,,0.0023770107571025,0.0018378672839456, +MEA,mfh_sr22_low,urban,2045,,0.0051572501852953,0.0106366507457127, +MEA,mfh_sr31_std,rural,2045,,2.964635665584148,11.922383499166878, +MEA,mfh_sr31_std,urban,2045,,15.12126221422571,122.56147400676444, +MEA,mfh_sr32_low,rural,2045,,0.000672483823554,0.0003623147540425, +MEA,mfh_sr32_low,urban,2045,,0.0024269490914375,0.0037851751453615, +MEA,sfh_s1,rural,2045,147.69976549175996,894.7975994467535,26234.390402773075,0.1985026738216385 +MEA,sfh_s1,urban,2045,145.61936191476917,206.57455168309787,17502.4028068657,0.5818375315021307 +MEA,sfh_s2,rural,2045,135.3858036063415,1414.4328617673118,33022.01000466438,0.1724439807484474 +MEA,sfh_s2,urban,2045,131.5971575107967,1236.2474402907417,112486.4577863586,0.6914301720101468 +MEA,sfh_s3,rural,2045,113.58514822966232,1496.6777974011518,33310.315231172106,0.1959426049193318 +MEA,sfh_s3,urban,2045,108.20756113619558,2501.0624107286835,195954.3737718844,0.7240571120053945 +MEA,sfh_s51_std,rural,2045,106.72091912816404,1379.196187856711,25054.463229744128,0.1702195734102193 +MEA,sfh_s51_std,urban,2045,101.94205178310348,6727.03197864817,435288.87331891153,0.634747067971238 +MEA,sfh_s52_low,rural,2045,40.0802050103238,34.54538529268338,76.05232193254994,0.0549278376955439 +MEA,sfh_s52_low,urban,2045,38.998407901058656,403.5589012495173,1913.9971471360757,0.1216150934177993 +MEA,sfh_sr11_std,rural,2045,,81.74271306495145,1483.7775923090835, +MEA,sfh_sr11_std,urban,2045,,22.66604549728854,956.9121118461776, +MEA,sfh_sr12_low,rural,2045,,9.301079266139412,33.88624266979663, +MEA,sfh_sr12_low,urban,2045,,4.683905454616595,50.51793127986456, +MEA,sfh_sr21_std,rural,2045,,133.06973714148435,2091.8981731383365, +MEA,sfh_sr21_std,urban,2045,,123.2110797929721,4516.329232424495, +MEA,sfh_sr22_low,rural,2045,,12.335290558551598,36.52101444973923, +MEA,sfh_sr22_low,urban,2045,,24.93688791127756,226.00254429738555, +MEA,sfh_sr31_std,rural,2045,,139.75584336522863,1737.5894876623029, +MEA,sfh_sr31_std,urban,2045,,235.0884331380097,6439.0269391942775, +MEA,sfh_sr32_low,rural,2045,,9.3989010972684,18.627023350070846, +MEA,sfh_sr32_low,urban,2045,,40.07258615419142,256.87556438788897, +NAM,mfh_s1,rural,2045,17.74469768619677,27.93492212976959,496.99782659035696,1.0026247469146945 +NAM,mfh_s1,urban,2045,19.159981044354385,369.80491993303866,7955.145611249889,1.1227430452664602 +NAM,mfh_s2,rural,2045,15.101286752640622,15.09373053267921,227.28394891870485,0.9971447793108618 +NAM,mfh_s2,urban,2045,16.32458218449295,624.6824618924363,10821.05454582334,1.0611290358134131 +NAM,mfh_s3,rural,2045,14.14572518251164,5.890602221018768,76.727278052554,0.9207990833281268 +NAM,mfh_s3,urban,2045,15.30433489171251,936.5417341550268,15218.1533424451,1.0617453320027317 +NAM,mfh_s51_std,urban,2045,17.87376569061958,1325.703903229236,21463.83732549003,0.905825980518172 +NAM,mfh_s52_low,urban,2045,13.622026485707508,91.47854191567744,428.4273174765853,0.3438081761813406 +NAM,mfh_sr11_std,rural,2045,,17.22001032932797,124.62644565177898, +NAM,mfh_sr11_std,urban,2045,,131.15788128471235,596.6067399516054, +NAM,mfh_sr12_low,rural,2045,,0.9904638082369842,0.9964066613745118, +NAM,mfh_sr12_low,urban,2045,,2.069108611883971,3.6695638722319326, +NAM,mfh_sr21_std,rural,2045,,8.162269373723335,40.148572702812814, +NAM,mfh_sr21_std,urban,2045,,191.49604436301567,748.5596151174407, +NAM,mfh_sr22_low,rural,2045,,0.2994780541875633,0.1893918086007787, +NAM,mfh_sr22_low,urban,2045,,1.7884934262313918,2.367199810206288, +NAM,mfh_sr31_std,rural,2045,,3.07032101444853,9.393523026807747, +NAM,mfh_sr31_std,urban,2045,,267.12544245614095,1060.7859984029683, +NAM,mfh_sr32_low,rural,2045,,0.1138923968646992,0.0392012702812328, +NAM,mfh_sr32_low,urban,2045,,1.5659785644417368,1.908431813708115, +NAM,sfh_s1,rural,2045,32.075662942716946,1750.6207295572426,48366.24480424415,0.8613400907828478 +NAM,sfh_s1,urban,2045,34.535105834147004,1541.7539048934375,56760.40510930876,1.0660305189702233 +NAM,sfh_s2,rural,2045,23.83129281092514,905.9411682937302,18335.22934406224,0.849256243360282 +NAM,sfh_s2,urban,2045,25.660851938873623,2586.679583333252,69981.66854174034,1.0543154892805906 +NAM,sfh_s3,rural,2045,20.786914898360063,341.89677463136866,5398.053981876815,0.759542677929934 +NAM,sfh_s3,urban,2045,22.393437689890348,3935.206390310239,99459.15114143824,1.1286426686302349 +NAM,sfh_s51_std,urban,2045,29.90869524275092,3307.348460205564,167291.75614470363,1.691208366235896 +NAM,sfh_s52_low,urban,2045,14.11764386053459,4917.668504160213,29435.683394949298,0.423987107792785 +NAM,sfh_sr11_std,rural,2045,,845.9476415732034,25750.13247361097, +NAM,sfh_sr11_std,urban,2045,,994.7309164252596,23742.21578687113, +NAM,sfh_sr12_low,rural,2045,,887.3044878722371,4337.742948530959, +NAM,sfh_sr12_low,urban,2045,,383.00338718522187,2023.9533030717505, +NAM,sfh_sr21_std,rural,2045,,470.2921732710324,9478.964902417143, +NAM,sfh_sr21_std,urban,2045,,1660.3201472540586,25700.523668543592, +NAM,sfh_sr22_low,rural,2045,,402.1518669019746,1220.210453619168, +NAM,sfh_sr22_low,urban,2045,,500.3034996259105,1719.3641446169931, +NAM,sfh_sr31_std,rural,2045,,186.6496941736819,2884.456236925566, +NAM,sfh_sr31_std,urban,2045,,2446.389822990878,27739.500122609392, +NAM,sfh_sr32_low,rural,2045,,156.58155782365594,313.0518158266569, +NAM,sfh_sr32_low,urban,2045,,613.3158716599095,1833.0784527901048, +PAO,mfh_s1,rural,2045,13.114177590019562,11.821427171542076,44.34723600240997,0.2860589798655667 +PAO,mfh_s1,urban,2045,16.236781251096108,114.4423263768989,664.6628245954824,0.3576965666368605 +PAO,mfh_s2,rural,2045,11.67203390264824,7.4510630578317505,24.93931881239232,0.2867608162499351 +PAO,mfh_s2,urban,2045,14.375356452203944,444.204134829913,2335.685030613592,0.3657741908462348 +PAO,mfh_s3,rural,2045,10.082736397379453,9.033659222646202,26.800957596178385,0.2942443923104823 +PAO,mfh_s3,urban,2045,12.264128740635122,574.9820369052668,2581.334309195437,0.3660608433383284 +PAO,mfh_s51_std,rural,2045,9.888408135461638,0.1854794341232944,0.5369706250591144,0.2927712202370324 +PAO,mfh_s51_std,urban,2045,12.002263731566018,456.416573366478,1814.8979980657773,0.3313047404440449 +PAO,mfh_s52_low,rural,2045,9.797785358755489,0.0010821060641776,0.003250537760999,0.3065896316136127 +PAO,mfh_s52_low,urban,2045,11.677086865143282,2.730976301751704,11.297386276275493,0.3542627877256317 +PAO,mfh_sr11_std,rural,2045,,3.2176489371689936,3.614067294932962, +PAO,mfh_sr11_std,urban,2045,,8.932270737241273,18.891586277982817, +PAO,mfh_sr12_low,rural,2045,,0.0114120569140878,0.0047407784472547, +PAO,mfh_sr12_low,urban,2045,,0.0095982539541566,0.007624879685852, +PAO,mfh_sr21_std,rural,2045,,1.744766637233086,1.8780793416869623, +PAO,mfh_sr21_std,urban,2045,,29.18746252598375,53.53438069182387, +PAO,mfh_sr22_low,rural,2045,,0.0030056868178246,0.0010488297194454, +PAO,mfh_sr22_low,urban,2045,,0.0127552590681156,0.0103373931584569, +PAO,mfh_sr31_std,rural,2045,,1.5330968794259223,1.323932942720726, +PAO,mfh_sr31_std,urban,2045,,6.302737072903831,1.179158031506996, +PAO,mfh_sr32_low,rural,2045,,0.0003421519838805,0.0001133430168237, +PAO,mfh_sr32_low,urban,2045,,0.0008264626756428,8.403466988795487e-05, +PAO,sfh_s1,rural,2045,23.68171456361487,561.3229018912915,3337.5345758300546,0.2510729177361236 +PAO,sfh_s1,urban,2045,29.679747200592097,232.86260857646167,2370.790317367589,0.3430308576522892 +PAO,sfh_s2,rural,2045,19.048060028930507,354.3942347622394,1764.2223123278536,0.2613460322700285 +PAO,sfh_s2,urban,2045,23.82738886733092,925.9714088897824,7675.7439888970275,0.3478936095660865 +PAO,sfh_s3,rural,2045,13.324439331479338,424.2508283820419,1563.611865529274,0.2766032729761666 +PAO,sfh_s3,urban,2045,16.518721424140775,1182.8460204125968,6857.496088395942,0.3509626707496972 +PAO,sfh_s51_std,rural,2045,12.511430048581444,242.8609786859946,762.4238805891114,0.2509179888040867 +PAO,sfh_s51_std,urban,2045,15.487094334742668,1340.9369262022788,6243.777267329646,0.3006554689361407 +PAO,sfh_s52_low,rural,2045,9.875077039957578,0.3910805806832499,0.5168284732647115,0.1338257506603119 +PAO,sfh_s52_low,urban,2045,11.917762822915076,25.72023928586993,73.46569859061294,0.2396706588689715 +PAO,sfh_sr11_std,rural,2045,,377.4162486525258,1809.6555161172444, +PAO,sfh_sr11_std,urban,2045,,128.66969508514867,940.1591045141188, +PAO,sfh_sr12_low,rural,2045,,99.24727292037142,120.72471295791074, +PAO,sfh_sr12_low,urban,2045,,5.722952226835825,13.187598417997457, +PAO,sfh_sr21_std,rural,2045,,240.5244384900801,846.7144810232049, +PAO,sfh_sr21_std,urban,2045,,470.6875278018467,2725.6699187422414, +PAO,sfh_sr22_low,rural,2045,,38.26871214689146,34.551791429540295, +PAO,sfh_sr22_low,urban,2045,,12.437553443180713,20.94087826896332, +PAO,sfh_sr31_std,rural,2045,,290.53856663412506,652.9010409064349, +PAO,sfh_sr31_std,urban,2045,,543.9005271520749,2129.7247760235423, +PAO,sfh_sr32_low,rural,2045,,13.430349042410862,7.60215933359751, +PAO,sfh_sr32_low,urban,2045,,3.460398845737592,3.81867273767599, +PAS,inf_ns,urban,2045,,565.323067859023,1734.0536367304985, +PAS,mfh_s1,rural,2045,90.88257167275891,178.40978080720583,987.8568873808206,0.0609248915581133 +PAS,mfh_s1,urban,2045,90.8289302616734,44.07091345811709,583.3987701567007,0.1457435211147097 +PAS,mfh_s2,rural,2045,90.88257167275891,238.5316476171325,1331.31868084469,0.0614123067286828 +PAS,mfh_s2,urban,2045,90.8289302616734,214.1074190376252,2587.603669112684,0.1330582608529454 +PAS,mfh_s3,rural,2045,86.93708881369658,242.2931545891642,1180.0259760540466,0.0560202870669736 +PAS,mfh_s3,urban,2045,86.80369702744582,520.2267204592006,6131.031110030501,0.135769632424756 +PAS,mfh_s51_std,rural,2045,82.46990660816577,122.79352445353668,450.671580927978,0.0445029914724739 +PAS,mfh_s51_std,urban,2045,82.27665862535399,1326.2549338870688,12648.5844913466,0.1159146338037804 +PAS,mfh_s52_low,rural,2045,39.659483654743006,0.0091167995958404,0.0146596527436712,0.0405447119177346 +PAS,mfh_s52_low,urban,2045,38.45862323916928,2.545796084180759,3.703735777114764,0.0378288073710716 +PAS,mfh_sr11_std,rural,2045,,1.3015747418685122,1.416991659693133, +PAS,mfh_sr11_std,urban,2045,,0.7742340959027812,1.1623250986407805, +PAS,mfh_sr21_std,rural,2045,,0.6631706747205119,0.7219772181610582, +PAS,mfh_sr21_std,urban,2045,,7.0171819647869365,10.534600272446085, +PAS,mfh_sr31_std,rural,2045,,0.6032404268712479,0.6389309901642416, +PAS,mfh_sr31_std,urban,2045,,14.97123358136684,21.820496859353785, +PAS,sfh_s1,rural,2045,194.3753651283975,1367.569991153528,16146.772505771492,0.0607428188251827 +PAS,sfh_s1,urban,2045,195.1252613552728,214.66394498805155,6096.464639856813,0.1455477362366793 +PAS,sfh_s2,rural,2045,194.3753651283975,1793.9016217237536,21323.90065950169,0.0611542727624506 +PAS,sfh_s2,urban,2045,195.1252613552728,1021.3396563665204,26124.333713511776,0.1310875751894961 +PAS,sfh_s3,rural,2045,183.5772429120777,1796.2036975627188,18423.5306656566,0.0558725422326444 +PAS,sfh_s3,urban,2045,184.2199324399767,2408.764655295462,60663.91712615629,0.1367097411507908 +PAS,sfh_s51_std,rural,2045,170.92295452413865,943.8656418735084,7138.638341891182,0.044249137670229 +PAS,sfh_s51_std,urban,2045,171.54560328508168,6066.498965326929,126512.36994070884,0.1215668803487129 +PAS,sfh_s52_low,rural,2045,53.93771085324265,0.0657150736155953,0.135866876862916,0.0383315236913886 +PAS,sfh_s52_low,urban,2045,53.14721553076517,407.1702757762738,568.8839867441474,0.0262885799410671 +PAS,sfh_sr11_std,rural,2045,,12.036058566122712,25.35846358285438, +PAS,sfh_sr11_std,urban,2045,,4.626279611167561,13.595014976278998, +PAS,sfh_sr21_std,rural,2045,,6.157361748946167,12.972787790300083, +PAS,sfh_sr21_std,urban,2045,,40.70892288811218,119.6292621183338, +PAS,sfh_sr31_std,rural,2045,,5.295263241081769,10.605496023007408, +PAS,sfh_sr31_std,urban,2045,,87.83973890613387,245.2654095212613, +RCPA,inf_ns,urban,2045,,155.27445745249585,59.21858472348525, +RCPA,mfh_s1,rural,2045,2.2152941838320857,332.40944718307367,1908.176323619763,2.591276386869897 +RCPA,mfh_s1,urban,2045,2.490801749055221,42.408088681432496,736.7815201836818,6.97510682071863 +RCPA,mfh_s2,rural,2045,1.8836989537286024,536.0812219646324,2595.446459564254,2.570218131558271 +RCPA,mfh_s2,urban,2045,2.1094026562064045,135.21969590248216,1973.2214687928345,6.917933588504281 +RCPA,mfh_s3,rural,2045,1.575986403020409,537.7772668517811,2143.407142959127,2.5290054650328915 +RCPA,mfh_s3,urban,2045,1.752036014616265,361.83064614630587,4316.78078952394,6.809443462217343 +RCPA,mfh_s51_std,urban,2045,1.697089398685894,385.6394050545948,3854.527676519295,5.889589741536412 +RCPA,sfh_s1,rural,2045,4.273850191132386,290.5364862423377,3265.248367995832,2.62963969074743 +RCPA,sfh_s1,urban,2045,4.847088324238219,6.074852516467377,208.73773441407357,7.08898884812407 +RCPA,sfh_s2,rural,2045,3.4887762903794743,454.8023015402376,4156.069866848905,2.619310981799514 +RCPA,sfh_s2,urban,2045,3.9455480993223584,19.11916019036983,532.5869667474392,7.060157349255613 +RCPA,sfh_s3,rural,2045,2.6241624569658866,474.07200137656525,3239.9654752904867,2.6043860343542966 +RCPA,sfh_s3,urban,2045,2.958205635518912,53.78711410196626,1116.600643081392,7.017642987236061 +RCPA,sfh_s51_std,urban,2045,2.805999619204562,55.466786017224734,946.1676218108572,6.079214575597428 +SAS,inf_ns,urban,2045,,2018.5663655613816,461.8113350899464, +SAS,mfh_s1,rural,2045,90.75596963562704,186.09302922703284,681.2942369630919,0.0403393976240517 +SAS,mfh_s1,urban,2045,95.97402745566758,155.7621146964435,1474.3832914476973,0.0986267780801713 +SAS,mfh_s2,rural,2045,90.75596963562704,278.07472872170774,1009.8381776119418,0.040014285097023 +SAS,mfh_s2,urban,2045,95.97402745566758,692.2752465345222,6543.495716297044,0.098486635095168 +SAS,mfh_s3,rural,2045,86.67226574203956,363.88400814056007,1274.8357832621186,0.0404213789916955 +SAS,mfh_s3,urban,2045,91.62040173837984,1471.0077958944123,13145.866518623809,0.09753984297196 +SAS,mfh_s51_std,rural,2045,82.10347343533331,268.6320821069978,802.6257373259789,0.0363909734555207 +SAS,mfh_s51_std,urban,2045,86.76082098095674,4352.618773257879,32742.119752534443,0.0867026773978469 +SAS,mfh_s52_low,rural,2045,38.60826277020307,3.141055163657177,0.0326865247692176,0.0002695336079953 +SAS,mfh_s52_low,urban,2045,40.302901485289816,36.5731121013906,1.418830219412098,0.0009625697287848 +SAS,mfh_sr11_std,rural,2045,,1.5049706287858875,0.051973105000121, +SAS,mfh_sr11_std,urban,2045,,0.7518057209282475,0.4030203646533163, +SAS,mfh_sr21_std,rural,2045,,2.220343742071965,0.075792482831021, +SAS,mfh_sr21_std,urban,2045,,2.9381398610664995,1.4705653954675846, +SAS,mfh_sr31_std,rural,2045,,2.744975018067342,0.1011751304112578, +SAS,mfh_sr31_std,urban,2045,,5.289524447949538,2.064167789263141, +SAS,sfh_s1,rural,2045,195.9058845613517,5963.045034313419,47305.862701097525,0.0404948128635678 +SAS,sfh_s1,urban,2045,207.59832232629597,442.4191372370893,9069.14850427447,0.0987435574073639 +SAS,sfh_s2,rural,2045,195.9058845613517,8910.919752009808,70109.4060026984,0.0401611623367749 +SAS,sfh_s2,urban,2045,207.59832232629597,1967.0014294795103,40247.48975520139,0.0985621760976956 +SAS,sfh_s3,rural,2045,184.88129178954736,11663.356992180616,87444.94858288905,0.0405525521114937 +SAS,sfh_s3,urban,2045,195.8864664538644,4177.8539224609685,79889.93543685434,0.0976190073306293 +SAS,sfh_s51_std,rural,2045,172.16792107455407,8378.140331631868,54192.06611974478,0.0375695370389435 +SAS,sfh_s51_std,urban,2045,182.41910504836048,12324.618885236692,196074.4748967064,0.0872121998703083 +SAS,sfh_s52_low,rural,2045,52.83173584215312,405.54052574893456,5.212734959404285,0.0002432968599676 +SAS,sfh_s52_low,urban,2045,55.53999162790341,229.13655055043645,16.781473145869406,0.0013186511002254 +SAS,sfh_sr11_std,rural,2045,,100.10358491556204,81.89026136223684, +SAS,sfh_sr11_std,urban,2045,,5.234446292274392,23.252882288555856, +SAS,sfh_sr21_std,rural,2045,,148.18900140260766,119.68775552682148, +SAS,sfh_sr21_std,urban,2045,,21.414443422751763,98.32641337966156, +SAS,sfh_sr31_std,rural,2045,,186.0551289774792,149.05993948442824, +SAS,sfh_sr31_std,urban,2045,,44.5806312187465,191.18045626414536, +WEU,mfh_s1,rural,2045,7.729068945553558,51.50331508773855,65.60805021811117,0.1648142528460747 +WEU,mfh_s1,urban,2045,7.903874062738302,1004.840902796361,1353.004051149573,0.1703577047627328 +WEU,mfh_s2,rural,2045,7.037033560240777,20.64161399302508,20.7192581340628,0.1426398674674409 +WEU,mfh_s2,urban,2045,7.140037680651747,1172.268871580863,2040.0368812182169,0.2437307261406692 +WEU,mfh_s3,rural,2045,6.803468884434982,25.34563657833897,33.78027763675178,0.1958978223950632 +WEU,mfh_s3,urban,2045,6.831419933722144,1825.661479426172,2963.497714615056,0.2376147312172443 +WEU,mfh_s51_std,rural,2045,6.943266868810226,0.3209995231899787,0.2780700201507498,0.1247630327515182 +WEU,mfh_s51_std,urban,2045,6.959664847406423,596.6875619803442,832.6581914778241,0.2005078812326375 +WEU,mfh_s52_low,rural,2045,7.498961736578346,4.699331666271254,3.7161996638478345,0.1054536957332122 +WEU,mfh_s52_low,urban,2045,7.521431385035357,2237.249066497255,3163.090962303738,0.1879735951619652 +WEU,mfh_sr11_std,rural,2045,,13.35912500166858,4.740271547735072, +WEU,mfh_sr11_std,urban,2045,,220.4425239431573,37.25649291785201, +WEU,mfh_sr12_low,rural,2045,,16.789682891361103,2.389719438387599, +WEU,mfh_sr12_low,urban,2045,,189.40429841460235,19.530882200929884, +WEU,mfh_sr21_std,rural,2045,,5.441836924303092,1.2729681566898732, +WEU,mfh_sr21_std,urban,2045,,211.1235485333252,53.34554591990669, +WEU,mfh_sr22_low,rural,2045,,5.305903613028305,0.8109661461682307, +WEU,mfh_sr22_low,urban,2045,,139.14383760791273,23.67960464756232, +WEU,mfh_sr31_std,rural,2045,,4.325488551765683,1.19271887935497, +WEU,mfh_sr31_std,urban,2045,,169.78041439222406,41.57592123327115, +WEU,mfh_sr32_low,rural,2045,,2.337999264853037,0.3745764886265705, +WEU,mfh_sr32_low,urban,2045,,60.75424330413037,10.965828791668566, +WEU,sfh_s1,rural,2045,13.213918538672552,1684.341692613664,2896.89211032608,0.1301578891991988 +WEU,sfh_s1,urban,2045,13.654584901127702,1271.9556379927865,2452.181133831616,0.141189395882598 +WEU,sfh_s2,rural,2045,10.245233434796068,663.3031829951797,806.3050064423427,0.118649364632028 +WEU,sfh_s2,urban,2045,10.547231650928188,1407.6240064864478,3241.538881892453,0.2183363700758391 +WEU,sfh_s3,rural,2045,7.569432410359047,754.4459251100957,1178.967418015055,0.2064478529119818 +WEU,sfh_s3,urban,2045,7.697707292935997,2082.856697610023,4362.564097820881,0.2720952979915889 +WEU,sfh_s51_std,rural,2045,7.01023024512849,4.463372590506824,5.816608417792794,0.1858978654760723 +WEU,sfh_s51_std,urban,2045,7.090516412407815,757.2763571813897,1159.3790581203248,0.2159201567491868 +WEU,sfh_s52_low,rural,2045,6.844377964745443,204.1027435469537,148.49160750884013,0.1062965286259999 +WEU,sfh_s52_low,urban,2045,6.867032581881874,3706.280528905476,4831.431159680995,0.1898315526455963 +WEU,sfh_sr11_std,rural,2045,,371.402997648714,787.0807113333206, +WEU,sfh_sr11_std,urban,2045,,260.2165037095125,533.5573817384193, +WEU,sfh_sr12_low,rural,2045,,1336.4361955033694,812.7130866654508, +WEU,sfh_sr12_low,urban,2045,,696.0117737578105,382.52491331975295, +WEU,sfh_sr21_std,rural,2045,,152.75172741837426,198.9538024032803, +WEU,sfh_sr21_std,urban,2045,,336.50516489708167,696.6745304029404, +WEU,sfh_sr22_low,rural,2045,,487.9940821442203,191.4458117851761, +WEU,sfh_sr22_low,urban,2045,,653.9200518114689,429.5753747842434, +WEU,sfh_sr31_std,rural,2045,,207.64559168275903,218.2285010585721, +WEU,sfh_sr31_std,urban,2045,,512.0424406020215,450.4125983686022, +WEU,sfh_sr32_low,rural,2045,,367.7053742612569,119.51496999041969, +WEU,sfh_sr32_low,urban,2045,,643.6835386118578,223.89128269459889, +AFR,inf_ns,urban,2050,,1898.3925958349828,352.11794159872954, +AFR,mfh_s1,rural,2050,67.77348115246582,44.33940692350424,23.993658138439613,0.0079844828688499 +AFR,mfh_s1,urban,2050,70.25683890994821,15.257487738894929,72.44573540435428,0.0675835795232245 +AFR,mfh_s2,rural,2050,67.7726824990315,82.72019536203204,45.29465687829703,0.0080794304530329 +AFR,mfh_s2,urban,2050,70.25683890994821,93.42192083948687,489.2009349936712,0.0745332193534287 +AFR,mfh_s3,rural,2050,65.01722728806209,122.52460162099698,61.68522071671204,0.0077433587249246 +AFR,mfh_s3,urban,2050,67.33635735981284,262.3852943724709,1367.9190710085556,0.0774232315724445 +AFR,mfh_s51_std,rural,2050,61.81822777560578,220.17669667583007,99.96998195073752,0.0073448293797857 +AFR,mfh_s51_std,urban,2050,63.9770658477033,1754.5181137311297,6927.332492288724,0.0617140230584663 +AFR,mfh_s52_low,rural,2050,33.46765964973373,0.0140804574752268,0.002872006116108,0.0060945725512961 +AFR,mfh_s52_low,urban,2050,33.604247127547524,0.1325596704374907,0.2076595780657425,0.0466172211500759 +AFR,mfh_sr11_std,rural,2050,,0.2012093839984436,0.0362049459994039, +AFR,mfh_sr11_std,urban,2050,,0.4288453459988606,0.2293882883018947, +AFR,mfh_sr21_std,rural,2050,,0.4615666777272838,0.0965506086908005, +AFR,mfh_sr21_std,urban,2050,,1.8690155975069789,0.9802609591744968, +AFR,mfh_sr31_std,rural,2050,,0.3187233380122167,0.0825687092742833, +AFR,mfh_sr31_std,urban,2050,,3.832411343078847,2.0186348764897994, +AFR,sfh_s1,rural,2050,143.64700022638183,1666.3961249142549,1918.5867198731933,0.0080150571975702 +AFR,sfh_s1,urban,2050,149.2873895755873,125.31171575147177,1281.725582365067,0.0685141465398099 +AFR,sfh_s2,rural,2050,143.6444605033549,3105.725461342384,3611.439422389104,0.0080952150337583 +AFR,sfh_s2,urban,2050,149.2873895755873,771.7189902003003,8696.436836429019,0.0754847177572115 +AFR,sfh_s3,rural,2050,135.78059522338597,4601.452035331316,4873.710771251936,0.0078005844871688 +AFR,sfh_s3,urban,2050,141.07625955685202,2170.9730820265822,24009.813498311727,0.0783935644184238 +AFR,sfh_s51_std,rural,2050,126.30495867536516,8383.772933072112,7795.027231270011,0.0073613544282884 +AFR,sfh_s51_std,urban,2050,131.28489075542765,14835.076255070931,120020.80661961768,0.061624301697413 +AFR,sfh_s52_low,rural,2050,42.24027504538575,1.1338058185267292,0.1612045338392946,0.0033659823413992 +AFR,sfh_s52_low,urban,2050,43.1615913953456,4.9217998165285,3.321196948319632,0.0156341125973669 +AFR,sfh_sr11_std,rural,2050,,29.722794222806066,8.94872540599505, +AFR,sfh_sr11_std,urban,2050,,7.430946103363075,10.743104131691204, +AFR,sfh_sr21_std,rural,2050,,61.85891248908309,23.85499500502839, +AFR,sfh_sr21_std,urban,2050,,34.49864650365283,46.420736650089935, +AFR,sfh_sr31_std,rural,2050,,76.45556802685732,18.0158542027772, +AFR,sfh_sr31_std,urban,2050,,80.57791874926835,95.94358712535605, +CHN,inf_ns,urban,2050,,1067.9194580524954,11124.379467698942, +CHN,mfh_s1,rural,2050,26.041009181373084,3695.293631464736,15541.267972198028,0.1615026618491212 +CHN,mfh_s1,urban,2050,29.27962872358791,591.7041044960291,4835.161389984867,0.2790877840714518 +CHN,mfh_s2,rural,2050,22.143073415258677,4661.33365986887,16888.738286801407,0.1636247947717593 +CHN,mfh_s2,urban,2050,24.79624346887529,2322.28459667225,16205.3134002029,0.2814207401349132 +CHN,mfh_s3,rural,2050,18.52588098244399,2183.827574841287,6711.115685659512,0.165881330507278 +CHN,mfh_s3,urban,2050,20.59536213099936,6696.035562808963,39234.32852371937,0.2844978836779605 +CHN,mfh_s51_std,rural,2050,17.97700047700296,1.1842308647903734,3.3915232638795,0.1593093238957371 +CHN,mfh_s51_std,urban,2050,19.949459053940306,21357.042962055497,107921.0451847129,0.2532992462707991 +CHN,mfh_s52_low,rural,2050,14.257037731628316,2.5413618917198605e-05,4.057598235886589e-06,0.0111988449235672 +CHN,mfh_s52_low,urban,2050,15.475133528889272,60.77408414240016,53.59317791170152,0.0569844921645559 +CHN,mfh_sr11_std,rural,2050,,559.7355647913473,1563.3664952236345, +CHN,mfh_sr11_std,urban,2050,,48.13584560530854,235.1888897498598, +CHN,mfh_sr12_low,rural,2050,,85.90018468875319,15.500904607504676, +CHN,mfh_sr12_low,urban,2050,,1.228187756120649,0.4643530154052548, +CHN,mfh_sr21_std,rural,2050,,589.9605675745423,1238.176801572503, +CHN,mfh_sr21_std,urban,2050,,182.47866876683307,754.6689494246144, +CHN,mfh_sr22_low,rural,2050,,77.05014899607,10.085525353516612, +CHN,mfh_sr22_low,urban,2050,,2.938853877428914,0.8367069389386168, +CHN,mfh_sr31_std,rural,2050,,266.61564815106215,440.99168156858775, +CHN,mfh_sr31_std,urban,2050,,384.3461589661595,1279.1840374769488, +CHN,mfh_sr32_low,rural,2050,,20.00452541037741,2.2238104803579226, +CHN,mfh_sr32_low,urban,2050,,1.7740219833405528,0.4380139824390077, +CHN,sfh_s1,rural,2050,50.23954510392356,3138.6918758383827,24855.64442237469,0.157627012955845 +CHN,sfh_s1,urban,2050,56.97801785226968,83.15194931392374,1280.5507948003817,0.270281946739166 +CHN,sfh_s2,rural,2050,41.01092129099138,3674.577557700541,23919.621264033805,0.1587257379909076 +CHN,sfh_s2,urban,2050,46.38032051448324,319.49259361202155,4043.075176595886,0.2728458020414975 +CHN,sfh_s3,rural,2050,30.84729745331328,1742.1772751710164,8610.316365834542,0.1602173864633092 +CHN,sfh_s3,urban,2050,34.77400910324272,946.1392456429506,9113.194335663627,0.2769879083641779 +CHN,sfh_s51_std,urban,2050,32.984811850241385,2795.126431559106,23610.838766000365,0.2560919619346818 +CHN,sfh_s52_low,urban,2050,19.839703212324714,234.26562449614767,558.6102162760379,0.1201891148953664 +CHN,sfh_sr11_std,rural,2050,,324.1303598858587,2587.354017278504, +CHN,sfh_sr11_std,urban,2050,,5.434779824470954,75.861369727273, +CHN,sfh_sr12_low,rural,2050,,392.271240791626,784.5421714963144, +CHN,sfh_sr12_low,urban,2050,,4.102263752481485,22.49340421447487, +CHN,sfh_sr21_std,rural,2050,,447.8756631458906,2723.597772321595, +CHN,sfh_sr21_std,urban,2050,,24.836355534854327,258.83592512005254, +CHN,sfh_sr22_low,rural,2050,,356.90841770457524,450.1329976819642, +CHN,sfh_sr22_low,urban,2050,,10.788460629209755,42.866077259381655, +CHN,sfh_sr31_std,rural,2050,,256.51392618532026,1044.5550555801865, +CHN,sfh_sr31_std,urban,2050,,85.26487279709181,568.9747978392511, +CHN,sfh_sr32_low,rural,2050,,112.5950086130568,69.44227610718812, +CHN,sfh_sr32_low,urban,2050,,12.99219954897024,24.83722696279104, +EEU,mfh_s1,rural,2050,5.8004566652851794,80.6280845829327,21.03341180794948,0.0449739668622669 +EEU,mfh_s1,urban,2050,5.819244081323695,246.4045793171147,86.5884489267226,0.0603871609133181 +EEU,mfh_s2,rural,2050,5.502448666608135,19.056098794590312,5.465283473196126,0.052122195099313 +EEU,mfh_s2,urban,2050,5.520358548773342,390.28751805706094,143.3122836480558,0.0665168184019878 +EEU,mfh_s3,rural,2050,5.466054840055654,11.399452805252222,1.498634079382488,0.0240512479105695 +EEU,mfh_s3,urban,2050,5.486936949774583,182.3881539088447,76.95172637148659,0.0768938790383415 +EEU,mfh_s51_std,rural,2050,5.66175901760692,0.0058611047351687,0.0001693128659957,0.0051022190344377 +EEU,mfh_s51_std,urban,2050,5.686187079926115,355.4186313016868,140.22395725871922,0.0693842478684845 +EEU,mfh_s52_low,rural,2050,6.654781647496288,0.0779526005908172,0.004198815510505,0.0080939846090911 +EEU,mfh_s52_low,urban,2050,6.684871349012427,362.9928559375655,179.04750794138332,0.0737865405793624 +EEU,mfh_sr11_std,rural,2050,,67.08742532568111,11.55006356625031, +EEU,mfh_sr11_std,urban,2050,,86.66582404819471,19.846372108894016, +EEU,mfh_sr12_low,rural,2050,,1.5879067143754897,0.12523297242741, +EEU,mfh_sr12_low,urban,2050,,1.24473932105648,0.135225618827775, +EEU,mfh_sr21_std,rural,2050,,15.268352500718642,2.714634553769285, +EEU,mfh_sr21_std,urban,2050,,134.29265244771088,31.379512184485343, +EEU,mfh_sr22_low,rural,2050,,0.3095562681639076,0.0247870440891072, +EEU,mfh_sr22_low,urban,2050,,1.7391905892813904,0.1837791072349866, +EEU,mfh_sr31_std,rural,2050,,8.722998163420987,0.7414767568589586, +EEU,mfh_sr31_std,urban,2050,,51.76102025218425,12.634238740840631, +EEU,mfh_sr32_low,rural,2050,,0.0565497781220256,0.0024974183016601, +EEU,mfh_sr32_low,urban,2050,,0.1856845091357594,0.0227193280202873, +EEU,sfh_s1,rural,2050,8.376888297260287,377.3142795937571,124.0559653637015,0.0392492793156327 +EEU,sfh_s1,urban,2050,8.390499530514344,166.17966540616462,71.11680064863097,0.0510042672923628 +EEU,sfh_s2,rural,2050,7.31124971777819,91.03932085762264,28.9971678704284,0.0435647228915703 +EEU,sfh_s2,urban,2050,7.317699222685837,276.0745984517345,111.28426514633328,0.0550849244763821 +EEU,sfh_s3,rural,2050,5.765417036854554,63.53081821420681,6.831246275582764,0.0186502546808486 +EEU,sfh_s3,urban,2050,5.776574125683992,142.88242348288273,52.13530467135291,0.0631659100262881 +EEU,sfh_s51_std,rural,2050,5.32489911506607,0.000575730464582,6.360024260965747e-06,0.0020745704025108 +EEU,sfh_s51_std,urban,2050,5.339781942385947,213.98668440880823,66.84227393366795,0.0584979899960626 +EEU,sfh_s52_low,rural,2050,5.7705476837351055,0.0301790624789703,0.0008941153602748,0.0051341762993991 +EEU,sfh_s52_low,urban,2050,5.795228909629955,248.4211590094653,96.7858870664987,0.0672284124842138 +EEU,sfh_sr11_std,rural,2050,,268.7506198231416,82.58277232273468, +EEU,sfh_sr11_std,urban,2050,,44.69835352445695,17.65432532428417, +EEU,sfh_sr12_low,rural,2050,,260.7509323613278,33.99365715611745, +EEU,sfh_sr12_low,urban,2050,,30.47252574436713,5.213685867544347, +EEU,sfh_sr21_std,rural,2050,,68.02993373252404,19.72408231378267, +EEU,sfh_sr21_std,urban,2050,,76.84563858442513,28.437782921239315, +EEU,sfh_sr22_low,rural,2050,,58.17792057513436,6.823165165927038, +EEU,sfh_sr22_low,urban,2050,,47.41156963869818,7.186138055387412, +EEU,sfh_sr31_std,rural,2050,,62.487787489309405,5.349127564543532, +EEU,sfh_sr31_std,urban,2050,,50.91332165884008,14.70020465202379, +EEU,sfh_sr32_low,rural,2050,,25.202209378495912,1.039840662743054, +EEU,sfh_sr32_low,urban,2050,,11.239517880187526,1.3166369620218636, +FSU,mfh_s1,rural,2050,11.772125974054992,109.93738403222986,87.8814507601577,0.0679042439573594 +FSU,mfh_s1,urban,2050,8.756542324903274,509.6719766682672,516.2000443368445,0.1156630474941578 +FSU,mfh_s2,rural,2050,11.183123062211436,63.17042769714033,87.87399020513986,0.124389415208311 +FSU,mfh_s2,urban,2050,8.322510800397222,955.6441173375785,1029.0968579591934,0.129391484053896 +FSU,mfh_s3,rural,2050,10.035573345512086,52.067831996603374,62.95726451096715,0.1204853283299986 +FSU,mfh_s3,urban,2050,7.789655536010645,838.5195697228967,809.0995223969219,0.1238712410373475 +FSU,mfh_s51_std,rural,2050,9.741938785589044,34.78564839652958,59.974844612239146,0.176979772379345 +FSU,mfh_s51_std,urban,2050,7.767486699889488,1780.7178241494037,2371.869934167944,0.1714806993049739 +FSU,mfh_s52_low,rural,2050,9.952866848916653,2.4190689366451346,2.2762738839425896,0.0945427165408322 +FSU,mfh_s52_low,urban,2050,8.397303887581892,8.11771327975354,7.873098611578678,0.1154973748473404 +FSU,mfh_sr11_std,rural,2050,,121.5866607635645,74.41427012716998, +FSU,mfh_sr11_std,urban,2050,,26.04187042134819,19.99520772734796, +FSU,mfh_sr12_low,rural,2050,,16.83078679459654,3.738897556575605, +FSU,mfh_sr12_low,urban,2050,,1.7142617967180196,0.5419502740273207, +FSU,mfh_sr21_std,rural,2050,,70.03421355519028,73.57309095217626, +FSU,mfh_sr21_std,urban,2050,,48.36945893637848,38.67432753902861, +FSU,mfh_sr22_low,rural,2050,,9.520170362111088,3.3445990136815227, +FSU,mfh_sr22_low,urban,2050,,3.0246498388937164,1.0142410832065456, +FSU,mfh_sr31_std,rural,2050,,53.75763981009192,43.85504574896067, +FSU,mfh_sr31_std,urban,2050,,40.10649552317656,25.14383252994376, +FSU,mfh_sr32_low,rural,2050,,3.893347470300304,1.1430468387590913, +FSU,mfh_sr32_low,urban,2050,,1.0582202569825396,0.3505255143229273, +FSU,sfh_s1,rural,2050,19.441840625547407,373.6926354206827,440.9368071383533,0.0606910198316528 +FSU,sfh_s1,urban,2050,13.667296104337138,224.1471413288273,352.5176998138068,0.1150707966151352 +FSU,sfh_s2,rural,2050,17.397992936418436,283.9157913958972,595.8187126101607,0.1206216986035099 +FSU,sfh_s2,urban,2050,12.13628876150187,604.9793691490305,948.3761328445064,0.1291677664735374 +FSU,sfh_s3,rural,2050,12.879438402468654,211.1486047325086,282.53767752218164,0.1038941821248585 +FSU,sfh_s3,urban,2050,9.22772426050544,444.5947734865981,498.21794540178047,0.1214396214659045 +FSU,sfh_s51_std,rural,2050,11.210339045756546,88.57967914770398,210.20188336704985,0.2116819133887321 +FSU,sfh_s51_std,urban,2050,8.23127068866377,846.4471512361112,1307.4719405181895,0.1876573787744686 +FSU,sfh_s52_low,rural,2050,9.944198707353737,38.8504721458954,40.5976234637476,0.1050834968315419 +FSU,sfh_s52_low,urban,2050,7.918987751890675,25.091063694646227,20.93687713797091,0.1053714994977346 +FSU,sfh_sr11_std,rural,2050,,277.96574773964835,318.16954234411577, +FSU,sfh_sr11_std,urban,2050,,8.747547815539646,13.173446004895313, +FSU,sfh_sr12_low,rural,2050,,255.369895613926,130.45139100382454, +FSU,sfh_sr12_low,urban,2050,,5.107889494904464,2.929243719056064, +FSU,sfh_sr21_std,rural,2050,,210.15824981718404,437.6574412390304, +FSU,sfh_sr21_std,urban,2050,,24.18026666657394,35.97396652670341, +FSU,sfh_sr22_low,rural,2050,,195.37519000093903,166.61144692572557, +FSU,sfh_sr22_low,urban,2050,,13.183186612554415,7.314517173025816, +FSU,sfh_sr31_std,rural,2050,,207.54704811351647,249.30927382728373, +FSU,sfh_sr31_std,urban,2050,,21.97318575247212,21.08672599528076, +FSU,sfh_sr32_low,rural,2050,,100.88822429891384,41.91195055424701, +FSU,sfh_sr32_low,urban,2050,,6.116345125757512,2.0960020330734124, +LAM,inf_ns,urban,2050,,1010.2066969542948,2020.3516697558416, +LAM,mfh_s1,rural,2050,55.21090238691856,5.945453641128905,67.36860285674905,0.2052332384703957 +LAM,mfh_s1,urban,2050,38.053180190561,34.58639542138137,476.1425134019992,0.36177678926632 +LAM,mfh_s2,rural,2050,52.77849211123935,8.595741140155601,89.1943761315495,0.196606180283083 +LAM,mfh_s2,urban,2050,36.555432227577015,248.5325188060752,3304.677359186696,0.3637423936720073 +LAM,mfh_s3,rural,2050,50.32243674647189,5.343559163141312,48.51559381944992,0.1804218229614868 +LAM,mfh_s3,urban,2050,34.9603097505505,447.6019123853821,5726.243240993674,0.365933851689066 +LAM,mfh_s51_std,rural,2050,49.966375970792456,1.2495297097714415,8.061653480229229,0.1291218347312831 +LAM,mfh_s51_std,urban,2050,34.72801837615456,813.2125773264904,8489.69003867614,0.300612991032521 +LAM,mfh_s52_low,rural,2050,30.201835892760432,6.0408518277839816e-05,0.0001791936560439,0.0982180038926432 +LAM,mfh_s52_low,urban,2050,23.30716932636384,0.117152927398595,0.4686953590522266,0.1716516477542048 +LAM,mfh_sr11_std,rural,2050,,0.0953128919105442,0.0385464598848665, +LAM,mfh_sr11_std,urban,2050,,0.702301509333518,0.3197757958362616, +LAM,mfh_sr12_low,rural,2050,,1.3306085499273086e-06,3.1518341445077405e-10, +LAM,mfh_sr12_low,urban,2050,,1.5973507398585607e-06,9.630406409681363e-10, +LAM,mfh_sr21_std,rural,2050,,0.1114544765218338,0.0462270333414827, +LAM,mfh_sr21_std,urban,2050,,3.2287101424507108,0.7408971783012033, +LAM,mfh_sr22_low,rural,2050,,1.0256075976769683e-06,2.6644329075741164e-10, +LAM,mfh_sr22_low,urban,2050,,5.251597740119607e-06,3.515551707103273e-09, +LAM,mfh_sr31_std,rural,2050,,0.0762592973103281,0.0315171957732873, +LAM,mfh_sr31_std,urban,2050,,4.640363951225984,1.1348727932296871, +LAM,mfh_sr32_low,rural,2050,,3.820891050169099e-07,9.962292599576702e-11, +LAM,sfh_s1,rural,2050,109.36203744268914,1031.7924474822237,23299.28568073155,0.2064826993921372 +LAM,sfh_s1,urban,2050,73.79792552446617,420.8437053476825,11634.792390746175,0.3746223195961956 +LAM,sfh_s2,rural,2050,102.90673708522768,1488.7263501004563,30293.43704682777,0.1977378770308647 +LAM,sfh_s2,urban,2050,69.65579833429148,3026.9374129797866,79128.60435272807,0.3752950104126623 +LAM,sfh_s3,rural,2050,95.81578018125536,918.0341440737858,16009.691688048772,0.1820065821260612 +LAM,sfh_s3,urban,2050,64.85784223243395,5451.710672348293,133178.28790851362,0.3766501391099836 +LAM,sfh_s51_std,rural,2050,94.77878268476182,222.7356857500416,2598.226173443766,0.123076751108834 +LAM,sfh_s51_std,urban,2050,64.15286008893816,10392.78233862282,198004.2807269592,0.2969796730350909 +LAM,sfh_s52_low,rural,2050,38.32498052154463,0.1123047083779086,0.0373965291505878,0.0086886317125069 +LAM,sfh_s52_low,urban,2050,27.73617795293464,75.30012223649724,15.700496149686089,0.0075174592131535 +LAM,sfh_sr11_std,rural,2050,,43.3760764595492,104.30491242592674, +LAM,sfh_sr11_std,urban,2050,,32.575755581481936,74.92005853650042, +LAM,sfh_sr12_low,rural,2050,,2.124008962624828,0.0175516518663101, +LAM,sfh_sr12_low,urban,2050,,0.7604561137294731,0.0164587571794036, +LAM,sfh_sr21_std,rural,2050,,61.98063735100842,129.1789872956817, +LAM,sfh_sr21_std,urban,2050,,210.4023310234961,471.3910197850898, +LAM,sfh_sr22_low,rural,2050,,2.108517952653939,0.0151095216176069, +LAM,sfh_sr22_low,urban,2050,,2.9609728446048043,0.0476241284063176, +LAM,sfh_sr31_std,rural,2050,,47.28002461763962,100.92922941300536, +LAM,sfh_sr31_std,urban,2050,,365.0873835896946,742.7381276366386, +LAM,sfh_sr32_low,rural,2050,,1.2401825817678147,0.0052310767809997, +LAM,sfh_sr32_low,urban,2050,,3.732748707869658,0.0247523382013279, +MEA,inf_ns,urban,2050,,772.3645272685793,11790.58599494073, +MEA,mfh_s1,rural,2050,68.12536054487518,62.32311797952519,911.5606798868072,0.2146978014865594 +MEA,mfh_s1,urban,2050,66.99569205906927,29.712337030670167,1209.7868791038302,0.6077502968230859 +MEA,mfh_s2,rural,2050,64.03491242702584,96.0394613686785,1190.5242416953422,0.1935850020497006 +MEA,mfh_s2,urban,2050,62.258499951392565,171.75808397152812,7589.82330323916,0.709767036952955 +MEA,mfh_s3,rural,2050,56.7134218451578,101.07097698661688,1259.7905126548485,0.2197789114865923 +MEA,mfh_s3,urban,2050,54.33056929492965,345.672267083875,13992.250615188672,0.7450386130637403 +MEA,mfh_s51_std,rural,2050,54.28411302862676,101.4373058330461,1022.19324051974,0.1856361500026383 +MEA,mfh_s51_std,urban,2050,52.09479613230947,1152.0361643569358,39044.30139388904,0.6505747465662511 +MEA,mfh_s52_low,rural,2050,30.117939906718973,0.0480131572594324,0.1208998449284405,0.0836065333067458 +MEA,mfh_s52_low,urban,2050,29.01981184665017,0.964713059987392,5.193729605793667,0.1855182272033652 +MEA,mfh_sr11_std,rural,2050,,3.036907452988603,15.793152834990233, +MEA,mfh_sr11_std,urban,2050,,2.249168421351241,27.22061662562867, +MEA,mfh_sr12_low,rural,2050,,0.006278393492002,0.0057459667555424, +MEA,mfh_sr12_low,urban,2050,,0.003260401444174,0.0097470360712997, +MEA,mfh_sr21_std,rural,2050,,4.4068514251367175,20.59044902828772, +MEA,mfh_sr21_std,urban,2050,,11.680313750415264,128.11554036490148, +MEA,mfh_sr22_low,rural,2050,,0.0048691532679785,0.0040602117557501, +MEA,mfh_sr22_low,urban,2050,,0.0104706853512977,0.0269579124470211, +MEA,mfh_sr31_std,rural,2050,,3.743720536307338,14.979137883926622, +MEA,mfh_sr31_std,urban,2050,,19.20456818606104,169.733419601418, +MEA,mfh_sr32_low,rural,2050,,0.0014342790817563,0.0008581608918648, +MEA,mfh_sr32_low,urban,2050,,0.0058933456253954,0.0118504271903003, +MEA,sfh_s1,rural,2050,147.69976549175996,905.8592805422116,28635.795216851235,0.2140270690545946 +MEA,sfh_s1,urban,2050,145.61936191476917,205.7579416700067,18369.101411598836,0.6130729877700806 +MEA,sfh_s2,rural,2050,135.3858036063415,1390.03929127433,35502.916893841175,0.188653050624318 +MEA,sfh_s2,urban,2050,131.5971575107967,1197.0879042126448,113381.14654474614,0.7197278252497219 +MEA,sfh_s3,rural,2050,113.58514822966232,1454.8877579125283,35031.33612040852,0.2119852595848987 +MEA,sfh_s3,urban,2050,108.20756113619558,2404.1134931639867,195627.4751941003,0.7519990210628453 +MEA,sfh_s51_std,rural,2050,106.72091912816404,1535.4707350216286,29765.85822873448,0.1816466147200662 +MEA,sfh_s51_std,urban,2050,101.94205178310348,8028.522512110521,557365.6793924021,0.6810064465226927 +MEA,sfh_s52_low,rural,2050,40.0802050103238,46.84078855552147,109.1939072611508,0.0581626619122043 +MEA,sfh_s52_low,urban,2050,38.998407901058656,595.5361638800191,2958.9509618762595,0.1274039084089377 +MEA,sfh_sr11_std,rural,2050,,101.39632660721011,1992.9304386990823, +MEA,sfh_sr11_std,urban,2050,,27.46762494821951,1237.8430895565032, +MEA,sfh_sr12_low,rural,2050,,11.908113086556488,46.95553563334533, +MEA,sfh_sr12_low,urban,2050,,5.860146974630973,65.90564495461658, +MEA,sfh_sr21_std,rural,2050,,160.62802268838118,2755.1007858454072, +MEA,sfh_sr21_std,urban,2050,,144.22155181245958,5637.933551335244, +MEA,sfh_sr22_low,rural,2050,,15.524963996282638,49.73706874048781, +MEA,sfh_sr22_low,urban,2050,,30.82647195887684,291.6966645980062, +MEA,sfh_sr31_std,rural,2050,,167.16101818082765,2267.2516070853235, +MEA,sfh_sr31_std,urban,2050,,273.2549634318124,7998.402913211713, +MEA,sfh_sr32_low,rural,2050,,12.199951481837996,26.43515771365956, +MEA,sfh_sr32_low,urban,2050,,51.8318136059601,350.35081595282395, +NAM,mfh_s1,rural,2050,17.74469768619677,24.0541465045418,443.6945531367144,1.0395025063168577 +NAM,mfh_s1,urban,2050,19.159981044354385,331.1302752446352,7202.471060315805,1.135239664728077 +NAM,mfh_s2,rural,2050,15.101286752640622,12.52702517433515,195.32725154088047,1.03252585314473 +NAM,mfh_s2,urban,2050,16.32458218449295,535.0323403707429,9363.540000227677,1.0720572086757978 +NAM,mfh_s3,rural,2050,14.14572518251164,5.125888379870178,69.3171139038205,0.9559740658870408 +NAM,mfh_s3,urban,2050,15.30433489171251,853.6914571977784,14049.868351281337,1.0753673810473945 +NAM,mfh_s51_std,urban,2050,17.87376569061958,1538.209919904781,24282.296720257866,0.8831980337260948 +NAM,mfh_s52_low,urban,2050,13.622026485707508,119.38750136443818,542.5042677657992,0.3335819750083305 +NAM,mfh_sr11_std,rural,2050,,18.3336385746604,134.499188968822, +NAM,mfh_sr11_std,urban,2050,,150.84877741727075,735.1053535068482, +NAM,mfh_sr12_low,rural,2050,,1.0340188301824325,1.022126539401879, +NAM,mfh_sr12_low,urban,2050,,2.205712172225323,3.8735165513950736, +NAM,mfh_sr21_std,rural,2050,,8.391223295285032,42.776181317891215, +NAM,mfh_sr21_std,urban,2050,,213.3688322747655,872.3693231789545, +NAM,mfh_sr22_low,rural,2050,,0.3005020744644341,0.1878490866002017, +NAM,mfh_sr22_low,urban,2050,,1.8550500810455417,2.4736908052868647, +NAM,mfh_sr31_std,rural,2050,,3.3738001863293725,11.33006184115022, +NAM,mfh_sr31_std,urban,2050,,314.490770426003,1214.353932331522, +NAM,mfh_sr32_low,rural,2050,,0.1211306198314209,0.0417952062240289, +NAM,mfh_sr32_low,urban,2050,,1.7638984120113457,2.238358107918416, +NAM,sfh_s1,rural,2050,32.075662942716946,1450.2137612365807,40127.72662101934,0.8626545017955553 +NAM,sfh_s1,urban,2050,34.535105834147004,1328.244053246955,48766.79758232953,1.063128022925106 +NAM,sfh_s2,rural,2050,23.83129281092514,720.308671855942,14640.410990078512,0.8528782170232695 +NAM,sfh_s2,urban,2050,25.660851938873623,2126.6936236771226,57551.33867811994,1.0545797560004446 +NAM,sfh_s3,rural,2050,20.786914898360063,285.0773798394388,4523.216853645705,0.7632988582629011 +NAM,sfh_s3,urban,2050,22.393437689890348,3418.263050995072,86900.45706454408,1.1352612424611217 +NAM,sfh_s51_std,urban,2050,29.90869524275092,3748.9033154690505,187976.90950666743,1.6764970655799658 +NAM,sfh_s52_low,urban,2050,14.11764386053459,5871.435839344524,34367.19324110405,0.4146078527768485 +NAM,sfh_sr11_std,rural,2050,,903.933278699848,27796.49879661879, +NAM,sfh_sr11_std,urban,2050,,1080.7277844500925,25354.93096881083, +NAM,sfh_sr12_low,rural,2050,,924.1007696265796,4463.684354300762, +NAM,sfh_sr12_low,urban,2050,,401.1316250379948,2035.635089570296, +NAM,sfh_sr21_std,rural,2050,,480.5106926034427,9808.50872348435, +NAM,sfh_sr21_std,urban,2050,,1731.112202748591,26476.420916350067, +NAM,sfh_sr22_low,rural,2050,,401.1482157054456,1200.0523625201936, +NAM,sfh_sr22_low,urban,2050,,496.5187259953733,1636.2187732831285, +NAM,sfh_sr31_std,rural,2050,,200.80898428576583,3143.60211963258, +NAM,sfh_sr31_std,urban,2050,,2730.291467372347,31341.8214893897, +NAM,sfh_sr32_low,rural,2050,,164.9659579136149,323.718834417962, +NAM,sfh_sr32_low,urban,2050,,641.5592953592466,1839.3219900122497, +PAO,mfh_s1,rural,2050,13.114177590019562,10.587206537162848,40.85541978428381,0.2942572901643933 +PAO,mfh_s1,urban,2050,16.236781251096108,110.9829431009362,630.1031126784329,0.349667644389331 +PAO,mfh_s2,rural,2050,11.67203390264824,6.673452816359872,22.872496442886405,0.2936408240589551 +PAO,mfh_s2,urban,2050,14.375356452203944,426.7938898475815,2192.325655107576,0.3573289889577987 +PAO,mfh_s3,rural,2050,10.082736397379453,8.175327896848,24.65461826349533,0.2990988126631563 +PAO,mfh_s3,urban,2050,12.264128740635122,560.8301219221547,2449.534884855164,0.3561357704920479 +PAO,mfh_s51_std,rural,2050,9.888408135461638,0.1821516058738728,0.5254415394004056,0.2917192012980539 +PAO,mfh_s51_std,urban,2050,12.002263731566018,523.724430505029,2014.4518843403955,0.3204725971398793 +PAO,mfh_s52_low,rural,2050,9.797785358755489,0.0010667134999362,0.0031932225837509,0.3055297323658964 +PAO,mfh_s52_low,urban,2050,11.677086865143282,3.3797977814136138,13.52530532475778,0.3427061123286624 +PAO,mfh_sr11_std,rural,2050,,3.527570878134167,3.931588202307149, +PAO,mfh_sr11_std,urban,2050,,10.25327053492964,20.66540427069289, +PAO,mfh_sr12_low,rural,2050,,0.0126278844299218,0.0055539292149304, +PAO,mfh_sr12_low,urban,2050,,0.0114516956975952,0.0086388131745955, +PAO,mfh_sr21_std,rural,2050,,1.8891592934906496,1.9852062455986088, +PAO,mfh_sr21_std,urban,2050,,34.14171441724118,60.7898401445506, +PAO,mfh_sr22_low,rural,2050,,0.0034708258785001,0.0013295907632352, +PAO,mfh_sr22_low,urban,2050,,0.0172659536821465,0.013822261181471, +PAO,mfh_sr31_std,rural,2050,,1.7058662269299143,1.512373629130827, +PAO,mfh_sr31_std,urban,2050,,7.880961144288215,1.4867754545252492, +PAO,mfh_sr32_low,rural,2050,,0.0004321792902494,0.0001514676989515, +PAO,mfh_sr32_low,urban,2050,,0.0011792500308767,0.0001133890561827, +PAO,sfh_s1,rural,2050,23.68171456361487,475.5804720183182,2842.945446858619,0.252424421877956 +PAO,sfh_s1,urban,2050,29.679747200592097,207.959165931909,2067.7161964048064,0.3350060615550839 +PAO,sfh_s2,rural,2050,19.048060028930507,298.39540042696314,1500.2751650504022,0.2639538765614466 +PAO,sfh_s2,urban,2050,23.82738886733092,829.0055945330038,6701.355160608933,0.3392569250312488 +PAO,sfh_s3,rural,2050,13.324439331479338,361.7039756154298,1351.611541396796,0.2804462682994657 +PAO,sfh_s3,urban,2050,16.518721424140775,1080.9118855233355,6137.212393327443,0.3437197061907217 +PAO,sfh_s51_std,rural,2050,12.511430048581444,230.0473351220596,720.7701200101181,0.2504220783046011 +PAO,sfh_s51_std,urban,2050,15.487094334742668,1537.180141140692,6922.600258985498,0.2907867043555083 +PAO,sfh_s52_low,rural,2050,9.875077039957578,0.3731269023353523,0.4946474555970332,0.1342451870509382 +PAO,sfh_s52_low,urban,2050,11.917762822915076,31.75120725393249,87.69720646629337,0.2317558889285356 +PAO,sfh_sr11_std,rural,2050,,396.29982307192665,1906.9348656430263, +PAO,sfh_sr11_std,urban,2050,,146.78390560279186,1048.0736417987114, +PAO,sfh_sr12_low,rural,2050,,101.51962712616938,122.09461833211208, +PAO,sfh_sr12_low,urban,2050,,6.152764638630811,13.71805329214687, +PAO,sfh_sr21_std,rural,2050,,251.86854659951504,893.1809250238917, +PAO,sfh_sr21_std,urban,2050,,529.7130005245823,3008.2062476691344, +PAO,sfh_sr22_low,rural,2050,,38.77886425727125,34.675121265411086, +PAO,sfh_sr22_low,urban,2050,,13.315835942563222,21.814803838869388, +PAO,sfh_sr31_std,rural,2050,,304.91842960526503,692.8089484529173, +PAO,sfh_sr31_std,urban,2050,,608.1179723559807,2319.891624473956, +PAO,sfh_sr32_low,rural,2050,,13.693979628331771,7.696660122692933, +PAO,sfh_sr32_low,urban,2050,,3.752323573135003,4.001338287404785, +PAS,inf_ns,urban,2050,,519.4748236575397,2554.4008603996413, +PAS,mfh_s1,rural,2050,90.88257167275891,183.9061831982953,1136.2492344178072,0.0679824269797051 +PAS,mfh_s1,urban,2050,90.8289302616734,45.33077252304163,643.0364972449695,0.1561774413499571 +PAS,mfh_s2,rural,2050,90.88257167275891,241.44594448154052,1512.7294779077672,0.0689383281927903 +PAS,mfh_s2,urban,2050,90.8289302616734,212.9515247479457,2746.2340029605284,0.1419817702832635 +PAS,mfh_s3,rural,2050,86.93708881369658,232.48580342785573,1278.8826881779246,0.0632745663001795 +PAS,mfh_s3,urban,2050,86.80369702744582,491.8488701669556,6193.159393917331,0.145058224377869 +PAS,mfh_s51_std,rural,2050,82.46990660816577,124.41998693033293,510.2342216402342,0.049726046234908 +PAS,mfh_s51_std,urban,2050,82.27665862535399,1560.6125148331528,15860.680559592676,0.1235236417151819 +PAS,mfh_s52_low,rural,2050,39.659483654743006,0.0096246737013958,0.0174099285826841,0.0456104040054691 +PAS,mfh_s52_low,urban,2050,38.45862323916928,3.1766580561732227,4.5200437859370926,0.0369980163548669 +PAS,mfh_sr11_std,rural,2050,,1.3716184892252006,1.496316228237396, +PAS,mfh_sr11_std,urban,2050,,0.9078084921268011,1.3121385134079473, +PAS,mfh_sr21_std,rural,2050,,0.6903307966788416,0.7530907294140506, +PAS,mfh_sr21_std,urban,2050,,7.957457114333019,11.501639427575084, +PAS,mfh_sr31_std,rural,2050,,0.5835484188441309,0.6193415728290012, +PAS,mfh_sr31_std,urban,2050,,16.140592293309872,22.64932189721637, +PAS,sfh_s1,rural,2050,194.3753651283975,1409.94915897406,18571.2362153883,0.0677635483230392 +PAS,sfh_s1,urban,2050,195.1252613552728,220.9909639624585,6728.786926049745,0.1560446063863281 +PAS,sfh_s2,rural,2050,194.3753651283975,1822.394234377672,24308.80678139677,0.068624641193023 +PAS,sfh_s2,urban,2050,195.1252613552728,1020.7335484906594,27871.55621238365,0.1399378933024003 +PAS,sfh_s3,rural,2050,183.5772429120777,1722.5782853150554,19940.379829090205,0.063057335459937 +PAS,sfh_s3,urban,2050,184.2199324399767,2275.553654881053,61280.434197238574,0.146183425680635 +PAS,sfh_s51_std,rural,2050,170.92295452413865,948.515874174621,8004.528851159613,0.0493731435689546 +PAS,sfh_s51_std,urban,2050,171.54560328508168,7136.657313091117,158369.055791129,0.129358774479276 +PAS,sfh_s52_low,rural,2050,53.93771085324265,0.069139677516316,0.1600947413845059,0.042929636044043 +PAS,sfh_s52_low,urban,2050,53.14721553076517,459.2797540803527,618.8693341454979,0.0253536882510174 +PAS,sfh_sr11_std,rural,2050,,12.524740985791333,26.4404352150951, +PAS,sfh_sr11_std,urban,2050,,5.361951555621971,15.170245093690037, +PAS,sfh_sr21_std,rural,2050,,6.343452039542704,13.391385328375506, +PAS,sfh_sr21_std,urban,2050,,45.80535015286457,129.59430555157047, +PAS,sfh_sr31_std,rural,2050,,5.045104361319863,10.12481492075226, +PAS,sfh_sr31_std,urban,2050,,93.38075016702106,251.02955493069263, +RCPA,inf_ns,urban,2050,,149.7448718535586,97.3443863639612, +RCPA,mfh_s1,rural,2050,2.2152941838320857,333.0160740441612,2467.588118892875,3.3448455335837743 +RCPA,mfh_s1,urban,2050,2.490801749055221,43.807950998869536,842.8776357675769,7.724536472169848 +RCPA,mfh_s2,rural,2050,1.8836989537286024,533.1433862257326,3331.0697514770486,3.316868120170464 +RCPA,mfh_s2,urban,2050,2.1094026562064045,138.58772331381564,2239.6339991739237,7.661129488862373 +RCPA,mfh_s3,rural,2050,1.575986403020409,500.2545283570029,2571.9617054689274,3.26227826880192 +RCPA,mfh_s3,urban,2050,1.752036014616265,343.8975188702193,4543.493181573423,7.540806710777502 +RCPA,mfh_s51_std,urban,2050,1.697089398685894,438.7673521122603,4666.194850673301,6.2664826923098245 +RCPA,sfh_s1,rural,2050,4.273850191132386,292.66303750738973,4247.70437349604,3.3959955528636403 +RCPA,sfh_s1,urban,2050,4.847088324238219,6.274904822999924,238.7812173920973,7.850766951757508 +RCPA,sfh_s2,rural,2050,3.4887762903794743,452.7561501545202,5342.410058310274,3.382203532099705 +RCPA,sfh_s2,urban,2050,3.9455480993223584,19.5018793153878,601.6228404246175,7.818807287428843 +RCPA,sfh_s3,rural,2050,2.6241624569658866,440.15653126857706,3883.597417811932,3.36229902945878 +RCPA,sfh_s3,urban,2050,2.958205635518912,50.79512120808224,1167.7888998282483,7.771663386620405 +RCPA,sfh_s51_std,urban,2050,2.805999619204562,63.6325314572216,1156.7382941220023,6.478408132775475 +SAS,inf_ns,urban,2050,,1973.390439198533,737.072622658062, +SAS,mfh_s1,rural,2050,90.75596963562704,193.6566880689641,871.0746946479959,0.0495618713414605 +SAS,mfh_s1,urban,2050,95.97402745566758,159.86249295222643,1744.4625167921815,0.1137002294374231 +SAS,mfh_s2,rural,2050,90.75596963562704,280.90585498947814,1251.6163946322383,0.0490947723640248 +SAS,mfh_s2,urban,2050,95.97402745566758,689.0363979022073,7531.359380534724,0.1138878745512508 +SAS,mfh_s3,rural,2050,86.67226574203956,363.6987920435835,1565.7222745046452,0.0496698354913047 +SAS,mfh_s3,urban,2050,91.62040173837984,1451.7671147695564,15051.29233281428,0.1131578388687336 +SAS,mfh_s51_std,rural,2050,82.10347343533331,295.268681934732,1075.004046395321,0.0443436239878106 +SAS,mfh_s51_std,urban,2050,86.76082098095674,5551.920696705903,46485.01463969892,0.0965041667216277 +SAS,mfh_s52_low,rural,2050,38.60826277020307,4.11509886248059,0.0472780557945172,0.0002975768040156 +SAS,mfh_s52_low,urban,2050,40.302901485289816,54.00353276670877,2.26025631511581,0.0010384825592917 +SAS,mfh_sr11_std,rural,2050,,1.8247197075934645,0.0947895071731266, +SAS,mfh_sr11_std,urban,2050,,0.9412983920136478,1.0288307804386712, +SAS,mfh_sr21_std,rural,2050,,2.617282779650183,0.1341516890363776, +SAS,mfh_sr21_std,urban,2050,,3.5706701173296063,3.632198520342599, +SAS,mfh_sr31_std,rural,2050,,3.197399096423516,0.1714097215673616, +SAS,mfh_sr31_std,urban,2050,,5.966831150619373,4.154465388341357, +SAS,sfh_s1,rural,2050,195.9058845613517,6195.301156350615,60443.19778114132,0.0498009387143695 +SAS,sfh_s1,urban,2050,207.59832232629597,453.6659583722401,10723.53437125414,0.1138617661942099 +SAS,sfh_s2,rural,2050,195.9058845613517,8986.900489644315,86839.03108775883,0.0493239166162575 +SAS,sfh_s2,urban,2050,207.59832232629597,1956.0133955329447,46291.33432999917,0.1139997857558143 +SAS,sfh_s3,rural,2050,184.88129178954736,11638.46452106879,107327.21346090172,0.0498793976154242 +SAS,sfh_s3,urban,2050,195.8864664538644,4117.795656803257,91387.98494032984,0.1132973829063834 +SAS,sfh_s51_std,rural,2050,172.16792107455407,9185.267404819471,72583.89768384572,0.0458982625724763 +SAS,sfh_s51_std,urban,2050,182.41910504836048,15713.219621854543,278341.1440267068,0.0971050702001654 +SAS,sfh_s52_low,rural,2050,52.83173584215312,490.78669911305417,9.576137650998422,0.0003693199054468 +SAS,sfh_s52_low,urban,2050,55.53999162790341,320.5751170272222,44.22443969734557,0.0024838577478124 +SAS,sfh_sr11_std,rural,2050,,122.63841930420152,140.82022734363966, +SAS,sfh_sr11_std,urban,2050,,6.257307553362546,38.11563757322279, +SAS,sfh_sr21_std,rural,2050,,176.5390134287833,199.7497049161103, +SAS,sfh_sr21_std,urban,2050,,24.94801088709748,153.62742180347942, +SAS,sfh_sr31_std,rural,2050,,219.5837363197468,246.12382396588768, +SAS,sfh_sr31_std,urban,2050,,51.54482671489572,295.91126941354014, +WEU,mfh_s1,rural,2050,7.729068945553558,45.69451074902078,62.94302745908716,0.1782199899754687 +WEU,mfh_s1,urban,2050,7.903874062738302,920.0133335320984,1307.8400113516936,0.1798541596238991 +WEU,mfh_s2,rural,2050,7.037033560240777,17.701326130826136,19.36224805860679,0.1554391289549282 +WEU,mfh_s2,urban,2050,7.140037680651747,1053.885412120464,1914.5384225697749,0.254431096627166 +WEU,mfh_s3,rural,2050,6.803468884434982,22.485804980793898,32.03373097629396,0.2093961446970308 +WEU,mfh_s3,urban,2050,6.831419933722144,1689.7766190388595,2829.8420799070964,0.2451443685151359 +WEU,mfh_s51_std,rural,2050,6.943266868810226,0.3393942707479763,0.3039081713746514,0.128965638498009 +WEU,mfh_s51_std,urban,2050,6.959664847406423,692.586721357581,973.7819196104584,0.202022257509301 +WEU,mfh_s52_low,rural,2050,7.498961736578346,4.961874382704133,4.049855887502936,0.1088410358672112 +WEU,mfh_s52_low,urban,2050,7.521431385035357,2603.7822839952805,3710.381971286898,0.1894582211526785 +WEU,mfh_sr11_std,rural,2050,,14.59158557819206,5.547574632282262, +WEU,mfh_sr11_std,urban,2050,,246.60285088468467,44.60119279864388, +WEU,mfh_sr12_low,rural,2050,,18.241165355537667,2.861076300518832, +WEU,mfh_sr12_low,urban,2050,,210.5048649002192,22.058488494482567, +WEU,mfh_sr21_std,rural,2050,,5.793626945626817,1.4927978259655932, +WEU,mfh_sr21_std,urban,2050,,228.18961082392067,58.15146702122539, +WEU,mfh_sr22_low,rural,2050,,5.628506484899429,0.9195021379209888, +WEU,mfh_sr22_low,urban,2050,,149.798809672889,25.97201966857717, +WEU,mfh_sr31_std,rural,2050,,4.8042979150295,1.3886206653407938, +WEU,mfh_sr31_std,urban,2050,,195.89700337293567,50.8812755003731, +WEU,mfh_sr32_low,rural,2050,,2.6319783691384857,0.4536576522439303, +WEU,mfh_sr32_low,urban,2050,,72.47867580013909,13.715879875079558, +WEU,sfh_s1,rural,2050,13.213918538672552,1430.4646624138643,2553.7518896280308,0.1351045397134755 +WEU,sfh_s1,urban,2050,13.654584901127702,1132.561017098725,2216.1279389384213,0.143302813717814 +WEU,sfh_s2,rural,2050,10.245233434796068,544.5898547734267,698.1403023642509,0.125127078617674 +WEU,sfh_s2,urban,2050,10.547231650928188,1216.0412635902508,2853.172065810661,0.2224544853161707 +WEU,sfh_s3,rural,2050,7.569432410359047,634.3160821288387,1061.53544202515,0.221088147600515 +WEU,sfh_s3,urban,2050,7.697707292935997,1845.9703261082973,4028.010883761403,0.283468318116964 +WEU,sfh_s51_std,rural,2050,7.01023024512849,4.724809339759817,6.41820328454263,0.1937746218721718 +WEU,sfh_s51_std,urban,2050,7.090516412407815,879.7636015587474,1356.9589940592175,0.2175318570207696 +WEU,sfh_s52_low,rural,2050,6.844377964745443,215.5126330213695,161.9862187975067,0.1098174488722056 +WEU,sfh_s52_low,urban,2050,6.867032581881874,4312.141547064105,5669.855919431344,0.191474042599732 +WEU,sfh_sr11_std,rural,2050,,402.3787126588984,880.8450924901539, +WEU,sfh_sr11_std,urban,2050,,286.71426900875616,598.7888991757472, +WEU,sfh_sr12_low,rural,2050,,1429.5173143734887,911.6490147819068, +WEU,sfh_sr12_low,urban,2050,,749.7397673166142,426.043640312105, +WEU,sfh_sr21_std,rural,2050,,160.16108108806375,218.6970981851213, +WEU,sfh_sr21_std,urban,2050,,357.4099046696362,755.1138197971915, +WEU,sfh_sr22_low,rural,2050,,505.1630215789097,210.4685695989953, +WEU,sfh_sr22_low,urban,2050,,681.8014832225052,463.56581391426255, +WEU,sfh_sr31_std,rural,2050,,220.6644219122358,242.97902666735027, +WEU,sfh_sr31_std,urban,2050,,554.0327557947508,521.6184161976716, +WEU,sfh_sr32_low,rural,2050,,388.1116236680432,133.4471891731262, +WEU,sfh_sr32_low,urban,2050,,684.1570315799657,249.8807562190121, +AFR,inf_ns,urban,2055,,1734.880675144025,521.1381444319845, +AFR,mfh_s1,rural,2055,67.77348115246582,46.18872646027846,40.8163922650421,0.0130388363247497 +AFR,mfh_s1,urban,2055,70.25683890994821,15.291273233266644,85.81994944026445,0.0798833005175117 +AFR,mfh_s2,rural,2055,67.7726824990315,83.65849266838514,74.16215009251476,0.0130802968820398 +AFR,mfh_s2,urban,2055,70.25683890994821,91.33564137988614,566.0341757826438,0.0882091760203885 +AFR,mfh_s3,rural,2055,65.01722728806209,122.08328899784564,102.23684661481202,0.0128802051414405 +AFR,mfh_s3,urban,2055,67.33635735981284,253.6459550746012,1565.3203005719088,0.0916485625373445 +AFR,mfh_s51_std,rural,2055,61.81822777560578,251.9953254627743,196.7460288150708,0.012629813575142 +AFR,mfh_s51_std,urban,2055,63.9770658477033,2196.1728840611604,10018.554937002236,0.0713040569851083 +AFR,mfh_s52_low,rural,2055,33.46765964973373,0.0168448774500884,0.0058395004880546,0.010358157242423 +AFR,mfh_s52_low,urban,2055,33.604247127547524,0.1702428676234061,0.306894867676465,0.0536446640264613 +AFR,mfh_sr11_std,rural,2055,,0.2967504379275988,0.0450227099026828, +AFR,mfh_sr11_std,urban,2055,,0.4960886361032738,0.2562415296316725, +AFR,mfh_sr21_std,rural,2055,,0.635613592490157,0.11661673300632, +AFR,mfh_sr21_std,urban,2055,,2.118827257612218,1.0626422276950636, +AFR,mfh_sr31_std,rural,2055,,0.544709593775064,0.0980299531542638, +AFR,mfh_sr31_std,urban,2055,,4.400466529624989,2.1766818695701, +AFR,sfh_s1,rural,2055,143.64700022638183,1732.4971570938949,3272.0509863318043,0.0131477358669007 +AFR,sfh_s1,urban,2055,149.2873895755873,125.03158129600098,1518.625440977098,0.0813594161398117 +AFR,sfh_s2,rural,2055,143.6444605033549,3134.494775856163,5934.416037283259,0.013180186535045 +AFR,sfh_s2,urban,2055,149.2873895755873,751.7837538752773,10057.393845146757,0.0896126658010211 +AFR,sfh_s3,rural,2055,135.78059522338597,4579.131862196874,8093.269078841482,0.013016766721615 +AFR,sfh_s3,urban,2055,141.07625955685202,2092.5669583770336,27450.44734886627,0.0929856917791307 +AFR,sfh_s51_std,rural,2055,126.30495867536516,9595.207733906416,15325.130751774535,0.0126453078266624 +AFR,sfh_s51_std,urban,2055,131.28489075542765,18568.882694173702,173321.19065428694,0.0710969784516343 +AFR,sfh_s52_low,rural,2055,42.24027504538575,1.460410573444639,0.3127908403904069,0.0050705179079741 +AFR,sfh_s52_low,urban,2055,43.1615913953456,6.69795057595574,4.585953830414338,0.0158631813993427 +AFR,sfh_sr11_std,rural,2055,,37.68258805752323,11.32369615760294, +AFR,sfh_sr11_std,urban,2055,,8.567246836705849,12.215768748262644, +AFR,sfh_sr21_std,rural,2055,,75.44797251341296,28.919222669447304, +AFR,sfh_sr21_std,urban,2055,,38.899926529449445,51.92526790224888, +AFR,sfh_sr31_std,rural,2055,,90.5760538233853,21.8361759254604, +AFR,sfh_sr31_std,urban,2055,,89.87616692735327,108.22836833566237, +CHN,inf_ns,urban,2055,,727.1283932040672,9064.543984065973, +CHN,mfh_s1,rural,2055,26.041009181373084,3379.386006807917,14636.95626158049,0.1663240926671051 +CHN,mfh_s1,urban,2055,29.27962872358791,593.3601899140695,4817.516417261794,0.2772932085016039 +CHN,mfh_s2,rural,2055,22.143073415258677,4251.673214092691,15856.073678197305,0.1684216346615442 +CHN,mfh_s2,urban,2055,24.79624346887529,2317.9752027387167,16070.111384249432,0.2795916578970654 +CHN,mfh_s3,rural,2055,18.52588098244399,1913.068614901974,6060.424679739645,0.1709990279192301 +CHN,mfh_s3,urban,2055,20.59536213099936,6339.553853734961,36885.759534516335,0.2825079037277959 +CHN,mfh_s51_std,rural,2055,17.97700047700296,0.9871231231698576,2.89557592546185,0.1631722874928868 +CHN,mfh_s51_std,urban,2055,19.949459053940306,22094.119756655487,115957.20973216862,0.2630812694547859 +CHN,mfh_s52_low,rural,2055,14.257037731628316,2.118639085250588e-05,3.464107637946777e-06,0.0114684598663953 +CHN,mfh_s52_low,urban,2055,15.475133528889272,74.67513643136769,66.42547236631064,0.057480987649664 +CHN,mfh_sr11_std,rural,2055,,602.9488680128276,1750.110611653167, +CHN,mfh_sr11_std,urban,2055,,55.27302840981646,268.05624876402766, +CHN,mfh_sr12_low,rural,2055,,94.70558738703028,18.367787364846265, +CHN,mfh_sr12_low,urban,2055,,1.4541147408765445,0.5588750450744844, +CHN,mfh_sr21_std,rural,2055,,652.2861592334726,1453.1338715076474, +CHN,mfh_sr21_std,urban,2055,,208.236976669356,854.0312526220841, +CHN,mfh_sr22_low,rural,2055,,83.49336981795904,11.414133763353831, +CHN,mfh_sr22_low,urban,2055,,3.5453706084843257,1.006368166675043, +CHN,mfh_sr31_std,rural,2055,,274.4343430274905,472.06088201349775, +CHN,mfh_sr31_std,urban,2055,,426.51110240906047,1418.552133888771, +CHN,mfh_sr32_low,rural,2055,,21.49115603867767,2.4706912129822376, +CHN,mfh_sr32_low,urban,2055,,2.205611276785564,0.540032054776385, +CHN,sfh_s1,rural,2055,50.23954510392356,2866.435283924628,23324.164417823995,0.1619639107930714 +CHN,sfh_s1,urban,2055,56.97801785226968,83.0568497996395,1268.9283180542172,0.2681354881953692 +CHN,sfh_s2,rural,2055,41.01092129099138,3342.698552769016,22384.492684853914,0.1632865891103736 +CHN,sfh_s2,urban,2055,46.38032051448324,316.35526822821555,3971.8406564860006,0.270696724275705 +CHN,sfh_s3,rural,2055,30.84729745331328,1504.067205670907,7648.526901056875,0.1648517019122758 +CHN,sfh_s3,urban,2055,34.77400910324272,883.5503050296976,8451.089274782362,0.2750594972519966 +CHN,sfh_s51_std,urban,2055,32.984811850241385,2869.9434289219107,25320.926358162465,0.2674805717311596 +CHN,sfh_s52_low,urban,2055,19.839703212324714,278.7695342505863,718.8090579075434,0.1299669898791725 +CHN,sfh_sr11_std,rural,2055,,339.99302855696715,2832.426174837709, +CHN,sfh_sr11_std,urban,2055,,6.107490798021823,84.97629608570861, +CHN,sfh_sr12_low,rural,2055,,424.8981109961105,898.6857304497494, +CHN,sfh_sr12_low,urban,2055,,4.825577045019792,26.50181383855021, +CHN,sfh_sr21_std,rural,2055,,468.7548542292789,2952.373656357823, +CHN,sfh_sr21_std,urban,2055,,27.77113204509245,289.1388426286223, +CHN,sfh_sr22_low,rural,2055,,382.1040736256076,507.25405611746726, +CHN,sfh_sr22_low,urban,2055,,12.72744476682239,50.91355606059341, +CHN,sfh_sr31_std,rural,2055,,255.0262750779553,1079.1089188239414, +CHN,sfh_sr31_std,urban,2055,,90.47795526076403,603.2339455844309, +CHN,sfh_sr32_low,rural,2055,,116.30743191876584,77.76164875706571, +CHN,sfh_sr32_low,urban,2055,,14.894795758420498,29.652524394482874, +EEU,mfh_s1,rural,2055,5.8004566652851794,71.50801185868454,21.61203200193029,0.0521049174151919 +EEU,mfh_s1,urban,2055,5.819244081323695,237.32532193928807,85.06496980890361,0.0615942398675821 +EEU,mfh_s2,rural,2055,5.502448666608135,17.038993777306136,5.858225263047837,0.0624836114941539 +EEU,mfh_s2,urban,2055,5.520358548773342,376.44174825297455,141.60454465999968,0.068141568173526 +EEU,mfh_s3,rural,2055,5.466054840055654,9.54739879636002,1.419627744665812,0.0272029141149014 +EEU,mfh_s3,urban,2055,5.486936949774583,165.8996057610574,71.92207555740613,0.0790108780623287 +EEU,mfh_s51_std,rural,2055,5.66175901760692,0.007825672354191,0.0002293710019754,0.0051768486766143 +EEU,mfh_s51_std,urban,2055,5.686187079926115,390.7381396257032,155.77318812882524,0.0701109351514137 +EEU,mfh_s52_low,rural,2055,6.654781647496288,0.1041762132084331,0.0056933924762477,0.0082123745039745 +EEU,mfh_s52_low,urban,2055,6.684871349012427,399.40506034715065,198.10163030814505,0.0741961606785656 +EEU,mfh_sr11_std,rural,2055,,71.55032786308013,13.891075927574844, +EEU,mfh_sr11_std,urban,2055,,95.22987104380184,22.149219572296214, +EEU,mfh_sr12_low,rural,2055,,1.6628333390198922,0.1447472107746031, +EEU,mfh_sr12_low,urban,2055,,1.3343043513351698,0.1445618744803187, +EEU,mfh_sr21_std,rural,2055,,16.399671929645727,3.4141175975189, +EEU,mfh_sr21_std,urban,2055,,147.88681231265832,34.90392681824053, +EEU,mfh_sr22_low,rural,2055,,0.3266615039380099,0.0300277412911498, +EEU,mfh_sr22_low,urban,2055,,1.878324233196729,0.1977138023530023, +EEU,mfh_sr31_std,rural,2055,,8.85604047487665,0.8162310480806496, +EEU,mfh_sr31_std,urban,2055,,54.3383641535716,13.25681416336492, +EEU,mfh_sr32_low,rural,2055,,0.0565521380711093,0.0025995894348512, +EEU,mfh_sr32_low,urban,2055,,0.1894913332928467,0.0233044917226087, +EEU,sfh_s1,rural,2055,8.376888297260287,322.55823721284605,122.56104270680382,0.0453588030642465 +EEU,sfh_s1,urban,2055,8.390499530514344,159.35998654436335,69.48945165533863,0.0519698882316084 +EEU,sfh_s2,rural,2055,7.31124971777819,76.46640795867741,29.2063212723801,0.0522413692216915 +EEU,sfh_s2,urban,2055,7.317699222685837,258.6128311764579,106.4631631949463,0.0562567633461707 +EEU,sfh_s3,rural,2055,5.765417036854554,52.464812159673365,6.4066106498255255,0.0211801719669169 +EEU,sfh_s3,urban,2055,5.776574125683992,133.71069310523822,49.95330311389522,0.0646737018450511 +EEU,sfh_s51_std,rural,2055,5.32489911506607,0.0022556166144474,2.528198785407895e-05,0.0021049149341281 +EEU,sfh_s51_std,urban,2055,5.339781942385947,240.43510831195576,76.48114231585431,0.0595707351878753 +EEU,sfh_s52_low,rural,2055,5.7705476837351055,0.1232345705568632,0.003704475607278,0.0052092733772605 +EEU,sfh_s52_low,urban,2055,5.795228909629955,279.05307624894647,109.85745977408092,0.0679316468206499 +EEU,sfh_sr11_std,rural,2055,,285.6091995093581,100.94504165159393, +EEU,sfh_sr11_std,urban,2055,,48.88129297854348,19.690488602822064, +EEU,sfh_sr12_low,rural,2055,,273.0388867373501,39.92138032569856, +EEU,sfh_sr12_low,urban,2055,,32.801981022887624,5.60411335997974, +EEU,sfh_sr21_std,rural,2055,,70.96432808487853,24.521448351074596, +EEU,sfh_sr21_std,urban,2055,,82.01255196609286,31.022508407355183, +EEU,sfh_sr22_low,rural,2055,,59.80687697563522,8.183963568456049, +EEU,sfh_sr22_low,urban,2055,,49.85326708115268,7.553318776623983, +EEU,sfh_sr31_std,rural,2055,,64.20620132908265,6.183168029722176, +EEU,sfh_sr31_std,urban,2055,,54.0234694618724,15.951206483134213, +EEU,sfh_sr32_low,rural,2055,,25.47099612856548,1.1294051213839371, +EEU,sfh_sr32_low,urban,2055,,11.73739373138392,1.3631260760836628, +FSU,mfh_s1,rural,2055,11.772125974054992,96.7512806470979,85.30986842162308,0.0749010056938312 +FSU,mfh_s1,urban,2055,8.756542324903274,529.535037743583,552.8386434531743,0.1192260182173259 +FSU,mfh_s2,rural,2055,11.183123062211436,54.74333450276183,84.35799120654538,0.1377944983269416 +FSU,mfh_s2,urban,2055,8.322510800397222,958.2818860192964,1068.5431938924553,0.1339813767143803 +FSU,mfh_s3,rural,2055,10.035573345512086,42.38755582311775,56.79611263561112,0.1335174556512618 +FSU,mfh_s3,urban,2055,7.789655536010645,794.4482980585495,792.4933399844688,0.1280594784888789 +FSU,mfh_s51_std,rural,2055,9.741938785589044,33.66404041870511,63.85766605491988,0.194715895140904 +FSU,mfh_s51_std,urban,2055,7.767486699889488,2026.9163119637103,2789.33956363007,0.1771679054485536 +FSU,mfh_s52_low,rural,2055,9.952866848916653,2.3902787549469124,2.3486047714757743,0.0987218291205131 +FSU,mfh_s52_low,urban,2055,8.397303887581892,10.18915918531623,9.850497426673092,0.1151277307741882 +FSU,mfh_sr11_std,rural,2055,,132.60295285890473,90.43405375930328, +FSU,mfh_sr11_std,urban,2055,,30.14201493940934,24.154219417147694, +FSU,mfh_sr12_low,rural,2055,,18.6435782629344,4.364588162173972, +FSU,mfh_sr12_low,urban,2055,,1.9956261087316207,0.6278841671648775, +FSU,mfh_sr21_std,rural,2055,,75.1876433756509,88.50676445933507, +FSU,mfh_sr21_std,urban,2055,,54.16877182524457,45.5623695036957, +FSU,mfh_sr22_low,rural,2055,,10.32324795110105,3.825412535605208, +FSU,mfh_sr22_low,urban,2055,,3.3984102143630914,1.133541783015653, +FSU,mfh_sr31_std,rural,2055,,55.096849558417055,50.49415406297015, +FSU,mfh_sr31_std,urban,2055,,43.0264510613199,28.681028000943915, +FSU,mfh_sr32_low,rural,2055,,4.001230698461097,1.204260529962066, +FSU,mfh_sr32_low,urban,2055,,1.1341372600328674,0.3707277150907122, +FSU,sfh_s1,rural,2055,19.441840625547407,326.135012013705,422.0707545044506,0.0665656929409687 +FSU,sfh_s1,urban,2055,13.667296104337138,228.33929651674137,370.5925087345268,0.1187499331502783 +FSU,sfh_s2,rural,2055,17.397992936418436,242.42330235479068,560.2129073616566,0.1328249305790171 +FSU,sfh_s2,urban,2055,12.13628876150187,594.1037637519863,965.045898140693,0.1338442641079428 +FSU,sfh_s3,rural,2055,12.879438402468654,176.98272479202367,259.6011653464755,0.1138882275807779 +FSU,sfh_s3,urban,2055,9.22772426050544,435.8258721189886,506.542080496856,0.1259528251578273 +FSU,sfh_s51_std,rural,2055,11.210339045756546,88.6012356551295,231.00654967307324,0.232576466037798 +FSU,sfh_s51_std,urban,2055,8.23127068866377,976.7502760848002,1553.3865724392497,0.193209786338539 +FSU,sfh_s52_low,rural,2055,9.944198707353737,39.32655629667335,44.836131892096105,0.1146495688516419 +FSU,sfh_s52_low,urban,2055,7.918987751890675,30.96433338045229,26.252888481367098,0.1070645479879489 +FSU,sfh_sr11_std,rural,2055,,296.3089646966016,372.3659678558373, +FSU,sfh_sr11_std,urban,2055,,9.659575129559771,15.120846865271885, +FSU,sfh_sr12_low,rural,2055,,276.51632099753914,156.29889102930647, +FSU,sfh_sr12_low,urban,2055,,5.725515597199894,3.397216604559393, +FSU,sfh_sr21_std,rural,2055,,219.52617115305745,503.4848984479003, +FSU,sfh_sr21_std,urban,2055,,25.752498015892893,40.02764450713547, +FSU,sfh_sr22_low,rural,2055,,206.74452815145136,196.91484593117724, +FSU,sfh_sr22_low,urban,2055,,14.250006351872372,8.212369123089854, +FSU,sfh_sr31_std,rural,2055,,214.4486523600695,285.9574558744212, +FSU,sfh_sr31_std,urban,2055,,23.438982111092823,23.71083045085008, +FSU,sfh_sr32_low,rural,2055,,105.5570152471312,48.30449757413182, +FSU,sfh_sr32_low,urban,2055,,6.616091472252926,2.317287322676414, +LAM,inf_ns,urban,2055,,899.2955667718504,2950.558243582437, +LAM,mfh_s1,rural,2055,55.21090238691856,5.955619762183777,72.49656687788743,0.2204781889960055 +LAM,mfh_s1,urban,2055,38.053180190561,34.93445594413305,491.0159981490544,0.369360713700191 +LAM,mfh_s2,rural,2055,52.77849211123935,8.420814001497778,94.4912923897406,0.2126085551142152 +LAM,mfh_s2,urban,2055,36.555432227577015,244.2287906228904,3305.7630565663685,0.3702737629488059 +LAM,mfh_s3,rural,2055,50.32243674647189,5.125856299070049,50.8681056436249,0.197204797095591 +LAM,mfh_s3,urban,2055,34.9603097505505,433.84266409805286,5643.600882405775,0.3720906546700923 +LAM,mfh_s51_std,rural,2055,49.966375970792456,1.3092538382333003,9.777894680048725,0.1494664252794905 +LAM,mfh_s51_std,urban,2055,34.72801837615456,939.2151615702054,9851.12868862989,0.3020236105980302 +LAM,mfh_s52_low,rural,2055,30.201835892760432,6.771902653156592e-05,0.0002377369971858,0.1162392296319115 +LAM,mfh_s52_low,urban,2055,23.30716932636384,0.1462954001696366,0.5680456905957922,0.1665954235312826 +LAM,mfh_sr11_std,rural,2055,,0.1265546306789175,0.0557767363792273, +LAM,mfh_sr11_std,urban,2055,,0.9584966947423228,0.5070724320751926, +LAM,mfh_sr12_low,rural,2055,,3.417697600628105e-06,8.454095295485217e-10, +LAM,mfh_sr12_low,urban,2055,,2.337840903999398e-06,1.407598803291543e-09, +LAM,mfh_sr21_std,rural,2055,,0.1493770140597791,0.066615503831326, +LAM,mfh_sr21_std,urban,2055,,4.58425720515336,1.745487374908269, +LAM,mfh_sr22_low,rural,2055,,2.326568603517175e-06,6.31189668543046e-10, +LAM,mfh_sr22_low,urban,2055,,7.431935853055928e-06,4.967473798698614e-09, +LAM,mfh_sr31_std,rural,2055,,0.1015778503176374,0.0452442366165107, +LAM,mfh_sr31_std,urban,2055,,6.701018310463248,2.489368640497988, +LAM,mfh_sr32_low,rural,2055,,1.323433880366805e-06,3.603440426128216e-10, +LAM,mfh_sr32_low,urban,2055,,3.587127294677869e-06,2.3626032392749667e-09, +LAM,sfh_s1,rural,2055,109.36203744268914,1028.727116680642,25023.97016163045,0.2224279878610637 +LAM,sfh_s1,urban,2055,73.79792552446617,421.2066880740557,11970.302627097128,0.3850930828901064 +LAM,sfh_s2,rural,2055,102.90673708522768,1451.6855825011153,32031.876798795813,0.2144203565066842 +LAM,sfh_s2,urban,2055,69.65579833429148,2944.9750502897555,78933.75056612061,0.3847900603100606 +LAM,sfh_s3,rural,2055,95.81578018125536,875.944316267038,16748.229441954456,0.1995516681886799 +LAM,sfh_s3,urban,2055,64.85784223243395,5227.287673077502,130876.15876552936,0.3860305207636325 +LAM,sfh_s51_std,rural,2055,94.77878268476182,233.3550048130914,3149.483656112,0.1424003683880064 +LAM,sfh_s51_std,urban,2055,64.15286008893816,11980.093706645252,229776.8193837084,0.2989716274036968 +LAM,sfh_s52_low,rural,2055,38.32498052154463,0.1452898639251195,0.0477456677513689,0.0085746561150844 +LAM,sfh_s52_low,urban,2055,27.73617795293464,110.09426052768929,22.385209340688853,0.0073307745983954 +LAM,sfh_sr11_std,rural,2055,,53.26635466360567,151.71330117118467, +LAM,sfh_sr11_std,urban,2055,,39.72907060378938,104.07183448774524, +LAM,sfh_sr12_low,rural,2055,,2.6839822172874555,0.0307094277908417, +LAM,sfh_sr12_low,urban,2055,,1.021239905278914,0.027626884449246, +LAM,sfh_sr21_std,rural,2055,,74.02176895109929,181.91044003664103, +LAM,sfh_sr21_std,urban,2055,,253.4085285152241,676.7308041453862, +LAM,sfh_sr22_low,rural,2055,,2.675381798640661,0.025144375864204, +LAM,sfh_sr22_low,urban,2055,,3.9731252893989546,0.0795604240252272, +LAM,sfh_sr31_std,rural,2055,,54.71522419586658,132.08843131259067, +LAM,sfh_sr31_std,urban,2055,,437.6345177008951,1073.9832516518793, +LAM,sfh_sr32_low,rural,2055,,1.5857270287168863,0.0107579547157365, +LAM,sfh_sr32_low,urban,2055,,5.044170787843775,0.0526241682686806, +MEA,inf_ns,urban,2055,,722.850768686733,13612.810605508555, +MEA,mfh_s1,rural,2055,68.12536054487518,63.28545712069311,1040.7246089323098,0.2413921199647271 +MEA,mfh_s1,urban,2055,66.99569205906927,29.817205635844555,1263.2968317627544,0.6323996032629986 +MEA,mfh_s2,rural,2055,64.03491242702584,95.1788461417061,1345.795440744635,0.2208115555506653 +MEA,mfh_s2,urban,2055,62.258499951392565,167.43998032478896,7623.673481056279,0.731318349490499 +MEA,mfh_s3,rural,2055,56.7134218451578,98.59365303979637,1376.0867264747244,0.2460996499829113 +MEA,mfh_s3,urban,2055,54.33056929492965,332.8082443844324,13844.267747604506,0.765652417331203 +MEA,mfh_s51_std,rural,2055,54.28411302862676,109.3158736503025,1239.2911770680848,0.208841777876819 +MEA,mfh_s51_std,urban,2055,52.09479613230947,1357.8528481411986,47814.08629734545,0.6759410323513607 +MEA,mfh_s52_low,rural,2055,30.117939906718973,0.0700351565161681,0.1773018079958009,0.0840565959329287 +MEA,mfh_s52_low,urban,2055,29.01981184665017,1.5795296177060072,7.932300684198777,0.1730520714760799 +MEA,mfh_sr11_std,rural,2055,,4.054551713225416,25.932536457726776, +MEA,mfh_sr11_std,urban,2055,,2.7761190564057814,35.284440241749344, +MEA,mfh_sr12_low,rural,2055,,0.011780435492407,0.0117854084642764, +MEA,mfh_sr12_low,urban,2055,,0.0060811317272571,0.018912771075357, +MEA,mfh_sr21_std,rural,2055,,5.398927951201088,28.08664657248489, +MEA,mfh_sr21_std,urban,2055,,14.101578462963715,163.74903657125637, +MEA,mfh_sr22_low,rural,2055,,0.009100352415659,0.0082441073760551, +MEA,mfh_sr22_low,urban,2055,,0.0191328920168563,0.0528079893492509, +MEA,mfh_sr31_std,rural,2055,,4.6625140735033845,20.78823723350389, +MEA,mfh_sr31_std,urban,2055,,23.44054072775956,219.98543425283967, +MEA,mfh_sr32_low,rural,2055,,0.0028797437186543,0.0021010067989062, +MEA,mfh_sr32_low,urban,2055,,0.0117127321486889,0.0249877221204346, +MEA,sfh_s1,rural,2055,147.69976549175996,912.5390430743104,32460.567488852543,0.2408379087326632 +MEA,sfh_s1,urban,2055,145.61936191476917,204.10313083100056,18985.551974644837,0.6387846004041503 +MEA,sfh_s2,rural,2055,135.3858036063415,1360.0900129345748,39701.9685605194,0.2156111730284911 +MEA,sfh_s2,urban,2055,131.5971575107967,1155.502238030765,113067.76510731933,0.7435693989187787 +MEA,sfh_s3,rural,2055,113.58514822966232,1400.553074052058,37929.799942261016,0.2384291946438252 +MEA,sfh_s3,urban,2055,108.20756113619558,2290.843010922347,192443.54104672853,0.7763372097811514 +MEA,sfh_s51_std,rural,2055,106.72091912816404,1646.8706334965173,36232.46902360985,0.2061526335835456 +MEA,sfh_s51_std,urban,2055,101.94205178310348,9350.748772775349,683783.1901692376,0.7173294493383019 +MEA,sfh_s52_low,rural,2055,40.0802050103238,58.62363613430343,152.35053248624808,0.0648397437941593 +MEA,sfh_s52_low,urban,2055,38.998407901058656,817.3458424945198,4168.693042594817,0.1307817613712733 +MEA,sfh_sr11_std,rural,2055,,122.83778536165993,2709.86964611996, +MEA,sfh_sr11_std,urban,2055,,32.67664321860756,1545.34387371831, +MEA,sfh_sr12_low,rural,2055,,14.743739549564689,66.30608442663936, +MEA,sfh_sr12_low,urban,2055,,7.052833415780572,80.60557657456894, +MEA,sfh_sr21_std,rural,2055,,189.46073108874305,3654.691014836744, +MEA,sfh_sr21_std,urban,2055,,166.11215466376035,6807.831320458688, +MEA,sfh_sr22_low,rural,2055,,18.757194140460093,67.90466085482211, +MEA,sfh_sr22_low,urban,2055,,36.39860744648168,349.34601381771915, +MEA,sfh_sr31_std,rural,2055,,194.5676999270433,2956.2483756852216, +MEA,sfh_sr31_std,urban,2055,,311.3049443648657,9564.220566983691, +MEA,sfh_sr32_low,rural,2055,,14.850544727803856,36.129532976727376, +MEA,sfh_sr32_low,urban,2055,,62.56092436677784,430.199294550226, +NAM,mfh_s1,rural,2055,17.74469768619677,20.85181481836374,389.8683994710862,1.0536723194603523 +NAM,mfh_s1,urban,2055,19.159981044354385,298.4112504004926,6537.4934431396,1.1434074004771455 +NAM,mfh_s2,rural,2055,15.101286752640622,10.422319561998952,164.37026265916126,1.04434720741846 +NAM,mfh_s2,urban,2055,16.32458218449295,465.2841556238256,8208.09412832197,1.0806423660172693 +NAM,mfh_s3,rural,2055,14.14572518251164,4.468476994404108,61.31464480738793,0.9700172866512212 +NAM,mfh_s3,urban,2055,15.30433489171251,783.4358544295709,12945.83579548724,1.0797225962248294 +NAM,mfh_s51_std,urban,2055,17.87376569061958,1759.0602899115038,27003.537851667217,0.8588629761757213 +NAM,mfh_s52_low,urban,2055,13.622026485707508,142.6711544903202,626.2819387471566,0.3222493065121874 +NAM,mfh_sr11_std,rural,2055,,18.96064290136737,136.70952911559593, +NAM,mfh_sr11_std,urban,2055,,163.6722908514407,815.3774946094361, +NAM,mfh_sr12_low,rural,2055,,1.0486673938549416,1.0005551272389102, +NAM,mfh_sr12_low,urban,2055,,2.276174153884802,3.91867158973816, +NAM,mfh_sr21_std,rural,2055,,8.325859674122068,42.347193832471454, +NAM,mfh_sr21_std,urban,2055,,220.0791338848013,864.0718027152745, +NAM,mfh_sr22_low,rural,2055,,0.291442365788051,0.1770074110480484, +NAM,mfh_sr22_low,urban,2055,,1.8501873269379228,2.4238361480734367, +NAM,mfh_sr31_std,rural,2055,,3.5509334958174663,12.238623707221384, +NAM,mfh_sr31_std,urban,2055,,340.3233845573462,1265.2531705067954, +NAM,mfh_sr32_low,rural,2055,,0.1240565132846852,0.0417997861512408, +NAM,mfh_sr32_low,urban,2055,,1.86214996672418,2.342498934613189, +NAM,sfh_s1,rural,2055,32.075662942716946,1205.9370069110996,32708.76804135033,0.8455979532588316 +NAM,sfh_s1,urban,2055,34.535105834147004,1148.7974666907924,42270.82677267626,1.065458361011414 +NAM,sfh_s2,rural,2055,23.83129281092514,573.6078629503002,11496.204871456295,0.8409918670744744 +NAM,sfh_s2,urban,2055,25.660851938873623,1756.902400238812,47674.94784304049,1.057478434925814 +NAM,sfh_s3,rural,2055,20.786914898360063,237.9025925133121,3736.937127271228,0.7556602511129953 +NAM,sfh_s3,urban,2055,22.393437689890348,2963.9026451669483,75977.62418836974,1.1447245742472802 +NAM,sfh_s51_std,urban,2055,29.90869524275092,4215.526866998875,208287.7944753793,1.652016924661713 +NAM,sfh_s52_low,urban,2055,14.11764386053459,6821.709904451212,38851.1047133207,0.4034111553430157 +NAM,sfh_sr11_std,rural,2055,,939.5885382212416,28323.479773153143, +NAM,sfh_sr11_std,urban,2055,,1136.3721208792042,25940.18886842027, +NAM,sfh_sr12_low,rural,2055,,939.3968151080034,4404.34013053392, +NAM,sfh_sr12_low,urban,2055,,409.87358393726953,2004.1616670935323, +NAM,sfh_sr21_std,rural,2055,,475.13547249074406,9495.554932052912, +NAM,sfh_sr21_std,urban,2055,,1748.97485618245,26199.68833259597, +NAM,sfh_sr22_low,rural,2055,,388.7049472005802,1126.7174373654464, +NAM,sfh_sr22_low,urban,2055,,482.5608588395568,1531.2233740767904, +NAM,sfh_sr31_std,rural,2055,,208.47841585552968,3187.299587087592, +NAM,sfh_sr31_std,urban,2055,,2915.7557329507185,33241.60562674201, +NAM,sfh_sr32_low,rural,2055,,168.432307385731,318.82311000521264, +NAM,sfh_sr32_low,urban,2055,,653.2042658092369,1804.399773580368, +PAO,mfh_s1,rural,2055,13.114177590019562,9.383734491301295,36.85741760821175,0.2995077963257943 +PAO,mfh_s1,urban,2055,16.236781251096108,107.75626266807777,598.5664388814108,0.3421132563093276 +PAO,mfh_s2,rural,2055,11.67203390264824,5.969224574593829,20.831959339770115,0.2989961943534984 +PAO,mfh_s2,urban,2055,14.375356452203944,409.8260838358318,2058.470402543983,0.3494028221959939 +PAO,mfh_s3,rural,2055,10.082736397379453,7.360786113247051,22.471587020978102,0.3027827529608984 +PAO,mfh_s3,urban,2055,12.264128740635122,542.7139029021774,2310.6767605130044,0.347161493836337 +PAO,mfh_s51_std,rural,2055,9.888408135461638,0.1773585568708909,0.504200428825484,0.2874912830612681 +PAO,mfh_s51_std,urban,2055,12.002263731566018,587.3560779041551,2187.270118770768,0.310268572283383 +PAO,mfh_s52_low,rural,2055,9.797785358755489,0.0010422924822228,0.0030752573971329,0.3011368792520725 +PAO,mfh_s52_low,urban,2055,11.677086865143282,3.99094207688332,15.477642708597216,0.3321198869995392 +PAO,mfh_sr11_std,rural,2055,,3.84694288662992,4.633211334344289, +PAO,mfh_sr11_std,urban,2055,,11.472222990163246,22.091739150664694, +PAO,mfh_sr12_low,rural,2055,,0.013288225280844,0.0060347025451973, +PAO,mfh_sr12_low,urban,2055,,0.0137674899061013,0.0108098864148685, +PAO,mfh_sr21_std,rural,2055,,1.980175430665556,2.044621216691879, +PAO,mfh_sr21_std,urban,2055,,38.55287518178913,66.42790359670465, +PAO,mfh_sr22_low,rural,2055,,0.0037686402856908,0.001556536129225, +PAO,mfh_sr22_low,urban,2055,,0.0213347441344515,0.0169498599942646, +PAO,mfh_sr31_std,rural,2055,,1.8234527715819333,1.6337912324270372, +PAO,mfh_sr31_std,urban,2055,,11.421841177703392,6.758418250732274, +PAO,mfh_sr32_low,rural,2055,,0.0005625381161135,0.0001912989925577, +PAO,mfh_sr32_low,urban,2055,,0.0015038563738282,0.0001394740727609, +PAO,sfh_s1,rural,2055,23.68171456361487,404.34556138294033,2421.5304892109243,0.2528856111188569 +PAO,sfh_s1,urban,2055,29.679747200592097,186.89270730460208,1814.620065748428,0.3271396285478101 +PAO,sfh_s2,rural,2055,19.048060028930507,251.5607799963855,1272.3899364195197,0.2655379155940339 +PAO,sfh_s2,urban,2055,23.82738886733092,741.3108774330692,5852.165536927514,0.3313139917162407 +PAO,sfh_s3,rural,2055,13.324439331479338,306.42487899430574,1152.475214414181,0.2822660377873305 +PAO,sfh_s3,urban,2055,16.518721424140775,985.3187504068392,5480.519481967536,0.3367197182283073 +PAO,sfh_s51_std,rural,2055,12.511430048581444,216.3238489198258,673.1079648720837,0.248698620327084 +PAO,sfh_s51_std,urban,2055,15.487094334742668,1723.1717219212442,7510.732053669674,0.2814386675523597 +PAO,sfh_s52_low,rural,2055,9.875077039957578,0.3533928314964497,0.4665389149568835,0.1336871444415347 +PAO,sfh_s52_low,urban,2055,11.917762822915076,36.97907256716477,99.01653239666535,0.2246761431086438 +PAO,sfh_sr11_std,rural,2055,,406.203541688373,1949.4430539606408, +PAO,sfh_sr11_std,urban,2055,,161.57075419746312,1127.1131395590448, +PAO,sfh_sr12_low,rural,2055,,101.47070734487008,120.224865742222, +PAO,sfh_sr12_low,urban,2055,,6.463229589874545,13.926484852724002, +PAO,sfh_sr21_std,rural,2055,,256.7087377691385,910.3450338376182, +PAO,sfh_sr21_std,urban,2055,,579.4906573680664,3218.8174122074784, +PAO,sfh_sr22_low,rural,2055,,38.29654112218503,33.77214673400178, +PAO,sfh_sr22_low,urban,2055,,13.869928737461183,22.05091354213876, +PAO,sfh_sr31_std,rural,2055,,312.0116199702477,715.492805013791, +PAO,sfh_sr31_std,urban,2055,,660.1380731052144,2456.433284827153, +PAO,sfh_sr32_low,rural,2055,,13.536220402356529,7.532495695104425, +PAO,sfh_sr32_low,urban,2055,,3.942567962296436,4.071363246903639, +PAS,inf_ns,urban,2055,,430.54954539358215,3096.8709268626444, +PAS,mfh_s1,rural,2055,90.88257167275891,187.4591882535672,1302.9147628227545,0.0764766164486794 +PAS,mfh_s1,urban,2055,90.8289302616734,46.01472231577687,680.5788717499852,0.1628386366545176 +PAS,mfh_s2,rural,2055,90.88257167275891,242.94309289618832,1712.5757746432448,0.0775647920686602 +PAS,mfh_s2,urban,2055,90.8289302616734,210.06904900494445,2827.445937407942,0.1481862954107187 +PAS,mfh_s3,rural,2055,86.93708881369658,222.3435661943692,1381.954066529113,0.0714930702024228 +PAS,mfh_s3,urban,2055,86.80369702744582,462.413810367464,6067.0588949753455,0.1511503621885231 +PAS,mfh_s51_std,rural,2055,82.46990660816577,122.19235175488885,564.4862583807346,0.0560162262945604 +PAS,mfh_s51_std,urban,2055,82.27665862535399,1749.2170651762535,18554.115698270085,0.1289198847907856 +PAS,mfh_s52_low,rural,2055,39.659483654743006,0.0096821451333909,0.0199263144336707,0.0518929470222257 +PAS,mfh_s52_low,urban,2055,38.45862323916928,3.696545912571107,5.141528951137453,0.0361661640409539 +PAS,mfh_sr11_std,rural,2055,,1.415548594014031,1.5285679925637152, +PAS,mfh_sr11_std,urban,2055,,1.0519905912232108,1.4683327345611177, +PAS,mfh_sr21_std,rural,2055,,0.7060105168609959,0.7623793903399212, +PAS,mfh_sr21_std,urban,2055,,8.9813615212168,12.535879340888211, +PAS,mfh_sr31_std,rural,2055,,0.5570077152521746,0.5851551718715946, +PAS,mfh_sr31_std,urban,2055,,17.325095870586214,23.47658414734208, +PAS,sfh_s1,rural,2055,194.3753651283975,1436.1363577038378,21276.916093279837,0.0762204979421069 +PAS,sfh_s1,urban,2055,195.1252613552728,224.302176391342,7127.75350691488,0.16285672129628 +PAS,sfh_s2,rural,2055,194.3753651283975,1838.7075455046183,27585.09604635633,0.0771828160510106 +PAS,sfh_s2,urban,2055,195.1252613552728,1010.1730157063846,28830.07767068793,0.1462636986340864 +PAS,sfh_s3,rural,2055,183.5772429120777,1649.2210852353196,21554.56363440921,0.0711936916853872 +PAS,sfh_s3,urban,2055,184.2199324399767,2139.10955807868,60143.69861307674,0.1526231754340621 +PAS,sfh_s51_std,rural,2055,170.92295452413865,923.7213216130768,8773.94926539262,0.0555717098163644 +PAS,sfh_s51_std,urban,2055,171.54560328508168,8000.8614873273455,184985.6917242313,0.1347788649005134 +PAS,sfh_s52_low,rural,2055,53.93771085324265,0.0691076072659021,0.1815859090465669,0.0487151200564391 +PAS,sfh_s52_low,urban,2055,53.14721553076517,491.4932359379374,640.4674502824518,0.0245187881727076 +PAS,sfh_sr11_std,rural,2055,,13.073386014707438,27.341169653438843, +PAS,sfh_sr11_std,urban,2055,,6.319611080275826,17.270305354656443, +PAS,sfh_sr21_std,rural,2055,,6.574428396797093,13.749503151261177, +PAS,sfh_sr21_std,urban,2055,,52.78356716238359,144.24753529514615, +PAS,sfh_sr31_std,rural,2055,,4.890670838327641,9.722195959246122, +PAS,sfh_sr31_std,urban,2055,,102.3403802502624,265.7184131942805, +RCPA,inf_ns,urban,2055,,145.19987580416117,177.8666784407976, +RCPA,mfh_s1,rural,2055,2.2152941838320857,324.2831521210116,2785.487796786329,3.877443400216853 +RCPA,mfh_s1,urban,2055,2.490801749055221,44.89762471356724,966.6085448043998,8.64346947281093 +RCPA,mfh_s2,rural,2055,1.8836989537286024,517.0615980535148,3743.901653090964,3.843887346770246 +RCPA,mfh_s2,urban,2055,2.1094026562064045,141.41538876699553,2557.2298718031093,8.57262070032367 +RCPA,mfh_s3,rural,2055,1.575986403020409,461.8435236543864,2750.314496777558,3.778635790057774 +RCPA,mfh_s3,urban,2055,1.752036014616265,331.5413437539679,4901.5064332088805,8.438181341741746 +RCPA,mfh_s51_std,urban,2055,1.697089398685894,480.1899153752499,5501.193779613853,6.750550455570709 +RCPA,sfh_s1,rural,2055,4.273850191132386,286.5832876693423,4824.587225304303,3.939036517009652 +RCPA,sfh_s1,urban,2055,4.847088324238219,6.430772730509061,273.8165067657424,8.784469323626311 +RCPA,sfh_s2,rural,2055,3.4887762903794743,440.1703042209239,6023.460078662945,3.922402655699158 +RCPA,sfh_s2,urban,2055,3.9455480993223584,19.833143986537227,684.6117672356619,8.74873884213782 +RCPA,sfh_s3,rural,2055,2.6241624569658866,404.8190344423896,4141.341365895076,3.898426834294297 +RCPA,sfh_s3,urban,2055,2.958205635518912,48.52302048580355,1248.241037984175,8.696054828831645 +RCPA,sfh_s51_std,urban,2055,2.805999619204562,70.12120134830344,1375.362642708587,6.9900497732143805 +SAS,inf_ns,urban,2055,,1800.1211334108368,1042.6042457139763, +SAS,mfh_s1,rural,2055,90.75596963562704,200.38565436186093,993.2089997114826,0.0546133500997677 +SAS,mfh_s1,urban,2055,95.97402745566758,163.16778547628124,2021.8092504735544,0.1291076689675286 +SAS,mfh_s2,rural,2055,90.75596963562704,282.3342806339107,1386.9395023874445,0.0541275916264492 +SAS,mfh_s2,urban,2055,95.97402745566758,682.4225845997333,8475.890576672264,0.1294130969057638 +SAS,mfh_s3,rural,2055,86.67226574203956,359.8405350491591,1706.9319634527585,0.0547300666804342 +SAS,mfh_s3,urban,2055,91.62040173837984,1417.01303803577,16731.780310853774,0.128877207023474 +SAS,mfh_s51_std,rural,2055,82.10347343533331,309.80284877987765,1231.8489992376217,0.0484295615735551 +SAS,mfh_s51_std,urban,2055,86.76082098095674,6851.038445770362,62634.86255391569,0.1053746320594748 +SAS,mfh_s52_low,rural,2055,38.60826277020307,4.866768103559282,0.0579263254855191,0.0003082868972022 +SAS,mfh_s52_low,urban,2055,40.302901485289816,71.79469125992122,3.3471236506984736,0.0011567595970312 +SAS,mfh_sr11_std,rural,2055,,2.2755056738844712,0.1622752922532001, +SAS,mfh_sr11_std,urban,2055,,1.1498801915624168,2.002553145094845, +SAS,mfh_sr21_std,rural,2055,,3.1708008072607603,0.2227361460400451, +SAS,mfh_sr21_std,urban,2055,,4.234291931729337,6.871053395301952, +SAS,mfh_sr31_std,rural,2055,,3.832469583008692,0.2752500886666522, +SAS,mfh_sr31_std,urban,2055,,7.282624932845343,8.935967535870745, +SAS,sfh_s1,rural,2055,195.9058845613517,6400.0579088175045,68871.09396823203,0.0549294937632077 +SAS,sfh_s1,urban,2055,207.59832232629597,462.5215120286777,12419.628658029977,0.1293459498997744 +SAS,sfh_s2,rural,2055,195.9058845613517,9017.632850331918,96162.46454473856,0.0544334116341838 +SAS,sfh_s2,urban,2055,207.59832232629597,1935.050711636439,52059.07928703494,0.1295926266411253 +SAS,sfh_s3,rural,2055,184.88129178954736,11496.270889563482,116930.0747066837,0.0550143861616584 +SAS,sfh_s3,urban,2055,195.8864664538644,4014.779052229437,101509.87908021458,0.1290750282522701 +SAS,sfh_s51_std,rural,2055,172.16792107455407,9613.496544148134,83174.82084359204,0.0502525684914051 +SAS,sfh_s51_std,urban,2055,182.41910504836048,19388.74289574781,375017.7816145328,0.1060307633380483 +SAS,sfh_s52_low,rural,2055,52.83173584215312,556.5942592085313,15.330039214566412,0.0005213263337843 +SAS,sfh_s52_low,urban,2055,55.53999162790341,411.6113325852423,83.0398296778322,0.0036323970677562 +SAS,sfh_sr11_std,rural,2055,,149.93054256288193,203.21360245650916, +SAS,sfh_sr11_std,urban,2055,,7.451968144490242,58.22274272958121, +SAS,sfh_sr21_std,rural,2055,,209.8628739521376,279.9194380483491, +SAS,sfh_sr21_std,urban,2055,,28.89224344097771,224.8997539815376, +SAS,sfh_sr31_std,rural,2055,,257.6043026071131,337.2102388750964, +SAS,sfh_sr31_std,urban,2055,,58.9228634768814,426.0868194535958, +WEU,mfh_s1,rural,2055,7.729068945553558,40.587918725975165,60.21992048973989,0.1919624191447977 +WEU,mfh_s1,urban,2055,7.903874062738302,842.3713531849269,1258.6715454890782,0.1890465748999939 +WEU,mfh_s2,rural,2055,7.037033560240777,15.292925061679425,18.08568856771002,0.1680563262253038 +WEU,mfh_s2,urban,2055,7.140037680651747,952.3140149878476,1799.3689023716306,0.2646302767598371 +WEU,mfh_s3,rural,2055,6.803468884434982,19.76690548995362,30.053987894926323,0.2234770955964168 +WEU,mfh_s3,urban,2055,6.831419933722144,1550.956860771853,2673.891175669524,0.2523672684677669 +WEU,mfh_s51_std,rural,2055,6.943266868810226,0.3511753976720838,0.3170565753845382,0.1300315751747576 +WEU,mfh_s51_std,urban,2055,6.959664847406423,782.8903052049058,1104.741214203505,0.2027548797419441 +WEU,mfh_s52_low,rural,2055,7.498961736578346,5.114750075176545,4.204214175737219,0.1096122966042168 +WEU,mfh_s52_low,urban,2055,7.521431385035357,2948.975151056324,4220.073301440791,0.1902603904018632 +WEU,mfh_sr11_std,rural,2055,,15.50991684789132,6.299493312998518, +WEU,mfh_sr11_std,urban,2055,,268.401269144445,51.53221241208951, +WEU,mfh_sr12_low,rural,2055,,19.17523847160731,3.2151969857402265, +WEU,mfh_sr12_low,urban,2055,,226.8518780038292,24.20597887397108, +WEU,mfh_sr21_std,rural,2055,,6.031610941704833,1.6745530328606384, +WEU,mfh_sr21_std,urban,2055,,243.5132952869408,64.1564451138728, +WEU,mfh_sr22_low,rural,2055,,5.815963151915119,0.9990571684468728, +WEU,mfh_sr22_low,urban,2055,,158.8380979687894,29.271211711541746, +WEU,mfh_sr31_std,rural,2055,,5.149167549614355,1.5351578737997862, +WEU,mfh_sr31_std,urban,2055,,214.6521313048719,58.04359690859005, +WEU,mfh_sr32_low,rural,2055,,2.7703720226641013,0.5127033086558044, +WEU,mfh_sr32_low,urban,2055,,81.2133438260186,16.13625153531517, +WEU,sfh_s1,rural,2055,13.213918538672552,1215.078656566781,2250.703651318071,0.1401787871297325 +WEU,sfh_s1,urban,2055,13.654584901127702,1011.3132632624414,1998.097485726655,0.1446946481826001 +WEU,sfh_s2,rural,2055,10.245233434796068,450.6115130429648,604.5727435719086,0.1309557046712573 +WEU,sfh_s2,urban,2055,10.547231650928188,1061.060318879468,2520.6516943491515,0.2252341717280596 +WEU,sfh_s3,rural,2055,7.569432410359047,531.0763750999893,946.5653476300984,0.2354671372867529 +WEU,sfh_s3,urban,2055,7.697707292935997,1624.090554939869,3657.833321593519,0.2925851488510489 +WEU,sfh_s51_std,rural,2055,7.01023024512849,4.903773246843148,6.778823530971418,0.1971930780664793 +WEU,sfh_s51_std,urban,2055,7.090516412407815,995.505400083269,1540.7241570476997,0.2182747025818003 +WEU,sfh_s52_low,rural,2055,6.844377964745443,222.1742624384977,168.37209877696318,0.1107241599250574 +WEU,sfh_s52_low,urban,2055,6.867032581881874,4882.323839178165,6450.478243381877,0.1923960823269591 +WEU,sfh_sr11_std,rural,2055,,424.2832259555031,957.323156216812, +WEU,sfh_sr11_std,urban,2055,,308.2184113592504,652.3210262239368, +WEU,sfh_sr12_low,rural,2055,,1487.8058325415195,986.7904875807478, +WEU,sfh_sr12_low,urban,2055,,787.2748973038866,459.3526442147493, +WEU,sfh_sr21_std,rural,2055,,164.69847954369928,233.9217854970293, +WEU,sfh_sr21_std,urban,2055,,374.13606270338335,803.7967217830786, +WEU,sfh_sr22_low,rural,2055,,512.2232503278145,223.65877501308867, +WEU,sfh_sr22_low,urban,2055,,698.4502319140817,489.4475011355966, +WEU,sfh_sr31_std,rural,2055,,226.06492449430445,260.9514160932443, +WEU,sfh_sr31_std,urban,2055,,583.1239552581166,595.2148743431391, +WEU,sfh_sr32_low,rural,2055,,393.07286976552575,142.2975508584551, +WEU,sfh_sr32_low,urban,2055,,701.5969190351383,268.3946501568719, +AFR,inf_ns,urban,2060,,1568.6934826302,754.8007867980151, +AFR,mfh_s1,rural,2060,67.77348115246582,47.832680702221104,61.57019375283291,0.018992669277186 +AFR,mfh_s1,urban,2060,70.25683890994821,15.288688554651518,97.58844645015922,0.0908530612141124 +AFR,mfh_s2,rural,2060,67.7726824990315,84.23738786347906,108.37047836050112,0.0189824132331896 +AFR,mfh_s2,urban,2060,70.25683890994821,89.11233360401162,627.8062036288966,0.1002765030864566 +AFR,mfh_s3,rural,2060,65.01722728806209,120.58275911847738,148.30218625966305,0.0189161997642286 +AFR,mfh_s3,urban,2060,67.33635735981284,243.50498458502028,1707.3998950732505,0.1041304573051124 +AFR,mfh_s51_std,rural,2060,61.81822777560578,279.28639010308547,324.48243457710447,0.018794244342365 +AFR,mfh_s51_std,urban,2060,63.9770658477033,2681.4424928003587,13864.63753727471,0.080819417246606 +AFR,mfh_s52_low,rural,2060,33.46765964973373,0.0193988217124602,0.009999770804482,0.0154024337931644 +AFR,mfh_s52_low,urban,2060,33.604247127547524,0.2127311808438635,0.4323861857814058,0.0604848335206486 +AFR,mfh_sr11_std,rural,2060,,0.4055695560935721,0.056616077234871, +AFR,mfh_sr11_std,urban,2060,,0.5660826223203095,0.2835634198716766, +AFR,mfh_sr21_std,rural,2060,,0.8247851282384021,0.1425751926665589, +AFR,mfh_sr21_std,urban,2060,,2.3676312951986564,1.142910964208629, +AFR,mfh_sr31_std,rural,2060,,0.76943666708208,0.11612231012788, +AFR,mfh_sr31_std,urban,2060,,4.904324921655075,2.306864942461786, +AFR,sfh_s1,rural,2060,143.64700022638183,1792.7080834721646,4935.067455239216,0.0191640350017669 +AFR,sfh_s1,urban,2060,149.2873895755873,124.68970390965993,1727.2039697425091,0.0927875931951812 +AFR,sfh_s2,rural,2060,143.6444605033549,3153.5772624832807,8675.658765858398,0.0191518223075306 +AFR,sfh_s2,urban,2060,149.2873895755873,731.9219902151085,11151.386995371306,0.1020565700094456 +AFR,sfh_s3,rural,2060,135.78059522338597,4518.65800038924,11731.486881459485,0.0191207920636459 +AFR,sfh_s3,urban,2060,141.07625955685202,2004.8553825878016,29923.805376000702,0.1057985788762296 +AFR,sfh_s51_std,rural,2060,126.30495867536516,10634.1551981325,25211.621290363742,0.0187705664823581 +AFR,sfh_s51_std,urban,2060,131.28489075542765,22670.78989265742,239692.9868122101,0.0805330093442238 +AFR,sfh_s52_low,rural,2060,42.24027504538575,1.8613323645149555,0.5227753071204174,0.0066491235001427 +AFR,sfh_s52_low,urban,2060,43.1615913953456,9.248715602009629,6.209659261047636,0.0155556762515786 +AFR,sfh_sr11_std,rural,2060,,44.21775371983577,13.854924422988953, +AFR,sfh_sr11_std,urban,2060,,9.480556670469548,13.432474168986534, +AFR,sfh_sr21_std,rural,2060,,85.61367821963802,34.04940393743146, +AFR,sfh_sr21_std,urban,2060,,42.05907150882197,56.29949672382072, +AFR,sfh_sr31_std,rural,2060,,102.46699279395068,25.64522050464575, +AFR,sfh_sr31_std,urban,2060,,96.08100373421516,117.04580291473734, +CHN,inf_ns,urban,2060,,401.0370981304411,5301.18427073656, +CHN,mfh_s1,rural,2060,26.041009181373084,3074.557756711399,13945.768420514616,0.1741814825119904 +CHN,mfh_s1,urban,2060,29.27962872358791,593.1371907558737,4744.175678738348,0.2731744273976183 +CHN,mfh_s2,rural,2060,22.143073415258677,3865.797564313988,15099.481612541666,0.1763944958869963 +CHN,mfh_s2,urban,2060,24.79624346887529,2315.6307570998265,15809.269671888374,0.2753319472695921 +CHN,mfh_s3,rural,2060,18.52588098244399,1688.664586720782,5606.493402016344,0.1792128101852445 +CHN,mfh_s3,urban,2060,20.59536213099936,6099.519092455461,34937.01923156252,0.2781126999500208 +CHN,mfh_s51_std,rural,2060,17.97700047700296,0.8352199450673943,2.5511912021976064,0.169912340364727 +CHN,mfh_s51_std,urban,2060,19.949459053940306,22335.737867341653,117673.12299778507,0.2640862876506243 +CHN,mfh_s52_low,rural,2060,14.257037731628316,1.791196260973831e-05,3.050135718354773e-06,0.0119439146442017 +CHN,mfh_s52_low,urban,2060,15.475133528889272,89.67127635894408,78.34853530447792,0.0564602927166852 +CHN,mfh_sr11_std,rural,2060,,612.7381398673903,1872.3980503913624, +CHN,mfh_sr11_std,urban,2060,,62.22792733916829,297.2993923641196, +CHN,mfh_sr12_low,rural,2060,,105.1284423632569,23.947000787670795, +CHN,mfh_sr12_low,urban,2060,,1.754898210462617,0.7340868991164279, +CHN,mfh_sr21_std,rural,2060,,674.5409148595957,1586.8608100677188, +CHN,mfh_sr21_std,urban,2060,,230.1305841741956,927.6385703855929, +CHN,mfh_sr22_low,rural,2060,,90.72753824521504,13.70010643751664, +CHN,mfh_sr22_low,urban,2060,,4.291348326095848,1.2436303705464842, +CHN,mfh_sr31_std,rural,2060,,276.4605724512783,500.461985913078, +CHN,mfh_sr31_std,urban,2060,,465.7497065724969,1532.902597885423, +CHN,mfh_sr32_low,rural,2060,,23.032650972866502,2.8043655246989894, +CHN,mfh_sr32_low,urban,2060,,3.2428616023897603,0.7860206487323701, +CHN,sfh_s1,rural,2060,50.23954510392356,2595.584577298847,22102.22564269269,0.1694943106392199 +CHN,sfh_s1,urban,2060,56.97801785226968,82.71018583779845,1242.9032984347673,0.2637369667103207 +CHN,sfh_s2,rural,2060,41.01092129099138,3019.43281535157,21150.17944166133,0.1708005087929145 +CHN,sfh_s2,urban,2060,46.38032051448324,313.46634666145707,3871.550078548748,0.2662932838721445 +CHN,sfh_s3,rural,2060,30.84729745331328,1307.304479898752,6955.899231924633,0.1724882083519658 +CHN,sfh_s3,urban,2060,34.77400910324272,836.8606508584472,7874.574572673818,0.2705946394330886 +CHN,sfh_s51_std,urban,2060,32.984811850241385,2875.290625150244,25590.527037810192,0.2698257984087153 +CHN,sfh_s52_low,urban,2060,19.839703212324714,321.1069441608842,866.6326590209501,0.1360348501822579 +CHN,sfh_sr11_std,rural,2060,,335.55616684146145,2937.5589526170675, +CHN,sfh_sr11_std,urban,2060,,6.636664790884555,91.50030334483615, +CHN,sfh_sr12_low,rural,2060,,454.8884888935252,1058.9094588170303, +CHN,sfh_sr12_low,urban,2060,,5.658543124959424,31.18157322602421, +CHN,sfh_sr21_std,rural,2060,,474.2729495526062,3138.8283818051864, +CHN,sfh_sr21_std,urban,2060,,30.37037694446081,313.32648801497294, +CHN,sfh_sr22_low,rural,2060,,402.7248202447415,583.4809955547003, +CHN,sfh_sr22_low,urban,2060,,14.949440776133237,60.10542776277583, +CHN,sfh_sr31_std,rural,2060,,248.4804169991044,1109.436222259536, +CHN,sfh_sr31_std,urban,2060,,95.2164672220134,635.6892961086685, +CHN,sfh_sr32_low,rural,2060,,120.40386764485386,91.0632811794608, +CHN,sfh_sr32_low,urban,2060,,18.24260605828239,39.97532048573575, +EEU,mfh_s1,rural,2060,5.8004566652851794,62.1939964402144,20.415979472800867,0.0565925898928622 +EEU,mfh_s1,urban,2060,5.819244081323695,228.07284166309023,83.02220321982327,0.0625538590462642 +EEU,mfh_s2,rural,2060,5.502448666608135,15.092765114388976,5.6973776977691175,0.0686041200638426 +EEU,mfh_s2,urban,2060,5.520358548773342,365.38347372270266,139.94794053059664,0.0693825608534163 +EEU,mfh_s3,rural,2060,5.466054840055654,7.971291595927138,1.2719512089466565,0.0291922635760394 +EEU,mfh_s3,urban,2060,5.486936949774583,150.1025061949505,67.05589319532403,0.0814177391455175 +EEU,mfh_s51_std,rural,2060,5.66175901760692,0.0089290407886543,0.0002627753356671,0.0051979058901254 +EEU,mfh_s51_std,urban,2060,5.686187079926115,418.5225314229372,168.97538080375932,0.0710041031368571 +EEU,mfh_s52_low,rural,2060,6.654781647496288,0.1204614122033473,0.0066101824730012,0.0082457789424982 +EEU,mfh_s52_low,urban,2060,6.684871349012427,428.63627930393545,214.35787932007025,0.0748096239633857 +EEU,mfh_sr11_std,rural,2060,,75.38894098464388,15.545541361329128, +EEU,mfh_sr11_std,urban,2060,,102.5527105410433,24.3626270634027, +EEU,mfh_sr12_low,rural,2060,,1.7868742024752302,0.162113294233643, +EEU,mfh_sr12_low,urban,2060,,1.4563440169712922,0.1603853862967235, +EEU,mfh_sr21_std,rural,2060,,17.543410591905936,3.937100904616788, +EEU,mfh_sr21_std,urban,2060,,161.29331091138792,39.10787192523, +EEU,mfh_sr22_low,rural,2060,,0.3562215238166574,0.0345125193158264, +EEU,mfh_sr22_low,urban,2060,,2.074406451714748,0.222815205847348, +EEU,mfh_sr31_std,rural,2060,,8.866546332958496,0.8547728787371875, +EEU,mfh_sr31_std,urban,2060,,56.67782266052433,13.914719634754803, +EEU,mfh_sr32_low,rural,2060,,0.0588147583999009,0.002789395122622, +EEU,mfh_sr32_low,urban,2060,,0.2058258321828313,0.0249645214367817, +EEU,sfh_s1,rural,2060,8.376888297260287,274.87126945840555,112.4441250097448,0.0488342696356884 +EEU,sfh_s1,urban,2060,8.390499530514344,152.73335110874297,67.61267572383557,0.0527601990149845 +EEU,sfh_s2,rural,2060,7.31124971777819,64.39558713990631,26.820277197888576,0.056965975298116 +EEU,sfh_s2,urban,2060,7.317699222685837,243.462415345428,102.03435296499812,0.0572716814353602 +EEU,sfh_s3,rural,2060,5.765417036854554,42.874771955039016,5.601758303110163,0.0226616650581177 +EEU,sfh_s3,urban,2060,5.776574125683992,123.80620795596596,47.26035542810584,0.0660821570860318 +EEU,sfh_s51_std,rural,2060,5.32489911506607,0.0042326127153437,4.763403896287549e-05,0.0021134768307488 +EEU,sfh_s51_std,urban,2060,5.339781942385947,263.200482865716,85.34701229346477,0.0607264814620039 +EEU,sfh_s52_low,rural,2060,5.7705476837351055,0.2582917587614078,0.0077959254010019,0.0052304624806312 +EEU,sfh_s52_low,urban,2060,5.795228909629955,305.62348689870606,121.90228327207964,0.0688263151445538 +EEU,sfh_sr11_std,rural,2060,,294.3212441622142,112.12905116924902, +EEU,sfh_sr11_std,urban,2060,,51.933778336014576,21.38086161920384, +EEU,sfh_sr12_low,rural,2060,,282.82608039298384,43.65196979313842, +EEU,sfh_sr12_low,urban,2060,,35.071178200433586,6.030744804753288, +EEU,sfh_sr21_std,rural,2060,,72.2596547385173,27.2379896371809, +EEU,sfh_sr21_std,urban,2060,,85.59927279715018,33.20034642184321, +EEU,sfh_sr22_low,rural,2060,,61.22818008711141,8.932361769800394, +EEU,sfh_sr22_low,urban,2060,,52.42253915196853,8.030497762156212, +EEU,sfh_sr31_std,rural,2060,,64.08872625811385,6.56901427771825, +EEU,sfh_sr31_std,urban,2060,,56.239160066739366,17.099887884639333, +EEU,sfh_sr32_low,rural,2060,,25.67958057387885,1.1811710814972642, +EEU,sfh_sr32_low,urban,2060,,12.379095979821129,1.4459765189039722, +FSU,mfh_s1,rural,2060,11.772125974054992,84.7184081046301,83.37977529638184,0.0836041879543706 +FSU,mfh_s1,urban,2060,8.756542324903274,548.0315545744241,585.0864867456027,0.121921936354736 +FSU,mfh_s2,rural,2060,11.183123062211436,47.494207836341324,82.3606522972255,0.1550658003896708 +FSU,mfh_s2,urban,2060,8.322510800397222,965.3057088242688,1104.5140362953575,0.137483948754587 +FSU,mfh_s3,rural,2060,10.035573345512086,34.44874824826571,51.91340137193784,0.1501633158886186 +FSU,mfh_s3,urban,2060,7.789655536010645,750.4720907510866,766.2622541734781,0.1310764388228802 +FSU,mfh_s51_std,rural,2060,9.741938785589044,31.78252326413003,67.850427007911,0.2191385659629932 +FSU,mfh_s51_std,urban,2060,7.767486699889488,2246.748734196087,3165.000623709286,0.1813588594802226 +FSU,mfh_s52_low,rural,2060,9.952866848916653,2.297629910792294,2.405063645536104,0.1051715569739653 +FSU,mfh_s52_low,urban,2060,8.397303887581892,12.65313034342741,12.120966621503891,0.1140773445819197 +FSU,mfh_sr11_std,rural,2060,,140.48390623580838,108.64010180898538, +FSU,mfh_sr11_std,urban,2060,,33.9454063512455,28.1262409374372, +FSU,mfh_sr12_low,rural,2060,,20.318489058317315,5.119763636618873, +FSU,mfh_sr12_low,urban,2060,,2.3064310331171947,0.7229086835922038, +FSU,mfh_sr21_std,rural,2060,,78.92426398389213,106.44240734699568, +FSU,mfh_sr21_std,urban,2060,,59.48822562285184,52.03771064699738, +FSU,mfh_sr22_low,rural,2060,,11.084698451621874,4.45032454678208, +FSU,mfh_sr22_low,urban,2060,,3.822760171055706,1.26952774498828, +FSU,mfh_sr31_std,rural,2060,,54.95999340993966,57.709300193464045, +FSU,mfh_sr31_std,urban,2060,,45.22191326298465,31.81939118675558, +FSU,mfh_sr32_low,rural,2060,,4.072586494647651,1.278460915845924, +FSU,mfh_sr32_low,urban,2060,,1.214177889068708,0.3932155155022037, +FSU,sfh_s1,rural,2060,19.441840625547407,284.46857905717644,411.2429367428443,0.0743578407097086 +FSU,sfh_s1,urban,2060,13.667296104337138,232.60509238374132,386.3762410437128,0.1215370220872204 +FSU,sfh_s2,rural,2060,17.397992936418436,206.88272216349165,538.2829940290312,0.1495502995160682 +FSU,sfh_s2,urban,2060,12.13628876150187,583.5966803667976,973.5096821371926,0.1374489926106825 +FSU,sfh_s3,rural,2060,12.879438402468654,147.12946249547477,241.18942174685316,0.1272804439788184 +FSU,sfh_s3,urban,2060,9.22772426050544,423.20022754719565,505.1883193764471,0.1293638104561863 +FSU,sfh_s51_std,rural,2060,11.210339045756546,87.02314674897063,255.0159585474498,0.2614049624940352 +FSU,sfh_s51_std,urban,2060,8.23127068866377,1098.5106728287358,1780.3582466307937,0.1968957019151308 +FSU,sfh_s52_low,rural,2060,9.944198707353737,39.09253885943254,49.91543687587634,0.1284018278451715 +FSU,sfh_s52_low,urban,2060,7.918987751890675,37.35392225032332,32.26076746430884,0.1090608336414996 +FSU,sfh_sr11_std,rural,2060,,308.3619023537606,431.61853726619273, +FSU,sfh_sr11_std,urban,2060,,10.450755820197442,16.846943631809275, +FSU,sfh_sr12_low,rural,2060,,294.60670180911376,188.8510327153563, +FSU,sfh_sr12_low,urban,2060,,6.345796192177611,3.877540217804963, +FSU,sfh_sr21_std,rural,2060,,223.79941130487987,575.5726817347678, +FSU,sfh_sr21_std,urban,2060,,26.88026029787413,43.20346164427567, +FSU,sfh_sr22_low,rural,2060,,215.23786507738825,235.8892543789744, +FSU,sfh_sr22_low,urban,2060,,15.238841541920063,9.074754965072849, +FSU,sfh_sr31_std,rural,2060,,214.5842292273788,323.90608554847915, +FSU,sfh_sr31_std,urban,2060,,24.26669163873303,25.562057576599397, +FSU,sfh_sr32_low,rural,2060,,107.97215494501825,56.13915568722946, +FSU,sfh_sr32_low,urban,2060,,7.017251476954463,2.5109284496255326, +LAM,inf_ns,urban,2060,,778.0170133204608,3995.5214338568094, +LAM,mfh_s1,rural,2060,55.21090238691856,5.918737696491128,78.53775860924738,0.240339173719396 +LAM,mfh_s1,urban,2060,38.053180190561,35.19681009633698,500.6729188042227,0.3738176807325408 +LAM,mfh_s2,rural,2060,52.77849211123935,8.195655688090039,100.24386021868426,0.231748589354898 +LAM,mfh_s2,urban,2060,36.555432227577015,239.63061767910148,3275.5616219236254,0.3739310624900663 +LAM,mfh_s3,rural,2060,50.32243674647189,4.865782254574456,52.7519736460413,0.2154390275011459 +LAM,mfh_s3,urban,2060,34.9603097505505,418.0283494326983,5486.778600191783,0.3754364450257221 +LAM,mfh_s51_std,rural,2060,49.966375970792456,1.3353015811670632,10.827199590335344,0.162277731477739 +LAM,mfh_s51_std,urban,2060,34.72801837615456,1054.9044279186617,11242.094899405707,0.3068697850617624 +LAM,mfh_s52_low,rural,2060,30.201835892760432,7.258086864938347e-05,0.000273852311261,0.1249283217079172 +LAM,mfh_s52_low,urban,2060,23.30716932636384,0.1779204937377077,0.669010766620287,0.1613309163794945 +LAM,mfh_sr11_std,rural,2060,,0.1556555418906954,0.0747683576614348, +LAM,mfh_sr11_std,urban,2060,,1.229366214881493,0.7010938561973481, +LAM,mfh_sr12_low,rural,2060,,1.1505598416901902e-05,2.9847398831520636e-09, +LAM,mfh_sr12_low,urban,2060,,5.150020485631148e-06,3.0829715857628604e-09, +LAM,mfh_sr21_std,rural,2060,,0.1854223747195867,0.0903625060200841, +LAM,mfh_sr21_std,urban,2060,,5.99500181190664,2.7090013138793565, +LAM,mfh_sr22_low,rural,2060,,6.8805829613209655e-06,1.957640881933212e-09, +LAM,mfh_sr22_low,urban,2060,,1.4981239271532544e-05,9.954661387897032e-09, +LAM,mfh_sr31_std,rural,2060,,0.1242629169408299,0.0610753927459433, +LAM,mfh_sr31_std,urban,2060,,8.774086787012164,3.943057762685775, +LAM,mfh_sr32_low,rural,2060,,3.8094845333101134e-06,1.087790055858828e-09, +LAM,mfh_sr32_low,urban,2060,,1.030882041293572e-05,6.750383335677998e-09, +LAM,sfh_s1,rural,2060,109.36203744268914,1018.669766658238,27070.99810395747,0.2429988727614899 +LAM,sfh_s1,urban,2060,73.79792552446617,421.5747039616671,12181.2763356622,0.3915381620168492 +LAM,sfh_s2,rural,2060,102.90673708522768,1408.3155708019135,33939.44411634341,0.2341860038295965 +LAM,sfh_s2,urban,2060,69.65579833429148,2868.6449164286105,78021.42647976056,0.3904629382538286 +LAM,sfh_s3,rural,2060,95.81578018125536,828.600603263608,17344.927112149173,0.218469187650911 +LAM,sfh_s3,urban,2060,64.85784223243395,4997.665222055997,126916.25331042882,0.3915503226144243 +LAM,sfh_s51_std,rural,2060,94.77878268476182,237.9655138187169,3487.393207218829,0.1546235954274911 +LAM,sfh_s51_std,urban,2060,64.15286008893816,13425.503817144674,262284.9206430345,0.3045276333040486 +LAM,sfh_s52_low,rural,2060,38.32498052154463,0.180910427497563,0.0545421135203451,0.007866588271393 +LAM,sfh_s52_low,urban,2060,27.73617795293464,154.0801667434302,31.610840260561016,0.0073967797192047 +LAM,sfh_sr11_std,rural,2060,,61.29840276250597,200.05585390690985, +LAM,sfh_sr11_std,urban,2060,,45.824025868741984,130.16463507344005, +LAM,sfh_sr12_low,rural,2060,,3.3230536801930235,0.0793959148532367, +LAM,sfh_sr12_low,urban,2060,,1.421165484466394,0.0628711707435311, +LAM,sfh_sr21_std,rural,2060,,83.03422244274522,234.28471574905464, +LAM,sfh_sr21_std,urban,2060,,287.1008736694762,851.5594277761843, +LAM,sfh_sr22_low,rural,2060,,3.307927240210856,0.062219059599733, +LAM,sfh_sr22_low,urban,2060,,5.587740622356858,0.1873815097607294, +LAM,sfh_sr31_std,rural,2060,,59.33813905870616,160.7949239318498, +LAM,sfh_sr31_std,urban,2060,,488.1795653019918,1342.0872161640652, +LAM,sfh_sr32_low,rural,2060,,1.971701233411068,0.0279246406556699, +LAM,sfh_sr32_low,urban,2060,,7.266970643933635,0.1365808460858117, +MEA,inf_ns,urban,2060,,666.2422957369504,15125.588912600151, +MEA,mfh_s1,rural,2060,68.12536054487518,64.31671534184922,1219.2286813467747,0.2782611014830315 +MEA,mfh_s1,urban,2060,66.99569205906927,29.87483496820949,1307.8048159650234,0.6534171660702287 +MEA,mfh_s2,rural,2060,64.03491242702584,94.17402918179944,1557.4838402650007,0.258270960419965 +MEA,mfh_s2,urban,2060,62.258499951392565,163.17738565536746,7609.806584320609,0.7490572212472097 +MEA,mfh_s3,rural,2060,56.7134218451578,95.7155192754968,1533.4929460218564,0.2824968250717342 +MEA,mfh_s3,urban,2060,54.33056929492965,318.7737601482341,13545.9739904494,0.7821380538045372 +MEA,mfh_s51_std,rural,2060,54.28411302862676,114.03000335294948,1498.462716743532,0.2420772953865323 +MEA,mfh_s51_std,urban,2060,52.09479613230947,1556.3403997036205,56395.51233721499,0.6955776397207161 +MEA,mfh_s52_low,rural,2060,30.117939906718973,0.0961610070378767,0.2461548805317852,0.0849932009785085 +MEA,mfh_s52_low,urban,2060,29.01981184665017,2.4816964344591126,11.83400377942304,0.1643192540035958 +MEA,mfh_sr11_std,rural,2060,,4.849839136102085,34.126855211537354, +MEA,mfh_sr11_std,urban,2060,,3.262742827722663,42.95096529039497, +MEA,mfh_sr12_low,rural,2060,,0.0267658505924054,0.0294518314497633, +MEA,mfh_sr12_low,urban,2060,,0.0133065479516528,0.0425718809062445, +MEA,mfh_sr21_std,rural,2060,,6.364252184945927,36.72922646347618, +MEA,mfh_sr21_std,urban,2060,,16.190468289979123,195.48068569836028, +MEA,mfh_sr22_low,rural,2060,,0.0209282792719197,0.0205952846476869, +MEA,mfh_sr22_low,urban,2060,,0.0413440238519799,0.1178045323578988, +MEA,mfh_sr31_std,rural,2060,,5.423968682592858,26.64258703982128, +MEA,mfh_sr31_std,urban,2060,,26.94211294532449,263.67052875280143, +MEA,mfh_sr32_low,rural,2060,,0.006847724352957,0.0055164559016846, +MEA,mfh_sr32_low,urban,2060,,0.0275025561438186,0.0634777820511453, +MEA,sfh_s1,rural,2060,147.69976549175996,918.753425568,37732.81633753625,0.2780612332255008 +MEA,sfh_s1,urban,2060,145.61936191476917,202.4628859517064,19477.414243212974,0.6606428728469012 +MEA,sfh_s2,rural,2060,135.3858036063415,1331.871949199921,45687.92153770344,0.2533761903048908 +MEA,sfh_s2,urban,2060,131.5971575107967,1116.612235167729,112132.87946185382,0.7631046213116417 +MEA,sfh_s3,rural,2060,113.58514822966232,1344.1189290981476,42101.41015295598,0.2757638895662359 +MEA,sfh_s3,urban,2060,108.20756113619558,2176.055525373816,187321.5000187472,0.795536380916116 +MEA,sfh_s51_std,rural,2060,106.72091912816404,1710.6821256226076,44117.6473759549,0.241653711979495 +MEA,sfh_s51_std,urban,2060,101.94205178310348,10604.13420756184,806616.7796218514,0.7461715155453463 +MEA,sfh_s52_low,rural,2060,40.0802050103238,68.72002530108044,197.09862880547348,0.0715600042925488 +MEA,sfh_s52_low,urban,2060,38.998407901058656,1055.328842736378,5585.602934851725,0.1357173510406796 +MEA,sfh_sr11_std,rural,2060,,141.61750946219016,3515.4074544197406, +MEA,sfh_sr11_std,urban,2060,,37.11672197991315,1827.5454956287676, +MEA,sfh_sr12_low,rural,2060,,18.46200508010724,98.82433098019872, +MEA,sfh_sr12_low,urban,2060,,8.3778737156653,98.34576520204592, +MEA,sfh_sr21_std,rural,2060,,213.30071184782184,4643.068235530016, +MEA,sfh_sr21_std,urban,2060,,183.19065901696504,7807.368845250005, +MEA,sfh_sr22_low,rural,2060,,22.70393839589602,96.78445327350596, +MEA,sfh_sr22_low,urban,2060,,42.11765537918105,412.4243178443186, +MEA,sfh_sr31_std,rural,2060,,215.27642551811525,3680.345405515796, +MEA,sfh_sr31_std,urban,2060,,337.3444872672861,10791.142112099718, +MEA,sfh_sr32_low,rural,2060,,17.635466864214493,49.32104344566622, +MEA,sfh_sr32_low,urban,2060,,72.64432480607525,507.0295626190923, +NAM,mfh_s1,rural,2060,17.74469768619677,18.035431068595248,342.0089218495677,1.068666766311624 +NAM,mfh_s1,urban,2060,19.159981044354385,269.2265668664984,5945.786891830885,1.1526470708184031 +NAM,mfh_s2,rural,2060,15.101286752640622,8.640833993312608,137.90785460421657,1.0568646854201322 +NAM,mfh_s2,urban,2060,16.32458218449295,407.0110073368976,7241.083788129445,1.0898214301865106 +NAM,mfh_s3,rural,2060,14.14572518251164,3.875303912773151,54.04425827763371,0.9858675624293872 +NAM,mfh_s3,urban,2060,15.30433489171251,713.6287322487115,11857.884592527704,1.0857264835056568 +NAM,mfh_s51_std,urban,2060,17.87376569061958,1978.5272253825256,29666.698970648296,0.8389018143767184 +NAM,mfh_s52_low,urban,2060,13.622026485707508,170.3837850369328,722.5897270928866,0.311330594440542 +NAM,mfh_sr11_std,rural,2060,,19.341398421584675,139.26433869794607, +NAM,mfh_sr11_std,urban,2060,,172.24712229088382,865.1215353201804, +NAM,mfh_sr12_low,rural,2060,,1.0631590850382977,0.9892340942387646, +NAM,mfh_sr12_low,urban,2060,,2.3397892714604835,3.947457225262929, +NAM,mfh_sr21_std,rural,2060,,8.140567449124458,42.00619856521547, +NAM,mfh_sr21_std,urban,2060,,221.8641840470181,841.0184951050403, +NAM,mfh_sr22_low,rural,2060,,0.2827864321731184,0.1684327837134204, +NAM,mfh_sr22_low,urban,2060,,1.8469152502928288,2.3726398848871857, +NAM,mfh_sr31_std,rural,2060,,3.634595974256991,12.85750955629118, +NAM,mfh_sr31_std,urban,2060,,356.5150008345924,1279.8458183386028, +NAM,mfh_sr32_low,rural,2060,,0.1262923125339966,0.0417872939040976, +NAM,mfh_sr32_low,urban,2060,,1.9464959247554952,2.418422286641714, +NAM,sfh_s1,rural,2060,32.075662942716946,1005.3865592839372,26824.012443607717,0.8317925489921477 +NAM,sfh_s1,urban,2060,34.535105834147004,994.2326197318428,36837.97017133957,1.0728694844293682 +NAM,sfh_s2,rural,2060,23.83129281092514,457.4089989796048,9065.05946784866,0.8316074093291167 +NAM,sfh_s2,urban,2060,25.660851938873623,1459.061066401876,39832.24403802456,1.0638740955682948 +NAM,sfh_s3,rural,2060,20.786914898360063,197.6599108834013,3082.850000445778,0.7503152282117419 +NAM,sfh_s3,urban,2060,22.393437689890348,2548.831639765556,65905.65591814055,1.1546776732391 +NAM,sfh_s51_std,urban,2060,29.90869524275092,4667.336945520602,227927.6185924408,1.6327899958574907 +NAM,sfh_s52_low,urban,2060,14.11764386053459,7804.472631741348,43408.85118892527,0.3939784874070174 +NAM,sfh_sr11_std,rural,2060,,953.6404614560824,28327.30100239029, +NAM,sfh_sr11_std,urban,2060,,1166.782393315209,25984.9562250543, +NAM,sfh_sr12_low,rural,2060,,943.1050165100842,4330.847816101425, +NAM,sfh_sr12_low,urban,2060,,414.7822510254567,1959.616955599393, +NAM,sfh_sr21_std,rural,2060,,458.8816998430157,9037.512883811176, +NAM,sfh_sr21_std,urban,2060,,1733.380499710122,25503.3372197768, +NAM,sfh_sr22_low,rural,2060,,372.0168145610456,1054.17383817342, +NAM,sfh_sr22_low,urban,2060,,468.1328769426816,1434.6694254428269, +NAM,sfh_sr31_std,rural,2060,,210.02986233793249,3160.0884395757544, +NAM,sfh_sr31_std,urban,2060,,3016.6678442487832,34297.37522302638, +NAM,sfh_sr32_low,rural,2060,,168.82544282363605,311.29718554311296, +NAM,sfh_sr32_low,urban,2060,,656.6799065069322,1752.983158006627, +PAO,mfh_s1,rural,2060,13.114177590019562,8.327225326795336,33.46513903432204,0.3064440946971974 +PAO,mfh_s1,urban,2060,16.236781251096108,104.75004912995811,569.6429774194687,0.3349257763276138 +PAO,mfh_s2,rural,2060,11.67203390264824,5.331573578336011,19.06692606905866,0.3063929267974372 +PAO,mfh_s2,urban,2060,14.375356452203944,393.6296048568821,1934.18886662972,0.3418160904480131 +PAO,mfh_s3,rural,2060,10.082736397379453,6.582475974094732,20.48259771601431,0.3086152194692276 +PAO,mfh_s3,urban,2060,12.264128740635122,523.431712341812,2174.221309340601,0.3386936201553379 +PAO,mfh_s51_std,rural,2060,9.888408135461638,0.1712030474068899,0.4901437026704046,0.2895246552496701 +PAO,mfh_s51_std,urban,2060,12.002263731566018,645.8677953555655,2330.0346803832285,0.3005768920878268 +PAO,mfh_s52_low,rural,2060,9.797785358755489,0.0010093171907734,0.0029985552948116,0.3032190414568581 +PAO,mfh_s52_low,urban,2060,11.677086865143282,4.567653032683342,17.168680063357133,0.3218913379753929 +PAO,mfh_sr11_std,rural,2060,,4.052566177493897,5.1500761907994885, +PAO,mfh_sr11_std,urban,2060,,12.609625420815926,23.28466463084423, +PAO,mfh_sr12_low,rural,2060,,0.0138471503903311,0.0064874513698192, +PAO,mfh_sr12_low,urban,2060,,0.0159924030586956,0.0125491880980254, +PAO,mfh_sr21_std,rural,2060,,2.0254713870827388,2.066593884732564, +PAO,mfh_sr21_std,urban,2060,,42.318719052673664,70.46815789091282, +PAO,mfh_sr22_low,rural,2060,,0.003976217410041,0.0016923092612016, +PAO,mfh_sr22_low,urban,2060,,0.0256568350736714,0.0197127132544216, +PAO,mfh_sr31_std,rural,2060,,1.902565227429821,1.7266901236814354, +PAO,mfh_sr31_std,urban,2060,,14.630091693522374,10.925904781297888, +PAO,mfh_sr32_low,rural,2060,,0.0006699786896484,0.0002415410334277, +PAO,mfh_sr32_low,urban,2060,,0.0020767497990631,0.0002087627769699, +PAO,sfh_s1,rural,2060,23.68171456361487,344.8915839958753,2080.808614270024,0.25476302559319 +PAO,sfh_s1,urban,2060,29.679747200592097,168.7509655462358,1602.7724675895802,0.3200113703949292 +PAO,sfh_s2,rural,2060,19.048060028930507,212.6577629670035,1091.799101865366,0.269532252416077 +PAO,sfh_s2,urban,2060,23.82738886733092,662.5991794949655,5107.154435407241,0.3234831356911344 +PAO,sfh_s3,rural,2060,13.324439331479338,258.85688883339463,986.0399008276098,0.2858813461651999 +PAO,sfh_s3,urban,2060,16.518721424140775,895.8448453185326,4880.187090222436,0.3297822247179188 +PAO,sfh_s51_std,rural,2060,12.511430048581444,201.93072981527752,629.0878737419717,0.249001490537564 +PAO,sfh_s51_std,urban,2060,15.487094334742668,1893.673445207541,7994.04723326901,0.2725785501024034 +PAO,sfh_s52_low,rural,2060,9.875077039957578,0.332220462959899,0.4427587691945808,0.1349585178156966 +PAO,sfh_s52_low,urban,2060,11.917762822915076,42.35590926408296,109.72628213187404,0.2173711568536139 +PAO,sfh_sr11_std,rural,2060,,407.8335961791893,1964.639602581681, +PAO,sfh_sr11_std,urban,2060,,173.85344923957314,1182.760974864589, +PAO,sfh_sr12_low,rural,2060,,100.58440341291517,118.1692455370025, +PAO,sfh_sr12_low,urban,2060,,6.766349235422752,14.12059475812484, +PAO,sfh_sr21_std,rural,2060,,255.5752024095772,909.6765383644802, +PAO,sfh_sr21_std,urban,2060,,620.6897773120319,3373.942494155706, +PAO,sfh_sr22_low,rural,2060,,37.52849482060631,32.845489725723134, +PAO,sfh_sr22_low,urban,2060,,14.395364643063573,22.28159023653771, +PAO,sfh_sr31_std,rural,2060,,311.6157172569356,723.1858955502024, +PAO,sfh_sr31_std,urban,2060,,701.5980351312575,2550.6334848994165, +PAO,sfh_sr32_low,rural,2060,,13.278729581609232,7.355713677795288, +PAO,sfh_sr32_low,urban,2060,,4.1138473292429065,4.117375717701899, +PAS,inf_ns,urban,2060,,376.8024508203406,3590.858774868621, +PAS,mfh_s1,rural,2060,90.88257167275891,189.0489475561642,1462.3959937343548,0.0851157865991141 +PAS,mfh_s1,urban,2060,90.8289302616734,46.95349462224611,704.6278982669551,0.1652219386427213 +PAS,mfh_s2,rural,2060,90.88257167275891,242.9357059688983,1900.903562714274,0.0860970212596443 +PAS,mfh_s2,urban,2060,90.8289302616734,209.9534339171473,2869.778545990501,0.1504877687510167 +PAS,mfh_s3,rural,2060,86.93708881369658,212.44494721004423,1471.274987470428,0.0796603760481766 +PAS,mfh_s3,urban,2060,86.80369702744582,441.01118813952985,5874.10921290442,0.1534455107017874 +PAS,mfh_s51_std,rural,2060,82.46990660816577,116.72426690959534,605.496192145886,0.0629005957108968 +PAS,mfh_s51_std,urban,2060,82.27665862535399,1940.0626115464368,21124.514395544164,0.1323409787214606 +PAS,mfh_s52_low,rural,2060,39.659483654743006,0.0093659703352329,0.0218792352675268,0.0589023069739545 +PAS,mfh_s52_low,urban,2060,38.45862323916928,4.737303106213247,6.335444853367197,0.0347738045551152 +PAS,mfh_sr11_std,rural,2060,,1.4116892024510566,1.4967547894326465, +PAS,mfh_sr11_std,urban,2060,,1.1925318225577686,1.6110073928257904, +PAS,mfh_sr21_std,rural,2060,,0.6995043010858201,0.7416550383073482, +PAS,mfh_sr21_std,urban,2060,,9.977123713037187,13.47823157137698, +PAS,mfh_sr31_std,rural,2060,,0.5184681027850788,0.534779964257187, +PAS,mfh_sr31_std,urban,2060,,18.36026006884285,24.07968141422428, +PAS,sfh_s1,rural,2060,194.3753651283975,1446.7944811658133,23848.05053793953,0.0848017506074865 +PAS,sfh_s1,urban,2060,195.1252613552728,228.88544850963729,7384.098449272888,0.1653353798406289 +PAS,sfh_s2,rural,2060,194.3753651283975,1842.3360614901253,30664.72476509424,0.08563060172745 +PAS,sfh_s2,urban,2060,195.1252613552728,1013.0862088963006,29386.857802047653,0.1486596994224857 +PAS,sfh_s3,rural,2060,183.5772429120777,1579.685343639347,22985.283921627088,0.0792611630731219 +PAS,sfh_s3,urban,2060,184.2199324399767,2045.367270867674,58434.50598369131,0.155082022359006 +PAS,sfh_s51_std,rural,2060,170.92295452413865,875.0233489662534,9333.287576314957,0.0624043141344036 +PAS,sfh_s51_std,urban,2060,171.54560328508168,8893.486730751343,210289.7203432104,0.1378371835326724 +PAS,sfh_s52_low,rural,2060,53.93771085324265,0.0663075983050836,0.1975506309257988,0.055236049788933 +PAS,sfh_s52_low,urban,2060,53.14721553076517,507.5664508131567,640.9931332763454,0.023761833734399 +PAS,sfh_sr11_std,rural,2060,,12.98081456476963,26.65429556650688, +PAS,sfh_sr11_std,urban,2060,,7.147039724380943,18.903688476546943, +PAS,sfh_sr21_std,rural,2060,,6.496003669406514,13.338576204028769, +PAS,sfh_sr21_std,urban,2060,,58.70752905456353,155.2795119396041, +PAS,sfh_sr31_std,rural,2060,,4.544838376049719,8.870716666835163, +PAS,sfh_sr31_std,urban,2060,,108.4960982157837,272.648105804722, +RCPA,inf_ns,urban,2060,,138.27937792986594,322.539598796875, +RCPA,mfh_s1,rural,2060,2.2152941838320857,308.19280198843614,2969.3116211044157,4.3491248931141415 +RCPA,mfh_s1,urban,2060,2.490801749055221,45.74078025782215,1093.8321565092533,9.600811788088686 +RCPA,mfh_s2,rural,2060,1.8836989537286024,490.3576529977255,3981.677329773288,4.310638546733379 +RCPA,mfh_s2,urban,2060,2.1094026562064045,143.73920665740292,2887.1501717999054,9.522141738647242 +RCPA,mfh_s3,rural,2060,1.575986403020409,423.35642012871335,2826.2544610721698,4.23596774461775 +RCPA,mfh_s3,urban,2060,1.752036014616265,323.8062606500408,5317.414296498031,9.37286211808219 +RCPA,mfh_s51_std,urban,2060,1.697089398685894,509.25173879418094,6268.87821946053,7.253583121537023 +RCPA,sfh_s1,rural,2060,4.273850191132386,273.77864996073765,5171.743632764422,4.419957728016172 +RCPA,sfh_s1,urban,2060,4.847088324238219,6.551449016694818,309.84493931775575,9.757220239528634 +RCPA,sfh_s2,rural,2060,3.4887762903794743,418.7378534853562,6429.059311615692,4.400804618381445 +RCPA,sfh_s2,urban,2060,3.9455480993223584,20.114505741148925,771.2107521330944,9.717540699455016 +RCPA,sfh_s3,rural,2060,2.6241624569658866,369.462946939607,4239.979471935723,4.373228262120176 +RCPA,sfh_s3,urban,2060,2.958205635518912,46.922401516744266,1340.733758466558,9.659039745177964 +RCPA,sfh_s51_std,urban,2060,2.805999619204562,74.77849734534482,1578.2873481778438,7.5217991670587505 +SAS,inf_ns,urban,2060,,1700.47458971806,1554.712518570495, +SAS,mfh_s1,rural,2060,90.75596963562704,205.8410318051237,1101.7480361404787,0.0589759755849361 +SAS,mfh_s1,urban,2060,95.97402745566758,165.9296937454141,2265.6865296204214,0.1422728368039747 +SAS,mfh_s2,rural,2060,90.75596963562704,282.08084671023335,1498.4975970193525,0.0585338716792602 +SAS,mfh_s2,urban,2060,95.97402745566758,674.2723533891835,9214.053874509904,0.1423841589587515 +SAS,mfh_s3,rural,2060,86.67226574203956,352.4985130612705,1805.4416099419848,0.0590943565567178 +SAS,mfh_s3,urban,2060,91.62040173837984,1373.566515976422,17857.00982454298,0.1418949209877438 +SAS,mfh_s51_std,rural,2060,82.10347343533331,313.3575327306146,1340.9613147448724,0.0521212208135957 +SAS,mfh_s51_std,urban,2060,86.76082098095674,8084.664624424568,79322.61829812938,0.1130866604983586 +SAS,mfh_s52_low,rural,2060,38.60826277020307,5.527009892836793,0.0709957868253961,0.0003327071042267 +SAS,mfh_s52_low,urban,2060,40.302901485289816,92.36110771057444,4.986403707508573,0.0013395594452285 +SAS,mfh_sr11_std,rural,2060,,2.711888383656207,0.2917841209047935, +SAS,mfh_sr11_std,urban,2060,,1.356536145191954,3.3422988603305908, +SAS,mfh_sr21_std,rural,2060,,3.6774998396679535,0.3889929240834861, +SAS,mfh_sr21_std,urban,2060,,4.856755902281501,11.170747942717249, +SAS,mfh_sr31_std,rural,2060,,4.362135668656576,0.4629045993737049, +SAS,mfh_sr31_std,urban,2060,,8.383904002778824,15.395987980259385, +SAS,sfh_s1,rural,2060,195.9058845613517,6564.613114190624,76343.18265337983,0.0593626997269705 +SAS,sfh_s1,urban,2060,207.59832232629597,469.9280477087809,13909.183657643887,0.1425760029769651 +SAS,sfh_s2,rural,2060,195.9058845613517,8996.06841142371,103822.92575926812,0.0589105439015438 +SAS,sfh_s2,urban,2060,207.59832232629597,1910.1773898366564,56557.44915944374,0.1426238889069465 +SAS,sfh_s3,rural,2060,184.88129178954736,11244.811858330657,123589.80447022116,0.0594480323630109 +SAS,sfh_s3,urban,2060,195.8864664538644,3888.015607204625,108260.17734940258,0.1421465431006892 +SAS,sfh_s51_std,rural,2060,172.16792107455407,9700.33417435438,90544.37662766426,0.0542153857033879 +SAS,sfh_s51_std,urban,2060,182.41910504836048,22869.455997141773,474860.0088009288,0.113825467172057 +SAS,sfh_s52_low,rural,2060,52.83173584215312,605.9826059194622,26.136298030807477,0.0008163737564426 +SAS,sfh_s52_low,urban,2060,55.53999162790341,518.0795415168716,157.1744025410219,0.0054623505203312 +SAS,sfh_sr11_std,rural,2060,,175.796437409512,279.7511587012304, +SAS,sfh_sr11_std,urban,2060,,8.535977009632255,80.9078622338736, +SAS,sfh_sr21_std,rural,2060,,239.6128154677394,374.7492972451487, +SAS,sfh_sr21_std,urban,2060,,32.23500763601948,301.6756032905104, +SAS,sfh_sr31_std,rural,2060,,288.8886725753867,442.6414611997474, +SAS,sfh_sr31_std,urban,2060,,64.5724822522361,561.199333624946, +WEU,mfh_s1,rural,2060,7.729068945553558,35.64362953185953,56.56930894137426,0.2053391551939162 +WEU,mfh_s1,urban,2060,7.903874062738302,769.9597715464538,1198.5154644913027,0.1969407535844909 +WEU,mfh_s2,rural,2060,7.037033560240777,13.279375418023768,16.976395509422943,0.181667907361039 +WEU,mfh_s2,urban,2060,7.140037680651747,867.7993473682983,1697.1007821471185,0.2738973375823251 +WEU,mfh_s3,rural,2060,6.803468884434982,17.204077948691317,28.071735101508835,0.2398321785941858 +WEU,mfh_s3,urban,2060,6.831419933722144,1403.4352779277745,2498.3552297033743,0.2605858425003659 +WEU,mfh_s51_std,rural,2060,6.943266868810226,0.3577247931130943,0.3243144396286838,0.1305730011629674 +WEU,mfh_s51_std,urban,2060,6.959664847406423,866.0258257674304,1222.0160745625128,0.2027485464578963 +WEU,mfh_s52_low,rural,2060,7.498961736578346,5.197830080662277,4.277944682606752,0.1097518750710307 +WEU,mfh_s52_low,urban,2060,7.521431385035357,3270.355058497044,4682.513696006232,0.1903634873885809 +WEU,mfh_sr11_std,rural,2060,,16.341455343139714,7.747519217055328, +WEU,mfh_sr11_std,urban,2060,,285.5778647535274,57.98599469445767, +WEU,mfh_sr12_low,rural,2060,,19.913325494808795,3.605715918343365, +WEU,mfh_sr12_low,urban,2060,,241.25598293656145,26.77727083967992, +WEU,mfh_sr21_std,rural,2060,,6.174574797530451,1.838100266715659, +WEU,mfh_sr21_std,urban,2060,,256.309759247382,70.23265695484224, +WEU,mfh_sr22_low,rural,2060,,5.972350428004519,1.08466641700511, +WEU,mfh_sr22_low,urban,2060,,167.04107018578716,31.94876268475108, +WEU,mfh_sr31_std,rural,2060,,5.306947372102904,1.6326298102599162, +WEU,mfh_sr31_std,urban,2060,,235.60402543128268,64.96353952512119, +WEU,mfh_sr32_low,rural,2060,,2.8795072366094705,0.5572701979984911, +WEU,mfh_sr32_low,urban,2060,,88.83569337156945,18.30913898722873, +WEU,sfh_s1,rural,2060,13.213918538672552,1030.9515018474226,1984.4107155026095,0.1456671766505679 +WEU,sfh_s1,urban,2060,13.654584901127702,904.9844939973428,1784.9475674006649,0.1444461008521588 +WEU,sfh_s2,rural,2060,10.245233434796068,375.4972193991304,525.7032384018535,0.1366507654878945 +WEU,sfh_s2,urban,2060,10.547231650928188,935.5907572190698,2234.5596483699205,0.2264475074494433 +WEU,sfh_s3,rural,2060,7.569432410359047,436.7319266927813,825.3095634482661,0.2496540527980691 +WEU,sfh_s3,urban,2060,7.697707292935997,1416.5262698080412,3252.1647341141247,0.2982541601999268 +WEU,sfh_s51_std,rural,2060,7.01023024512849,4.997982212214628,7.020242013956455,0.2003664925078087 +WEU,sfh_s51_std,urban,2060,7.090516412407815,1101.331974648616,1703.9114184591772,0.2181980668065277 +WEU,sfh_s52_low,rural,2060,6.844377964745443,225.8036418446217,171.56492816892683,0.1110103792190643 +WEU,sfh_s52_low,urban,2060,6.867032581881874,5413.624057507983,7160.279615881836,0.1926073166598139 +WEU,sfh_sr11_std,rural,2060,,435.9406254079791,1018.07693191844, +WEU,sfh_sr11_std,urban,2060,,323.40210440602806,688.6100689199136, +WEU,sfh_sr12_low,rural,2060,,1520.0775236789218,1052.028228082109, +WEU,sfh_sr12_low,urban,2060,,814.1098710791035,485.4069960376191, +WEU,sfh_sr21_std,rural,2060,,166.47323593045715,246.38371367025945, +WEU,sfh_sr21_std,urban,2060,,386.05560779873935,839.6100641530671, +WEU,sfh_sr22_low,rural,2060,,514.3475986466949,235.4493678040084, +WEU,sfh_sr22_low,urban,2060,,711.9614805862642,513.1436011430757, +WEU,sfh_sr31_std,rural,2060,,228.1150221962229,283.8971697940389, +WEU,sfh_sr31_std,urban,2060,,599.1546075494159,666.050030243711, +WEU,sfh_sr32_low,rural,2060,,389.9851197143038,148.89150152762778, +WEU,sfh_sr32_low,urban,2060,,705.7842257355377,288.78879390407536, +AFR,inf_ns,urban,2070,,1259.3759426686224,1428.640439580087, +AFR,mfh_s1,rural,2070,67.77348115246582,50.61999312265552,116.0450234785514,0.0338255327452094 +AFR,mfh_s1,urban,2070,70.25683890994821,15.26117943841504,115.1943474172668,0.1074371463614363 +AFR,mfh_s2,rural,2070,67.7726824990315,84.70219761023489,193.3115576693304,0.0336750668306389 +AFR,mfh_s2,urban,2070,70.25683890994821,84.8403957179606,705.1803123347092,0.1183065766936533 +AFR,mfh_s3,rural,2070,65.01722728806209,115.3559142101211,254.59751102224936,0.0339457840067243 +AFR,mfh_s3,urban,2070,67.33635735981284,221.5505444291732,1830.087057844381,0.1226730912269847 +AFR,mfh_s51_std,rural,2070,61.81822777560578,320.11019095015365,674.966246956063,0.0341087657732854 +AFR,mfh_s51_std,urban,2070,63.9770658477033,3734.7283631817854,24159.331038564877,0.1011117358922784 +AFR,mfh_s52_low,rural,2070,33.46765964973373,0.023217319466289,0.0219953448970146,0.0283069680877912 +AFR,mfh_s52_low,urban,2070,33.604247127547524,0.294516769714532,0.743217974274103,0.0750951701990401 +AFR,mfh_sr11_std,rural,2070,,0.5939845020238951,0.0707038671987503, +AFR,mfh_sr11_std,urban,2070,,0.660793048391907,0.3077998437684806, +AFR,mfh_sr21_std,rural,2070,,1.119113112127072,0.1685447678903098, +AFR,mfh_sr21_std,urban,2070,,2.650365148580233,1.177634682865129, +AFR,mfh_sr31_std,rural,2070,,1.105407025783538,0.1321400662507146, +AFR,mfh_sr31_std,urban,2070,,5.367538056081491,2.2996320446972773, +AFR,sfh_s1,rural,2070,143.64700022638183,1889.3120596926303,9266.677944960811,0.0341447401492887 +AFR,sfh_s1,urban,2070,149.2873895755873,123.27829701255328,2039.110772573327,0.1107977825180877 +AFR,sfh_s2,rural,2070,143.6444605033549,3157.2922328597447,15428.675514858842,0.0340192693345374 +AFR,sfh_s2,urban,2070,149.2873895755873,691.5705863823532,12521.599397091908,0.1212830660630673 +AFR,sfh_s3,rural,2070,135.78059522338597,4304.921331344716,20045.759335568648,0.0342941137748013 +AFR,sfh_s3,urban,2070,141.07625955685202,1811.6430828304724,32055.393581796263,0.1254222354309774 +AFR,sfh_s51_std,rural,2070,126.30495867536516,12188.0210935366,52070.30727017329,0.0338249016270527 +AFR,sfh_s51_std,urban,2070,131.28489075542765,31573.948916751106,417641.8103045757,0.100753541473459 +AFR,sfh_s52_low,rural,2070,42.24027504538575,2.7170164954052907,1.1359055064995958,0.0098974471717186 +AFR,sfh_s52_low,urban,2070,43.1615913953456,14.89069995194227,10.248662348340302,0.0159461051463946 +AFR,sfh_sr11_std,rural,2070,,60.93029384890668,20.409095276483672, +AFR,sfh_sr11_std,urban,2070,,11.462098855089833,15.777704335183005, +AFR,sfh_sr21_std,rural,2070,,110.80687831721455,45.01726365917318, +AFR,sfh_sr21_std,urban,2070,,48.66343858634035,64.69101611593608, +AFR,sfh_sr31_std,rural,2070,,129.95781207957407,33.87314037215777, +AFR,sfh_sr31_std,urban,2070,,107.52584872657218,132.62135910314572, +CHN,inf_ns,urban,2070,,0.0,0.0, +CHN,mfh_s1,rural,2070,26.041009181373084,2481.163092604248,12244.62701380306,0.1895101334594918 +CHN,mfh_s1,urban,2070,29.27962872358791,588.2426463652304,4552.237554079721,0.264303457884593 +CHN,mfh_s2,rural,2070,22.143073415258677,3117.924900042259,13244.56544981451,0.1918377903812352 +CHN,mfh_s2,urban,2070,24.79624346887529,2304.1542183579218,15214.207062583488,0.2662881787618113 +CHN,mfh_s3,rural,2070,18.52588098244399,1332.2403679727952,4811.727534823662,0.1949573301227008 +CHN,mfh_s3,urban,2070,20.59536213099936,5823.092124648394,32249.604622345523,0.2689065005676203 +CHN,mfh_s51_std,rural,2070,17.97700047700296,0.6285705212853889,2.06497473468578,0.182744158236476 +CHN,mfh_s51_std,urban,2070,19.949459053940306,21614.021483301152,112927.1900530364,0.2618977811879828 +CHN,mfh_s52_low,rural,2070,14.257037731628316,1.3488987601934444e-05,2.469930066408348e-06,0.012843281523321 +CHN,mfh_s52_low,urban,2070,15.475133528889272,103.27511469330028,86.99483115040783,0.0544331363632516 +CHN,mfh_sr11_std,rural,2070,,632.2558811617848,2114.7643016081784, +CHN,mfh_sr11_std,urban,2070,,78.43677474346869,364.5459894937694, +CHN,mfh_sr12_low,rural,2070,,112.55478416569966,29.01253849465448, +CHN,mfh_sr12_low,urban,2070,,2.2772625711627703,0.9409466480056352, +CHN,mfh_sr21_std,rural,2070,,721.5368813190694,1886.9713403068788, +CHN,mfh_sr21_std,urban,2070,,280.89132926148784,1090.529862700412, +CHN,mfh_sr22_low,rural,2070,,94.7959812471475,15.754565212041705, +CHN,mfh_sr22_low,urban,2070,,5.587008639136388,1.565407455214591, +CHN,mfh_sr31_std,rural,2070,,278.0732659141343,558.2900826903477, +CHN,mfh_sr31_std,urban,2070,,576.1296557693565,1840.7285899324124, +CHN,mfh_sr32_low,rural,2070,,24.30164034508428,3.213421540468913, +CHN,mfh_sr32_low,urban,2070,,4.4738177158599015,1.0434237677807576, +CHN,sfh_s1,rural,2070,50.23954510392356,2082.54285453545,19199.44702418033,0.1835054956078596 +CHN,sfh_s1,urban,2070,56.97801785226968,81.72257360597808,1184.2575915203502,0.254329539823822 +CHN,sfh_s2,rural,2070,41.01092129099138,2420.011707921437,18324.22141709861,0.184632664903762 +CHN,sfh_s2,urban,2070,46.38032051448324,308.5315904266707,3675.473694375261,0.256850216069168 +CHN,sfh_s3,rural,2070,30.84729745331328,1003.9787950621457,5798.145376320793,0.1872179298184388 +CHN,sfh_s3,urban,2070,34.77400910324272,780.9292370430584,7104.768711992347,0.261627564544924 +CHN,sfh_s51_std,urban,2070,32.984811850241385,2753.536902124154,24445.97021484749,0.2691549467096227 +CHN,sfh_s52_low,urban,2070,19.839703212324714,358.642199182045,1000.4691105528772,0.1406070589469434 +CHN,sfh_sr11_std,rural,2070,,331.208414830628,3201.8978633695947, +CHN,sfh_sr11_std,urban,2070,,7.862991662260081,105.23789969783093, +CHN,sfh_sr12_low,rural,2070,,476.1213797131206,1246.141614941071, +CHN,sfh_sr12_low,urban,2070,,7.13042782906317,38.29022145958942, +CHN,sfh_sr21_std,rural,2070,,476.56090813104765,3493.123320389566, +CHN,sfh_sr21_std,urban,2070,,35.997703065467164,361.1960252396962, +CHN,sfh_sr22_low,rural,2070,,418.89171295349047,687.4455744718618, +CHN,sfh_sr22_low,urban,2070,,19.020377483794448,74.9065633622801, +CHN,sfh_sr31_std,rural,2070,,236.67496522357897,1159.568604816397, +CHN,sfh_sr31_std,urban,2070,,106.99010161790991,689.9626629357614, +CHN,sfh_sr32_low,rural,2070,,121.42329553889104,105.78997793776496, +CHN,sfh_sr32_low,urban,2070,,22.920849858059768,50.80673074425745, +EEU,mfh_s1,rural,2070,5.8004566652851794,44.21902335791336,16.514770702359606,0.06438744846304 +EEU,mfh_s1,urban,2070,5.819244081323695,208.87196623569545,76.43631827435749,0.0628858639142647 +EEU,mfh_s2,rural,2070,5.502448666608135,11.35748556000101,4.930993815004065,0.0789034994146783 +EEU,mfh_s2,urban,2070,5.520358548773342,348.7695365380521,134.8399171372128,0.0700345990331858 +EEU,mfh_s3,rural,2070,5.466054840055654,5.504699074383113,1.0040446676684165,0.0333691748096524 +EEU,mfh_s3,urban,2070,5.486936949774583,124.03057203742016,56.861151136341824,0.0835520155827404 +EEU,mfh_s51_std,rural,2070,5.66175901760692,0.0087457907033124,0.0002587439710137,0.0052254028601836 +EEU,mfh_s51_std,urban,2070,5.686187079926115,448.0576039011317,179.29971814609542,0.0703760051268122 +EEU,mfh_s52_low,rural,2070,6.654781647496288,0.1180752402598147,0.0065135192722405,0.0082893991890901 +EEU,mfh_s52_low,urban,2070,6.684871349012427,459.9471214074409,226.58992243846103,0.0736952729911641 +EEU,mfh_sr11_std,rural,2070,,80.2973219618822,17.843723509535188, +EEU,mfh_sr11_std,urban,2070,,114.27301201656132,27.11592990487757, +EEU,mfh_sr12_low,rural,2070,,1.8098454211394333,0.1712214856513322, +EEU,mfh_sr12_low,urban,2070,,1.5603818313067728,0.170187334400554, +EEU,mfh_sr21_std,rural,2070,,19.674149873551748,4.820727822016917, +EEU,mfh_sr21_std,urban,2070,,187.87250290875315,45.85731917307249, +EEU,mfh_sr22_low,rural,2070,,0.3796126353733065,0.0384582663500928, +EEU,mfh_sr22_low,urban,2070,,2.319721452534491,0.2482435785596068, +EEU,mfh_sr31_std,rural,2070,,8.649995735354777,0.8802598542281889, +EEU,mfh_sr31_std,urban,2070,,59.03735121484047,14.198413219879834, +EEU,mfh_sr32_low,rural,2070,,0.056172086636539,0.002838177050136, +EEU,mfh_sr32_low,urban,2070,,0.2114710989519034,0.0247391327207446, +EEU,sfh_s1,rural,2070,8.376888297260287,192.91992501492348,86.59373299246194,0.0535829541279574 +EEU,sfh_s1,urban,2070,8.390499530514344,139.5744784660473,61.70919811484164,0.0526933817784982 +EEU,sfh_s2,rural,2070,7.31124971777819,44.89530650756098,20.77601165653834,0.063295031709454 +EEU,sfh_s2,urban,2070,7.317699222685837,218.49327477399103,91.7754831179378,0.0574002852477581 +EEU,sfh_s3,rural,2070,5.765417036854554,27.5815444731605,4.004230620663669,0.025180814501509 +EEU,sfh_s3,urban,2070,5.776574125683992,104.53763860194609,40.08751615105505,0.0663844118209702 +EEU,sfh_s51_std,rural,2070,5.32489911506607,0.008760966243016,9.911793573602498e-05,0.0021246571426594 +EEU,sfh_s51_std,urban,2070,5.339781942385947,294.1259094033287,95.61173777383712,0.060877163161248 +EEU,sfh_s52_low,rural,2070,5.7705476837351055,0.5043477742686392,0.0153030712492702,0.0052581316753532 +EEU,sfh_s52_low,urban,2070,5.795228909629955,341.3589371213899,135.1963931010899,0.0683412994867738 +EEU,sfh_sr11_std,rural,2070,,305.44223543456934,128.35406860291707, +EEU,sfh_sr11_std,urban,2070,,57.46635313054544,23.77719678202025, +EEU,sfh_sr12_low,rural,2070,,282.8454304476268,45.51616704708847, +EEU,sfh_sr12_low,urban,2070,,37.3721683241009,6.281906141341223, +EEU,sfh_sr21_std,rural,2070,,74.47904285596461,31.37739556694675, +EEU,sfh_sr21_std,urban,2070,,92.9583647084765,36.38377796520182, +EEU,sfh_sr22_low,rural,2070,,60.78064120554007,9.261747653627532, +EEU,sfh_sr22_low,urban,2070,,54.8911063567974,8.259192390331648, +EEU,sfh_sr31_std,rural,2070,,61.51455004849961,6.825877279895461, +EEU,sfh_sr31_std,urban,2070,,58.251489025924464,17.962133914451787, +EEU,sfh_sr32_low,rural,2070,,23.70823780445584,1.1329561467349314, +EEU,sfh_sr32_low,urban,2070,,12.29897614648968,1.3965804351486717, +FSU,mfh_s1,rural,2070,11.772125974054992,62.8315669856169,73.87896928102946,0.0998821853865109 +FSU,mfh_s1,urban,2070,8.756542324903274,580.0631859830467,635.5647670803027,0.1251272382210112 +FSU,mfh_s2,rural,2070,11.183123062211436,35.199688858999444,72.62461306972678,0.1844938538830072 +FSU,mfh_s2,urban,2070,8.322510800397222,987.6161460109108,1166.3755897807814,0.1419044037573805 +FSU,mfh_s3,rural,2070,10.035573345512086,22.47651163479712,40.254882073291945,0.1784627002938481 +FSU,mfh_s3,urban,2070,7.789655536010645,671.3496270463332,701.3171476564285,0.1341057664274662 +FSU,mfh_s51_std,rural,2070,9.741938785589044,26.660899897876885,66.21156224571507,0.2549257082097045 +FSU,mfh_s51_std,urban,2070,7.767486699889488,2589.95735830379,3770.2437600420817,0.1874115263495416 +FSU,mfh_s52_low,rural,2070,9.952866848916653,1.972557226073196,2.2821135017534138,0.1162410260906555 +FSU,mfh_s52_low,urban,2070,8.397303887581892,16.14682396778975,15.393094979761427,0.1135269495107619 +FSU,mfh_sr11_std,rural,2070,,150.06885649294284,140.9740493782092, +FSU,mfh_sr11_std,urban,2070,,41.18811061297726,35.57395244876496, +FSU,mfh_sr12_low,rural,2070,,21.812771053758684,6.2074595384500135, +FSU,mfh_sr12_low,urban,2070,,2.766432828226836,0.8571150398809954, +FSU,mfh_sr21_std,rural,2070,,84.21564527722633,137.4707534184891, +FSU,mfh_sr21_std,urban,2070,,69.93801750588808,64.36372754737124, +FSU,mfh_sr22_low,rural,2070,,11.828344429686048,5.375408055886509, +FSU,mfh_sr22_low,urban,2070,,4.431088221032181,1.4558839459123032, +FSU,mfh_sr31_std,rural,2070,,52.894222563804405,67.19280685653419, +FSU,mfh_sr31_std,urban,2070,,47.62858643321341,35.62369234122155, +FSU,mfh_sr32_low,rural,2070,,3.861072106976255,1.3226748473757433, +FSU,mfh_sr32_low,urban,2070,,1.2365163306739446,0.3923298477776075, +FSU,sfh_s1,rural,2070,19.441840625547407,211.1974247059989,365.9836293013445,0.089132412736342 +FSU,sfh_s1,urban,2070,13.667296104337138,240.9583276862979,411.6903492207947,0.1250103993232579 +FSU,sfh_s2,rural,2070,17.397992936418436,148.072432048151,458.38907339620494,0.1779348010295987 +FSU,sfh_s2,urban,2070,12.13628876150187,564.5440513893349,974.8955315012768,0.1422899880875615 +FSU,sfh_s3,rural,2070,12.879438402468654,97.64994743040788,188.91094429985,0.1502063104965663 +FSU,sfh_s3,urban,2070,9.22772426050544,389.03683688364026,478.7908932801285,0.13337073585123 +FSU,sfh_s51_std,rural,2070,11.210339045756546,80.20088001530823,273.26576756576105,0.3039396430350763 +FSU,sfh_s51_std,urban,2070,8.23127068866377,1307.5064538669783,2170.710848637324,0.2016931977888137 +FSU,sfh_s52_low,rural,2070,9.944198707353737,36.85832869314327,54.78056349164695,0.1494586526047241 +FSU,sfh_s52_low,urban,2070,7.918987751890675,47.54807495553716,41.80774884354025,0.1110335367181665 +FSU,sfh_sr11_std,rural,2070,,326.9065086880346,544.6990684073115, +FSU,sfh_sr11_std,urban,2070,,12.065929680403062,20.121437057273656, +FSU,sfh_sr12_low,rural,2070,,314.8324064390858,243.4681479028425, +FSU,sfh_sr12_low,urban,2070,,7.369528167245095,4.637975783669235, +FSU,sfh_sr21_std,rural,2070,,229.31095108991016,694.6359167356136, +FSU,sfh_sr21_std,urban,2070,,28.989126840357905,48.55360555497055, +FSU,sfh_sr22_low,rural,2070,,221.238897049442,292.52510966988643, +FSU,sfh_sr22_low,urban,2070,,16.530459850441463,10.206768607456778, +FSU,sfh_sr31_std,rural,2070,,205.8194114813454,370.65742274939726, +FSU,sfh_sr31_std,urban,2070,,24.86760132440808,27.4531537882172, +FSU,sfh_sr32_low,rural,2070,,103.767259122161,64.06334563146814, +FSU,sfh_sr32_low,urban,2070,,7.221943620908363,2.6247275329686164, +LAM,inf_ns,urban,2070,,472.8276016210585,4150.546177282672, +LAM,mfh_s1,rural,2070,55.21090238691856,5.741215094186764,86.43078052529523,0.2726715152388375 +LAM,mfh_s1,urban,2070,38.053180190561,35.628186445913826,506.6280312405672,0.3736840328398674 +LAM,mfh_s2,rural,2070,52.77849211123935,7.66934137486431,106.22853206347035,0.2624376453938561 +LAM,mfh_s2,urban,2070,36.555432227577015,230.93870018797497,3141.222477667088,0.3720917629130469 +LAM,mfh_s3,rural,2070,50.32243674647189,4.296845608890939,53.65105192862838,0.2481228892763436 +LAM,mfh_s3,urban,2070,34.9603097505505,383.9471564185863,5012.548414797465,0.3734322772473099 +LAM,mfh_s51_std,rural,2070,49.966375970792456,1.3247865698397725,11.86625406476795,0.1792626756709661 +LAM,mfh_s51_std,urban,2070,34.72801837615456,1251.1430388022727,13740.15879302605,0.3162312504081878 +LAM,mfh_s52_low,rural,2070,30.201835892760432,7.759798323942156e-05,0.0003188611295211,0.1360560325562357 +LAM,mfh_s52_low,urban,2070,23.30716932636384,0.2377375133228845,0.8438396454937777,0.1522904530133628 +LAM,mfh_sr11_std,rural,2070,,0.2034490650395904,0.1154657875569042, +LAM,mfh_sr11_std,urban,2070,,1.6854063339835192,1.022001479905126, +LAM,mfh_sr12_low,rural,2070,,2.074535660240377e-05,5.851595067189423e-09, +LAM,mfh_sr12_low,urban,2070,,8.294539375282831e-06,4.829110645640189e-09, +LAM,mfh_sr21_std,rural,2070,,0.2375092884496565,0.1304376906298161, +LAM,mfh_sr21_std,urban,2070,,8.097105519414603,4.304642051771689, +LAM,mfh_sr22_low,rural,2070,,1.3379908178918856e-05,4.139205674578338e-09, +LAM,mfh_sr22_low,urban,2070,,2.459931831196165e-05,1.589471029509856e-08, +LAM,mfh_sr31_std,rural,2070,,0.1511099178800167,0.0840428990814036, +LAM,mfh_sr31_std,urban,2070,,11.672648402700526,6.201768826404342, +LAM,mfh_sr32_low,rural,2070,,6.301987955922922e-06,1.95664718289179e-09, +LAM,mfh_sr32_low,urban,2070,,1.469682349579938e-05,9.358850878402423e-09, +LAM,sfh_s1,rural,2070,109.36203744268914,979.564206533981,29683.09920464498,0.2770829120992017 +LAM,sfh_s1,urban,2070,73.79792552446617,419.7092797468501,12275.407180456004,0.3963174376279367 +LAM,sfh_s2,rural,2070,102.90673708522768,1307.0056415762233,35837.89605896325,0.2664533810028567 +LAM,sfh_s2,urban,2070,69.65579833429148,2715.2501110603725,74446.96651067611,0.3936224788798172 +LAM,sfh_s3,rural,2070,95.81578018125536,725.1811558338145,17568.92098306758,0.2528491739571195 +LAM,sfh_s3,urban,2070,64.85784223243395,4514.255365831215,115441.59077902044,0.3942881126662014 +LAM,sfh_s51_std,rural,2070,94.77878268476182,236.01871697778435,3810.7328282466224,0.1703534485822671 +LAM,sfh_s51_std,urban,2070,64.15286008893816,15853.848593816843,320798.6285502335,0.3154145864966226 +LAM,sfh_s52_low,rural,2070,38.32498052154463,0.2533654278114114,0.0635777864843022,0.0065475090353876 +LAM,sfh_s52_low,urban,2070,27.73617795293464,252.2200716827805,52.7744570339822,0.0075439276380073 +LAM,sfh_sr11_std,rural,2070,,76.26856382927366,309.98363480800145, +LAM,sfh_sr11_std,urban,2070,,58.46179905936296,181.29421442843775, +LAM,sfh_sr12_low,rural,2070,,4.324587304107131,0.1447146377646284, +LAM,sfh_sr12_low,urban,2070,,2.070377760951157,0.1006671401583591, +LAM,sfh_sr21_std,rural,2070,,98.8465280501001,347.5576431655416, +LAM,sfh_sr21_std,urban,2070,,353.2968758079414,1169.0511296121408, +LAM,sfh_sr22_low,rural,2070,,4.234386095618852,0.1074455583629955, +LAM,sfh_sr22_low,urban,2070,,7.973505583538074,0.2862134454523646, +LAM,sfh_sr31_std,rural,2070,,65.60100896193829,216.98151190241677, +LAM,sfh_sr31_std,urban,2070,,567.3710422504175,1703.1235391650578, +LAM,sfh_sr32_low,rural,2070,,2.454064121573698,0.0474655045461391, +LAM,sfh_sr32_low,urban,2070,,10.15266726517405,0.2097928910188468, +MEA,inf_ns,urban,2070,,510.8945037483344,15442.173101633172, +MEA,mfh_s1,rural,2070,68.12536054487518,65.34962523722217,1680.716936042628,0.3775223443505519 +MEA,mfh_s1,urban,2070,66.99569205906927,29.764085905098653,1344.8510883287552,0.6744267254955543 +MEA,mfh_s2,rural,2070,64.03491242702584,91.013636154249,2085.016235222553,0.3577553652129381 +MEA,mfh_s2,urban,2070,62.258499951392565,154.535771664975,7350.662463519225,0.7640095777734977 +MEA,mfh_s3,rural,2070,56.7134218451578,88.47395494137126,1904.4918451214016,0.3795577158400496 +MEA,mfh_s3,urban,2070,54.33056929492965,288.43475650401604,12439.638789168152,0.7938088241035914 +MEA,mfh_s51_std,rural,2070,54.28411302862676,115.9929397296104,2155.203829760346,0.3422819903057051 +MEA,mfh_s51_std,urban,2070,52.09479613230947,1920.126771445761,73058.73061290235,0.7303783251213739 +MEA,mfh_s52_low,rural,2070,30.117939906718973,0.1518581231336998,0.4183719005685568,0.0914743258680847 +MEA,mfh_s52_low,urban,2070,29.01981184665017,5.121903674460718,23.770534294324914,0.1599237425491016 +MEA,mfh_sr11_std,rural,2070,,6.81120371441976,63.64653360619732, +MEA,mfh_sr11_std,urban,2070,,4.247754639223235,56.96964309339229, +MEA,mfh_sr12_low,rural,2070,,0.0525879843265187,0.0661289564577458, +MEA,mfh_sr12_low,urban,2070,,0.0240797786922469,0.0746106295036312, +MEA,mfh_sr21_std,rural,2070,,8.77484384177682,70.94469259705212, +MEA,mfh_sr21_std,urban,2070,,20.095336828751755,248.79334982203912, +MEA,mfh_sr22_low,rural,2070,,0.0394075084712631,0.0440487741777841, +MEA,mfh_sr22_low,urban,2070,,0.070492867275752,0.1954168587070845, +MEA,mfh_sr31_std,rural,2070,,6.903879139654141,42.298966092708525, +MEA,mfh_sr31_std,urban,2070,,32.55899099680561,334.8866114831515, +MEA,mfh_sr32_low,rural,2070,,0.0124321996271355,0.0114303467557628, +MEA,mfh_sr32_low,urban,2070,,0.0457681443807996,0.1044043920373893, +MEA,sfh_s1,rural,2070,147.69976549175996,918.9150143978734,51859.41304960577,0.382095958117457 +MEA,sfh_s1,urban,2070,145.61936191476917,197.24398767646863,19630.505533991574,0.6834528929240624 +MEA,sfh_s2,rural,2070,135.3858036063415,1265.6961328880263,61462.82936550649,0.3586823184287771 +MEA,sfh_s2,urban,2070,131.5971575107967,1037.5684325783895,106753.93649469274,0.7818449576270159 +MEA,sfh_s3,rural,2070,113.58514822966232,1213.7439235219897,52494.0908105571,0.3807691902497467 +MEA,sfh_s3,urban,2070,108.20756113619558,1931.9631319934545,170046.90156489232,0.81341519298618 +MEA,sfh_s51_std,rural,2070,106.72091912816404,1727.774990490651,64602.06087962063,0.3503560589664782 +MEA,sfh_s51_std,urban,2070,101.94205178310348,12841.284612752755,1044124.349433828,0.7976096169510217 +MEA,sfh_s52_low,rural,2070,40.0802050103238,83.10095441123698,296.2496324370914,0.0889450685636955 +MEA,sfh_s52_low,urban,2070,38.998407901058656,1558.9238848348946,9217.735596383376,0.1516185915744107 +MEA,sfh_sr11_std,rural,2070,,181.51002494453311,5525.308629343531, +MEA,sfh_sr11_std,urban,2070,,46.51956186343648,2372.0977987842466, +MEA,sfh_sr12_low,rural,2070,,25.495934391160063,178.8658259480507, +MEA,sfh_sr12_low,urban,2070,,10.81370403759014,128.76064544878582, +MEA,sfh_sr21_std,rural,2070,,261.1428401540097,6981.6816523614525, +MEA,sfh_sr21_std,urban,2070,,217.31862777204697,9587.41442819354, +MEA,sfh_sr22_low,rural,2070,,29.635099430194057,162.7629614817067, +MEA,sfh_sr22_low,urban,2070,,51.82224767667814,510.4658451010188, +MEA,sfh_sr31_std,rural,2070,,251.5203045196984,5253.013040636555, +MEA,sfh_sr31_std,urban,2070,,381.6272340405508,12675.823551305231, +MEA,sfh_sr32_low,rural,2070,,22.02034745094149,76.98377544362434, +MEA,sfh_sr32_low,urban,2070,,87.6773951530014,611.0941765693254, +NAM,mfh_s1,rural,2070,17.74469768619677,13.422012966200445,261.2606938112437,1.096952486920038 +NAM,mfh_s1,urban,2070,19.159981044354385,218.6976783429638,4893.375178974189,1.1678021406254842 +NAM,mfh_s2,rural,2070,15.101286752640622,6.060855685883603,99.33849778851328,1.0853497004701838 +NAM,mfh_s2,urban,2070,16.32458218449295,318.09788343996524,5725.1068526182535,1.1025054440595017 +NAM,mfh_s3,rural,2070,14.14572518251164,2.8421419482323844,40.911739174478726,1.0175996778427332 +NAM,mfh_s3,urban,2070,15.30433489171251,574.8245696624492,9608.074434039594,1.0921607771287754 +NAM,mfh_s51_std,urban,2070,17.87376569061958,2419.2531931872545,34360.40180502573,0.7946224859223222 +NAM,mfh_s52_low,urban,2070,13.622026485707508,208.06633139302423,839.4907753502051,0.2961913683830714 +NAM,mfh_sr11_std,rural,2070,,19.33631548643892,136.89858737024838, +NAM,mfh_sr11_std,urban,2070,,179.87431165955266,889.6801980954417, +NAM,mfh_sr12_low,rural,2070,,1.0014061072695133,0.8775880796557874, +NAM,mfh_sr12_low,urban,2070,,2.2543985608408583,3.618638308712731, +NAM,mfh_sr21_std,rural,2070,,7.383205845293258,36.92542466940068, +NAM,mfh_sr21_std,urban,2070,,218.4695818480185,775.0776151540553, +NAM,mfh_sr22_low,rural,2070,,0.2444226280442652,0.1374299266777528, +NAM,mfh_sr22_low,urban,2070,,1.701186295022716,2.086029239362987, +NAM,mfh_sr31_std,rural,2070,,3.5303716050550773,12.524571840579188, +NAM,mfh_sr31_std,urban,2070,,360.69715942230687,1215.3356711647075, +NAM,mfh_sr32_low,rural,2070,,0.1157970626063824,0.0363180953447066, +NAM,mfh_sr32_low,urban,2070,,1.857827381245103,2.2256296744636304, +NAM,sfh_s1,rural,2070,32.075662942716946,687.1509432487527,17782.182762194003,0.8067840085431252 +NAM,sfh_s1,urban,2070,34.535105834147004,734.4628161551043,27650.675938460397,1.0901221085688155 +NAM,sfh_s2,rural,2070,23.83129281092514,288.4800493258851,5603.4141528784085,0.8150595422980665 +NAM,sfh_s2,urban,2070,25.660851938873623,1027.382832816871,28813.017522898877,1.0929124366128855 +NAM,sfh_s3,rural,2070,20.786914898360063,130.7128849742856,2014.9459270330049,0.7415747905459731 +NAM,sfh_s3,urban,2070,22.393437689890348,1832.235179438765,48872.86713497164,1.1911482899958632 +NAM,sfh_s51_std,urban,2070,29.90869524275092,5623.507311170191,263946.485500053,1.5693187080691184 +NAM,sfh_s52_low,urban,2070,14.11764386053459,9624.881155849464,50485.67192803705,0.3715442487520895 +NAM,sfh_sr11_std,rural,2070,,955.981228994154,27089.928970859222, +NAM,sfh_sr11_std,urban,2070,,1191.7274912979783,25163.29296203174, +NAM,sfh_sr12_low,rural,2070,,905.651288909869,3926.647275487069, +NAM,sfh_sr12_low,urban,2070,,400.1192013387952,1765.3216446890874, +NAM,sfh_sr21_std,rural,2070,,419.6066799267389,7879.38538428081, +NAM,sfh_sr21_std,urban,2070,,1673.1772980858398,23206.592074977085, +NAM,sfh_sr22_low,rural,2070,,325.3628068064991,867.6777007240561, +NAM,sfh_sr22_low,urban,2070,,423.43449173910096,1209.9188374802857, +NAM,sfh_sr31_std,rural,2070,,202.738577609768,2902.0452782287075, +NAM,sfh_sr31_std,urban,2070,,3002.7920734992927,32803.24977810369, +NAM,sfh_sr32_low,rural,2070,,156.4012971598491,269.2764142469189, +NAM,sfh_sr32_low,urban,2070,,605.3205829605115,1507.4000041278707, +PAO,mfh_s1,rural,2070,13.114177590019562,6.605622018637112,27.57891903413992,0.3183629058755928 +PAO,mfh_s1,urban,2070,16.236781251096108,99.47042486230885,518.7835635658437,0.3212123948749391 +PAO,mfh_s2,rural,2070,11.67203390264824,4.2347750837488345,15.755361294376396,0.3187509421919527 +PAO,mfh_s2,urban,2070,14.375356452203944,364.3289204053983,1713.5236353125938,0.3271732815826921 +PAO,mfh_s3,rural,2070,10.082736397379453,5.21986433368876,16.753868534410156,0.3183299304999217 +PAO,mfh_s3,urban,2070,12.264128740635122,483.3842025355624,1911.7550403032355,0.3224802263133056 +PAO,mfh_s51_std,rural,2070,9.888408135461638,0.1548046091529326,0.4348854069865611,0.2840956371070659 +PAO,mfh_s51_std,urban,2070,12.002263731566018,736.758600237089,2496.6459304324694,0.2823375074326624 +PAO,mfh_s52_low,rural,2070,9.797785358755489,0.0009176112086819,0.0026741398674687,0.2974387092520713 +PAO,mfh_s52_low,urban,2070,11.677086865143282,5.470905664210616,19.35532982779625,0.3029750314662822 +PAO,mfh_sr11_std,rural,2070,,4.1179308122347456,5.558527071360465, +PAO,mfh_sr11_std,urban,2070,,14.504347961163788,24.906061069156458, +PAO,mfh_sr12_low,rural,2070,,0.013308460372676,0.0063701492562477, +PAO,mfh_sr12_low,urban,2070,,0.0190532691993856,0.0151107984405066, +PAO,mfh_sr21_std,rural,2070,,1.976399505755769,1.988222831309423, +PAO,mfh_sr21_std,urban,2070,,47.16734421739002,72.92171019646182, +PAO,mfh_sr22_low,rural,2070,,0.0038408029889824,0.0017047581476199, +PAO,mfh_sr22_low,urban,2070,,0.0296859744276198,0.0205898882397431, +PAO,mfh_sr31_std,rural,2070,,1.860129089827551,1.680844568865851, +PAO,mfh_sr31_std,urban,2070,,18.90472248095196,16.240251586044753, +PAO,mfh_sr32_low,rural,2070,,0.0006601555769369,0.0002336243797599, +PAO,mfh_sr32_low,urban,2070,,0.0023125790286737,0.0002115310406112, +PAO,sfh_s1,rural,2070,23.68171456361487,249.2862657395933,1531.1336320529222,0.2593591665061239 +PAO,sfh_s1,urban,2070,29.679747200592097,138.6318989052628,1262.4620163768927,0.3068279729301801 +PAO,sfh_s2,rural,2070,19.048060028930507,150.3691141048655,794.0906386093784,0.2772430602938418 +PAO,sfh_s2,urban,2070,23.82738886733092,536.5811474719959,3954.4745137716527,0.3092978622861773 +PAO,sfh_s3,rural,2070,13.324439331479338,182.9348540664701,717.207671117253,0.2942385176933052 +PAO,sfh_s3,urban,2070,16.518721424140775,736.8529670871226,3851.0397011826185,0.3163885295481664 +PAO,sfh_s51_std,rural,2070,12.511430048581444,171.3899072227867,532.2592554031238,0.248216716478569 +PAO,sfh_s51_std,urban,2070,15.487094334742668,2160.380098063717,8554.918313067554,0.2556911847571071 +PAO,sfh_s52_low,rural,2070,9.875077039957578,0.285890715103613,0.3820380184865924,0.1353212623403388 +PAO,sfh_s52_low,urban,2070,11.917762822915076,48.87711420552263,119.96931696790716,0.2059538389643777 +PAO,sfh_sr11_std,rural,2070,,397.6160041380661,1912.7418569650408, +PAO,sfh_sr11_std,urban,2070,,193.66264751224853,1253.3479815172152, +PAO,sfh_sr12_low,rural,2070,,92.86056217567902,107.38370920763153, +PAO,sfh_sr12_low,urban,2070,,7.010108031422079,13.694619622550263, +PAO,sfh_sr21_std,rural,2070,,243.37468448933348,867.3321982556814, +PAO,sfh_sr21_std,urban,2070,,673.8215485953284,3493.172456504445, +PAO,sfh_sr22_low,rural,2070,,33.557145352312006,28.96101386108585, +PAO,sfh_sr22_low,urban,2070,,14.51162802759825,21.132211739137528, +PAO,sfh_sr31_std,rural,2070,,292.79451268417694,686.6732411147909, +PAO,sfh_sr31_std,urban,2070,,754.0909381024222,2621.124091651416, +PAO,sfh_sr32_low,rural,2070,,11.688964669271051,6.424800639277081, +PAO,sfh_sr32_low,urban,2070,,4.134912773764844,3.8934227303762174, +PAS,inf_ns,urban,2070,,270.83722350915485,3725.284845625012, +PAS,mfh_s1,rural,2070,90.88257167275891,186.6159345697812,1623.1809370183096,0.0957056554467631 +PAS,mfh_s1,urban,2070,90.8289302616734,48.3752598481753,730.8144370909016,0.1663257950186586 +PAS,mfh_s2,rural,2070,90.88257167275891,238.03329301976976,2051.2098904093536,0.0948182181058601 +PAS,mfh_s2,urban,2070,90.8289302616734,210.0891127336548,2884.1833284341537,0.151145463213743 +PAS,mfh_s3,rural,2070,86.93708881369658,193.430707936421,1454.8901129406167,0.0865166466437321 +PAS,mfh_s3,urban,2070,86.80369702744582,407.4102807055141,5468.549493845173,0.1546329142327637 +PAS,mfh_s51_std,rural,2070,82.46990660816577,100.15053822791435,540.9672179595374,0.0654971130434925 +PAS,mfh_s51_std,urban,2070,82.27665862535399,2195.581211863822,25080.112002219343,0.1388363922761869 +PAS,mfh_s52_low,rural,2070,39.659483654743006,0.0080427973200457,0.019237621894644,0.0603110937437568 +PAS,mfh_s52_low,urban,2070,38.45862323916928,5.106036804021722,6.611734841413117,0.0336695842871445 +PAS,mfh_sr11_std,rural,2070,,1.3992677337375072,1.4105300190388068, +PAS,mfh_sr11_std,urban,2070,,1.5520710386837244,1.9715866842899408, +PAS,mfh_sr21_std,rural,2070,,0.6879906086558971,0.6935280361016702, +PAS,mfh_sr21_std,urban,2070,,12.64575523190304,16.06382826914488, +PAS,mfh_sr31_std,rural,2070,,0.462731301520572,0.4532793757925218, +PAS,mfh_sr31_std,urban,2070,,21.477635556683687,26.48594719054666, +PAS,sfh_s1,rural,2070,194.3753651283975,1423.4723235335696,26363.91844759781,0.0952839406137256 +PAS,sfh_s1,urban,2070,195.1252613552728,235.95307659776407,7666.331490875159,0.1665131175077344 +PAS,sfh_s2,rural,2070,194.3753651283975,1807.268242257835,33100.36186712849,0.0942255980017211 +PAS,sfh_s2,urban,2070,195.1252613552728,1020.694106610526,29744.502369871265,0.149347378056103 +PAS,sfh_s3,rural,2070,183.5772429120777,1447.4619490751238,22852.055365135027,0.0860001618826764 +PAS,sfh_s3,urban,2070,184.2199324399767,1908.1863160575888,54962.459463534346,0.1563539158421268 +PAS,sfh_s51_std,rural,2070,170.92295452413865,742.7498657824249,8254.175556459975,0.0650175691543877 +PAS,sfh_s51_std,urban,2070,171.54560328508168,10100.770775781211,249182.759892586,0.1438082775687328 +PAS,sfh_s52_low,rural,2070,53.93771085324265,0.0561399261457741,0.171022310169408,0.0564791849525998 +PAS,sfh_s52_low,urban,2070,53.14721553076517,500.09777721929305,595.8481461621014,0.0224181696912885 +PAS,sfh_sr11_std,rural,2070,,12.209626793845947,23.8393230724264, +PAS,sfh_sr11_std,urban,2070,,8.94655131611908,22.271439124347097, +PAS,sfh_sr21_std,rural,2070,,6.076632918493389,11.864635868572169, +PAS,sfh_sr21_std,urban,2070,,71.9901339768962,179.21138876809786, +PAS,sfh_sr31_std,rural,2070,,3.876602988216425,7.195982046267121, +PAS,sfh_sr31_std,urban,2070,,123.51333772421135,292.14218214308914, +RCPA,inf_ns,urban,2070,,113.67873002635709,1040.034087397932, +RCPA,mfh_s1,rural,2070,2.2152941838320857,263.00988092815464,3256.3654975147247,5.588942900167685 +RCPA,mfh_s1,urban,2070,2.490801749055221,46.79222348380527,1228.716751162691,10.542386509752168 +RCPA,mfh_s2,rural,2070,1.8836989537286024,417.8087078982054,4358.17113447127,5.537519851194831 +RCPA,mfh_s2,urban,2070,2.1094026562064045,146.7926007151159,3237.5726910126964,10.455766469007528 +RCPA,mfh_s3,rural,2070,1.575986403020409,347.9051784042334,2981.702806414921,5.438147649005128 +RCPA,mfh_s3,urban,2070,1.752036014616265,316.6190048558062,5708.913682403243,10.291376526003267 +RCPA,mfh_s51_std,urban,2070,1.697089398685894,535.2089726608151,6984.897588125704,7.690099104385439 +RCPA,sfh_s1,rural,2070,4.273850191132386,235.6797286145588,5725.324166106934,5.684058734199676 +RCPA,sfh_s1,urban,2070,4.847088324238219,6.7019967346077065,348.02503513569496,10.71335116408803 +RCPA,sfh_s2,rural,2070,3.4887762903794743,359.1625402137253,7090.022597732744,5.658267335676719 +RCPA,sfh_s2,urban,2070,3.9455480993223584,20.496863062921417,862.8755225433088,10.669729458565753 +RCPA,sfh_s3,rural,2070,2.6241624569658866,301.4652274816468,4446.923034762056,5.621234064522138 +RCPA,sfh_s3,urban,2070,2.958205635518912,45.088823806791694,1414.562692683632,10.605348234121449 +RCPA,sfh_s51_std,urban,2070,2.805999619204562,79.2163127822618,1775.060381605954,7.985661540038639 +SAS,inf_ns,urban,2070,,1426.4723458229228,3740.850861734396, +SAS,mfh_s1,rural,2070,90.75596963562704,210.70183165885035,1380.494659287802,0.0721923565686759 +SAS,mfh_s1,urban,2070,95.97402745566758,170.06017747350072,2506.770509038009,0.1535883337684482 +SAS,mfh_s2,rural,2070,90.75596963562704,274.4469029194154,1789.10372806172,0.0718293580876672 +SAS,mfh_s2,urban,2070,95.97402745566758,655.4435327285499,9650.186079744626,0.1534075327182335 +SAS,mfh_s3,rural,2070,86.67226574203956,326.34414674690726,2045.1971479316016,0.0723068098322365 +SAS,mfh_s3,urban,2070,91.62040173837984,1270.3552279260534,17809.39116525736,0.1530141879871843 +SAS,mfh_s51_std,rural,2070,82.10347343533331,302.2221677725798,1604.494100865462,0.0646621704064387 +SAS,mfh_s51_std,urban,2070,86.76082098095674,10397.27301140932,107953.10393645497,0.1196718578319374 +SAS,mfh_s52_low,rural,2070,38.60826277020307,6.330997999869078,0.127054058730647,0.0005197997979849 +SAS,mfh_s52_low,urban,2070,40.302901485289816,132.84304420480385,11.397322569553731,0.0021287649340777 +SAS,mfh_sr11_std,rural,2070,,3.713765370099496,0.9592057674050471, +SAS,mfh_sr11_std,urban,2070,,1.8007060898588303,6.5156415227200535, +SAS,mfh_sr21_std,rural,2070,,4.790451045180678,1.2151387782011964, +SAS,mfh_sr21_std,urban,2070,,6.127204743548192,20.99848147789269, +SAS,mfh_sr31_std,rural,2070,,5.449544965041828,1.3504258744525368, +SAS,mfh_sr31_std,urban,2070,,10.34765926068487,29.619369611825277, +SAS,sfh_s1,rural,2070,195.9058845613517,6698.313662513251,95505.0631893022,0.0727802317985668 +SAS,sfh_s1,urban,2070,207.59832232629597,480.4663567000052,15364.138092003534,0.15403569754119 +SAS,sfh_s2,rural,2070,195.9058845613517,8724.532344238154,123757.4022362331,0.072407165425309 +SAS,sfh_s2,urban,2070,207.59832232629597,1852.425189964614,59137.96224363964,0.1537807016473984 +SAS,sfh_s3,rural,2070,184.88129178954736,10377.346752264924,139783.14488452268,0.0728577091256479 +SAS,sfh_s3,urban,2070,195.8864664538644,3586.9492694006235,107774.17193211729,0.1533857548932343 +SAS,sfh_s51_std,rural,2070,172.16792107455407,9313.029482650289,108340.1338355835,0.0675687919818805 +SAS,sfh_s51_std,urban,2070,182.41910504836048,29398.32067813747,645883.2532987918,0.120437347061742 +SAS,sfh_s52_low,rural,2070,52.83173584215312,659.3782175350335,74.28510600931192,0.0021324176628993 +SAS,sfh_s52_low,urban,2070,55.53999162790341,719.4105760628723,383.5262949033931,0.009598702177668 +SAS,sfh_sr11_std,rural,2070,,231.57701992446144,532.1930496559766, +SAS,sfh_sr11_std,urban,2070,,11.081872306092729,129.6474036196499, +SAS,sfh_sr21_std,rural,2070,,300.3910555112509,678.4826773787449, +SAS,sfh_sr21_std,urban,2070,,39.76759730762465,457.2066774720878, +SAS,sfh_sr31_std,rural,2070,,346.19223235351507,754.2342543588843, +SAS,sfh_sr31_std,urban,2070,,76.05549889600908,813.1089071877097, +WEU,mfh_s1,rural,2070,7.729068945553558,27.19105811268421,49.108669352469285,0.2336710323487515 +WEU,mfh_s1,urban,2070,7.903874062738302,638.9769232008323,1073.7599383456247,0.212609179268161 +WEU,mfh_s2,rural,2070,7.037033560240777,10.16185796401123,15.084219162527392,0.2109405583387218 +WEU,mfh_s2,urban,2070,7.140037680651747,734.7955777337891,1498.139400100083,0.2855519881086109 +WEU,mfh_s3,rural,2070,6.803468884434982,12.625322136090462,23.48839301169341,0.2734515781358543 +WEU,mfh_s3,urban,2070,6.831419933722144,1134.827648619139,2087.9100857343024,0.2693214234885744 +WEU,mfh_s51_std,rural,2070,6.943266868810226,0.3533073061012823,0.3135426969277763,0.1278145258452015 +WEU,mfh_s51_std,urban,2070,6.959664847406423,1008.6919477560224,1389.2340213742789,0.1978921333411445 +WEU,mfh_s52_low,rural,2070,7.498961736578346,5.1083430568913615,4.092672823632853,0.1068380210218441 +WEU,mfh_s52_low,urban,2070,7.521431385035357,3826.923271879742,5351.339590936981,0.1859140701805179 +WEU,mfh_sr11_std,rural,2070,,17.295403191132,9.536037076732368, +WEU,mfh_sr11_std,urban,2070,,313.3941728439188,64.47524093658322, +WEU,mfh_sr12_low,rural,2070,,20.371305209193142,4.179677121162612, +WEU,mfh_sr12_low,urban,2070,,259.2419548830233,29.27814145943448, +WEU,mfh_sr21_std,rural,2070,,6.420703506070137,2.052197510104969, +WEU,mfh_sr21_std,urban,2070,,284.91975214569624,94.74629844335364, +WEU,mfh_sr22_low,rural,2070,,6.1068112575253,1.183531076104383, +WEU,mfh_sr22_low,urban,2070,,179.6030244863269,34.10955304864483, +WEU,mfh_sr31_std,rural,2070,,5.380942238606045,1.7873208038107478, +WEU,mfh_sr31_std,urban,2070,,248.879779445758,73.08330547354994, +WEU,mfh_sr32_low,rural,2070,,2.8556209962867816,0.5840154679158657, +WEU,mfh_sr32_low,urban,2070,,96.4768616154362,21.35975808045782, +WEU,sfh_s1,rural,2070,13.213918538672552,726.334862271719,1485.535794784288,0.1547799157645529 +WEU,sfh_s1,urban,2070,13.654584901127702,720.3861214399781,1380.7497549928512,0.1403689771704867 +WEU,sfh_s2,rural,2070,10.245233434796068,261.9136815428648,389.8895196586439,0.1452986295486498 +WEU,sfh_s2,urban,2070,10.547231650928188,745.6797458655159,1762.081821716021,0.2240449912689207 +WEU,sfh_s3,rural,2070,7.569432410359047,285.7853180277205,599.3954962593662,0.2770832331067416 +WEU,sfh_s3,urban,2070,7.697707292935997,1064.8549125409174,2502.030138666388,0.3052394800179626 +WEU,sfh_s51_std,rural,2070,7.01023024512849,4.998595999058502,6.955761819989284,0.1985017696861031 +WEU,sfh_s51_std,urban,2070,7.090516412407815,1286.9694568260886,1938.1953287940853,0.2123984953578955 +WEU,sfh_s52_low,rural,2070,6.844377964745443,221.9017970830164,164.59787617351526,0.1083750780679842 +WEU,sfh_s52_low,urban,2070,6.867032581881874,6329.311273024481,8184.32154374255,0.1883029487205007 +WEU,sfh_sr11_std,rural,2070,,447.593013617598,1097.9646093302706, +WEU,sfh_sr11_std,urban,2070,,349.78945241355865,742.5148877280208, +WEU,sfh_sr12_low,rural,2070,,1520.5430966110437,1113.7052278618953, +WEU,sfh_sr12_low,urban,2070,,838.1584449453344,511.2448914790261, +WEU,sfh_sr21_std,rural,2070,,170.35627661964693,268.69486352710584, +WEU,sfh_sr21_std,urban,2070,,412.8187233843385,892.6764716337145, +WEU,sfh_sr22_low,rural,2070,,510.3443200662065,249.76355342401277, +WEU,sfh_sr22_low,urban,2070,,730.4709615170707,535.2201837808018, +WEU,sfh_sr31_std,rural,2070,,219.4274582983361,300.4178918593836, +WEU,sfh_sr31_std,urban,2070,,593.5711477953209,704.470101744264, +WEU,sfh_sr32_low,rural,2070,,361.47978095962986,152.42494681520748, +WEU,sfh_sr32_low,urban,2070,,672.9172938142478,297.1721216372498, +AFR,inf_ns,urban,2080,,984.001415629429,3450.016775442554, +AFR,mfh_s1,rural,2080,67.77348115246582,52.73680333556824,179.9331572376767,0.0503428276875423 +AFR,mfh_s1,urban,2080,70.25683890994821,15.144485109398952,121.89533225388904,0.1145628891151875 +AFR,mfh_s2,rural,2080,67.7726824990315,84.69273905753502,287.6948715696092,0.0501223316568098 +AFR,mfh_s2,urban,2080,70.25683890994821,81.04515432354296,716.0043028731368,0.1257476776583738 +AFR,mfh_s3,rural,2080,65.01722728806209,109.39573505846668,360.6336643697433,0.050703440465215 +AFR,mfh_s3,urban,2080,67.33635735981284,201.3337471880764,1763.3250858157735,0.1300667205871063 +AFR,mfh_s51_std,rural,2080,61.81822777560578,340.26554337879713,1073.1953424529042,0.0510204466016014 +AFR,mfh_s51_std,urban,2080,63.9770658477033,4732.795379024522,34531.260283800206,0.114043459311151 +AFR,mfh_s52_low,rural,2080,33.46765964973373,0.0255388388176059,0.0354765858944547,0.0415064249079117 +AFR,mfh_s52_low,urban,2080,33.604247127547524,0.376319322261617,1.0506410773520405,0.0830813775428655 +AFR,mfh_sr11_std,rural,2080,,0.8294307447997219,0.0829937027752843, +AFR,mfh_sr11_std,urban,2080,,0.783451979981982,0.3394886222504688, +AFR,mfh_sr21_std,rural,2080,,1.473564905342858,0.1880695203795335, +AFR,mfh_sr21_std,urban,2080,,3.0294973900869446,1.245183822069927, +AFR,mfh_sr31_std,rural,2080,,1.425653425828539,0.1417925597819365, +AFR,mfh_sr31_std,urban,2080,,5.739509878026103,2.288369391328492, +AFR,sfh_s1,rural,2080,143.64700022638183,1959.4743992111803,14375.01351637925,0.0510707348501462 +AFR,sfh_s1,urban,2080,149.2873895755873,121.21416601989309,2156.20671385457,0.119155444779687 +AFR,sfh_s2,rural,2080,143.6444605033549,3142.472086855665,22978.970864001647,0.0509061512117481 +AFR,sfh_s2,urban,2080,149.2873895755873,655.665118745892,12703.734525335716,0.1297855092677122 +AFR,sfh_s3,rural,2080,135.78059522338597,4061.8438277029263,28401.767698282885,0.0514972978435708 +AFR,sfh_s3,urban,2080,141.07625955685202,1633.250922594583,30857.576120349797,0.1339229355577326 +AFR,sfh_s51_std,rural,2080,126.30495867536516,12954.697672842494,82761.30479512505,0.05058009558648 +AFR,sfh_s51_std,urban,2080,131.28489075542765,40007.92552675017,596355.7218012352,0.1135388811590023 +AFR,sfh_s52_low,rural,2080,42.24027504538575,3.651276418365801,1.8318656878460948,0.0118774217629379 +AFR,sfh_s52_low,urban,2080,43.1615913953456,22.61327926578237,14.622889201315218,0.0149820828429427 +AFR,sfh_sr11_std,rural,2080,,80.34252567208134,27.877960780543816, +AFR,sfh_sr11_std,urban,2080,,13.577648786964692,18.202528537804906, +AFR,sfh_sr21_std,rural,2080,,138.76445800528364,55.7931303185117, +AFR,sfh_sr21_std,urban,2080,,55.66901325400862,73.05179999195217, +AFR,sfh_sr31_std,rural,2080,,158.2651223592039,41.50202446074096, +AFR,sfh_sr31_std,urban,2080,,118.07286722124678,145.0424176226717, +CHN,inf_ns,urban,2080,,0.0,0.0, +CHN,mfh_s1,rural,2080,26.041009181373084,1978.4592737503144,10347.240651437816,0.2008351034594612 +CHN,mfh_s1,urban,2080,29.27962872358791,583.6886325735248,4343.340637836529,0.2541423787302008 +CHN,mfh_s2,rural,2080,22.143073415258677,2487.7205001517727,11189.61904883634,0.2031308174600684 +CHN,mfh_s2,urban,2080,24.79624346887529,2284.7481574189947,14504.231486164108,0.2560179965670198 +CHN,mfh_s3,rural,2080,18.52588098244399,1051.567350396244,4019.498709438814,0.2063269367641439 +CHN,mfh_s3,urban,2080,20.59536213099936,5717.38915810903,30426.60097339493,0.2583962773642875 +CHN,mfh_s51_std,rural,2080,17.97700047700296,0.5014440203952035,1.7252305866806703,0.1913848087063973 +CHN,mfh_s51_std,urban,2080,19.949459053940306,19713.159495452364,99079.13034883593,0.251938666503454 +CHN,mfh_s52_low,rural,2080,14.257037731628316,1.0756831019067782e-05,2.0638734601837406e-06,0.0134576559479968 +CHN,mfh_s52_low,urban,2080,15.475133528889272,99.1258435823884,79.51783233710034,0.0518374024739879 +CHN,mfh_sr11_std,rural,2080,,616.4952614101105,2194.106566709707, +CHN,mfh_sr11_std,urban,2080,,94.38549194832837,422.547119014153, +CHN,mfh_sr12_low,rural,2080,,116.18782917658376,33.83558262512265, +CHN,mfh_sr12_low,urban,2080,,2.855551665845562,1.177634393083998, +CHN,mfh_sr21_std,rural,2080,,721.959208804357,2027.485699487352, +CHN,mfh_sr21_std,urban,2080,,344.14232181664335,1292.398060121119, +CHN,mfh_sr22_low,rural,2080,,95.83810969885164,17.21112668668295, +CHN,mfh_sr22_low,urban,2080,,6.968752428651076,1.889182004506012, +CHN,mfh_sr31_std,rural,2080,,282.1563450562199,619.4272517800846, +CHN,mfh_sr31_std,urban,2080,,699.1495808260927,2153.260794816605, +CHN,mfh_sr32_low,rural,2080,,24.612102703102384,3.435558688317319, +CHN,mfh_sr32_low,urban,2080,,6.016970542795604,1.343939188072874, +CHN,sfh_s1,rural,2080,50.23954510392356,1646.880692016607,16014.090842026504,0.1935505685737974 +CHN,sfh_s1,urban,2080,56.97801785226968,80.59782589672625,1117.3413775439494,0.2433073440418104 +CHN,sfh_s2,rural,2080,41.01092129099138,1916.076272974911,15290.624989445105,0.1945865949839198 +CHN,sfh_s2,urban,2080,46.38032051448324,304.70221547215294,3479.549979056188,0.2462145542706218 +CHN,sfh_s3,rural,2080,30.84729745331328,781.4590737910887,4748.6359060514205,0.1969906042994321 +CHN,sfh_s3,urban,2080,34.77400910324272,755.4457574554534,6602.615075107734,0.2513378693227968 +CHN,sfh_s51_std,urban,2080,32.984811850241385,2506.112173445537,21439.31198116809,0.2593560163316149 +CHN,sfh_s52_low,urban,2080,19.839703212324714,343.2121045520236,936.9425994240544,0.1375989810121557 +CHN,sfh_sr11_std,rural,2080,,310.09008724921443,3203.828711663813, +CHN,sfh_sr11_std,urban,2080,,9.143682826159411,119.54556925796874, +CHN,sfh_sr12_low,rural,2080,,475.6048009317365,1359.490860261233, +CHN,sfh_sr12_low,urban,2080,,8.705410703008084,45.23544678122736, +CHN,sfh_sr21_std,rural,2080,,455.756445486564,3571.077380166591, +CHN,sfh_sr21_std,urban,2080,,41.46455408935991,401.97601668548384, +CHN,sfh_sr22_low,rural,2080,,416.7800055001813,745.2448888154215, +CHN,sfh_sr22_low,urban,2080,,23.424197519680817,89.49505661884972, +CHN,sfh_sr31_std,rural,2080,,223.6056535189672,1182.8272982545927, +CHN,sfh_sr31_std,urban,2080,,120.60459333407849,747.8979386124432, +CHN,sfh_sr32_low,rural,2080,,119.44636570755162,115.0276981456724, +CHN,sfh_sr32_low,urban,2080,,28.573422032446967,63.33417345354738, +EEU,mfh_s1,rural,2080,5.8004566652851794,30.83787269465228,12.859279690388684,0.0718902583877186 +EEU,mfh_s1,urban,2080,5.819244081323695,191.13355035987703,69.3907843165447,0.0623876024046455 +EEU,mfh_s2,rural,2080,5.502448666608135,8.505484387736876,4.165630719647343,0.0890073182283579 +EEU,mfh_s2,urban,2080,5.520358548773342,338.0542792159601,130.15423244388143,0.0697436338088368 +EEU,mfh_s3,rural,2080,5.466054840055654,3.907492759708122,0.8157146124257372,0.0381914436892031 +EEU,mfh_s3,urban,2080,5.486936949774583,107.2440433582941,49.64958220769176,0.0843747402806136 +EEU,mfh_s51_std,rural,2080,5.66175901760692,0.0078477342241318,0.000225320095764,0.0050711243502294 +EEU,mfh_s51_std,urban,2080,5.686187079926115,450.0084854133645,176.1525499313569,0.0688409868030486 +EEU,mfh_s52_low,rural,2080,6.654781647496288,0.1060424530273435,0.0056770289835633,0.0080446570726391 +EEU,mfh_s52_low,urban,2080,6.684871349012427,462.9055348785181,221.61322793504357,0.0716160316298477 +EEU,mfh_sr11_std,rural,2080,,79.55139112071795,18.9844374828563, +EEU,mfh_sr11_std,urban,2080,,121.45654448513316,28.236848945145148, +EEU,mfh_sr12_low,rural,2080,,1.7353268156207384,0.1708886292878438, +EEU,mfh_sr12_low,urban,2080,,1.6154950796684002,0.1705014464225759, +EEU,mfh_sr21_std,rural,2080,,20.832553999445555,5.550429045371724, +EEU,mfh_sr21_std,urban,2080,,211.79449011309927,50.8430384398461, +EEU,mfh_sr22_low,rural,2080,,0.3888931998778949,0.041260438180773, +EEU,mfh_sr22_low,urban,2080,,2.545580786438342,0.2649368892644063, +EEU,mfh_sr31_std,rural,2080,,8.329280700733142,0.8824805463688103, +EEU,mfh_sr31_std,urban,2080,,60.84004071462174,14.52077862677227, +EEU,mfh_sr32_low,rural,2080,,0.0532525462688788,0.0028024184586635, +EEU,mfh_sr32_low,urban,2080,,0.2147371771770926,0.0242550984540131, +EEU,sfh_s1,rural,2080,8.376888297260287,134.50642975137052,65.21791570484635,0.057881682352177 +EEU,sfh_s1,urban,2080,8.390499530514344,128.11658895013292,55.7869456859177,0.051896659020251 +EEU,sfh_s2,rural,2080,7.31124971777819,31.861089107387347,16.10438894940591,0.0691340526704456 +EEU,sfh_s2,urban,2080,7.317699222685837,201.9171425758575,83.74714333580071,0.0566790099309146 +EEU,sfh_s3,rural,2080,5.765417036854554,17.962521576019366,2.844974517952161,0.0274713720649978 +EEU,sfh_s3,urban,2080,5.776574125683992,89.08139114388221,34.0296253478747,0.0661301985278642 +EEU,sfh_s51_std,rural,2080,5.32489911506607,0.0095934643278655,0.0001053319655029,0.0020619272542845 +EEU,sfh_s51_std,urban,2080,5.339781942385947,307.6432417671394,98.91876276599945,0.0602154275507474 +EEU,sfh_s52_low,rural,2080,5.7705476837351055,0.5492067013730486,0.0161721887319627,0.0051028868565856 +EEU,sfh_s52_low,urban,2080,5.795228909629955,356.9082942452188,138.45671941865453,0.0669401685323581 +EEU,sfh_sr11_std,rural,2080,,298.51420918591435,135.80535123690828, +EEU,sfh_sr11_std,urban,2080,,60.38725428161985,24.802068202580134, +EEU,sfh_sr12_low,rural,2080,,269.8473585864071,44.89593521079648, +EEU,sfh_sr12_low,urban,2080,,38.329107437395926,6.183194600078276, +EEU,sfh_sr21_std,rural,2080,,73.9993654255594,34.169309327608126, +EEU,sfh_sr21_std,urban,2080,,98.2856147982178,38.29490149627021, +EEU,sfh_sr22_low,rural,2080,,58.946142469970006,9.356190961709842, +EEU,sfh_sr22_low,urban,2080,,56.69674344037941,8.20841449292532, +EEU,sfh_sr31_std,rural,2080,,56.1022775578129,6.645880080111349, +EEU,sfh_sr31_std,urban,2080,,57.06568706506162,17.673211981765288, +EEU,sfh_sr32_low,rural,2080,,21.09053676497963,1.0362412294874557, +EEU,sfh_sr32_low,urban,2080,,11.744102927753003,1.276300966162195, +FSU,mfh_s1,rural,2080,11.772125974054992,45.92363725822623,63.97657356263029,0.1183395184835194 +FSU,mfh_s1,urban,2080,8.756542324903274,606.0872862628339,690.4124510582323,0.1300890642449131 +FSU,mfh_s2,rural,2080,11.183123062211436,26.040580795675613,63.202408762777104,0.2170300448062263 +FSU,mfh_s2,urban,2080,8.322510800397222,1016.211010404931,1251.7151655927028,0.1480018863154254 +FSU,mfh_s3,rural,2080,10.035573345512086,15.192390101158022,31.997320005774665,0.2098675593529515 +FSU,mfh_s3,urban,2080,7.789655536010645,621.8958442711356,665.7799810498088,0.1374342018009194 +FSU,mfh_s51_std,rural,2080,9.741938785589044,21.36573123882152,61.19025701209644,0.2939809032639746 +FSU,mfh_s51_std,urban,2080,7.767486699889488,2788.261876462964,4231.97052264732,0.1954017977270684 +FSU,mfh_s52_low,rural,2080,9.952866848916653,1.5748318770567895,2.0059392955053794,0.127978022448617 +FSU,mfh_s52_low,urban,2080,8.397303887581892,18.68908669322149,17.842039126371585,0.1136885006087352 +FSU,mfh_sr11_std,rural,2080,,149.63500052973225,169.54598150026322, +FSU,mfh_sr11_std,urban,2080,,47.10019832531778,42.851268567739496, +FSU,mfh_sr12_low,rural,2080,,21.89578220963393,7.050473600916241, +FSU,mfh_sr12_low,urban,2080,,3.154217914100405,0.9673352699835536, +FSU,mfh_sr21_std,rural,2080,,85.06021365462261,166.49314767309738, +FSU,mfh_sr21_std,urban,2080,,78.88055618832756,76.89894353957857, +FSU,mfh_sr22_low,rural,2080,,11.991549519073772,6.154702496862982, +FSU,mfh_sr22_low,urban,2080,,4.974327542806918,1.6186198406511176, +FSU,mfh_sr31_std,rural,2080,,49.44560277511999,75.11363439125701, +FSU,mfh_sr31_std,urban,2080,,49.01251695856461,38.70131652079844, +FSU,mfh_sr32_low,rural,2080,,3.5877048911205103,1.3372060135052175, +FSU,mfh_sr32_low,urban,2080,,1.251243868297378,0.3877940692665348, +FSU,sfh_s1,rural,2080,19.441840625547407,155.51755043429068,324.6377102696645,0.1073698090681592 +FSU,sfh_s1,urban,2080,13.667296104337138,248.9085288453549,443.8713624977333,0.1304772349871358 +FSU,sfh_s2,rural,2080,17.397992936418436,106.66439441594854,393.0689482512301,0.2118117822332754 +FSU,sfh_s2,urban,2080,12.13628876150187,552.6998793759172,1000.5837133361792,0.1491688558238797 +FSU,sfh_s3,rural,2080,12.879438402468654,64.48819689088819,147.51803704351894,0.1776102249428536 +FSU,sfh_s3,urban,2080,9.22772426050544,353.73278557061303,449.9366628929538,0.1378419664803003 +FSU,sfh_s51_std,rural,2080,11.210339045756546,69.98820389401436,274.69648250135907,0.3501140202290514 +FSU,sfh_s51_std,urban,2080,8.23127068866377,1452.568751981421,2498.28952349083,0.2089484652854953 +FSU,sfh_s52_low,rural,2080,9.944198707353737,32.676567516399125,56.10155325531306,0.1726508264063208 +FSU,sfh_s52_low,urban,2080,7.918987751890675,55.50689154990521,50.1691904820754,0.1141354394076236 +FSU,sfh_sr11_std,rural,2080,,327.72117168734,651.3648426907966, +FSU,sfh_sr11_std,urban,2080,,13.406866123709523,23.42371174001184, +FSU,sfh_sr12_low,rural,2080,,318.2660548894298,296.8153815744426, +FSU,sfh_sr12_low,urban,2080,,8.238992131971457,5.408430842093881, +FSU,sfh_sr21_std,rural,2080,,225.4308896353983,802.5434012862622, +FSU,sfh_sr21_std,urban,2080,,30.5325356593268,53.8295751232946, +FSU,sfh_sr22_low,rural,2080,,218.50463124528443,345.9793434362391, +FSU,sfh_sr22_low,urban,2080,,17.51972244054885,11.34518692719986, +FSU,sfh_sr31_std,rural,2080,,186.6329686984253,398.702104789368, +FSU,sfh_sr31_std,urban,2080,,24.287679011216763,28.010041317556887, +FSU,sfh_sr32_low,rural,2080,,94.36741086561824,69.00641621989395, +FSU,sfh_sr32_low,urban,2080,,7.089236284920431,2.6203273614829024, +LAM,inf_ns,urban,2080,,251.9824294905141,2987.971322482923, +LAM,mfh_s1,rural,2080,55.21090238691856,5.432083959741303,90.4473423804355,0.3015813570603531 +LAM,mfh_s1,urban,2080,38.053180190561,35.83646829907314,502.3349904698008,0.3683640757062398 +LAM,mfh_s2,rural,2080,52.77849211123935,7.073551605110611,108.85257216231264,0.2915709093343471 +LAM,mfh_s2,urban,2080,36.555432227577015,223.44012380810017,2979.77648613092,0.3648132488163728 +LAM,mfh_s3,rural,2080,50.32243674647189,3.7363083234706633,52.882258006388255,0.2812584769419684 +LAM,mfh_s3,urban,2080,34.9603097505505,352.96341600646764,4508.1261015176815,0.3653348394829879 +LAM,mfh_s51_std,rural,2080,49.966375970792456,1.2253781817029374,12.887998848028872,0.2104929205017094 +LAM,mfh_s51_std,urban,2080,34.72801837615456,1386.4500953044712,15508.377620769748,0.3220936202093832 +LAM,mfh_s52_low,rural,2080,30.201835892760432,7.406649619960916e-05,0.0003672621668253,0.1641803013409599 +LAM,mfh_s52_low,urban,2080,23.30716932636384,0.2949104611222253,0.9635653045904397,0.1401849671801295 +LAM,mfh_sr11_std,rural,2080,,0.2448352241530015,0.1557119839370139, +LAM,mfh_sr11_std,urban,2080,,2.2339772867809726,1.4160761515611762, +LAM,mfh_sr12_low,rural,2080,,3.9239288428499165e-05,1.1626484628547432e-08, +LAM,mfh_sr12_low,urban,2080,,1.45787668297223e-05,8.062952700145378e-09, +LAM,mfh_sr21_std,rural,2080,,0.2815385578618855,0.1764431832480301, +LAM,mfh_sr21_std,urban,2080,,10.42737444253738,5.950642510696344, +LAM,mfh_sr22_low,rural,2080,,2.3976105994182925e-05,7.79141723224286e-09, +LAM,mfh_sr22_low,urban,2080,,4.228427411062605e-05,2.595353156270372e-08, +LAM,mfh_sr31_std,rural,2080,,0.1702678293281021,0.1083045471058501, +LAM,mfh_sr31_std,urban,2080,,13.971114706596886,7.577453435011008, +LAM,mfh_sr32_low,rural,2080,,9.592932990401095e-06,3.1286739190863006e-09, +LAM,mfh_sr32_low,urban,2080,,2.698045315793354e-05,1.6320771614442558e-08, +LAM,sfh_s1,rural,2080,109.36203744268914,919.4953269438656,30940.68474906832,0.3076902975553056 +LAM,sfh_s1,urban,2080,73.79792552446617,415.7105147693006,12126.633266119916,0.3952802180701113 +LAM,sfh_s2,rural,2080,102.90673708522768,1195.654675857681,36559.42417790959,0.2971322367378656 +LAM,sfh_s2,urban,2080,69.65579833429148,2582.6278960276213,70310.9427455923,0.3908443239590851 +LAM,sfh_s3,rural,2080,95.81578018125536,625.5537285204833,17233.436538550737,0.287521438136834 +LAM,sfh_s3,urban,2080,64.85784223243395,4070.943688324521,103342.52628779496,0.3914005963652656 +LAM,sfh_s51_std,rural,2080,94.77878268476182,218.277828478602,4119.372572268342,0.1991179085693479 +LAM,sfh_s51_std,urban,2080,64.15286008893816,17478.92444753091,362385.51459038525,0.3231767442026574 +LAM,sfh_s52_low,rural,2080,38.32498052154463,0.2654602883377017,0.0725569079881529,0.0071317689113569 +LAM,sfh_s52_low,urban,2080,27.73617795293464,369.3592428037201,77.54671309253031,0.0075695107167581 +LAM,sfh_sr11_std,rural,2080,,87.75763305183605,411.5764142557898, +LAM,sfh_sr11_std,urban,2080,,71.42183880159472,227.9763160290996, +LAM,sfh_sr12_low,rural,2080,,5.158842615834461,0.2685426387523571, +LAM,sfh_sr12_low,urban,2080,,2.8503159177706694,0.1715337161045062, +LAM,sfh_sr21_std,rural,2080,,111.1119015318983,458.40528809628177, +LAM,sfh_sr21_std,urban,2080,,416.68573362696617,1414.1907666934724, +LAM,sfh_sr22_low,rural,2080,,4.922527900009985,0.1916821307467477, +LAM,sfh_sr22_low,urban,2080,,10.689386880496407,0.456788324627986, +LAM,sfh_sr31_std,rural,2080,,68.40712783388395,257.395780838957, +LAM,sfh_sr31_std,urban,2080,,638.5337436899188,1981.5059488189145, +LAM,sfh_sr32_low,rural,2080,,2.727962415409194,0.0834825548939233, +LAM,sfh_sr32_low,urban,2080,,13.110371482343623,0.3560025769793709, +MEA,inf_ns,urban,2080,,343.3152425421196,14601.958310019076, +MEA,mfh_s1,rural,2080,68.12536054487518,64.9295630009792,2077.512564324349,0.4696695075542872 +MEA,mfh_s1,urban,2080,66.99569205906927,29.175813130715017,1324.1015347378452,0.677409749032826 +MEA,mfh_s2,rural,2080,64.03491242702584,86.84457145756315,2504.861051921307,0.4504267178979026 +MEA,mfh_s2,urban,2080,62.258499951392565,146.80572232335578,6975.938981463531,0.7632398478825099 +MEA,mfh_s3,rural,2080,56.7134218451578,80.71445374539816,2149.9339082846063,0.4696647281737157 +MEA,mfh_s3,urban,2080,54.33056929492965,260.33107847090844,11191.657096837973,0.7912689463113721 +MEA,mfh_s51_std,rural,2080,54.28411302862676,109.8117757394953,2597.447327278307,0.4357376519901216 +MEA,mfh_s51_std,urban,2080,52.09479613230947,2205.6067565996395,87600.76405885447,0.7624045295076057 +MEA,mfh_s52_low,rural,2080,30.117939906718973,0.1858168923837052,0.5508266198003576,0.0984247828257716 +MEA,mfh_s52_low,urban,2080,29.01981184665017,10.333107910606063,48.13813506589915,0.1605327716476274 +MEA,mfh_sr11_std,rural,2080,,8.984934363205399,106.5469057101763, +MEA,mfh_sr11_std,urban,2080,,5.505958017277615,81.84227042967612, +MEA,mfh_sr12_low,rural,2080,,0.1046344314163578,0.1519896115621929, +MEA,mfh_sr12_low,urban,2080,,0.046037651180873,0.1427615630281569, +MEA,mfh_sr21_std,rural,2080,,11.344660539153692,119.63935965945022, +MEA,mfh_sr21_std,urban,2080,,23.87809617226727,299.73166610176094, +MEA,mfh_sr22_low,rural,2080,,0.0790335053440191,0.100097541728562, +MEA,mfh_sr22_low,urban,2080,,0.1313377312976221,0.3592492939983143, +MEA,mfh_sr31_std,rural,2080,,8.103942288785811,59.30171289945513, +MEA,mfh_sr31_std,urban,2080,,37.44002071521852,392.7588137435365, +MEA,mfh_sr32_low,rural,2080,,0.0250902400881697,0.0258089175511421, +MEA,mfh_sr32_low,urban,2080,,0.0845897577705544,0.1882920209664357, +MEA,sfh_s1,rural,2080,147.69976549175996,902.1896256673664,63960.76821309069,0.4799942520388818 +MEA,sfh_s1,urban,2080,145.61936191476917,190.5747343596501,19134.4367647574,0.6894951826646968 +MEA,sfh_s2,rural,2080,135.3858036063415,1191.7919050976436,74009.01408837317,0.4586813270963087 +MEA,sfh_s2,urban,2080,131.5971575107967,966.7188386621748,99863.92254921774,0.7849860341043802 +MEA,sfh_s3,rural,2080,113.58514822966232,1081.0194702001468,59078.76528644456,0.4811454076894385 +MEA,sfh_s3,urban,2080,108.20756113619558,1711.6180228851676,151194.296156621,0.8163397574667374 +MEA,sfh_s51_std,rural,2080,106.72091912816404,1629.2100240446491,78569.67345437175,0.4518854081446646 +MEA,sfh_s51_std,urban,2080,101.94205178310348,14492.155353499584,1250991.8189571984,0.8467751769049603 +MEA,sfh_s52_low,rural,2080,40.0802050103238,85.82138397600063,359.20182952621457,0.1044270697895406 +MEA,sfh_s52_low,urban,2080,38.998407901058656,2082.3245671032378,13943.30742801671,0.1717000820199518 +MEA,sfh_sr11_std,rural,2080,,217.68304415307216,7802.90079093987, +MEA,sfh_sr11_std,urban,2080,,55.79028043427211,2858.815102380953, +MEA,sfh_sr12_low,rural,2080,,34.20219749639697,308.35601914479565, +MEA,sfh_sr12_low,urban,2080,,13.387332300004942,163.04744074383942, +MEA,sfh_sr21_std,rural,2080,,302.4032195900276,9509.692024454083, +MEA,sfh_sr21_std,urban,2080,,249.6596662508684,11081.999823625478, +MEA,sfh_sr22_low,rural,2080,,37.96190134434183,268.5087618083691, +MEA,sfh_sr22_low,urban,2080,,61.26149852387717,611.8522970389731, +MEA,sfh_sr31_std,rural,2080,,277.80549353503807,6785.753444231834, +MEA,sfh_sr31_std,urban,2080,,417.0349746201264,13983.220742583382, +MEA,sfh_sr32_low,rural,2080,,26.384929788767582,116.4501736321146, +MEA,sfh_sr32_low,urban,2080,,99.2075256521594,691.4419356679272, +NAM,mfh_s1,rural,2080,17.74469768619677,10.02715484925316,200.00639768966332,1.1240808814217145 +NAM,mfh_s1,urban,2080,19.159981044354385,181.67440398735303,4082.39857712482,1.172807095471326 +NAM,mfh_s2,rural,2080,15.101286752640622,4.432957766454745,74.30186997467379,1.1099213257043683 +NAM,mfh_s2,urban,2080,16.32458218449295,264.9181758152755,4770.689020734793,1.1031314776444014 +NAM,mfh_s3,rural,2080,14.14572518251164,2.0192782757462657,29.894656309329186,1.04657938341678 +NAM,mfh_s3,urban,2080,15.30433489171251,451.3207253287726,7522.833198542426,1.0891349498822294 +NAM,mfh_s51_std,urban,2080,17.87376569061958,2797.412367789507,37702.36871781327,0.7540429526195721 +NAM,mfh_s52_low,urban,2080,13.622026485707508,236.21077227241125,908.7183640795092,0.2824150812944732 +NAM,mfh_sr11_std,rural,2080,,18.06153429902358,125.30096811217786, +NAM,mfh_sr11_std,urban,2080,,174.9553225988593,814.2784725229147, +NAM,mfh_sr12_low,rural,2080,,0.8998017521404216,0.7547056070073319, +NAM,mfh_sr12_low,urban,2080,,2.0979683458518625,3.195243217490076, +NAM,mfh_sr21_std,rural,2080,,6.590454689414918,32.19341984531752, +NAM,mfh_sr21_std,urban,2080,,213.77740036478565,716.0333666901387, +NAM,mfh_sr22_low,rural,2080,,0.2108993385550317,0.1134467467712552, +NAM,mfh_sr22_low,urban,2080,,1.5902378853696986,1.8612768851546293, +NAM,mfh_sr31_std,rural,2080,,3.1056054837289966,10.916609517212274, +NAM,mfh_sr31_std,urban,2080,,333.44350962488426,1064.5410175393808, +NAM,mfh_sr32_low,rural,2080,,0.0980806233459772,0.0293529095738819, +NAM,mfh_sr32_low,urban,2080,,1.6432091798434083,1.885148689754652, +NAM,sfh_s1,rural,2080,32.075662942716946,466.5963165324697,11870.977599016229,0.7931759515432458 +NAM,sfh_s1,urban,2080,34.535105834147004,546.67997527425,20932.588347134013,1.10873810988325 +NAM,sfh_s2,rural,2080,23.83129281092514,189.0074174718326,3618.8787012441735,0.8034291331317794 +NAM,sfh_s2,urban,2080,25.660851938873623,771.0087805245857,22217.125625194385,1.1229423888790335 +NAM,sfh_s3,rural,2080,20.786914898360063,83.18731235636223,1271.6321497176684,0.7353843243181106 +NAM,sfh_s3,urban,2080,22.393437689890348,1295.7460031130408,35599.15418202668,1.2268713726980616 +NAM,sfh_s51_std,urban,2080,29.90869524275092,6446.965389158165,289994.08441563376,1.503960162529314 +NAM,sfh_s52_low,urban,2080,14.11764386053459,11159.52107134299,55263.7625429091,0.3507782614725724 +NAM,sfh_sr11_std,rural,2080,,897.0419543122531,24319.10448592956, +NAM,sfh_sr11_std,urban,2080,,1161.955752645499,23355.930809061723, +NAM,sfh_sr12_low,rural,2080,,824.9271038290781,3427.1844139781406, +NAM,sfh_sr12_low,urban,2080,,373.3420849346906,1546.4440901977723, +NAM,sfh_sr21_std,rural,2080,,376.560155643276,6782.351095278733, +NAM,sfh_sr21_std,urban,2080,,1624.608362641461,21354.482965015828, +NAM,sfh_sr22_low,rural,2080,,282.59750808032715,720.0515844519032, +NAM,sfh_sr22_low,urban,2080,,391.8576544403685,1050.0062057783157, +NAM,sfh_sr31_std,rural,2080,,177.9183036531686,2440.9367555142376, +NAM,sfh_sr31_std,urban,2080,,2743.7716329580685,28712.895501825285, +NAM,sfh_sr32_low,rural,2080,,133.21637212982154,217.6163798495316, +NAM,sfh_sr32_low,urban,2080,,524.6207721760061,1225.7828093419005, +PAO,mfh_s1,rural,2080,13.114177590019562,5.144378495067763,21.778901390858536,0.3228211601431172 +PAO,mfh_s1,urban,2080,16.236781251096108,95.0923045105743,476.4992208029085,0.3086148947302523 +PAO,mfh_s2,rural,2080,11.67203390264824,3.34372577556007,12.722106942600536,0.325973164516864 +PAO,mfh_s2,urban,2080,14.375356452203944,338.1493292106508,1526.5822369717405,0.3140458452503972 +PAO,mfh_s3,rural,2080,10.082736397379453,4.065419396195274,13.277726951812816,0.3239216420904426 +PAO,mfh_s3,urban,2080,12.264128740635122,441.59263721275306,1670.1691119098462,0.3083911618116486 +PAO,mfh_s51_std,rural,2080,9.888408135461638,0.135048308809409,0.367891255380608,0.2754887901457855 +PAO,mfh_s51_std,urban,2080,12.002263731566018,794.4483900065469,2533.013021468022,0.2656492337942073 +PAO,mfh_s52_low,rural,2080,9.797785358755489,0.0008035158853071,0.0022680445014819,0.2880906632774157 +PAO,mfh_s52_low,urban,2080,11.677086865143282,6.070891168262756,20.25387526687937,0.2857071919129229 +PAO,mfh_sr11_std,rural,2080,,4.043299300399326,5.9434630055558255, +PAO,mfh_sr11_std,urban,2080,,16.113759964698325,25.89635377122167, +PAO,mfh_sr12_low,rural,2080,,0.012177656236974,0.0058719299806882, +PAO,mfh_sr12_low,urban,2080,,0.0210578375836152,0.0159498204045732, +PAO,mfh_sr21_std,rural,2080,,1.8343221049483889,1.821995558448928, +PAO,mfh_sr21_std,urban,2080,,51.45901010793784,74.8168042452421, +PAO,mfh_sr22_low,rural,2080,,0.0034889007862445,0.0015732754454681, +PAO,mfh_sr22_low,urban,2080,,0.033304420430337,0.0219943812802462, +PAO,mfh_sr31_std,rural,2080,,1.7175006020297972,1.5332343701366702, +PAO,mfh_sr31_std,urban,2080,,24.430083155550506,24.10221223548958, +PAO,mfh_sr32_low,rural,2080,,0.0006382322839631,0.0002244654501236, +PAO,mfh_sr32_low,urban,2080,,0.0026164332323301,0.0002233849567732, +PAO,sfh_s1,rural,2080,23.68171456361487,182.4621558529945,1129.409158708768,0.2613757915790467 +PAO,sfh_s1,urban,2080,29.679747200592097,116.51948327154346,1016.9386054911356,0.2940600231255703 +PAO,sfh_s2,rural,2080,19.048060028930507,107.5773851287645,578.8297270746344,0.2824743984063012 +PAO,sfh_s2,urban,2080,23.82738886733092,438.2012866207767,3098.697892648101,0.2967762451435361 +PAO,sfh_s3,rural,2080,13.324439331479338,127.5752171582452,505.02272452728727,0.2970952173112221 +PAO,sfh_s3,urban,2080,16.518721424140775,604.4858164725872,3037.987524012301,0.3042449944017331 +PAO,sfh_s51_std,rural,2080,12.511430048581444,141.55647399865808,433.0717536012216,0.2445249450822582 +PAO,sfh_s51_std,urban,2080,15.487094334742668,2330.334660104176,8668.557726518924,0.2401920380676336 +PAO,sfh_s52_low,rural,2080,9.875077039957578,0.2390196140528785,0.3158685550156762,0.1338234926852357 +PAO,sfh_s52_low,urban,2080,11.917762822915076,52.42224263768278,122.20990913680822,0.1956122672174701 +PAO,sfh_sr11_std,rural,2080,,369.8457226265279,1753.6619679973496, +PAO,sfh_sr11_std,urban,2080,,207.4279153758897,1280.509159354102, +PAO,sfh_sr12_low,rural,2080,,82.76691928219614,93.63575844467984, +PAO,sfh_sr12_low,urban,2080,,7.1221126971405,13.09219147886836, +PAO,sfh_sr21_std,rural,2080,,220.3816667242044,774.7731646169115, +PAO,sfh_sr21_std,urban,2080,,707.2582303960535,3496.964390938964, +PAO,sfh_sr22_low,rural,2080,,28.95850934769205,24.479743784450942, +PAO,sfh_sr22_low,urban,2080,,14.315777792008372,19.717189030227587, +PAO,sfh_sr31_std,rural,2080,,261.45497396476486,613.97957394822, +PAO,sfh_sr31_std,urban,2080,,778.6209487803336,2588.9612907436795, +PAO,sfh_sr32_low,rural,2080,,9.846168864524158,5.331010417303036, +PAO,sfh_sr32_low,urban,2080,,4.025952885281319,3.614050462064476, +PAS,inf_ns,urban,2080,,187.04048006031425,2437.3417455922, +PAS,mfh_s1,rural,2080,90.88257167275891,177.3851731870708,1737.4102643811311,0.1077716318759913 +PAS,mfh_s1,urban,2080,90.8289302616734,49.38987576993656,744.2742504479057,0.1659093496494499 +PAS,mfh_s2,rural,2080,90.88257167275891,226.03777332428572,2159.3462628234324,0.1051140237906135 +PAS,mfh_s2,urban,2080,90.8289302616734,211.11663442123464,2917.026042872098,0.1521225698021225 +PAS,mfh_s3,rural,2080,86.93708881369658,175.46130483086455,1474.6015074512609,0.0966692224903882 +PAS,mfh_s3,urban,2080,86.80369702744582,387.6822821204558,5215.285137550134,0.1549757982561484 +PAS,mfh_s51_std,rural,2080,82.46990660816577,83.88526074615194,528.8066699756462,0.0764391348173716 +PAS,mfh_s51_std,urban,2080,82.27665862535399,2404.581642617736,28610.64727530909,0.1446143899700925 +PAS,mfh_s52_low,rural,2080,39.659483654743006,0.0066404452401339,0.0189895650041869,0.072105893225585 +PAS,mfh_s52_low,urban,2080,38.45862323916928,4.9582954417263085,6.316176310817292,0.0331228814786222 +PAS,mfh_sr11_std,rural,2080,,1.2592681924042533,1.2042423547556953, +PAS,mfh_sr11_std,urban,2080,,1.90541090827533,2.287471286396714, +PAS,mfh_sr21_std,rural,2080,,0.6169943398506664,0.5900337335299597, +PAS,mfh_sr21_std,urban,2080,,15.316502615174365,18.387666297699603, +PAS,mfh_sr31_std,rural,2080,,0.3900995623791056,0.3626301404684314, +PAS,mfh_sr31_std,urban,2080,,24.78723745904332,28.88895063923973, +PAS,sfh_s1,rural,2080,194.3753651283975,1347.951232276796,28100.66035586453,0.1072509440230525 +PAS,sfh_s1,urban,2080,195.1252613552728,241.07143139825607,7809.625001590281,0.1660240241739984 +PAS,sfh_s2,rural,2080,194.3753651283975,1714.252785995729,34791.48354824498,0.1044135500108271 +PAS,sfh_s2,urban,2080,195.1252613552728,1030.9879715472316,30236.286986866788,0.1503008243566137 +PAS,sfh_s3,rural,2080,183.5772429120777,1320.5603726819324,23277.55143114446,0.0960196660085231 +PAS,sfh_s3,urban,2080,184.2199324399767,1836.4046117627724,52949.99767031288,0.1565167970339425 +PAS,sfh_s51_std,rural,2080,170.92295452413865,620.2945652827814,8045.42137299115,0.0758840370625439 +PAS,sfh_s51_std,urban,2080,171.54560328508168,11125.865303863748,283776.6263361589,0.1486836561571742 +PAS,sfh_s52_low,rural,2080,53.93771085324265,0.0460203562137319,0.167851802633775,0.0676213011284089 +PAS,sfh_s52_low,urban,2080,53.14721553076517,453.9783276910613,512.7099740053361,0.0212498627472226 +PAS,sfh_sr11_std,rural,2080,,10.630617113553251,19.687435636606832, +PAS,sfh_sr11_std,urban,2080,,10.586051887415922,24.898828025036103, +PAS,sfh_sr21_std,rural,2080,,5.279000814861949,9.776716772545726, +PAS,sfh_sr21_std,urban,2080,,84.36001826656438,198.4182213484186, +PAS,sfh_sr31_std,rural,2080,,3.1803394285800684,5.600307426437817, +PAS,sfh_sr31_std,urban,2080,,137.97366490421922,308.3474884062246, +RCPA,inf_ns,urban,2080,,77.09068399067085,2237.4248765859325, +RCPA,mfh_s1,rural,2080,2.2152941838320857,210.6245656042396,3244.8763955953727,6.954368963721159 +RCPA,mfh_s1,urban,2080,2.490801749055221,47.35522204042696,1251.3009683071225,10.608518579772392 +RCPA,mfh_s2,rural,2080,1.8836989537286024,334.4817870220938,4340.762868577613,6.889410934997833 +RCPA,mfh_s2,urban,2080,2.1094026562064045,148.5061506632943,3295.8660869082764,10.521208521232117 +RCPA,mfh_s3,rural,2080,1.575986403020409,275.0991966202204,2932.5753501484683,6.764059067097222 +RCPA,mfh_s3,urban,2080,1.752036014616265,315.4737889901932,5723.707251337602,10.355500686860674 +RCPA,mfh_s51_std,urban,2080,1.697089398685894,530.7640957044438,7716.946505238866,8.567206448126843 +RCPA,sfh_s1,rural,2080,4.273850191132386,190.04032685074367,5746.109572719161,7.074713213068262 +RCPA,sfh_s1,urban,2080,4.847088324238219,6.782627671093264,354.31551401513843,10.777331903966646 +RCPA,sfh_s2,rural,2080,3.4887762903794743,289.3309681639948,7108.333167418499,7.042060185474374 +RCPA,sfh_s2,urban,2080,3.9455480993223584,20.721907780719818,877.5555840485448,10.73340595261036 +RCPA,sfh_s3,rural,2080,2.6241624569658866,237.92767280305856,4367.528224999539,6.995198545804309 +RCPA,sfh_s3,urban,2080,2.958205635518912,44.47207930562419,1403.5275436958746,10.668543794588803 +RCPA,sfh_s51_std,urban,2080,2.805999619204562,78.77630451118982,1961.484093678949,8.873635374413446 +SAS,inf_ns,urban,2080,,1074.3738468930817,7574.42705146361, +SAS,mfh_s1,rural,2080,90.75596963562704,207.37461563524363,1653.9282795619497,0.0878791561077227 +SAS,mfh_s1,urban,2080,95.97402745566758,172.58123561056993,2546.996520461628,0.1537733436236167 +SAS,mfh_s2,rural,2080,90.75596963562704,259.39366128254574,2060.2314606205623,0.0875147898885528 +SAS,mfh_s2,urban,2080,95.97402745566758,637.5314308581517,9378.799930201669,0.1532822797064631 +SAS,mfh_s3,rural,2080,86.67226574203956,292.4809160175409,2229.2541258103493,0.0879390753921788 +SAS,mfh_s3,urban,2080,91.62040173837984,1169.7357313243765,16389.634638479485,0.1529288153292048 +SAS,mfh_s51_std,rural,2080,82.10347343533331,273.8113203451999,1812.3260972602156,0.0806164025607722 +SAS,mfh_s51_std,urban,2080,86.76082098095674,12335.63630623663,130734.530189072,0.1221532710512581 +SAS,mfh_s52_low,rural,2080,38.60826277020307,6.51115685028313,0.3008306696001724,0.0011966955954472 +SAS,mfh_s52_low,urban,2080,40.302901485289816,172.83947095610668,25.13512046119839,0.0036082924503446 +SAS,mfh_sr11_std,rural,2080,,4.751249735908419,3.14895725582716, +SAS,mfh_sr11_std,urban,2080,,2.462376508775059,11.81089704725846, +SAS,mfh_sr21_std,rural,2080,,5.888955613907045,3.836573826498424, +SAS,mfh_sr21_std,urban,2080,,8.123281383509166,37.42331571720937, +SAS,mfh_sr31_std,rural,2080,,6.400735070613014,4.041432281771372, +SAS,mfh_sr31_std,urban,2080,,13.651162973194667,56.92585851734182, +SAS,sfh_s1,rural,2080,195.9058845613517,6572.228816921006,114173.12011367187,0.0886755136689118 +SAS,sfh_s1,urban,2080,207.59832232629597,487.0601848383659,15596.56127838331,0.1542490106446865 +SAS,sfh_s2,rural,2080,195.9058845613517,8220.211662456613,142198.79304316244,0.0883009606597201 +SAS,sfh_s2,urban,2080,207.59832232629597,1799.7611762652589,57420.83970344133,0.1536847661158267 +SAS,sfh_s3,rural,2080,184.88129178954736,9271.586439167157,152036.96222727513,0.0886956181980408 +SAS,sfh_s3,urban,2080,195.8864664538644,3299.315988043716,99085.73683306946,0.1533143476841295 +SAS,sfh_s51_std,rural,2080,172.16792107455407,8402.039201587959,122221.28182593336,0.0844908920274332 +SAS,sfh_s51_std,urban,2080,182.41910504836048,34860.95594137371,781526.6300536005,0.1228949870720707 +SAS,sfh_s52_low,rural,2080,52.83173584215312,657.9554440537325,191.69918122076996,0.0055147889040456 +SAS,sfh_s52_low,urban,2080,55.53999162790341,915.1845921006294,765.815198100296,0.0150663992301915 +SAS,sfh_sr11_std,rural,2080,,283.65796833111176,1004.1326922237416, +SAS,sfh_sr11_std,urban,2080,,13.591131252186706,177.19170876930096, +SAS,sfh_sr21_std,rural,2080,,353.69603147906514,1233.8566623738157, +SAS,sfh_sr21_std,urban,2080,,46.90936160284748,597.9377931193837, +SAS,sfh_sr31_std,rural,2080,,388.2386824227534,1292.8556046229935, +SAS,sfh_sr31_std,urban,2080,,85.35026038390345,1013.7409602248576, +WEU,mfh_s1,rural,2080,7.729068945553558,20.588372698787808,41.13443494574199,0.2584974915737706 +WEU,mfh_s1,urban,2080,7.903874062738302,536.6995432892635,944.99757991467,0.2227714126507248 +WEU,mfh_s2,rural,2080,7.037033560240777,7.9619961217304445,13.185224643967462,0.2353292710667735 +WEU,mfh_s2,urban,2080,7.140037680651747,646.9005531550375,1348.439175176478,0.2919398194132426 +WEU,mfh_s3,rural,2080,6.803468884434982,9.24253634053045,19.040176766136423,0.3027954927906994 +WEU,mfh_s3,urban,2080,6.831419933722144,922.2359412566632,1713.9707124359363,0.2720510274900132 +WEU,mfh_s51_std,rural,2080,6.943266868810226,0.3222427432917721,0.2778809358238577,0.1241971839464504 +WEU,mfh_s51_std,urban,2080,6.959664847406423,1114.8076100293613,1464.8702261076216,0.1888038740100505 +WEU,mfh_s52_low,rural,2080,7.498961736578346,4.640961295973975,3.600245508801356,0.1034482225729141 +WEU,mfh_s52_low,urban,2080,7.521431385035357,4243.712871680119,5665.467558261186,0.1774962847417388 +WEU,mfh_sr11_std,rural,2080,,17.26069095082997,10.2604149136973, +WEU,mfh_sr11_std,urban,2080,,326.676040075707,68.95274286718184, +WEU,mfh_sr12_low,rural,2080,,19.776474517667346,4.343479719696669, +WEU,mfh_sr12_low,urban,2080,,264.6891959768249,29.88688165996354, +WEU,mfh_sr21_std,rural,2080,,6.580851868471807,2.337149102183973, +WEU,mfh_sr21_std,urban,2080,,311.3740247682442,109.86942913405224, +WEU,mfh_sr22_low,rural,2080,,6.116061874388872,1.2331743766728944, +WEU,mfh_sr22_low,urban,2080,,191.6531381644908,35.80847925453342, +WEU,mfh_sr31_std,rural,2080,,5.117804281909103,1.7571197993531318, +WEU,mfh_sr31_std,urban,2080,,250.1369015497293,74.68386849895496, +WEU,mfh_sr32_low,rural,2080,,2.6858153313400672,0.5724254641176567, +WEU,mfh_sr32_low,urban,2080,,96.39586321165424,21.57019864155301, +WEU,sfh_s1,rural,2080,13.213918538672552,508.652673803938,1058.5744058638695,0.1574956026293215 +WEU,sfh_s1,urban,2080,13.654584901127702,583.0862760924135,1063.8342525644562,0.133617286382248 +WEU,sfh_s2,rural,2080,10.245233434796068,189.0961740524496,289.66429478910186,0.1495169280489804 +WEU,sfh_s2,urban,2080,10.547231650928188,623.7573317232153,1419.7120704309027,0.2157973596807111 +WEU,sfh_s3,rural,2080,7.569432410359047,187.9829032454184,420.2428269672154,0.295337531929953 +WEU,sfh_s3,urban,2080,7.697707292935997,813.6006757769495,1903.2970009724056,0.3039022179797482 +WEU,sfh_s51_std,rural,2080,7.01023024512849,4.601861914821114,6.271003257848058,0.1943887652854392 +WEU,sfh_s51_std,urban,2080,7.090516412407815,1427.0512680248494,2045.0067173283069,0.2021051110143739 +WEU,sfh_s52_low,rural,2080,6.844377964745443,201.590962974285,145.07892284913973,0.1051475792436574 +WEU,sfh_s52_low,urban,2080,6.867032581881874,7012.824225404606,8662.186257247862,0.1798727838946841 +WEU,sfh_sr11_std,rural,2080,,436.4509598786368,1094.4942811094254, +WEU,sfh_sr11_std,urban,2080,,360.8981064056767,748.1816764061211, +WEU,sfh_sr12_low,rural,2080,,1448.909416706342,1089.790717043853, +WEU,sfh_sr12_low,urban,2080,,832.7581114296701,505.0591529899066, +WEU,sfh_sr21_std,rural,2080,,170.64410481514966,277.6286478528763, +WEU,sfh_sr21_std,urban,2080,,438.59979603023504,925.4811223502008, +WEU,sfh_sr22_low,rural,2080,,498.51982745169175,252.66219040861472, +WEU,sfh_sr22_low,urban,2080,,748.8202759454031,543.4920260110817, +WEU,sfh_sr31_std,rural,2080,,200.42017397945168,291.1124459498912, +WEU,sfh_sr31_std,urban,2080,,564.640919454332,683.4979979354958, +WEU,sfh_sr32_low,rural,2080,,319.767640298403,142.83073481942063, +WEU,sfh_sr32_low,urban,2080,,620.1146307576165,282.81644999041737, +AFR,inf_ns,urban,2090,,626.2086374251895,5425.806749371312, +AFR,mfh_s1,rural,2090,67.77348115246582,54.314962899526655,253.37416489666933,0.068830836813157 +AFR,mfh_s1,urban,2090,70.25683890994821,15.012950272715152,123.78090815565862,0.1173543015633312 +AFR,mfh_s2,rural,2090,67.7726824990315,84.56302211527921,393.0686215955792,0.0685856414339819 +AFR,mfh_s2,urban,2090,70.25683890994821,78.04178719413976,704.1234660318661,0.1284201007176289 +AFR,mfh_s3,rural,2090,65.01722728806209,103.96702544899,469.1744624408936,0.0694081232620297 +AFR,mfh_s3,urban,2090,67.33635735981284,184.7260197496892,1648.066703463663,0.1324942690449988 +AFR,mfh_s51_std,rural,2090,61.81822777560578,341.0614757345388,1469.619915023866,0.0697036966908973 +AFR,mfh_s51_std,urban,2090,63.9770658477033,5658.0019473486245,46150.1775044344,0.1274928897159032 +AFR,mfh_s52_low,rural,2090,33.46765964973373,0.0260364590811083,0.0479815184826275,0.0550638690565385 +AFR,mfh_s52_low,urban,2090,33.604247127547524,0.4526861996944479,1.3696017919549888,0.0900332423539603 +AFR,mfh_sr11_std,rural,2090,,1.0762809260434338,0.0912912809066629, +AFR,mfh_sr11_std,urban,2090,,0.902056505510752,0.3711603731003125, +AFR,mfh_sr21_std,rural,2090,,1.8285478737168377,0.1980201725010842, +AFR,mfh_sr21_std,urban,2090,,3.39028604258324,1.3185417760749636, +AFR,mfh_sr31_std,rural,2090,,1.702638148767576,0.1441984661496723, +AFR,mfh_sr31_std,urban,2090,,6.04361168892899,2.2872560891034968, +AFR,sfh_s1,rural,2090,143.64700022638183,2010.7799719401896,20276.952584135888,0.0702007211750218 +AFR,sfh_s1,urban,2090,149.2873895755873,119.10320050230912,2188.646035067213,0.1230917578527559 +AFR,sfh_s2,rural,2090,143.6444605033549,3126.1666537261844,31455.07693893319,0.0700470327645039 +AFR,sfh_s2,urban,2090,149.2873895755873,626.7970550704947,12488.54333817781,0.1334632554154034 +AFR,sfh_s3,rural,2090,135.78059522338597,3842.614739432238,37013.31052438601,0.070940358410241 +AFR,sfh_s3,urban,2090,141.07625955685202,1487.1168468851242,28830.516435742968,0.1374210909241108 +AFR,sfh_s51_std,rural,2090,126.30495867536516,12984.28308607865,113519.6772591072,0.0692201874658249 +AFR,sfh_s51_std,urban,2090,131.28489075542765,47824.579301453305,797510.6888524366,0.1270195608915509 +AFR,sfh_s52_low,rural,2090,42.24027504538575,4.391919178817023,2.5162467776994344,0.0135635119638018 +AFR,sfh_s52_low,urban,2090,43.1615913953456,31.39945454552651,19.49069288457109,0.0143816172231988 +AFR,sfh_sr11_std,rural,2090,,98.53382457895012,35.15805319777175, +AFR,sfh_sr11_std,urban,2090,,15.579676423906342,20.527486507024825, +AFR,sfh_sr21_std,rural,2090,,163.64808409633608,65.11740676213047, +AFR,sfh_sr21_std,urban,2090,,62.18046150499215,80.96835810239057, +AFR,sfh_sr31_std,rural,2090,,181.3151075480787,49.02384838714287, +AFR,sfh_sr31_std,urban,2090,,126.3114760820156,154.54743175007266, +CHN,inf_ns,urban,2090,,0.0,0.0, +CHN,mfh_s1,rural,2090,26.041009181373084,1573.2622938079437,8473.323786799649,0.2068211065639906 +CHN,mfh_s1,urban,2090,29.27962872358791,571.9141994468681,4094.0851296058254,0.2444896192031239 +CHN,mfh_s2,rural,2090,22.143073415258677,1978.7422854317365,9166.45815367362,0.20920613952654 +CHN,mfh_s2,urban,2090,24.79624346887529,2238.0176455225483,13665.90465936159,0.246257228958871 +CHN,mfh_s3,rural,2090,18.52588098244399,834.1616943944324,3279.1301609632374,0.2121922624772151 +CHN,mfh_s3,urban,2090,20.59536213099936,5574.990689382255,28527.630883675232,0.2484575094595304 +CHN,mfh_s51_std,rural,2090,17.97700047700296,0.4123614028084771,1.443826278860329,0.1947689413761712 +CHN,mfh_s51_std,urban,2090,19.949459053940306,17532.150506410682,84368.18860718298,0.2412194987638413 +CHN,mfh_s52_low,rural,2090,14.257037731628316,8.853195435088409e-06,1.728974220177643e-06,0.0136980632558893 +CHN,mfh_s52_low,urban,2090,15.475133528889272,85.87672100066429,66.01486012194641,0.0496743106283582 +CHN,mfh_sr11_std,rural,2090,,580.4640186026917,2131.097418369678, +CHN,mfh_sr11_std,urban,2090,,108.6238783787051,467.80421223939527, +CHN,mfh_sr12_low,rural,2090,,115.75734463697442,37.23981046732931, +CHN,mfh_sr12_low,urban,2090,,3.485650198941849,1.4521487549126932, +CHN,mfh_sr21_std,rural,2090,,692.9166935396662,2014.943720302588, +CHN,mfh_sr21_std,urban,2090,,401.2459322817616,1452.952827854252, +CHN,mfh_sr22_low,rural,2090,,95.25156773921496,18.11650021312355, +CHN,mfh_sr22_low,urban,2090,,8.377975325539488,2.2219508060632527, +CHN,mfh_sr31_std,rural,2090,,275.0775333735694,632.9267328925945, +CHN,mfh_sr31_std,urban,2090,,842.2177177452891,2521.619767406728, +CHN,mfh_sr32_low,rural,2090,,24.315425257259832,3.484065112121233, +CHN,mfh_sr32_low,urban,2090,,7.846469084138579,1.6800429760697964, +CHN,sfh_s1,rural,2090,50.23954510392356,1296.531123962245,12920.480949282588,0.1983581434961312 +CHN,sfh_s1,urban,2090,56.97801785226968,78.773952908293,1045.3031222253094,0.2328907671966359 +CHN,sfh_s2,rural,2090,41.01092129099138,1510.8797363106798,12349.78637606618,0.1993104286479841 +CHN,sfh_s2,urban,2090,46.38032051448324,297.9869885628435,3256.017022707372,0.2355893315630707 +CHN,sfh_s3,rural,2090,30.84729745331328,613.0542344069067,3812.6612921150127,0.2016100640144302 +CHN,sfh_s3,urban,2090,34.77400910324272,736.1181547285153,6180.961681367238,0.2414647607317586 +CHN,sfh_s51_std,urban,2090,32.984811850241385,2234.0387904250924,18276.19776671652,0.2480168161747796 +CHN,sfh_s52_low,urban,2090,19.839703212324714,300.0301800930084,785.6220935787766,0.131981656394711 +CHN,sfh_sr11_std,rural,2090,,280.4036601339945,3001.413267105266, +CHN,sfh_sr11_std,urban,2090,,10.221059201942367,130.07680694566776, +CHN,sfh_sr12_low,rural,2090,,460.6626015122574,1394.4822996397604, +CHN,sfh_sr12_low,urban,2090,,10.315166707030055,52.04968578681071, +CHN,sfh_sr21_std,rural,2090,,421.5491618020297,3414.465802136426, +CHN,sfh_sr21_std,urban,2090,,46.86979886007517,444.4195994240313, +CHN,sfh_sr22_low,rural,2090,,402.9869335593463,766.3879547819137, +CHN,sfh_sr22_low,urban,2090,,27.86882401911428,103.34648080923674, +CHN,sfh_sr31_std,rural,2090,,206.9845398559233,1139.9514536030074, +CHN,sfh_sr31_std,urban,2090,,133.71353130819656,800.0597772006109, +CHN,sfh_sr32_low,rural,2090,,115.77739416315475,119.18259671862695, +CHN,sfh_sr32_low,urban,2090,,35.04225753431437,77.61265014395919, +EEU,mfh_s1,rural,2090,5.8004566652851794,21.425500704465307,9.722578349742452,0.0782326938760743 +EEU,mfh_s1,urban,2090,5.819244081323695,174.07149883196374,61.455506376426186,0.0606689612437846 +EEU,mfh_s2,rural,2090,5.502448666608135,6.34488564581592,3.4207602908942114,0.09798122013953 +EEU,mfh_s2,urban,2090,5.520358548773342,328.1828400593415,124.21557352385382,0.0685634865070518 +EEU,mfh_s3,rural,2090,5.466054840055654,2.7916625290968424,0.6717802254907191,0.044024082525268 +EEU,mfh_s3,urban,2090,5.486936949774583,97.33903651487842,45.015069898206384,0.0842831805338173 +EEU,mfh_s51_std,rural,2090,5.66175901760692,0.0065534103253061,0.0001809690184645,0.0048773676043218 +EEU,mfh_s51_std,urban,2090,5.686187079926115,438.9866635280324,165.30215267847566,0.0662225711419507 +EEU,mfh_s52_low,rural,2090,6.654781647496288,0.0886107183957436,0.0045625625639776,0.0077372880418901 +EEU,mfh_s52_low,urban,2090,6.684871349012427,452.4361771815881,207.44221441052252,0.0685877824975366 +EEU,mfh_sr11_std,rural,2090,,75.80375153435827,19.064114233677603, +EEU,mfh_sr11_std,urban,2090,,126.1839778497741,28.955322346614214, +EEU,mfh_sr12_low,rural,2090,,1.6248712199487336,0.1628104344093777, +EEU,mfh_sr12_low,urban,2090,,1.6502170141202397,0.1671122638055298, +EEU,mfh_sr21_std,rural,2090,,21.342974031541004,6.052161000995526, +EEU,mfh_sr21_std,urban,2090,,234.25545607517105,54.82645876178152, +EEU,mfh_sr22_low,rural,2090,,0.3913852306501012,0.0424696837966697, +EEU,mfh_sr22_low,urban,2090,,2.7708850480976603,0.2775682611399191, +EEU,mfh_sr31_std,rural,2090,,8.139692616870729,0.8717332640059992, +EEU,mfh_sr31_std,urban,2090,,63.1117605545668,14.752918549339444, +EEU,mfh_sr32_low,rural,2090,,0.0517402627351853,0.0027482040811029, +EEU,mfh_sr32_low,urban,2090,,0.222573694949149,0.0243670314467593, +EEU,sfh_s1,rural,2090,8.376888297260287,93.9812389791441,48.13577953714105,0.0611426304692895 +EEU,sfh_s1,urban,2090,8.390499530514344,118.13944981531984,50.02723572240016,0.0504688890608777 +EEU,sfh_s2,rural,2090,7.31124971777819,23.065164471073576,12.421803179570029,0.0736608066219437 +EEU,sfh_s2,urban,2090,7.317699222685837,191.1670955994739,77.20345765030663,0.0551885589740799 +EEU,sfh_s3,rural,2090,5.765417036854554,12.025802150733748,2.0040464335064128,0.0289043360766506 +EEU,sfh_s3,urban,2090,5.776574125683992,77.48271745398486,29.12323843527194,0.0650675525410355 +EEU,sfh_s51_std,rural,2090,5.32489911506607,0.0093236428348021,9.845812951342325e-05,0.0019831454521639 +EEU,sfh_s51_std,urban,2090,5.339781942385947,311.00337518629885,96.93838358015962,0.0583723461370708 +EEU,sfh_s52_low,rural,2090,5.7705476837351055,0.5332787160018388,0.0151031819014147,0.0049079165336783 +EEU,sfh_s52_low,urban,2090,5.795228909629955,360.725829611585,134.81007601883567,0.0644873480510368 +EEU,sfh_sr11_std,rural,2090,,282.13190299446035,136.1215895795148, +EEU,sfh_sr11_std,urban,2090,,61.47875784289972,24.838960270773708, +EEU,sfh_sr12_low,rural,2090,,251.64459302352688,42.26046227748986, +EEU,sfh_sr12_low,urban,2090,,38.46593054584964,5.927635491340455, +EEU,sfh_sr21_std,rural,2090,,72.39370082347227,35.82664087067768, +EEU,sfh_sr21_std,urban,2090,,102.70668318891386,39.41326090680382, +EEU,sfh_sr22_low,rural,2090,,56.91543281875871,9.178824908951288, +EEU,sfh_sr22_low,urban,2090,,58.44693507520137,8.092958952485832, +EEU,sfh_sr31_std,rural,2090,,50.50991725910405,6.258161275992198, +EEU,sfh_sr31_std,urban,2090,,54.78900541099984,16.859464762567672, +EEU,sfh_sr32_low,rural,2090,,18.72909023618526,0.9216682137283722, +EEU,sfh_sr32_low,urban,2090,,11.12119655314762,1.153999043100756, +FSU,mfh_s1,rural,2090,11.772125974054992,33.264266346581394,52.98491618425723,0.1353067309290107 +FSU,mfh_s1,urban,2090,8.756542324903274,626.575129376696,721.6839993808295,0.131534982976405 +FSU,mfh_s2,rural,2090,11.183123062211436,19.20788325786893,52.72814759629552,0.2454708366259178 +FSU,mfh_s2,urban,2090,8.322510800397222,1044.3399668248633,1305.7146493938233,0.1502283891635514 +FSU,mfh_s3,rural,2090,10.035573345512086,10.57279481156112,25.09674423142624,0.2365295423394055 +FSU,mfh_s3,urban,2090,7.789655536010645,598.0527437717188,642.428547236305,0.1379008968670098 +FSU,mfh_s51_std,rural,2090,9.741938785589044,17.07065138657376,54.25265638268702,0.326231218175295 +FSU,mfh_s51_std,urban,2090,7.767486699889488,2861.3648429461205,4454.893305095407,0.2004396113940067 +FSU,mfh_s52_low,rural,2090,9.952866848916653,1.2252362735027431,1.6875600856567858,0.1383856968676746 +FSU,mfh_s52_low,urban,2090,8.397303887581892,20.17456420543153,19.177730159389824,0.1132017579824356 +FSU,mfh_sr11_std,rural,2090,,142.54525962372722,186.96255269856428, +FSU,mfh_sr11_std,urban,2090,,51.900830677620064,48.2286051354056, +FSU,mfh_sr12_low,rural,2090,,20.97548293687916,7.506378599312077, +FSU,mfh_sr12_low,urban,2090,,3.4773452946049384,1.0445397182977172, +FSU,mfh_sr21_std,rural,2090,,82.58738457486132,185.3485317807672, +FSU,mfh_sr21_std,urban,2090,,86.51126600864109,86.63175697872386, +FSU,mfh_sr22_low,rural,2090,,11.690598196994808,6.646452893135233, +FSU,mfh_sr22_low,urban,2090,,5.45083132749532,1.7400071176754373, +FSU,mfh_sr31_std,rural,2090,,45.83629971736248,79.84383870392094, +FSU,mfh_sr31_std,urban,2090,,50.68597694649339,41.08210543623091, +FSU,mfh_sr32_low,rural,2090,,3.317805756957206,1.333968096234987, +FSU,mfh_sr32_low,urban,2090,,1.2830274380778446,0.3861008593802068, +FSU,sfh_s1,rural,2090,19.441840625547407,113.30003244391,275.65392075128625,0.1251401759071748 +FSU,sfh_s1,urban,2090,13.667296104337138,255.9747693105321,463.1729497004873,0.1323925124162762 +FSU,sfh_s2,rural,2090,17.397992936418436,77.1910205880044,326.2686610017366,0.2429458178654416 +FSU,sfh_s2,urban,2090,12.13628876150187,547.5041338734814,1011.207421390393,0.1521832815104082 +FSU,sfh_s3,rural,2090,12.879438402468654,42.94897345893056,112.43929840799632,0.2032677185085545 +FSU,sfh_s3,urban,2090,9.22772426050544,323.39834839791,415.2105025617512,0.139134849960137 +FSU,sfh_s51_std,rural,2090,11.210339045756546,58.86075905390416,256.0084627754709,0.3879803369689683 +FSU,sfh_s51_std,urban,2090,8.23127068866377,1533.2736209070576,2689.9063215481624,0.2131329557064095 +FSU,sfh_s52_low,rural,2090,9.944198707353737,27.628149230869266,52.96569085677231,0.1927849176765597 +FSU,sfh_s52_low,urban,2090,7.918987751890675,60.8066729045281,55.88977152304795,0.116067711548942 +FSU,sfh_sr11_std,rural,2090,,315.57237014042136,723.4965765850155, +FSU,sfh_sr11_std,urban,2090,,14.514779894572293,25.77907052121922, +FSU,sfh_sr12_low,rural,2090,,308.59746644911365,336.10746638834644, +FSU,sfh_sr12_low,urban,2090,,8.969898597777716,5.985375655379813, +FSU,sfh_sr21_std,rural,2090,,216.12941278598404,871.1484444059662, +FSU,sfh_sr21_std,urban,2090,,31.844369108160148,57.395506312144384, +FSU,sfh_sr22_low,rural,2090,,210.3971316581796,384.199971715764, +FSU,sfh_sr22_low,urban,2090,,18.377364546011428,12.1730150847785, +FSU,sfh_sr31_std,rural,2090,,164.9852562721716,402.471606221421, +FSU,sfh_sr31_std,urban,2090,,23.33392989339176,27.334333633703157, +FSU,sfh_sr32_low,rural,2090,,83.5872723570143,70.18853334236164, +FSU,sfh_sr32_low,urban,2090,,6.84651110021277,2.5290096053630764, +LAM,inf_ns,urban,2090,,85.67305877133316,1190.1128911639964, +LAM,mfh_s1,rural,2090,55.21090238691856,5.02763916899179,86.6102706223785,0.3120185750042152 +LAM,mfh_s1,urban,2090,38.053180190561,35.940403443222145,493.70460558534097,0.3609884221061592 +LAM,mfh_s2,rural,2090,52.77849211123935,6.442430268527257,103.4010922507336,0.3041014014497445 +LAM,mfh_s2,urban,2090,36.555432227577015,217.68718242973307,2838.442324368273,0.356693579803549 +LAM,mfh_s3,rural,2090,50.32243674647189,3.2223054197685164,48.38925083009709,0.2984149206558949 +LAM,mfh_s3,urban,2090,34.9603097505505,327.3342548194419,4081.698970926464,0.3566762931072382 +LAM,mfh_s51_std,rural,2090,49.966375970792456,1.0944705758790376,13.078376496899692,0.2391508306940265 +LAM,mfh_s51_std,urban,2090,34.72801837615456,1459.7513341865524,16446.88642382213,0.3244328411879459 +LAM,mfh_s52_low,rural,2090,30.201835892760432,6.721495423030528e-05,0.0003908382428307,0.1925297298387563 +LAM,mfh_s52_low,urban,2090,23.30716932636384,0.342835890971191,1.0284028931822249,0.128702646447631 +LAM,mfh_sr11_std,rural,2090,,0.2771544540058241,0.2080288827098335, +LAM,mfh_sr11_std,urban,2090,,2.8101429857096574,1.7653708676846076, +LAM,mfh_sr12_low,rural,2090,,6.522657407474234e-05,2.1519378886080263e-08, +LAM,mfh_sr12_low,urban,2090,,3.612558664348949e-05,1.6746499667565678e-08, +LAM,mfh_sr21_std,rural,2090,,0.3136558673691357,0.2029958372712755, +LAM,mfh_sr21_std,urban,2090,,12.927966648557003,7.517300306237661, +LAM,mfh_sr22_low,rural,2090,,3.860753537298436e-05,1.3969721714986778e-08, +LAM,mfh_sr22_low,urban,2090,,6.814502882920791e-05,3.5058345993715346e-08, +LAM,mfh_sr31_std,rural,2090,,0.1802127628367187,0.1191673400215281, +LAM,mfh_sr31_std,urban,2090,,16.471244909638536,9.038993381692675, +LAM,mfh_sr32_low,rural,2090,,1.4220420610378e-05,5.164154159704804e-09, +LAM,mfh_sr32_low,urban,2090,,4.443653352293772e-05,2.253043129064769e-08, +LAM,sfh_s1,rural,2090,109.36203744268914,845.9953365510796,29536.470340597887,0.3192449480608734 +LAM,sfh_s1,urban,2090,73.79792552446617,410.3075869316434,11861.639623437237,0.391733780584797 +LAM,sfh_s2,rural,2090,102.90673708522768,1082.0031051571743,34588.8355336605,0.3106444695227256 +LAM,sfh_s2,urban,2090,69.65579833429148,2476.7194456694265,66658.87273092709,0.3863882196024207 +LAM,sfh_s3,rural,2090,95.81578018125536,535.685056006437,15689.12953001925,0.3056696201945209 +LAM,sfh_s3,urban,2090,64.85784223243395,3712.273999928857,93143.97916624734,0.3868586105898552 +LAM,sfh_s51_std,rural,2090,94.77878268476182,194.9496416298459,4165.062284206295,0.2254176576322195 +LAM,sfh_s51_std,urban,2090,64.15286008893816,18309.64877544369,384363.02055135474,0.3272243103693499 +LAM,sfh_s52_low,rural,2090,38.32498052154463,0.2467776330036512,0.0762731565207981,0.0080646213768939 +LAM,sfh_s52_low,urban,2090,27.73617795293464,482.6824975463985,101.57589381385178,0.0075872166663113 +LAM,sfh_sr11_std,rural,2090,,94.25770525219772,464.0990852860124, +LAM,sfh_sr11_std,urban,2090,,84.67509581994466,279.2408514534657, +LAM,sfh_sr12_low,rural,2090,,5.799619042496191,0.4218276789190026, +LAM,sfh_sr12_low,urban,2090,,3.75359363726376,0.275220443027441, +LAM,sfh_sr21_std,rural,2090,,117.48459013053385,511.0118759473981, +LAM,sfh_sr21_std,urban,2090,,477.7107613810669,1647.371796274905, +LAM,sfh_sr22_low,rural,2090,,5.379407006968422,0.2927282186643621, +LAM,sfh_sr22_low,urban,2090,,13.714775020483192,0.7110302139509969, +LAM,sfh_sr31_std,rural,2090,,68.27747463435489,271.96573984241905, +LAM,sfh_sr31_std,urban,2090,,696.5919906352273,2185.785653873078, +LAM,sfh_sr32_low,rural,2090,,2.834912194788365,0.1234046686468958, +LAM,sfh_sr32_low,urban,2090,,16.04168523663112,0.5511845888339378, +MEA,inf_ns,urban,2090,,161.3049675171473,14542.991396086678, +MEA,mfh_s1,rural,2090,68.12536054487518,63.18275392288183,2432.174796178118,0.565050701673626 +MEA,mfh_s1,urban,2090,66.99569205906927,28.558988993312195,1264.198074509844,0.6607321172388418 +MEA,mfh_s2,rural,2090,64.03491242702584,82.02556221641825,2870.018394356756,0.5464100070323618 +MEA,mfh_s2,urban,2090,62.258499951392565,139.6881955425368,6471.282103449582,0.7441011445899404 +MEA,mfh_s3,rural,2090,56.7134218451578,72.40437750021619,2306.3011067088028,0.5616494421065072 +MEA,mfh_s3,urban,2090,54.33056929492965,237.28425516171325,9938.671700027988,0.7709303926894544 +MEA,mfh_s51_std,rural,2090,54.28411302862676,99.19710078632296,2871.1311458031105,0.5331891521203851 +MEA,mfh_s51_std,urban,2090,52.09479613230947,2403.059130076648,96203.067333006,0.7684756646238267 +MEA,mfh_s52_low,rural,2090,30.117939906718973,0.1760898385649079,0.5686935832021465,0.1072306084384475 +MEA,mfh_s52_low,urban,2090,29.01981184665017,18.18202182687906,83.76165896921431,0.1587480879904765 +MEA,mfh_sr11_std,rural,2090,,10.925740310406756,152.5562844323693, +MEA,mfh_sr11_std,urban,2090,,6.69135346956147,102.46108775518108, +MEA,mfh_sr12_low,rural,2090,,0.1937632624351212,0.3376409704466366, +MEA,mfh_sr12_low,urban,2090,,0.0878856827684707,0.2806121715476683, +MEA,mfh_sr21_std,rural,2090,,13.498861745053413,169.04814420280238, +MEA,mfh_sr21_std,urban,2090,,28.329263811874537,371.8634941986391, +MEA,mfh_sr22_low,rural,2090,,0.1538807811408469,0.2283259438118753, +MEA,mfh_sr22_low,urban,2090,,0.2542785502658592,0.7032236404943362, +MEA,mfh_sr31_std,rural,2090,,9.656948440889598,91.62619758370172, +MEA,mfh_sr31_std,urban,2090,,41.54720158037797,430.5812476258639, +MEA,mfh_sr32_low,rural,2090,,0.0521341151061255,0.0602699281945846, +MEA,mfh_sr32_low,urban,2090,,0.1668144923108797,0.3675016567483057, +MEA,sfh_s1,rural,2090,147.69976549175996,869.195524280985,74911.59921532295,0.5835146731828244 +MEA,sfh_s1,urban,2090,145.61936191476917,183.95760945150653,18085.64982119592,0.6751452814339842 +MEA,sfh_s2,rural,2090,135.3858036063415,1112.2230983493905,85137.73124846006,0.5654016032366486 +MEA,sfh_s2,urban,2090,131.5971575107967,909.0633055471774,91981.0869068325,0.7688788253445861 +MEA,sfh_s3,rural,2090,113.58514822966232,957.3582975463414,63979.55982178211,0.588362782223809 +MEA,sfh_s3,urban,2090,108.20756113619558,1533.4754135097417,132805.71689247072,0.8003544142576083 +MEA,sfh_s51_std,rural,2090,106.72091912816404,1469.8700691136596,87527.93629402216,0.5579794256710818 +MEA,sfh_s51_std,urban,2090,101.94205178310348,15532.931665015944,1372784.1896611184,0.8669528263311475 +MEA,sfh_s52_low,rural,2090,40.0802050103238,79.51043186721185,367.7805816735018,0.1154076901083943 +MEA,sfh_s52_low,urban,2090,38.998407901058656,2577.1281711072124,18288.185307334094,0.1819649396938217 +MEA,sfh_sr11_std,rural,2090,,244.95850122755965,9928.600085061797, +MEA,sfh_sr11_std,urban,2090,,64.14388049973932,3208.669452558848, +MEA,sfh_sr12_low,rural,2090,,44.3350790198857,491.36655406385626, +MEA,sfh_sr12_low,urban,2090,,16.21658889599576,201.25085478685543, +MEA,sfh_sr21_std,rural,2090,,331.6255233075444,11768.330338206486, +MEA,sfh_sr21_std,urban,2090,,278.16939006133657,12059.120270805788, +MEA,sfh_sr22_low,rural,2090,,47.9266444310922,425.8173438173293, +MEA,sfh_sr22_low,urban,2090,,71.38339293685873,725.047111086482, +MEA,sfh_sr31_std,rural,2090,,291.5999832277387,7995.288085729901, +MEA,sfh_sr31_std,urban,2090,,443.71237123097967,14554.763601226652, +MEA,sfh_sr32_low,rural,2090,,31.319749697397523,177.11080933586732, +MEA,sfh_sr32_low,urban,2090,,109.62558715129003,768.1858854315126, +NAM,mfh_s1,rural,2090,17.74469768619677,7.280235055523783,147.1240459348056,1.1388582004165662 +NAM,mfh_s1,urban,2090,19.159981044354385,151.00365109229918,3382.149948491402,1.168988759020151 +NAM,mfh_s2,rural,2090,15.101286752640622,3.377068148165009,57.17392940908784,1.1210997666551823 +NAM,mfh_s2,urban,2090,16.32458218449295,233.70013732322963,4190.10480750301,1.0983072335702866 +NAM,mfh_s3,rural,2090,14.14572518251164,1.3969185516512954,20.973518407047063,1.0613899962018372 +NAM,mfh_s3,urban,2090,15.30433489171251,350.5412285161063,5804.125142470191,1.0818902398732746 +NAM,mfh_s51_std,urban,2090,17.87376569061958,3080.6031392805685,39513.48102115425,0.7176182541202506 +NAM,mfh_s52_low,urban,2090,13.622026485707508,257.6358554754649,947.2900263309016,0.2699199223395451 +NAM,mfh_sr11_std,rural,2090,,16.15715076963057,109.62132312125512, +NAM,mfh_sr11_std,urban,2090,,167.17553086228938,756.4022262179799, +NAM,mfh_sr12_low,rural,2090,,0.7786622179197888,0.6302787238064714, +NAM,mfh_sr12_low,urban,2090,,1.9266948538759705,2.792754443433718, +NAM,mfh_sr21_std,rural,2090,,5.9559509198874485,28.25192822253914, +NAM,mfh_sr21_std,urban,2090,,214.2933190253528,680.6609345211074, +NAM,mfh_sr22_low,rural,2090,,0.18579919601099,0.096385561199484, +NAM,mfh_sr22_low,urban,2090,,1.5422429847459511,1.726152273406954, +NAM,mfh_sr31_std,rural,2090,,2.556443962736755,8.782062555805847, +NAM,mfh_sr31_std,urban,2090,,294.97909541282087,895.5112927634002, +NAM,mfh_sr32_low,rural,2090,,0.078719088036069,0.0226984568060857, +NAM,mfh_sr32_low,urban,2090,,1.40792997041465,1.5559000953638964, +NAM,sfh_s1,rural,2090,32.075662942716946,311.5688852145421,7739.128897428845,0.7743946758608024 +NAM,sfh_s1,urban,2090,34.535105834147004,411.63738232398384,16018.33518574861,1.1267868709638489 +NAM,sfh_s2,rural,2090,23.83129281092514,128.81169353947212,2411.69780222521,0.7856335016094634 +NAM,sfh_s2,urban,2090,25.660851938873623,614.0037182573234,18059.61953038977,1.1462161535449462 +NAM,sfh_s3,rural,2090,20.786914898360063,51.21402960944828,768.5844686447108,0.7219591381535546 +NAM,sfh_s3,urban,2090,22.393437689890348,914.7237053227698,25788.36149305173,1.2589632316955606 +NAM,sfh_s51_std,urban,2090,29.90869524275092,7050.793629779942,304077.3252275824,1.4419445684205614 +NAM,sfh_s52_low,urban,2090,14.11764386053459,12323.608216318857,57918.50646804232,0.3329026476842919 +NAM,sfh_sr11_std,rural,2090,,797.8760734137406,20547.89767412874, +NAM,sfh_sr11_std,urban,2090,,1102.6943052921931,21176.78866836134, +NAM,sfh_sr12_low,rural,2090,,718.8117925353894,2872.724149751404, +NAM,sfh_sr12_low,urban,2090,,343.4934613890676,1342.775129330584, +NAM,sfh_sr21_std,rural,2090,,340.3676177102824,5837.620109760433, +NAM,sfh_sr21_std,urban,2090,,1618.1721466093704,20348.631126616983, +NAM,sfh_sr22_low,rural,2090,,249.4698982341749,611.2175944447438, +NAM,sfh_sr22_low,urban,2090,,376.83192960539486,951.9313398905203, +NAM,sfh_sr31_std,rural,2090,,146.11403627266648,1909.722184586067, +NAM,sfh_sr31_std,urban,2090,,2398.2087518378075,24083.716490187275, +NAM,sfh_sr32_low,rural,2090,,107.08496942138916,167.41301147755044, +NAM,sfh_sr32_low,urban,2090,,441.6989530714959,973.6547759610428, +PAO,mfh_s1,rural,2090,13.114177590019562,4.023851502541544,16.96030385210092,0.3214035157343996 +PAO,mfh_s1,urban,2090,16.236781251096108,91.61716678054609,441.3558017312356,0.2966962401913125 +PAO,mfh_s2,rural,2090,11.67203390264824,2.635285194527594,10.037135140509044,0.3263139265115189 +PAO,mfh_s2,urban,2090,14.375356452203944,315.8287116243825,1371.087503958336,0.3019916547060718 +PAO,mfh_s3,rural,2090,10.082736397379453,3.116578647291064,10.186918802500283,0.3241800915021211 +PAO,mfh_s3,urban,2090,12.264128740635122,404.0209400455474,1463.5438050687324,0.2953691615295083 +PAO,mfh_s51_std,rural,2090,9.888408135461638,0.1139872266435113,0.2954692341155774,0.2621378275812738 +PAO,mfh_s51_std,urban,2090,12.002263731566018,816.7527735069165,2453.645502483173,0.2502983770126625 +PAO,mfh_s52_low,rural,2090,9.797785358755489,0.0006795539669651,0.0018221565165807,0.273674167341238 +PAO,mfh_s52_low,urban,2090,11.677086865143282,6.341346987498944,19.981761071880285,0.2698470862967395 +PAO,mfh_sr11_std,rural,2090,,3.751437661115319,5.688232000168925, +PAO,mfh_sr11_std,urban,2090,,17.398698124835942,26.38926634557393, +PAO,mfh_sr12_low,rural,2090,,0.0107489139574166,0.0051323665758583, +PAO,mfh_sr12_low,urban,2090,,0.0231246901165008,0.0172673125348716, +PAO,mfh_sr21_std,rural,2090,,1.6302888546986696,1.5841833271996557, +PAO,mfh_sr21_std,urban,2090,,55.0062996381338,75.91409269399294, +PAO,mfh_sr22_low,rural,2090,,0.0030491728140526,0.0013718706376463, +PAO,mfh_sr22_low,urban,2090,,0.0362369071059003,0.0233477774586259, +PAO,mfh_sr31_std,rural,2090,,1.523203666398579,1.3398262783945878, +PAO,mfh_sr31_std,urban,2090,,27.841508779461773,27.87368108891092, +PAO,mfh_sr32_low,rural,2090,,0.00058574229184,0.0002123392108806, +PAO,mfh_sr32_low,urban,2090,,0.0029621075575202,0.0002404959389009, +PAO,sfh_s1,rural,2090,23.68171456361487,134.35306883663225,823.1203519573949,0.2587036801863074 +PAO,sfh_s1,urban,2090,29.679747200592097,100.29030773900026,841.0451111796871,0.2825531343500504 +PAO,sfh_s2,rural,2090,19.048060028930507,77.65328352969506,419.816674417213,0.283823994926396 +PAO,sfh_s2,urban,2090,23.82738886733092,365.3561861320383,2483.6594268968884,0.2852982613183861 +PAO,sfh_s3,rural,2090,13.324439331479338,89.08086891269734,350.90608623207885,0.2956361326906578 +PAO,sfh_s3,urban,2090,16.518721424140775,498.8534683823592,2416.6559255800034,0.2932684854426286 +PAO,sfh_s51_std,rural,2090,12.511430048581444,114.1951067448074,339.0934297407684,0.2373367156030501 +PAO,sfh_s51_std,urban,2090,15.487094334742668,2396.9027398112803,8385.191793590406,0.2258877320588154 +PAO,sfh_s52_low,rural,2090,9.875077039957578,0.1947455724153881,0.2497145313846906,0.1298481392348295 +PAO,sfh_s52_low,urban,2090,11.917762822915076,53.049849502975874,117.6466037980549,0.1860803439555376 +PAO,sfh_sr11_std,rural,2090,,332.72552358129104,1536.273695679194, +PAO,sfh_sr11_std,urban,2090,,217.09193126988987,1278.959205053493, +PAO,sfh_sr12_low,rural,2090,,71.87680571604369,78.86642920839728, +PAO,sfh_sr12_low,urban,2090,,7.174256307950998,12.470636803472004, +PAO,sfh_sr21_std,rural,2090,,192.803584016476,658.6454119750446, +PAO,sfh_sr21_std,urban,2090,,724.5448339169025,3420.5515337321044, +PAO,sfh_sr22_low,rural,2090,,24.38492940195729,20.01033307976761, +PAO,sfh_sr22_low,urban,2090,,14.003857922983787,18.305988394439137, +PAO,sfh_sr31_std,rural,2090,,223.77609173427763,516.443022969016, +PAO,sfh_sr31_std,urban,2090,,782.7471126437782,2490.949154916846, +PAO,sfh_sr32_low,rural,2090,,8.049593975780969,4.248570904556164, +PAO,sfh_sr32_low,urban,2090,,3.85450910131228,3.30676134464527, +PAS,inf_ns,urban,2090,,114.48646146353668,838.4545082586731, +PAS,mfh_s1,rural,2090,90.88257167275891,164.09214824861002,1760.0574812884142,0.1180207698532576 +PAS,mfh_s1,urban,2090,90.8289302616734,50.119464327794645,734.316453133394,0.1613067864141656 +PAS,mfh_s2,rural,2090,90.88257167275891,209.39679209535475,2171.1061250718867,0.1140854923079349 +PAS,mfh_s2,urban,2090,90.8289302616734,212.2031967712964,2875.2643011102505,0.1491769250203272 +PAS,mfh_s3,rural,2090,86.93708881369658,158.61386314755123,1467.0121181699476,0.10638673123794 +PAS,mfh_s3,urban,2090,86.80369702744582,377.2660591976657,4962.87469476371,0.1515470029419383 +PAS,mfh_s51_std,rural,2090,82.46990660816577,70.45301526651791,517.4751901941846,0.0890624104854458 +PAS,mfh_s51_std,urban,2090,82.27665862535399,2534.348132248218,30521.88130904893,0.1463754965537623 +PAS,mfh_s52_low,rural,2090,39.659483654743006,0.0054658771610655,0.0187538244121166,0.0865133088429399 +PAS,mfh_s52_low,urban,2090,38.45862323916928,4.376764299270754,5.5639658860798615,0.03305503080142 +PAS,mfh_sr11_std,rural,2090,,1.0680863604246136,0.9689811848733332, +PAS,mfh_sr11_std,urban,2090,,2.218150238637872,2.52445095412749, +PAS,mfh_sr21_std,rural,2090,,0.5225686069232287,0.4740807152870501, +PAS,mfh_sr21_std,urban,2090,,17.718509266045825,20.16522904571425, +PAS,mfh_sr31_std,rural,2090,,0.3184345093313791,0.2808707155570855, +PAS,mfh_sr31_std,urban,2090,,27.832326201201127,30.751605492439875, +PAS,sfh_s1,rural,2090,194.3753651283975,1240.648948813259,28356.87890943082,0.117589432541829 +PAS,sfh_s1,urban,2090,195.1252613552728,244.7159590403032,7705.923801858928,0.1613797059917751 +PAS,sfh_s2,rural,2090,194.3753651283975,1581.4200999029747,34890.8454539946,0.1135070970110364 +PAS,sfh_s2,urban,2090,195.1252613552728,1039.2186913241742,29923.120261134616,0.1475660427042999 +PAS,sfh_s3,rural,2090,183.5772429120777,1195.2758872215277,23223.217468049133,0.1058364800776073 +PAS,sfh_s3,urban,2090,184.2199324399767,1802.6563747352875,50770.34755734339,0.1528834832743361 +PAS,sfh_s51_std,rural,2090,170.92295452413865,522.9009673362691,7893.165258235168,0.0883143667316266 +PAS,sfh_s51_std,urban,2090,171.54560328508168,11791.68393563693,302272.4063799568,0.1494318186477951 +PAS,sfh_s52_low,rural,2090,53.93771085324265,0.0379188691276244,0.1660309684974916,0.0811785357966173 +PAS,sfh_s52_low,urban,2090,53.14721553076517,392.6594688948992,421.8747099605552,0.0202156123336992 +PAS,sfh_sr11_std,rural,2090,,10.968569350094386,22.89428750556644, +PAS,sfh_sr11_std,urban,2090,,11.99695297656273,26.74586494771905, +PAS,sfh_sr21_std,rural,2090,,7.82774580650262,19.577132906289844, +PAS,sfh_sr21_std,urban,2090,,95.20640965781855,212.25204262005647, +PAS,sfh_sr31_std,rural,2090,,5.6927661303862696,14.569103292845288, +PAS,sfh_sr31_std,urban,2090,,151.52056204125776,320.9697353029504, +RCPA,inf_ns,urban,2090,,39.71946182150474,1771.243889609161, +RCPA,mfh_s1,rural,2090,2.2152941838320857,159.59038076450656,2893.3584279354163,8.183971701409284 +RCPA,mfh_s1,urban,2090,2.490801749055221,47.595279987177776,1228.5592072497277,10.363180035244769 +RCPA,mfh_s2,rural,2090,1.8836989537286024,253.4231223647384,3869.8401305905727,8.10653552002229 +RCPA,mfh_s2,urban,2090,2.1094026562064045,149.25004580511202,3235.7660685768387,10.277870821086498 +RCPA,mfh_s3,rural,2090,1.575986403020409,207.7139691837788,2604.852221602763,7.957285107566893 +RCPA,mfh_s3,urban,2090,1.752036014616265,315.6813848886376,5594.988045705149,10.115961331420047 +RCPA,mfh_s51_std,urban,2090,1.697089398685894,506.9022500820122,8101.496565934973,9.417514828514516 +RCPA,sfh_s1,rural,2090,4.273850191132386,145.00937847442137,5161.039561029396,8.32763730393428 +RCPA,sfh_s1,urban,2090,4.847088324238219,6.817010139566383,347.78166988626293,10.525235331184092 +RCPA,sfh_s2,rural,2090,3.4887762903794743,220.72480923474035,6382.739432638427,8.28863170810002 +RCPA,sfh_s2,urban,2090,3.9455480993223584,20.822088890555506,861.1710194272937,10.482328555157387 +RCPA,sfh_s3,rural,2090,2.6241624569658866,180.2349178692548,3893.777340479839,8.232684315339293 +RCPA,sfh_s3,urban,2090,2.958205635518912,44.30082604624363,1365.416000146643,10.418970378284016 +RCPA,sfh_s51_std,urban,2090,2.805999619204562,75.2792713881026,2055.6243964266205,9.731521546644592 +SAS,inf_ns,urban,2090,,661.7473208790982,8994.461472794734, +SAS,mfh_s1,rural,2090,90.75596963562704,196.73520652457003,1750.6850121819134,0.0980507064370735 +SAS,mfh_s1,urban,2090,95.97402745566758,173.99788466918162,2482.141873053606,0.1486376781473468 +SAS,mfh_s2,rural,2090,90.75596963562704,238.7780278719368,2120.50858120824,0.0978521724940061 +SAS,mfh_s2,urban,2090,95.97402745566758,622.5407473621298,8848.094606954492,0.1480908599274285 +SAS,mfh_s3,rural,2090,86.67226574203956,256.4268625897424,2177.8038096389623,0.0979884943682809 +SAS,mfh_s3,urban,2090,91.62040173837984,1084.2775713689568,14677.43433025583,0.1477465946669499 +SAS,mfh_s51_std,rural,2090,82.10347343533331,236.54329374710736,1803.602930788594,0.0928685707741311 +SAS,mfh_s51_std,urban,2090,86.76082098095674,13783.729617608573,146548.30349156403,0.1225435329427351 +SAS,mfh_s52_low,rural,2090,38.60826277020307,6.10730979893588,0.6583854346063404,0.0027922223787856 +SAS,mfh_s52_low,urban,2090,40.302901485289816,211.0786342074861,43.85765129037759,0.0051554286632064 +SAS,mfh_sr11_std,rural,2090,,5.892436870825256,8.149139915671453, +SAS,mfh_sr11_std,urban,2090,,3.078998860951764,15.56763616906461, +SAS,mfh_sr21_std,rural,2090,,7.0817990943734745,9.644597790429378, +SAS,mfh_sr21_std,urban,2090,,9.95444905801318,48.65183751262881, +SAS,mfh_sr31_std,rural,2090,,7.035847812452812,8.332011517485734, +SAS,mfh_sr31_std,urban,2090,,16.102048467123314,72.61205098298777, +SAS,sfh_s1,rural,2090,195.9058845613517,6223.613427208382,120652.54494688127,0.0989569717080201 +SAS,sfh_s1,urban,2090,207.59832232629597,490.626418278826,15189.207151895544,0.1491283923522758 +SAS,sfh_s2,rural,2090,195.9058845613517,7552.498028133743,146106.40058833998,0.0987486438113133 +SAS,sfh_s2,urban,2090,207.59832232629597,1755.9517472830912,54135.61713579226,0.1485069145187174 +SAS,sfh_s3,rural,2090,184.88129178954736,8103.545655730791,148172.48342845627,0.0989007328326998 +SAS,sfh_s3,urban,2090,195.8864664538644,3055.3030587198245,88667.9377059214,0.1481521234190086 +SAS,sfh_s51_std,rural,2090,172.16792107455407,7232.548451931323,121259.71849493252,0.0973807171531123 +SAS,sfh_s51_std,urban,2090,182.41910504836048,38920.88639139601,875096.2080017597,0.1232544927748084 +SAS,sfh_s52_low,rural,2090,52.83173584215312,609.8949782403603,374.2333670312594,0.0116142874219771 +SAS,sfh_s52_low,urban,2090,55.53999162790341,1106.390765371787,1275.3671047842622,0.0207549102150704 +SAS,sfh_sr11_std,rural,2090,,325.2917730756432,1587.8106880114783, +SAS,sfh_sr11_std,urban,2090,,15.840362857951469,206.2358339387453, +SAS,sfh_sr21_std,rural,2090,,393.6670367520144,1899.7083269491136, +SAS,sfh_sr21_std,urban,2090,,53.08057675311781,676.0984759026918, +SAS,sfh_sr31_std,rural,2090,,411.542839302412,1880.0972449165672, +SAS,sfh_sr31_std,urban,2090,,91.94977778425697,1093.6756586646504, +WEU,mfh_s1,rural,2090,7.729068945553558,15.291675767092256,32.390415232967925,0.2740528060380109 +WEU,mfh_s1,urban,2090,7.903874062738302,453.4063445653345,812.6798661151707,0.2267732873161008 +WEU,mfh_s2,rural,2090,7.037033560240777,6.258086881093528,11.22848262567543,0.2549704561563826 +WEU,mfh_s2,urban,2090,7.140037680651747,585.7873797490932,1242.5372016805663,0.2970769015934936 +WEU,mfh_s3,rural,2090,6.803468884434982,6.840542905460531,15.346225802860122,0.3297468154047459 +WEU,mfh_s3,urban,2090,6.831419933722144,768.1630546036528,1434.2945832326668,0.2733216035479419 +WEU,mfh_s51_std,rural,2090,6.943266868810226,0.2765902193533819,0.2355513927502024,0.1226549274006117 +WEU,mfh_s51_std,urban,2090,6.959664847406423,1180.5624702200464,1471.800332769376,0.1791313495165938 +WEU,mfh_s52_low,rural,2090,7.498961736578346,3.970626878580658,3.033555118722344,0.1018806423677016 +WEU,mfh_s52_low,urban,2090,7.521431385035357,4509.271767282392,5713.386249929423,0.1684560747745075 +WEU,mfh_sr11_std,rural,2090,,16.610024273199176,10.821225578347574, +WEU,mfh_sr11_std,urban,2090,,333.30653401111687,83.62151079987225, +WEU,mfh_sr12_low,rural,2090,,18.49885534208994,4.388338506345831, +WEU,mfh_sr12_low,urban,2090,,263.1493228748617,29.971247270873945, +WEU,mfh_sr21_std,rural,2090,,6.67074696013428,2.701044150606545, +WEU,mfh_sr21_std,urban,2090,,337.5135796652439,119.10851674843138, +WEU,mfh_sr22_low,rural,2090,,6.035454302026293,1.282466445020484, +WEU,mfh_sr22_low,urban,2090,,204.8796848745987,38.3666267114054, +WEU,mfh_sr31_std,rural,2090,,4.769109049667358,1.6562237043741526, +WEU,mfh_sr31_std,urban,2090,,249.97117652468924,73.23758061148916, +WEU,mfh_sr32_low,rural,2090,,2.4866354812640137,0.5444595735889958, +WEU,mfh_sr32_low,urban,2090,,96.23572831449304,21.25771161221467, +WEU,sfh_s1,rural,2090,13.213918538672552,354.79706033809924,733.7729216190961,0.1565128655878662 +WEU,sfh_s1,urban,2090,13.654584901127702,480.70236931299314,831.7551391884356,0.1267187056084123 +WEU,sfh_s2,rural,2090,10.245233434796068,138.76653658209307,212.27442628250884,0.1493107471260619 +WEU,sfh_s2,urban,2090,10.547231650928188,540.7854953405999,1168.8119064263826,0.2049184714706708 +WEU,sfh_s3,rural,2090,7.569432410359047,126.19408615363818,291.45043144688054,0.3051141747173571 +WEU,sfh_s3,urban,2090,7.697707292935997,643.136051023262,1471.293081857862,0.2971905155040245 +WEU,sfh_s51_std,rural,2090,7.01023024512849,3.978175521085612,5.38577887750564,0.1931222425181928 +WEU,sfh_s51_std,urban,2090,7.090516412407815,1516.2989369656111,2055.3176933792543,0.1911684697639649 +WEU,sfh_s52_low,rural,2090,6.844377964745443,172.46947422263565,122.42852357823357,0.1037137621571115 +WEU,sfh_s52_low,urban,2090,6.867032581881874,7445.408003109945,8731.70105489076,0.1707816671211213 +WEU,sfh_sr11_std,rural,2090,,407.5947474279259,1022.6426577203148, +WEU,sfh_sr11_std,urban,2090,,361.3317772505602,724.732200613872, +WEU,sfh_sr12_low,rural,2090,,1331.4643331401544,1007.2163771517132, +WEU,sfh_sr12_low,urban,2090,,811.5364819090519,482.64778768224687, +WEU,sfh_sr21_std,rural,2090,,168.21737124502772,277.9679092970245, +WEU,sfh_sr21_std,urban,2090,,465.2165663218452,954.5021144101592, +WEU,sfh_sr22_low,rural,2090,,480.87431361269154,249.5868903649061, +WEU,sfh_sr22_low,urban,2090,,770.9229238867467,550.684005830254, +WEU,sfh_sr31_std,rural,2090,,179.69091540254425,269.65318246256254, +WEU,sfh_sr31_std,urban,2090,,538.0481411381268,656.524574534048, +WEU,sfh_sr32_low,rural,2090,,279.7354720552132,129.58952192048304, +WEU,sfh_sr32_low,urban,2090,,573.9884692292002,266.34016817712165, +AFR,inf_ns,urban,2100,,223.78073956141432,2783.276298109655, +AFR,mfh_s1,rural,2100,67.77348115246582,55.34295689227613,324.55291390054174,0.0865293337896302 +AFR,mfh_s1,urban,2100,70.25683890994821,14.862473099695377,119.4380902018873,0.1143834425945169 +AFR,mfh_s2,rural,2100,67.7726824990315,84.25915527648229,492.8835385329904,0.0863122696954476 +AFR,mfh_s2,urban,2100,70.25683890994821,75.71073323588284,663.6483568682798,0.1247647686728169 +AFR,mfh_s3,rural,2100,65.01722728806209,99.34388583978507,563.7099381090374,0.0872742455631864 +AFR,mfh_s3,urban,2100,67.33635735981284,171.81526376702004,1486.0046459581197,0.1284425162626427 +AFR,mfh_s51_std,rural,2100,61.81822777560578,326.50168568824506,1758.931145297787,0.0871458801986709 +AFR,mfh_s51_std,urban,2100,63.9770658477033,6428.355566283979,55643.27117758885,0.1352970865330663 +AFR,mfh_s52_low,rural,2100,33.46765964973373,0.0252121649295262,0.0569932318169585,0.0675441594074734 +AFR,mfh_s52_low,urban,2100,33.604247127547524,0.5231387319392493,1.6278924588193462,0.0926007845257453 +AFR,mfh_sr11_std,rural,2100,,1.4313379065293024,0.1042221439676943, +AFR,mfh_sr11_std,urban,2100,,1.0648993418922763,0.4349255171832964, +AFR,mfh_sr21_std,rural,2100,,2.345207216808704,0.2173078067605182, +AFR,mfh_sr21_std,urban,2100,,3.927785828714942,1.5309542162843917, +AFR,mfh_sr31_std,rural,2100,,2.171771576701752,0.1550033651189601, +AFR,mfh_sr31_std,urban,2100,,6.75096006812667,2.543443745787612, +AFR,sfh_s1,rural,2100,143.64700022638183,2046.670912049243,25987.53564777274,0.0883935385302692 +AFR,sfh_s1,urban,2100,149.2873895755873,117.1901647115699,2110.183607150047,0.1206162872714873 +AFR,sfh_s2,rural,2100,143.6444605033549,3112.001713383523,39469.46952094821,0.0882942820346406 +AFR,sfh_s2,urban,2100,149.2873895755873,604.9013054849762,11763.788530152928,0.1302685451733056 +AFR,sfh_s3,rural,2100,135.78059522338597,3665.319137703781,44494.0311671582,0.0894030329126431 +AFR,sfh_s3,urban,2100,141.07625955685202,1375.4465127016078,25980.44985520096,0.1338902719578033 +AFR,sfh_s51_std,rural,2100,126.30495867536516,12429.313321435267,135925.9840259822,0.0865834623541841 +AFR,sfh_s51_std,urban,2100,131.28489075542765,54327.96404342922,961432.8419228984,0.1347971705047989 +AFR,sfh_s52_low,rural,2100,42.24027504538575,4.891228353701656,3.0081782922081546,0.0145599169111828 +AFR,sfh_s52_low,urban,2100,43.1615913953456,43.83884129734145,24.21079163520437,0.0127953589653977 +AFR,sfh_sr11_std,rural,2100,,115.30984531746338,43.07556433590997, +AFR,sfh_sr11_std,urban,2100,,17.597468974247207,22.95782286533462, +AFR,sfh_sr21_std,rural,2100,,185.91622028547167,74.95484139840735, +AFR,sfh_sr21_std,urban,2100,,68.90196472845133,89.13389936503316, +AFR,sfh_sr31_std,rural,2100,,200.4250097439504,57.22086407005709, +AFR,sfh_sr31_std,urban,2100,,134.76494187812554,163.72430225795927, +CHN,inf_ns,urban,2100,,0.0,0.0, +CHN,mfh_s1,rural,2100,26.041009181373084,1263.5174707873214,6739.4224451556,0.2048253086504194 +CHN,mfh_s1,urban,2100,29.27962872358791,545.6348778814163,3763.17155073153,0.2355517461814156 +CHN,mfh_s2,rural,2100,22.143073415258677,1590.0056485255989,7297.521494427255,0.2072711303067742 +CHN,mfh_s2,urban,2100,24.79624346887529,2134.713761266619,12556.899907286026,0.2372230529438811 +CHN,mfh_s3,rural,2100,18.52588098244399,670.1567814011229,2607.680001743173,0.2100385493537044 +CHN,mfh_s3,urban,2100,20.59536213099936,5309.912702410968,26166.45438158354,0.2392698982593978 +CHN,mfh_s51_std,rural,2100,17.97700047700296,0.3465649813358551,1.1877670080018536,0.1906467256501975 +CHN,mfh_s51_std,urban,2100,19.949459053940306,15693.23106775892,72319.90111687982,0.2310012502126248 +CHN,mfh_s52_low,rural,2100,14.257037731628316,7.450192474206532e-06,1.4230198730972768e-06,0.0133972040928996 +CHN,mfh_s52_low,urban,2100,15.475133528889272,73.28732801836027,54.30708204959682,0.0478843035702018 +CHN,mfh_sr11_std,rural,2100,,539.5793583994711,1963.2146417109204, +CHN,mfh_sr11_std,urban,2100,,118.9032122127365,492.9017459387482, +CHN,mfh_sr12_low,rural,2100,,113.59466878215528,38.82525191566154, +CHN,mfh_sr12_low,urban,2100,,4.075870603863397,1.739092529328887, +CHN,mfh_sr21_std,rural,2100,,653.6685853096205,1885.5481447383, +CHN,mfh_sr21_std,urban,2100,,443.6766373261205,1548.2007659100454, +CHN,mfh_sr22_low,rural,2100,,93.10498724492804,18.15431477548615, +CHN,mfh_sr22_low,urban,2100,,9.578546482011015,2.512374539359988, +CHN,mfh_sr31_std,rural,2100,,262.89044718856604,603.2076911151952, +CHN,mfh_sr31_std,urban,2100,,954.803053518502,2768.463538201499, +CHN,mfh_sr32_low,rural,2100,,23.634223462449537,3.3524859898044554, +CHN,mfh_sr32_low,urban,2100,,9.65187013140625,1.9895283392503345, +CHN,sfh_s1,rural,2100,50.23954510392356,1030.975288910964,10124.496518809072,0.1954697155734152 +CHN,sfh_s1,urban,2100,56.97801785226968,75.08820763286641,955.0996061528,0.2232387547174091 +CHN,sfh_s2,rural,2100,41.01092129099138,1203.1286245691706,9685.857080369104,0.1963027896372209 +CHN,sfh_s2,urban,2100,46.38032051448324,284.2593776702449,2976.319770773792,0.2257517069676119 +CHN,sfh_s3,rural,2100,30.84729745331328,487.8458696082147,2986.113273849452,0.1984296308296835 +CHN,sfh_s3,urban,2100,34.77400910324272,703.3143287391979,5678.848331057228,0.2321966987624571 +CHN,sfh_s51_std,urban,2100,32.984811850241385,2004.6152865479253,15672.361137254562,0.2370223946715728 +CHN,sfh_s52_low,urban,2100,19.839703212324714,258.2625782570462,645.3480726340068,0.1259497656923394 +CHN,sfh_sr11_std,rural,2100,,250.70813877255355,2669.947624347637, +CHN,sfh_sr11_std,urban,2100,,10.894503447560972,134.84412769888695, +CHN,sfh_sr12_low,rural,2100,,439.52939185251984,1347.1182204224742, +CHN,sfh_sr12_low,urban,2100,,11.640412163607897,57.09235797225235, +CHN,sfh_sr21_std,rural,2100,,384.8692263409396,3090.797730920968, +CHN,sfh_sr21_std,urban,2100,,50.55846345110999,467.3715539150833, +CHN,sfh_sr22_low,rural,2100,,384.7258933978436,748.0585489118033, +CHN,sfh_sr22_low,urban,2100,,31.55618636821658,113.80816949635822, +CHN,sfh_sr31_std,rural,2100,,190.40624459682385,1045.0255671276857, +CHN,sfh_sr31_std,urban,2100,,142.94527326628327,828.3887169632166, +CHN,sfh_sr32_low,rural,2100,,110.79827019785849,116.5535712963759, +CHN,sfh_sr32_low,urban,2100,,41.06721062468597,90.59179188050324, +EEU,mfh_s1,rural,2100,5.8004566652851794,15.095660622347596,7.273993407596148,0.0830727510776262 +EEU,mfh_s1,urban,2100,5.819244081323695,159.71810013909655,54.03995097763803,0.0581425717194382 +EEU,mfh_s2,rural,2100,5.502448666608135,4.794701653991676,2.768594734582504,0.104940178893397 +EEU,mfh_s2,urban,2100,5.520358548773342,320.58363894382563,117.21763834846357,0.0662345098358305 +EEU,mfh_s3,rural,2100,5.466054840055654,2.0690999544838253,0.5604559938458327,0.0495548381898926 +EEU,mfh_s3,urban,2100,5.486936949774583,91.7035114916292,41.55397426428456,0.0825841362430877 +EEU,mfh_s51_std,rural,2100,5.66175901760692,0.0052807964146922,0.0001395244388743,0.0046665882073397 +EEU,mfh_s51_std,urban,2100,5.686187079926115,420.5200523017123,149.40548692157756,0.0624825425027244 +EEU,mfh_s52_low,rural,2100,6.654781647496288,0.0714127183997376,0.0035181320019902,0.0074029148635592 +EEU,mfh_s52_low,urban,2100,6.684871349012427,434.0595448881503,187.51250024359908,0.0646231108302312 +EEU,mfh_sr11_std,rural,2100,,70.4128452933277,18.328087930592982, +EEU,mfh_sr11_std,urban,2100,,127.55407454031575,28.696744456246197, +EEU,mfh_sr12_low,rural,2100,,1.500462428472193,0.1509321873449341, +EEU,mfh_sr12_low,urban,2100,,1.6564731481020711,0.1608838997256537, +EEU,mfh_sr21_std,rural,2100,,21.27485540696717,6.301272581213298, +EEU,mfh_sr21_std,urban,2100,,251.95389762153405,57.45054562276992, +EEU,mfh_sr22_low,rural,2100,,0.3878916219081599,0.0425138056742627, +EEU,mfh_sr22_low,urban,2100,,2.960479951837322,0.2852043362001442, +EEU,mfh_sr31_std,rural,2100,,7.905636551819715,0.8515606163389027, +EEU,mfh_sr31_std,urban,2100,,65.85709148683002,14.967880785946864, +EEU,mfh_sr32_low,rural,2100,,0.0503886562255772,0.0026666862809447, +EEU,mfh_sr32_low,urban,2100,,0.2333568920756322,0.0246454380379591, +EEU,sfh_s1,rural,2100,8.376888297260287,66.02825152270128,35.054158897267705,0.063376321712161 +EEU,sfh_s1,urban,2100,8.390499530514344,109.5376079954978,44.67142212843743,0.0486047493970642 +EEU,sfh_s2,rural,2100,7.31124971777819,16.986840341557354,9.549976815016398,0.0768949988409125 +EEU,sfh_s2,urban,2100,7.317699222685837,184.32923406949425,71.71728273645851,0.0531685789637236 +EEU,sfh_s3,rural,2100,5.765417036854554,8.29828378993159,1.4321800989743498,0.0299349560257835 +EEU,sfh_s3,urban,2100,5.776574125683992,69.28586289111453,25.192706110658104,0.0629447973482873 +EEU,sfh_s51_std,rural,2100,5.32489911506607,0.0085860127674079,8.6750397262184e-05,0.0018974422129485 +EEU,sfh_s51_std,urban,2100,5.339781942385947,306.5515196312253,90.52324461089223,0.0553010167512112 +EEU,sfh_s52_low,rural,2100,5.7705476837351055,0.4905681367205078,0.0132931384755138,0.0046958169399364 +EEU,sfh_s52_low,urban,2100,5.795228909629955,355.5486301569058,125.6755803265897,0.0609931824862696 +EEU,sfh_sr11_std,rural,2100,,261.0546061710331,130.61603312135546, +EEU,sfh_sr11_std,urban,2100,,61.376829690332976,24.058350164652868, +EEU,sfh_sr12_low,rural,2100,,231.47602709810607,38.85406774445307, +EEU,sfh_sr12_low,urban,2100,,38.12766714585377,5.6169018791334775, +EEU,sfh_sr21_std,rural,2100,,70.14074998567371,36.29244738314912, +EEU,sfh_sr21_std,urban,2100,,106.60658805601103,39.709423538737205, +EEU,sfh_sr22_low,rural,2100,,54.85398784818333,8.914480566465258, +EEU,sfh_sr22_low,urban,2100,,60.27060202075093,7.9847135497355906, +EEU,sfh_sr31_std,rural,2100,,45.59123785374166,5.802728244087423, +EEU,sfh_sr31_std,urban,2100,,52.65344787944458,15.834705614280915, +EEU,sfh_sr32_low,rural,2100,,16.80537436529252,0.8205396955446679, +EEU,sfh_sr32_low,urban,2100,,10.621464075648737,1.053369764781649, +FSU,mfh_s1,rural,2100,11.772125974054992,24.02071480087429,42.13302480648583,0.1489984708461324 +FSU,mfh_s1,urban,2100,8.756542324903274,642.4657358061532,731.716003880273,0.1300648462894467 +FSU,mfh_s2,rural,2100,11.183123062211436,14.180596662712786,42.16499130021269,0.2658853485325568 +FSU,mfh_s2,urban,2100,8.322510800397222,1068.7448102473747,1325.5866480180596,0.1490320703608151 +FSU,mfh_s3,rural,2100,10.035573345512086,7.543871543322083,19.351475234787337,0.2556098612002009 +FSU,mfh_s3,urban,2100,7.789655536010645,591.010287467808,626.2844756708945,0.1360374093328563 +FSU,mfh_s51_std,rural,2100,9.741938785589044,14.050105460707965,47.33657201761218,0.3458372936268489 +FSU,mfh_s51_std,urban,2100,7.767486699889488,2843.13440515593,4476.677362362341,0.2027112662209955 +FSU,mfh_s52_low,rural,2100,9.952866848916653,0.9727566604534956,1.4048982152214848,0.145108366632824 +FSU,mfh_s52_low,urban,2100,8.397303887581892,21.02600209893277,19.76492538255912,0.1119434289410084 +FSU,mfh_sr11_std,rural,2100,,131.8812152708701,191.56399827535347, +FSU,mfh_sr11_std,urban,2100,,55.72516412080408,51.606513090885095, +FSU,mfh_sr12_low,rural,2100,,19.575808134297244,7.604001670875845, +FSU,mfh_sr12_low,urban,2100,,3.767034488979341,1.0978207399676594, +FSU,mfh_sr21_std,rural,2100,,78.14668589770588,191.15928751594552, +FSU,mfh_sr21_std,urban,2100,,92.7954554179146,93.0163501857759, +FSU,mfh_sr22_low,rural,2100,,11.148363226852434,6.806457735113871, +FSU,mfh_sr22_low,urban,2100,,5.893216362504935,1.8271999103755647, +FSU,mfh_sr31_std,rural,2100,,42.3224781227262,80.58416126803007, +FSU,mfh_sr31_std,urban,2100,,52.7708696416663,42.85085992806787, +FSU,mfh_sr32_low,rural,2100,,3.077764360867434,1.3112220606526024, +FSU,mfh_sr32_low,urban,2100,,1.3408836917698874,0.3894278111737495, +FSU,sfh_s1,rural,2100,19.441840625547407,81.89128993472288,223.12527484809533,0.1401437317327353 +FSU,sfh_s1,urban,2100,13.667296104337138,261.9241408481145,469.82842322654784,0.1312445128305394 +FSU,sfh_s2,rural,2100,17.397992936418436,56.21083148834797,260.2816749212045,0.266148751365415 +FSU,sfh_s2,urban,2100,12.13628876150187,547.2234754646172,1006.5479225284688,0.1515597344378116 +FSU,sfh_s3,rural,2100,12.879438402468654,29.17599584688422,84.03525294003784,0.2236345483700831 +FSU,sfh_s3,urban,2100,9.22772426050544,300.5823333605819,381.5259975713373,0.1375517361974731 +FSU,sfh_s51_std,rural,2100,11.210339045756546,48.82632949018494,224.8391146226876,0.4107703058138952 +FSU,sfh_s51_std,urban,2100,8.23127068866377,1560.031503644694,2752.9532409850053,0.2143870667991455 +FSU,sfh_s52_low,rural,2100,9.944198707353737,22.785661868319792,46.48137148991072,0.20513864935144 +FSU,sfh_s52_low,urban,2100,7.918987751890675,63.99671783833603,59.330540855036766,0.1170714331731641 +FSU,sfh_sr11_std,rural,2100,,294.78493974257964,750.5158734978914, +FSU,sfh_sr11_std,urban,2100,,15.40089660766552,27.151342475577827, +FSU,sfh_sr12_low,rural,2100,,290.8062837663819,354.2145546996448, +FSU,sfh_sr12_low,urban,2100,,9.599174550250252,6.368159906267174, +FSU,sfh_sr21_std,rural,2100,,203.740349171076,890.5976428741437, +FSU,sfh_sr21_std,urban,2100,,33.007673268822906,59.33929330947761, +FSU,sfh_sr22_low,rural,2100,,199.77840480743,399.6900509441284, +FSU,sfh_sr22_low,urban,2100,,19.215067973027185,12.717455653828193, +FSU,sfh_sr31_std,rural,2100,,144.92527746857115,386.4237772687499, +FSU,sfh_sr31_std,urban,2100,,22.45552516847259,26.116937160508567, +FSU,sfh_sr32_low,rural,2100,,73.74441956079833,68.15109354057282, +FSU,sfh_sr32_low,urban,2100,,6.645276986285618,2.414892366775368, +LAM,inf_ns,urban,2100,,1.5767136124120922,43.10799382008366, +LAM,mfh_s1,rural,2100,55.21090238691856,4.585706869591102,80.41451148622734,0.3176166731618395 +LAM,mfh_s1,urban,2100,38.053180190561,36.018825919566666,485.4498901470259,0.3541798887801287 +LAM,mfh_s2,rural,2100,52.77849211123935,5.818736213056562,95.21353703975085,0.3100366612176702 +LAM,mfh_s2,urban,2100,36.555432227577015,213.61061439573808,2732.3453422706443,0.3499136114728144 +LAM,mfh_s3,rural,2100,50.32243674647189,2.7780685505266263,42.86788436222632,0.3066390281837343 +LAM,mfh_s3,urban,2100,34.9603097505505,307.7081480888368,3760.8236013680007,0.34959780347763 +LAM,mfh_s51_std,rural,2100,49.966375970792456,0.961359414292846,12.080853371492818,0.2514976771038315 +LAM,mfh_s51_std,urban,2100,34.72801837615456,1480.505214445221,16827.607485356064,0.3272897687815293 +LAM,mfh_s52_low,rural,2100,30.201835892760432,5.942150331344466e-05,0.0003691085679862,0.2056729362037477 +LAM,mfh_s52_low,urban,2100,23.30716932636384,0.389766931161023,1.059964836914177,0.1166801388595681 +LAM,mfh_sr11_std,rural,2100,,0.2962964144964995,0.2371638455272691, +LAM,mfh_sr11_std,urban,2100,,3.4190038057864305,2.1082786363529378, +LAM,mfh_sr12_low,rural,2100,,0.0001154544460934,3.7327622146272585e-08, +LAM,mfh_sr12_low,urban,2100,,7.820647929636796e-05,3.833166608151096e-08, +LAM,mfh_sr21_std,rural,2100,,0.33895830952083,0.2457944894147212, +LAM,mfh_sr21_std,urban,2100,,15.668757353687663,8.967811470812967, +LAM,mfh_sr22_low,rural,2100,,6.659431651596481e-05,2.361387947554526e-08, +LAM,mfh_sr22_low,urban,2100,,0.0001669986191374,9.08387213415174e-08, +LAM,mfh_sr31_std,rural,2100,,0.1851905927419397,0.1178535527847998, +LAM,mfh_sr31_std,urban,2100,,19.265277248933497,10.541548157490016, +LAM,mfh_sr32_low,rural,2100,,2.287665668475412e-05,8.141300974939521e-09, +LAM,mfh_sr32_low,urban,2100,,0.0001558599763254,8.355412914479144e-08, +LAM,sfh_s1,rural,2100,109.36203744268914,767.7616123209618,27358.226383422894,0.3258329140103305 +LAM,sfh_s1,urban,2100,73.79792552446617,405.7117653967496,11611.477505632378,0.3878160057741373 +LAM,sfh_s2,rural,2100,102.90673708522768,973.2560936180752,31768.97572976147,0.3171993387541881 +LAM,sfh_s2,urban,2100,69.65579833429148,2394.781991860036,63830.96419980776,0.3826556647598046 +LAM,sfh_s3,rural,2100,95.81578018125536,459.72211965669374,13847.947753680117,0.3143786000614539 +LAM,sfh_s3,urban,2100,64.85784223243395,3438.658402570983,85407.24877905639,0.382950994072546 +LAM,sfh_s51_std,rural,2100,94.77878268476182,171.23597331256957,3838.322633918342,0.2365022865223548 +LAM,sfh_s51_std,urban,2100,64.15286008893816,18446.9552814298,393061.6972963493,0.3321391020250688 +LAM,sfh_s52_low,rural,2100,38.32498052154463,0.220448840659416,0.0715238877321487,0.0084656703032264 +LAM,sfh_s52_low,urban,2100,27.73617795293464,613.0913840523673,134.14395573737187,0.0078885881167832 +LAM,sfh_sr11_std,rural,2100,,96.4309089959708,479.709155450362, +LAM,sfh_sr11_std,urban,2100,,96.81905084984432,324.7822666459738, +LAM,sfh_sr12_low,rural,2100,,6.469913717832609,0.6719752121132914, +LAM,sfh_sr12_low,urban,2100,,5.051749839783757,0.488820402168259, +LAM,sfh_sr21_std,rural,2100,,119.09625030923918,519.8119634697048, +LAM,sfh_sr21_std,urban,2100,,538.167758552728,1892.695555919552, +LAM,sfh_sr22_low,rural,2100,,5.804351596604176,0.4593129940945772, +LAM,sfh_sr22_low,urban,2100,,18.005189293727025,1.237904819181214, +LAM,sfh_sr31_std,rural,2100,,65.8402324341494,261.2910814037644, +LAM,sfh_sr31_std,urban,2100,,749.6578086858763,2391.265611628244, +LAM,sfh_sr32_low,rural,2100,,2.900484461327037,0.1872771880420385, +LAM,sfh_sr32_low,urban,2100,,19.95662145554835,0.9536635820734174, +MEA,inf_ns,urban,2100,,84.33874270822906,9688.787600049209, +MEA,mfh_s1,rural,2100,68.12536054487518,60.120410563526775,2535.9679481287653,0.619174423935608 +MEA,mfh_s1,urban,2100,66.99569205906927,27.92622214204573,1195.3220459421825,0.6388896659340602 +MEA,mfh_s2,rural,2100,64.03491242702584,76.46706882818935,2940.5746192647102,0.6005386198838877 +MEA,mfh_s2,urban,2100,62.258499951392565,133.97711552324202,6005.086505053945,0.719929536882882 +MEA,mfh_s3,rural,2100,56.7134218451578,64.64548272346651,2245.110139470513,0.6123695917429376 +MEA,mfh_s3,urban,2100,54.33056929492965,218.8480537284271,8866.36228604275,0.7456903595852468 +MEA,mfh_s51_std,rural,2100,54.28411302862676,87.53040914591213,2774.136503000992,0.5838430601985394 +MEA,mfh_s51_std,urban,2100,52.09479613230947,2509.328660250394,97645.44680024729,0.7469647495501017 +MEA,mfh_s52_low,rural,2100,30.117939906718973,0.1587730293661274,0.5475527953843694,0.1145048828912407 +MEA,mfh_s52_low,urban,2100,29.01981184665017,26.15595188865485,116.24574766008656,0.1531482198064492 +MEA,mfh_sr11_std,rural,2100,,12.548184525380137,192.94228419405675, +MEA,mfh_sr11_std,urban,2100,,7.8329997493712336,119.55455577740402, +MEA,mfh_sr12_low,rural,2100,,0.2988739261645505,0.6116742771448594, +MEA,mfh_sr12_low,urban,2100,,0.1442251920642987,0.4673317997730585, +MEA,mfh_sr21_std,rural,2100,,15.222673892048348,209.94053425434893, +MEA,mfh_sr21_std,urban,2100,,32.572437488959345,429.4110968896778, +MEA,mfh_sr22_low,rural,2100,,0.2469304759240536,0.4270685642234819, +MEA,mfh_sr22_low,urban,2100,,0.4236070928056584,1.1722297693637869, +MEA,mfh_sr31_std,rural,2100,,10.73360139790474,116.30355015301824, +MEA,mfh_sr31_std,urban,2100,,45.82557598984046,471.2558366057248, +MEA,mfh_sr32_low,rural,2100,,0.0882797339493953,0.1146316733745025, +MEA,mfh_sr32_low,urban,2100,,0.2818820535272092,0.6072672217119446, +MEA,sfh_s1,rural,2100,147.69976549175996,820.5240156540016,77944.13182241273,0.6431500703389448 +MEA,sfh_s1,urban,2100,145.61936191476917,177.57369578720653,16933.341261048598,0.6548546316979692 +MEA,sfh_s2,rural,2100,135.3858036063415,1025.895224591941,87102.31187236759,0.6271241809737502 +MEA,sfh_s2,urban,2100,131.5971575107967,862.4480144035289,84775.84186368213,0.7469519681218363 +MEA,sfh_s3,rural,2100,113.58514822966232,844.277720656426,62343.23498740752,0.6501034277813922 +MEA,sfh_s3,urban,2100,108.20756113619558,1395.2766271791843,117521.42730590228,0.7783933722399837 +MEA,sfh_s51_std,rural,2100,106.72091912816404,1296.3745369979997,84768.06358562651,0.612706112954665 +MEA,sfh_s51_std,urban,2100,101.94205178310348,16026.27491153678,1389762.8830808827,0.8506575285762379 +MEA,sfh_s52_low,rural,2100,40.0802050103238,70.83418893908848,351.10499495521185,0.1236699394431173 +MEA,sfh_s52_low,urban,2100,38.998407901058656,2938.292943510637,20970.68650979097,0.1830082543504221 +MEA,sfh_sr11_std,rural,2100,,263.16796937668914,11440.131464860458, +MEA,sfh_sr11_std,urban,2100,,71.82010583872881,3471.6524258758336, +MEA,sfh_sr12_low,rural,2100,,53.985509407110165,680.3106984022356, +MEA,sfh_sr12_low,urban,2100,,19.151925059989928,238.1151282107327, +MEA,sfh_sr21_std,rural,2100,,349.916602780009,13274.193634248197, +MEA,sfh_sr21_std,urban,2100,,304.5773810024717,12753.773495459143, +MEA,sfh_sr22_low,rural,2100,,57.62530345685853,594.4560201992011, +MEA,sfh_sr22_low,urban,2100,,81.87776758248664,835.0658318396719, +MEA,sfh_sr31_std,rural,2100,,296.3569631809317,8646.948986420804, +MEA,sfh_sr31_std,urban,2100,,466.6936783823217,14793.472388674012, +MEA,sfh_sr32_low,rural,2100,,36.02008760279234,244.8306577834024, +MEA,sfh_sr32_low,urban,2100,,119.80794186926882,839.4914659125001, +NAM,mfh_s1,rural,2100,17.74469768619677,5.212110056450896,106.4598592928064,1.1510752225062904 +NAM,mfh_s1,urban,2100,19.159981044354385,126.2130659848006,2823.4976403587416,1.167583737186767 +NAM,mfh_s2,rural,2100,15.101286752640622,2.602985198064733,44.276937417945646,1.1263981300889443 +NAM,mfh_s2,urban,2100,16.32458218449295,214.47214838569843,3822.464372885107,1.0917682729784517 +NAM,mfh_s3,rural,2100,14.14572518251164,0.9662697510973048,14.663327809231264,1.0727757379202418 +NAM,mfh_s3,urban,2100,15.30433489171251,277.1799538041702,4566.368340989736,1.076451982603828 +NAM,mfh_s51_std,urban,2100,17.87376569061958,3261.2292383467943,39964.59259284198,0.6856113559739117 +NAM,mfh_s52_low,urban,2100,13.622026485707508,271.9677155047321,963.1336686109764,0.2599725483354422 +NAM,mfh_sr11_std,rural,2100,,13.851676931864532,91.49629142912598, +NAM,mfh_sr11_std,urban,2100,,158.948490423982,699.3802285387518, +NAM,mfh_sr12_low,rural,2100,,0.6496135265180947,0.5056431581850492, +NAM,mfh_sr12_low,urban,2100,,1.7641903471049167,2.4402751255821444, +NAM,mfh_sr21_std,rural,2100,,5.459907596767869,25.6161117912212, +NAM,mfh_sr21_std,urban,2100,,219.8181995065752,668.0422674535821, +NAM,mfh_sr22_low,rural,2100,,0.1648929391309909,0.0825179013197847, +NAM,mfh_sr22_low,urban,2100,,1.5382931578967256,1.6574746224040526, +NAM,mfh_sr31_std,rural,2100,,2.0488603268331267,6.867459971242629, +NAM,mfh_sr31_std,urban,2100,,262.6297688269294,762.4720175761142, +NAM,mfh_sr32_low,rural,2100,,0.061585162612536,0.0171508071487537, +NAM,mfh_sr32_low,urban,2100,,1.2173687374605917,1.3021155442306835, +NAM,sfh_s1,rural,2100,32.075662942716946,204.40902606104504,4953.254083037753,0.7554659521849606 +NAM,sfh_s1,urban,2100,34.535105834147004,315.0828909375963,12459.72134609307,1.1450454277250486 +NAM,sfh_s2,rural,2100,23.83129281092514,90.08100506518102,1640.477848162225,0.7641692265408204 +NAM,sfh_s2,urban,2100,25.660851938873623,508.6689766349214,15152.174136115334,1.1608300202040325 +NAM,sfh_s3,rural,2100,20.786914898360063,31.487500689726904,463.5731027360801,0.7082555745814016 +NAM,sfh_s3,urban,2100,22.393437689890348,665.5864148332703,19151.52185473168,1.2849258689027354 +NAM,sfh_s51_std,urban,2100,29.90869524275092,7432.252024190477,307551.56150037795,1.383566509333095 +NAM,sfh_s52_low,urban,2100,14.11764386053459,13073.640378564662,58676.41859369224,0.3179104777462514 +NAM,sfh_sr11_std,rural,2100,,680.5597931493095,16708.75060148927, +NAM,sfh_sr11_std,urban,2100,,1035.024847541304,19050.637167578243, +NAM,sfh_sr12_low,rural,2100,,603.3482473767626,2310.609831988873, +NAM,sfh_sr12_low,urban,2100,,315.14712509682835,1168.3598635251954, +NAM,sfh_sr21_std,rural,2100,,308.9943838974004,5068.986435415857, +NAM,sfh_sr21_std,urban,2100,,1647.7783092222328,20014.542390287454, +NAM,sfh_sr22_low,rural,2100,,222.1037888080457,521.3266765016483, +NAM,sfh_sr22_low,urban,2100,,373.0077124480806,892.7040041172919, +NAM,sfh_sr31_std,rural,2100,,116.76090214457342,1459.905789765509, +NAM,sfh_sr31_std,urban,2100,,2098.793697917165,20318.540045961745, +NAM,sfh_sr32_low,rural,2100,,84.03663879300517,125.60439080290308, +NAM,sfh_sr32_low,urban,2100,,375.6238967423508,785.1925885837273, +PAO,mfh_s1,rural,2100,13.114177590019562,3.156987471133711,12.932629330294285,0.3123725848337049 +PAO,mfh_s1,urban,2100,16.236781251096108,88.8357509547719,411.6759730167848,0.2854090914227413 +PAO,mfh_s2,rural,2100,11.67203390264824,2.049330815920356,7.560673213301544,0.3160835224318677 +PAO,mfh_s2,urban,2100,14.375356452203944,297.5344626682662,1243.104658063001,0.2906375978020282 +PAO,mfh_s3,rural,2100,10.082736397379453,2.3612576432352688,7.561373977364003,0.3175988552940351 +PAO,mfh_s3,urban,2100,12.264128740635122,371.1036270734043,1289.925733240981,0.2834215095934265 +PAO,mfh_s51_std,rural,2100,9.888408135461638,0.0933745702137185,0.2297598046501767,0.2488393476959917 +PAO,mfh_s51_std,urban,2100,12.002263731566018,807.1626437714945,2289.5560783653405,0.2363344680070107 +PAO,mfh_s52_low,rural,2100,9.797785358755489,0.0005568321665158,0.0014141731444657,0.2592091627702391 +PAO,mfh_s52_low,urban,2100,11.677086865143282,6.316125054293675,18.833600493457872,0.255357208863127 +PAO,mfh_sr11_std,rural,2100,,3.3553948952416737,5.053472196320562, +PAO,mfh_sr11_std,urban,2100,,18.453323472841927,26.59108917834467, +PAO,mfh_sr12_low,rural,2100,,0.0092936776947967,0.004327550853404, +PAO,mfh_sr12_low,urban,2100,,0.0246801089961134,0.0179313284855382, +PAO,mfh_sr21_std,rural,2100,,1.4343738661119636,1.446095350377092, +PAO,mfh_sr21_std,urban,2100,,57.57688224608136,75.67428410386663, +PAO,mfh_sr22_low,rural,2100,,0.0026016055199607,0.0011481330376365, +PAO,mfh_sr22_low,urban,2100,,0.0395845951795246,0.02550334453954, +PAO,mfh_sr31_std,rural,2100,,1.3179453665185847,1.1343151472868995, +PAO,mfh_sr31_std,urban,2100,,30.08139122601156,29.376885161774684, +PAO,mfh_sr32_low,rural,2100,,0.000535739484269,0.0002000835133037, +PAO,mfh_sr32_low,urban,2100,,0.0035330580237688,0.0002790016719117, +PAO,sfh_s1,rural,2100,23.68171456361487,99.59271485377664,593.9341614289044,0.2518242747948816 +PAO,sfh_s1,urban,2100,29.679747200592097,88.14869487302455,711.603238065069,0.2719955705493699 +PAO,sfh_s2,rural,2100,19.048060028930507,56.375665656979535,299.6995708455704,0.2790896217934749 +PAO,sfh_s2,urban,2100,23.82738886733092,311.1412878262015,2037.6015833763724,0.2748433110415694 +PAO,sfh_s3,rural,2100,13.324439331479338,62.46343115051392,240.92409295725156,0.2894712605102287 +PAO,sfh_s3,urban,2100,16.518721424140775,415.208638571994,1942.89932479222,0.2832745038527073 +PAO,sfh_s51_std,rural,2100,12.511430048581444,90.5477173281372,256.56033167337915,0.2264670640369886 +PAO,sfh_s51_std,urban,2100,15.487094334742668,2369.904645752491,7813.653031591425,0.2128890413150714 +PAO,sfh_s52_low,rural,2100,9.875077039957578,0.1554644667437292,0.1911793888943519,0.1245286944709589 +PAO,sfh_s52_low,urban,2100,11.917762822915076,51.42863216273455,108.60629828161612,0.1771965653902348 +PAO,sfh_sr11_std,rural,2100,,291.8686647006474,1284.2342422191043, +PAO,sfh_sr11_std,urban,2100,,224.0633036131269,1261.2783699568588, +PAO,sfh_sr12_low,rural,2100,,61.43389293380989,64.61135299366633, +PAO,sfh_sr12_low,urban,2100,,7.209303128021405,11.900624372358507, +PAO,sfh_sr21_std,rural,2100,,164.94662792302134,537.796992522955, +PAO,sfh_sr21_std,urban,2100,,732.2773755364849,3304.215589400625, +PAO,sfh_sr22_low,rural,2100,,20.2678995149512,15.953109165258592, +PAO,sfh_sr22_low,urban,2100,,13.69440333739308,17.054186762788184, +PAO,sfh_sr31_std,rural,2100,,186.3529143427155,412.6384330719162, +PAO,sfh_sr31_std,urban,2100,,775.2633025837424,2363.5286653433463, +PAO,sfh_sr32_low,rural,2100,,6.478169594598607,3.2908147018395133, +PAO,sfh_sr32_low,urban,2100,,3.672927155430074,3.0269741610659184, +PAS,inf_ns,urban,2100,,84.79676709406961,912.1708935820574, +PAS,mfh_s1,rural,2100,90.88257167275891,149.04914776044302,1713.2183304836603,0.126474394150881 +PAS,mfh_s1,urban,2100,90.8289302616734,50.80680316089348,715.355599041568,0.1550157807729247 +PAS,mfh_s2,rural,2100,90.88257167275891,190.5317982621393,2115.58881384963,0.1221752363926493 +PAS,mfh_s2,urban,2100,90.8289302616734,213.24536465937268,2797.481139078219,0.1444319810742324 +PAS,mfh_s3,rural,2100,86.93708881369658,142.78695579005014,1438.7282019299705,0.1159004517949551 +PAS,mfh_s3,urban,2100,86.80369702744582,373.0218277361173,4750.524625293319,0.1467131715549894 +PAS,mfh_s51_std,rural,2100,82.46990660816577,60.06964418456317,507.9952393072357,0.1025437227628237 +PAS,mfh_s51_std,urban,2100,82.27665862535399,2565.0448776284466,30222.69871817562,0.1432061363837478 +PAS,mfh_s52_low,rural,2100,39.659483654743006,0.0045741735080256,0.0185788183979277,0.1024137809187121 +PAS,mfh_s52_low,urban,2100,38.45862323916928,3.740106125852289,4.74161684752947,0.0329646750262761 +PAS,mfh_sr11_std,rural,2100,,0.8713582955186044,0.7515975747489577, +PAS,mfh_sr11_std,urban,2100,,2.451554730125657,2.652149921790842, +PAS,mfh_sr21_std,rural,2100,,0.4260859699568722,0.3675241082830149, +PAS,mfh_sr21_std,urban,2100,,19.53024556485055,21.12828182723588, +PAS,mfh_sr31_std,rural,2100,,0.2545412004813793,0.2134917152419417, +PAS,mfh_sr31_std,urban,2100,,30.18079689945709,31.69805102709517, +PAS,sfh_s1,rural,2100,194.3753651283975,1122.412999378812,27517.94207406487,0.1261310589858256 +PAS,sfh_s1,urban,2100,195.1252613552728,248.1391885791412,7507.796973367147,0.1550613870026952 +PAS,sfh_s2,rural,2100,194.3753651283975,1433.4204460126855,33912.869852757765,0.1217165758320849 +PAS,sfh_s2,urban,2100,195.1252613552728,1045.8950200019174,29237.515010071445,0.1432645912000755 +PAS,sfh_s3,rural,2100,183.5772429120777,1078.181492677346,22809.75801633052,0.1152417811916254 +PAS,sfh_s3,urban,2100,184.2199324399767,1792.9140781288131,48813.946489843205,0.1477909445205259 +PAS,sfh_s51_std,rural,2100,170.92295452413865,448.9234065868303,7787.900909424379,0.1014957310261775 +PAS,sfh_s51_std,urban,2100,171.54560328508168,11981.755435273768,298974.25282310543,0.1454567055006254 +PAS,sfh_s52_low,rural,2100,53.93771085324265,0.031938548800531,0.1654683877224045,0.0960522063868675 +PAS,sfh_s52_low,urban,2100,53.14721553076517,337.5965679122733,345.8352224866225,0.0192748356717328 +PAS,sfh_sr11_std,rural,2100,,10.751521116037669,27.11208544829243, +PAS,sfh_sr11_std,urban,2100,,12.97629120259254,27.49608927225076, +PAS,sfh_sr21_std,rural,2100,,9.398089088963332,30.391265195540228, +PAS,sfh_sr21_std,urban,2100,,102.81080846742304,217.85078057312663, +PAS,sfh_sr31_std,rural,2100,,4.954975496504236,14.868908878371869, +PAS,sfh_sr31_std,urban,2100,,161.31575221355217,324.794878980426, +RCPA,inf_ns,urban,2100,,2.7440827685136577,112.1792343766422, +RCPA,mfh_s1,rural,2100,2.2152941838320857,114.87103655065158,2347.8023534258277,9.22613035372874 +RCPA,mfh_s1,urban,2100,2.490801749055221,46.980438741262525,1171.0317199306307,10.007196526586196 +RCPA,mfh_s2,rural,2100,1.8836989537286024,182.40922175979145,3139.923514388619,9.138202595014508 +RCPA,mfh_s2,urban,2100,2.1094026562064045,147.32080892084647,3084.2284668773987,9.92482728823273 +RCPA,mfh_s3,rural,2100,1.575986403020409,149.3914753330071,2111.6158299915733,8.968847231185476 +RCPA,mfh_s3,urban,2100,1.752036014616265,311.2882272230765,5327.624439910975,9.768499916636436 +RCPA,mfh_s51_std,urban,2100,1.697089398685894,478.5989870141619,7830.327746617822,9.640586255995442 +RCPA,sfh_s1,rural,2100,4.273850191132386,105.36866888204356,4228.325808466018,9.389395986145928 +RCPA,sfh_s1,urban,2100,4.847088324238219,6.766833328754617,333.3258725838453,10.162548036702676 +RCPA,sfh_s2,rural,2100,3.4887762903794743,160.37949334757153,5228.818911402447,9.345050268668109 +RCPA,sfh_s2,urban,2100,3.9455480993223584,20.66791740127408,825.3394555547105,10.121119387822272 +RCPA,sfh_s3,rural,2100,2.6241624569658866,130.69259929064387,3183.159465028784,9.281468227841604 +RCPA,sfh_s3,urban,2100,2.958205635518912,43.86055361614253,1305.263541659568,10.059948058019216 +RCPA,sfh_s51_std,urban,2100,2.805999619204562,70.9830674943699,1982.7559152401543,9.954670357752033 +SAS,inf_ns,urban,2100,,219.0717503228101,4698.035337364042, +SAS,mfh_s1,rural,2100,90.75596963562704,180.9845241034677,1677.379920563454,0.1021209387941118 +SAS,mfh_s1,urban,2100,95.97402745566758,174.58640084765196,2401.411494189065,0.1433185656829411 +SAS,mfh_s2,rural,2100,90.75596963562704,215.08432042385408,1994.298843867959,0.1021659751809449 +SAS,mfh_s2,urban,2100,95.97402745566758,610.6736551294554,8368.676523004588,0.142788712182773 +SAS,mfh_s3,rural,2100,86.67226574203956,221.52730692846404,1956.942085935768,0.101922614497758 +SAS,mfh_s3,urban,2100,91.62040173837984,1016.755336807966,13270.565820535292,0.1424560138797328 +SAS,mfh_s51_std,rural,2100,82.10347343533331,198.9829106137485,1632.0513893692632,0.0998979370143103 +SAS,mfh_s51_std,urban,2100,86.76082098095674,14746.645089037796,157586.2106177639,0.1231689761708336 +SAS,mfh_s52_low,rural,2100,38.60826277020307,5.484376620663119,0.9676170194286016,0.0045697870997137 +SAS,mfh_s52_low,urban,2100,40.302901485289816,246.14062378078296,63.036710866885386,0.0063543910021209 +SAS,mfh_sr11_std,rural,2100,,6.735498107244463,13.45140453641223, +SAS,mfh_sr11_std,urban,2100,,3.604407165185896,17.96592217691252, +SAS,mfh_sr21_std,rural,2100,,7.920783087882945,15.59424800101313, +SAS,mfh_sr21_std,urban,2100,,11.42841097117687,55.17085743794406, +SAS,mfh_sr31_std,rural,2100,,7.399996975956991,12.846844603214189, +SAS,mfh_sr31_std,urban,2100,,17.867415382953872,80.23109628054029, +SAS,sfh_s1,rural,2100,195.9058845613517,5714.9554806407305,115401.21020409076,0.1030742136485353 +SAS,sfh_s1,urban,2100,207.59832232629597,491.8373780461742,14686.428504615838,0.1438370691747563 +SAS,sfh_s2,rural,2100,195.9058845613517,6790.215883143985,137161.84801006093,0.1031103507710645 +SAS,sfh_s2,urban,2100,207.59832232629597,1720.8301071171106,51170.53923196752,0.1432379702841972 +SAS,sfh_s3,rural,2100,184.88129178954736,6979.66216781219,132829.92037714782,0.1029362974971252 +SAS,sfh_s3,urban,2100,195.8864664538644,2862.0651012066355,80115.58188503888,0.1429002705615759 +SAS,sfh_s51_std,rural,2100,172.16792107455407,6063.807481340128,109345.4251331386,0.1047376866909247 +SAS,sfh_s51_std,urban,2100,182.41910504836048,41597.98546486736,940054.7923953251,0.1238826675009004 +SAS,sfh_s52_low,rural,2100,52.83173584215312,544.5549539386975,517.0021788985163,0.0179703187301848 +SAS,sfh_s52_low,urban,2100,55.53999162790341,1283.658804369477,1755.8421152809883,0.0246280512046817 +SAS,sfh_sr11_std,rural,2100,,352.13689260693747,2104.5049175462823, +SAS,sfh_sr11_std,urban,2100,,17.815396309901203,224.27707204016855, +SAS,sfh_sr21_std,rural,2100,,417.2868023228356,2470.9532046700097, +SAS,sfh_sr21_std,urban,2100,,58.47628573104368,721.1161223855728, +SAS,sfh_sr31_std,rural,2100,,419.2454398471789,2341.3911254601944, +SAS,sfh_sr31_std,urban,2100,,97.11310673953233,1120.011655622951, +WEU,mfh_s1,rural,2100,7.729068945553558,11.19753633794056,24.09985085252177,0.2784612017112795 +WEU,mfh_s1,urban,2100,7.903874062738302,387.5437546835408,693.566501276474,0.2264265527007899 +WEU,mfh_s2,rural,2100,7.037033560240777,4.994237791128829,9.36096885388423,0.2663556793374577 +WEU,mfh_s2,urban,2100,7.140037680651747,543.5357676930946,1161.0340169995782,0.299168808779217 +WEU,mfh_s3,rural,2100,6.803468884434982,5.20391156583402,12.300253298865318,0.3474191428106645 +WEU,mfh_s3,urban,2100,6.831419933722144,661.8515835174953,1240.6193923903463,0.2743891728620387 +WEU,mfh_s51_std,rural,2100,6.943266868810226,0.2312578464235702,0.1911016016114818,0.1190156278277326 +WEU,mfh_s51_std,urban,2100,6.959664847406423,1206.2583248796084,1419.2127032980009,0.1690514266541744 +WEU,mfh_s52_low,rural,2100,7.498961736578346,3.307212602423961,2.4446811249916305,0.0985732254724559 +WEU,mfh_s52_low,urban,2100,7.521431385035357,4620.581001281836,5526.442799175023,0.1590188444536069 +WEU,mfh_sr11_std,rural,2100,,15.37182423947487,10.533013464668375, +WEU,mfh_sr11_std,urban,2100,,333.93015142567026,97.98049131136196, +WEU,mfh_sr12_low,rural,2100,,16.790969014552864,4.183376997916504, +WEU,mfh_sr12_low,urban,2100,,258.121445933169,29.7668233723406, +WEU,mfh_sr21_std,rural,2100,,6.524060070923544,2.82846354703708, +WEU,mfh_sr21_std,urban,2100,,360.8486603226739,125.58481715542338, +WEU,mfh_sr22_low,rural,2100,,5.810578857513653,1.2677642134145035, +WEU,mfh_sr22_low,urban,2100,,217.390545302592,40.43475782677519, +WEU,mfh_sr31_std,rural,2100,,4.378006455595207,1.507932865548781, +WEU,mfh_sr31_std,urban,2100,,255.44032395768903,71.92180030960856, +WEU,mfh_sr32_low,rural,2100,,2.276314417684711,0.4969435305548061, +WEU,mfh_sr32_low,urban,2100,,98.87357780111172,20.958938217925468, +WEU,sfh_s1,rural,2100,13.213918538672552,246.15551538229764,491.1994868370042,0.1510138251250417 +WEU,sfh_s1,urban,2100,13.654584901127702,403.7808276180356,661.7804245743872,0.1200299763719413 +WEU,sfh_s2,rural,2100,10.245233434796068,102.84960387818369,154.40346696888568,0.1465320300143405 +WEU,sfh_s2,urban,2100,10.547231650928188,482.1867999537566,984.3739218120126,0.1935558482391278 +WEU,sfh_s3,rural,2100,7.569432410359047,86.9079727706373,200.86217887081065,0.3053340472673566 +WEU,sfh_s3,urban,2100,7.697707292935997,528.7615831100993,1159.390542188407,0.2848449118704976 +WEU,sfh_s51_std,rural,2100,7.01023024512849,3.349445733341136,4.427209566412914,0.1885492686144892 +WEU,sfh_s51_std,urban,2100,7.090516412407815,1552.7428290667217,1981.813045816131,0.1800052965189672 +WEU,sfh_s52_low,rural,2100,6.844377964745443,143.65383536573526,98.80805224110269,0.1004942303270945 +WEU,sfh_s52_low,urban,2100,6.867032581881874,7624.754696763919,8442.415999776502,0.1612396192941605 +WEU,sfh_sr11_std,rural,2100,,366.66212006264016,892.3375520689266, +WEU,sfh_sr11_std,urban,2100,,355.2671179461863,686.4324131904463, +WEU,sfh_sr12_low,rural,2100,,1188.5571989268635,876.1483390411046, +WEU,sfh_sr12_low,urban,2100,,783.8498744313871,453.3925159523025, +WEU,sfh_sr21_std,rural,2100,,161.4074797656621,262.89505860969587, +WEU,sfh_sr21_std,urban,2100,,489.71000365181135,971.709448801876, +WEU,sfh_sr22_low,rural,2100,,455.659098642683,235.27614587489435, +WEU,sfh_sr22_low,urban,2100,,794.9390205813434,553.931190413718, +WEU,sfh_sr31_std,rural,2100,,160.0757730304115,240.69763572547504, +WEU,sfh_sr31_std,urban,2100,,525.7854036911008,645.6937377533199, +WEU,sfh_sr32_low,rural,2100,,245.65828408028645,114.28940916028704, +WEU,sfh_sr32_low,urban,2100,,545.9501048678885,255.92738186721587, diff --git a/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_heat_SSP2_comm.csv b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_heat_SSP2_comm.csv new file mode 100644 index 0000000000..a3d04c7130 --- /dev/null +++ b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_heat_SSP2_comm.csv @@ -0,0 +1,2862 @@ +# METADATA: {"scenario": "SSP2", "description": "SSP2_BL: Base scenario", "mode": "heat", "sector": "comm", "eff_file": "eff_heat_ssp2.csv", "ac_file": "bld_shr_access_cool_comm_rev.csv", "generated": "2025-12-09T14:25:39.727285"} +region,arch,urt,year,chilled_ei_MJ_m2,floor_Mm2,sturm_energy_TJ,correction_coeff +AFR,comm_s1,rural,2020,2.9027293033996147,126.09207633389,216.3173551150159,0.591012995938512 +AFR,comm_s1,urban,2020,3.815563517376804,18.58502678997,64.65457071073587,0.9117533199528592 +AFR,comm_s2,rural,2020,2.9027293033996147,266.56128852236,475.8444882108504,0.6149806156448486 +AFR,comm_s2,urban,2020,3.815563517376804,135.23792245146,309.6884673396798,0.6001611164060014 +AFR,comm_s3,rural,2020,2.9027293033996147,373.76917935108,501.6709748161516,0.4623905509042517 +AFR,comm_s3,urban,2020,3.815563517376804,356.87956377434,566.2794008992414,0.4158631098536716 +AFR,comm_s51_std,rural,2020,2.9027293033996147,173.73642168595,118.6146799674885,0.2352020115959652 +AFR,comm_s51_std,urban,2020,3.815563517376804,184.08923443194,137.40162167855652,0.1956161824845628 +AFR,comm_sr11_std,rural,2020,2.9027293033996147,3.23313016243,2.5465934464221123,0.2713500404739415 +AFR,comm_sr11_std,urban,2020,3.815563517376804,0.47653914851,0.7611451516912698,0.418610592282701 +AFR,comm_sr21_std,rural,2020,2.9027293033996147,6.83490483397,5.601873481550358,0.2823542224885617 +AFR,comm_sr21_std,urban,2020,3.815563517376804,3.4676390372,3.6458037354863535,0.2755501898305996 +AFR,comm_sr31_std,rural,2020,2.9027293033996147,9.58382511156,5.800663189748233,0.2085125656456249 +AFR,comm_sr31_std,urban,2020,3.815563517376804,9.15075804537,6.543647934454452,0.1874149214071894 +CHN,comm_s1,rural,2020,58.99575938093701,2023.84677013151,416824.3389089033,3.4910385645241537 +CHN,comm_s1,urban,2020,36.35754664146298,266.86283366356,28310.889288289167,2.9179029848334883 +CHN,comm_s2,rural,2020,58.99575938093701,2259.33575128999,352901.721579278,2.64759899030185 +CHN,comm_s2,urban,2020,36.35754664146298,1058.53939649076,84824.62633912556,2.204044502063931 +CHN,comm_s3,rural,2020,58.99575938093701,500.78291909726,53683.60287365027,1.8170687187897216 +CHN,comm_s3,urban,2020,36.35754664146298,3507.77019445352,190367.9830437048,1.4926851252891606 +CHN,comm_s51_std,rural,2020,58.99575938093701,1686.0114673727,109342.22728928596,1.0992756204976284 +CHN,comm_s51_std,urban,2020,36.35754664146298,3038.39938708115,139856.81987054215,1.266030647787066 +CHN,comm_s52_low,rural,2020,58.99575938093701,88.73744565119,816.7522457926659,0.1560136575489089 +CHN,comm_s52_low,urban,2020,36.35754664146298,104.32573062904,649.2961907425076,0.1711815088795089 +CHN,comm_sr11_std,rural,2020,58.99575938093701,49.29883158012,5379.885665263046,1.849761023259182 +CHN,comm_sr11_std,urban,2020,36.35754664146298,4.27893453273,333.7755467420183,2.1454791786748157 +CHN,comm_sr12_low,rural,2020,58.99575938093701,2.59467534633,80.22636517150387,0.5240989565085247 +CHN,comm_sr12_low,urban,2020,36.35754664146298,0.2252070806799999,4.977354643078281,0.6078857671029647 +CHN,comm_sr21_std,rural,2020,58.99575938093701,55.03510163392001,4554.846576707228,1.4028562924639183 +CHN,comm_sr21_std,urban,2020,36.35754664146298,16.97284224911,1000.0528681771582,1.6205924640347469 +CHN,comm_sr22_low,rural,2020,58.99575938093701,2.89658429649,67.92315069272891,0.3974759494623832 +CHN,comm_sr22_low,urban,2020,36.35754664146298,0.89330748682,14.913069083617708,0.4591678646975362 +CHN,comm_sr31_std,rural,2020,58.99575938093701,12.19855828572,686.8480591180642,0.9544020732599132 +CHN,comm_sr31_std,urban,2020,36.35754664146298,56.24432151862,2236.685678904631,1.093784349422377 +CHN,comm_sr32_low,rural,2020,58.99575938093701,0.6420293834299999,10.24247105533388,0.2704139207245526 +CHN,comm_sr32_low,urban,2020,36.35754664146298,2.9602274483700004,33.35408468048471,0.3099055656215592 +EEU,comm_s1,rural,2020,60.33209632413561,293.53572861684,135315.041439854,7.640762292740041 +EEU,comm_s1,urban,2020,52.81203399035736,220.29000762622,89276.84832452793,7.673812051958724 +EEU,comm_s2,rural,2020,60.33209632413561,54.53766666305,23358.499320608014,7.099045650666691 +EEU,comm_s2,urban,2020,52.81203399035736,367.47029276826,141543.2825329135,7.2934688696964995 +EEU,comm_s3,rural,2020,60.33209632413561,24.10402288902,7261.923119159961,4.993599409549148 +EEU,comm_s3,urban,2020,52.81203399035736,84.89586690206,19799.526995992102,4.41606415137194 +EEU,comm_s51_std,urban,2020,52.81203399035736,119.59200930881,18798.960800731784,2.976451329889065 +EEU,comm_s52_low,rural,2020,60.33209632413561,82.58187132178999,2087.996628497514,0.4190797319591002 +EEU,comm_s52_low,urban,2020,52.81203399035736,145.39064295865,3676.1345295059873,0.4787646152825283 +EEU,comm_sr11_std,rural,2020,60.33209632413561,21.42017479091,2252.105470646496,1.7426786051058152 +EEU,comm_sr11_std,urban,2020,52.81203399035736,8.50878129206,902.8493361302473,2.009162335547757 +EEU,comm_sr12_low,rural,2020,60.33209632413561,2.38001942117,175.21567459004552,1.2202365752191744 +EEU,comm_sr12_low,urban,2020,52.81203399035736,0.94542014355,70.24242760621314,1.4068304736148978 +EEU,comm_sr21_std,rural,2020,60.33209632413561,3.97977567542,388.7653844413753,1.6191257492455795 +EEU,comm_sr21_std,urban,2020,52.81203399035736,14.19367308679,1431.4154348923978,1.909580642486841 +EEU,comm_sr22_low,rural,2020,60.33209632413561,0.44219729722,30.246269534122312,1.1337239427165853 +EEU,comm_sr22_low,urban,2020,52.81203399035736,1.57707478751,111.3653087409288,1.3371026283381056 +EEU,comm_sr31_std,rural,2020,60.33209632413561,1.75894221084,119.71432946327762,1.1280962366323397 +EEU,comm_sr31_std,urban,2020,52.81203399035736,3.27913359246,199.07600046425185,1.149547450482458 +EEU,comm_sr32_low,rural,2020,60.33209632413561,0.19543802344,9.313874181741395,0.7899014105789396 +EEU,comm_sr32_low,urban,2020,52.81203399035736,0.3643481769499999,15.488278045177186,0.8049217106767641 +FSU,comm_s1,rural,2020,69.02844645787476,365.45020352517,278337.4751275552,11.033552755971549 +FSU,comm_s1,urban,2020,67.39825092840175,359.95112342861,261425.75011488225,10.775965772702495 +FSU,comm_s2,rural,2020,69.02844645787476,190.53659919152,109204.17845043048,8.302956205786574 +FSU,comm_s2,urban,2020,67.39825092840175,743.32992398078,501557.6918627234,10.011304076459624 +FSU,comm_s3,rural,2020,69.02844645787476,151.06727961484,55537.38438254466,5.325825272625052 +FSU,comm_s3,urban,2020,67.39825092840175,378.92989666601005,164405.62989946542,6.437380614062522 +FSU,comm_s51_std,rural,2020,69.02844645787476,195.12953457859004,16912.71970628838,1.2556319078520246 +FSU,comm_s51_std,urban,2020,67.39825092840175,587.56604649842,178305.21802182152,4.502551979523002 +FSU,comm_s52_low,rural,2020,69.02844645787476,10.26997550412,402.6027635135517,0.5679096450423274 +FSU,comm_s52_low,urban,2020,67.39825092840175,2.95259319849,135.44290385411443,0.680618916279833 +FSU,comm_sr11_std,rural,2020,69.02844645787476,28.149542704,4970.658862599287,2.5580823138017874 +FSU,comm_sr11_std,urban,2020,67.39825092840175,2.5840319920900003,457.9184845233447,2.629309208268058 +FSU,comm_sr12_low,rural,2020,69.02844645787476,1.48155487916,183.1838137379309,1.7911883422208963 +FSU,comm_sr12_low,urban,2020,67.39825092840175,0.13600168379,16.87568121072717,1.8410619456948003 +FSU,comm_sr21_std,rural,2020,69.02844645787476,14.67646777564,1950.210682901216,1.925005108679473 +FSU,comm_sr21_std,urban,2020,67.39825092840175,5.33624756012,878.5383155368096,2.44273363053472 +FSU,comm_sr22_low,rural,2020,69.02844645787476,0.7724456722999999,71.87116241724404,1.347902954780007 +FSU,comm_sr22_low,urban,2020,67.39825092840175,0.28085513481,32.3767942364085,1.7104203328884742 +FSU,comm_sr31_std,rural,2020,69.02844645787476,11.63626342985,983.4226087897944,1.2243301503700268 +FSU,comm_sr31_std,urban,2020,67.39825092840175,2.72027759321,287.7015686474577,1.5692075151826506 +FSU,comm_sr32_low,rural,2020,69.02844645787476,0.61243491732,36.24209766986217,0.8572851157049998 +FSU,comm_sr32_low,urban,2020,67.39825092840175,0.1431725048799999,10.602673011414154,1.098770822777394 +LAM,comm_s1,rural,2020,10.563172113763954,232.63636908495,3731.9015420434826,1.5186518037000665 +LAM,comm_s1,urban,2020,14.609616719653468,164.75635339798,4396.6281398546525,1.8265801836480475 +LAM,comm_s2,rural,2020,10.563172113763954,292.29209918059,4089.541759436671,1.3245343170736414 +LAM,comm_s2,urban,2020,14.609616719653468,1142.34161177491,24879.25179247076,1.4907420294033709 +LAM,comm_s3,rural,2020,10.563172113763954,100.27003149,1385.794335167156,1.308378124275188 +LAM,comm_s3,urban,2020,14.609616719653468,1401.04098230175,27561.054440404376,1.3464994096160383 +LAM,comm_s51_std,rural,2020,10.563172113763954,180.08830791898998,1693.031496836697,0.8899900761153595 +LAM,comm_s51_std,urban,2020,14.609616719653468,1095.8199091055,17208.79701447107,1.0749109893830913 +LAM,comm_sr11_std,rural,2020,10.563172113763954,5.96503510472,56.83756937379386,0.9020448623141928 +LAM,comm_sr11_std,urban,2020,14.609616719653468,4.22452188203,71.87303153604157,1.1645270392796112 +LAM,comm_sr21_std,rural,2020,10.563172113763954,7.49466920983,62.28449782126734,0.7867434607307469 +LAM,comm_sr21_std,urban,2020,14.609616719653468,29.290810558440004,406.708775859996,0.950415107629317 +LAM,comm_sr31_std,rural,2020,10.563172113763954,2.57102644855,20.902463667849577,0.7696558536494736 +LAM,comm_sr31_std,urban,2020,14.609616719653468,35.92412775119,446.636097875239,0.8509984439380495 +MEA,comm_s1,rural,2020,25.259569883521703,169.60323134726,15077.51428211268,3.519408470852432 +MEA,comm_s1,urban,2020,30.50732691016664,66.7480722387,8504.742352664078,4.1765557050881625 +MEA,comm_s2,rural,2020,25.259569883521703,285.6158276895,23074.35294828817,3.198315549774143 +MEA,comm_s2,urban,2020,30.50732691016664,420.79007898969,46914.16525355989,3.654553681198762 +MEA,comm_s3,rural,2020,25.259569883521703,285.44681852033,19319.971766007,2.6795096739801423 +MEA,comm_s3,urban,2020,30.50732691016664,752.25779786262,72016.44134564028,3.1380568196745284 +MEA,comm_s51_std,rural,2020,25.259569883521703,223.94896195075,11170.174545234791,1.974626470348864 +MEA,comm_s51_std,urban,2020,30.50732691016664,532.2125914261,37636.77901410498,2.318051860840397 +MEA,comm_sr11_std,rural,2020,25.259569883521703,4.34880080382,242.0750183354045,2.203710327333289 +MEA,comm_sr11_std,urban,2020,30.50732691016664,1.71148903176,138.0423267425308,2.643832851407089 +MEA,comm_sr21_std,rural,2020,25.259569883521703,7.323482761309999,370.46719429386127,2.0026550102082026 +MEA,comm_sr21_std,urban,2020,30.50732691016664,10.78948920481,761.4740412084968,2.3133964351908145 +MEA,comm_sr31_std,rural,2020,25.259569883521703,7.31914919303,307.3573503593374,1.6624823856235535 +MEA,comm_sr31_std,urban,2020,30.50732691016664,19.28866148361,1158.1492797609867,1.9681504518769803 +NAM,comm_s1,rural,2020,71.8563597027965,950.005954543,577233.8794118871,8.45590848120234 +NAM,comm_s1,urban,2020,52.50701000472655,1762.93861907043,848454.7775315867,9.165881108573156 +NAM,comm_s2,rural,2020,71.8563597027965,320.75687658762,154857.0546985153,6.718770510608775 +NAM,comm_s2,urban,2020,52.50701000472655,2759.76841871432,1026042.451127774,7.080687062431244 +NAM,comm_s3,rural,2020,71.8563597027965,16.26640359548,16729.00342350548,14.312427991041885 +NAM,comm_s3,urban,2020,52.50701000472655,2167.54671987765,650154.3728796153,5.712559447185227 +NAM,comm_s51_std,urban,2020,52.50701000472655,667.6268146745899,105705.03941701222,3.015397933301052 +NAM,comm_s52_low,urban,2020,52.50701000472655,35.13825340393,635.7002630902597,0.3445521247782516 +NAM,comm_sr11_std,rural,2020,71.8563597027965,73.17613433641999,10431.10435708027,1.9837896276129567 +NAM,comm_sr11_std,urban,2020,52.50701000472655,135.79392065814997,15576.889874051838,2.1846563618030763 +NAM,comm_sr12_low,rural,2020,71.8563597027965,3.85137549139,384.4177463082695,1.3890643140104544 +NAM,comm_sr12_low,urban,2020,52.50701000472655,7.147048455679999,574.0555069664945,1.5297127015618175 +NAM,comm_sr21_std,rural,2020,71.8563597027965,24.70694860208,2798.397938186231,1.5762501780753269 +NAM,comm_sr21_std,urban,2020,52.50701000472655,212.57675657654005,18837.2447071573,1.6876575043525643 +NAM,comm_sr22_low,rural,2020,71.8563597027965,1.30036571591,103.12942828804694,1.1037021476468714 +NAM,comm_sr22_low,urban,2020,52.50701000472655,11.188250346179998,694.2094440994267,1.18171038952738 +NAM,comm_sr31_std,rural,2020,71.8563597027965,1.2529527094,299.591998046011,3.327593889028124 +NAM,comm_sr31_std,urban,2020,52.50701000472655,166.95967977435,11829.338966591244,1.3493716616954703 +NAM,comm_sr32_low,rural,2020,71.8563597027965,0.06594487944,11.040871297993151,2.3300060947198307 +NAM,comm_sr32_low,urban,2020,52.50701000472655,8.787351567109999,435.9469208816337,0.9448401158591192 +PAO,comm_s1,rural,2020,56.03879439108132,469.51246028861,219600.04344878785,8.346348524944442 +PAO,comm_s1,urban,2020,31.73535160122077,325.28241231112,78891.67896744583,7.642356670241351 +PAO,comm_s2,rural,2020,56.03879439108132,142.47899198169,48576.44059889314,6.0839561016222845 +PAO,comm_s2,urban,2020,31.73535160122077,923.71672072253,168415.3830822671,5.745127060522686 +PAO,comm_s3,rural,2020,56.03879439108132,39.28514052386,7004.79175014115,3.181838511672406 +PAO,comm_s3,urban,2020,31.73535160122077,513.39722307361,43102.21787514866,2.645469679337457 +PAO,comm_s51_std,rural,2020,56.03879439108132,62.13068998747001,3037.4086419092755,0.8723851498559932 +PAO,comm_s51_std,urban,2020,31.73535160122077,352.69525221464,9941.899789249906,0.8882320781991156 +PAO,comm_s52_low,rural,2020,56.03879439108132,3.2700363151300005,46.40291137138795,0.2532234202559248 +PAO,comm_s52_low,urban,2020,31.73535160122077,16.52387642661,100.42077120490116,0.1914997889018009 +PAO,comm_sr11_std,rural,2020,56.03879439108132,36.16514896816,3989.18259363101,1.9683615532793723 +PAO,comm_sr11_std,urban,2020,31.73535160122077,22.23730918611,1311.3199728146797,1.8581600868311428 +PAO,comm_sr12_low,rural,2020,56.03879439108132,1.90342889308,147.01344457822432,1.3782614611472908 +PAO,comm_sr12_low,urban,2020,31.73535160122077,1.17038469399,48.32610731889712,1.3010975711952375 +PAO,comm_sr21_std,rural,2020,56.03879439108132,10.97473316618,882.423738423514,1.4348101144441692 +PAO,comm_sr21_std,urban,2020,31.73535160122077,63.14812465008,2799.3631071856257,1.3968683036237686 +PAO,comm_sr22_low,rural,2020,56.03879439108132,0.5776175350799999,32.51998381283988,1.0046647586618849 +PAO,comm_sr22_low,urban,2020,31.73535160122077,3.32358550789,103.16499767790413,0.9780976193024488 +PAO,comm_sr31_std,rural,2020,56.03879439108132,3.02601758091,125.99083609652152,0.7429827447721984 +PAO,comm_sr31_std,urban,2020,31.73535160122077,35.09741797488,710.8552663387611,0.638208675059937 +PAO,comm_sr32_low,rural,2020,56.03879439108132,0.1592640831799999,4.643143390813204,0.5202420671061162 +PAO,comm_sr32_low,urban,2020,31.73535160122077,1.84723252496,26.197166671096248,0.4468784809601684 +PAS,comm_s1,rural,2020,3.661688901340806,207.5302234002,1238.9595398226231,1.6304006010665506 +PAS,comm_s1,urban,2020,14.797168822525787,42.85010798001,497.1599440628361,0.7840893970163784 +PAS,comm_s2,rural,2020,3.661688901340806,288.14938923664,523.9327977368906,0.4965653810854057 +PAS,comm_s2,urban,2020,14.797168822525787,241.858485644,4124.5453182384,1.152487229427906 +PAS,comm_s3,rural,2020,3.661688901340806,241.31578021393,27.21428577262355,0.0307985148620571 +PAS,comm_s3,urban,2020,14.797168822525787,471.51642342293,4045.815652067736,0.5798699952033705 +PAS,comm_s51_std,rural,2020,3.661688901340806,336.80364895141,232.68500412924905,0.1886731774438063 +PAS,comm_s51_std,urban,2020,14.797168822525787,484.68361694796,1819.317503714421,0.2536714135733039 +PAS,comm_sr11_std,rural,2020,3.661688901340806,5.32128777951,11.248850753303248,0.5773111753514334 +PAS,comm_sr11_std,urban,2020,14.797168822525787,1.09872071742,4.513850397393808,0.2776394777308427 +PAS,comm_sr21_std,rural,2020,3.661688901340806,7.3884458778,4.75692841988254,0.1758296357274933 +PAS,comm_sr21_std,urban,2020,14.797168822525787,6.201499631880001,37.44786913357704,0.4080860596792477 +PAS,comm_sr31_std,rural,2020,3.661688901340806,6.1875841081,0.240491544796495,0.01061444407026 +PAS,comm_sr31_std,urban,2020,14.797168822525787,12.09016470317,35.89173144928412,0.2006243134617618 +RCPA,comm_s1,rural,2020,4.520642370111859,121.01140310856,2082.6433388375704,3.807048888647697 +RCPA,comm_s1,urban,2020,3.220269358125083,17.17108328016,686.7296435576388,12.4192651838333 +RCPA,comm_s2,rural,2020,4.520642370111859,199.67013683788,2626.0354334223184,2.9092920154748 +RCPA,comm_s2,urban,2020,3.220269358125083,57.33408961607,1756.51561855524,9.513643981672676 +RCPA,comm_s3,rural,2020,4.520642370111859,227.24212480348,2093.608351949638,2.0380106516945578 +RCPA,comm_s3,urban,2020,3.220269358125083,195.38168366504,4164.367835624014,6.618705173525202 +RCPA,comm_s51_std,rural,2020,4.520642370111859,260.14916267747,1448.3233026838038,1.231524155659313 +RCPA,comm_s51_std,urban,2020,3.220269358125083,189.36507209666,3447.279448113186,5.653070648920572 +RCPA,comm_s52_low,rural,2020,4.520642370111859,13.69206119355,11.667394873903223,0.188497204519083 +RCPA,comm_s52_low,urban,2020,3.220269358125083,6.501992327319999,18.15309397620903,0.8669858384615421 +RCPA,comm_sr11_std,rural,2020,4.520642370111859,2.94771366546,26.88034741927871,2.017202192583428 +RCPA,comm_sr11_std,urban,2020,3.220269358125083,0.27532474343,8.096303856811184,9.131652077945937 +RCPA,comm_sr12_low,rural,2020,4.520642370111859,0.15514282451,0.4008472863021071,0.571540621508393 +RCPA,comm_sr12_low,urban,2020,3.220269358125083,0.01449077597,0.1207343563570554,2.5873014348908665 +RCPA,comm_sr21_std,rural,2020,4.520642370111859,4.86375974346,33.89382305276317,1.5415169087802187 +RCPA,comm_sr21_std,urban,2020,3.220269358125083,0.91930679368,20.708708756962142,6.995203466583335 +RCPA,comm_sr22_low,rural,2020,4.520642370111859,0.2559873549,0.5054342016854275,0.4367631226892035 +RCPA,comm_sr22_low,urban,2020,3.220269358125083,0.04838456808,0.3088140776360629,1.981974313831886 +RCPA,comm_sr31_std,rural,2020,4.520642370111859,5.53538509136,26.64815892373556,1.0649254812456497 +RCPA,comm_sr31_std,urban,2020,3.220269358125083,3.1327908117400005,48.92615814301198,4.849729531675396 +RCPA,comm_sr32_low,rural,2020,4.520642370111859,0.2913360574299999,0.3973848268636585,0.3017288869767583 +RCPA,comm_sr32_low,urban,2020,3.220269358125083,0.1648837269399999,0.7296006045968222,1.374090035258864 +SAS,comm_s1,rural,2020,10.188504008912812,631.86928602399,1923.452310924856,0.2987746572074112 +SAS,comm_s1,urban,2020,6.600703276472216,89.48626514109,165.074981759553,0.2794696591770356 +SAS,comm_s2,rural,2020,10.188504008912812,981.64294929256,3539.8117856018603,0.35392904041715 +SAS,comm_s2,urban,2020,6.600703276472216,435.3691825427501,814.1927351006661,0.2833213668332243 +SAS,comm_s3,rural,2020,10.188504008912812,1109.2409686719302,4590.01185804862,0.4061416093782513 +SAS,comm_s3,urban,2020,6.600703276472216,812.53791844949,1631.6684472914994,0.3042272193217241 +SAS,comm_s51_std,rural,2020,10.188504008912812,732.5296233301801,1144.0645591385053,0.1532903865598551 +SAS,comm_s51_std,urban,2020,6.600703276472216,582.82336789583,466.9244543500167,0.1213722641343657 +SAS,comm_sr11_std,rural,2020,10.188504008912812,16.20177656472,17.46354685620298,0.1057935996864117 +SAS,comm_sr11_std,urban,2020,6.600703276472216,2.29451961902,1.4987606726182332,0.0989578618514469 +SAS,comm_sr21_std,rural,2020,10.188504008912812,25.170332033120005,32.13891429689447,0.1253233040789418 +SAS,comm_sr21_std,urban,2020,6.600703276472216,11.16331237294,7.392277364497814,0.1003217192049937 +SAS,comm_sr31_std,rural,2020,10.188504008912812,28.44207611979,40.73915759067518,0.1405854350863171 +SAS,comm_sr31_std,urban,2020,6.600703276472216,20.83430560127,14.452433889999554,0.1050925066923206 +WEU,comm_s1,rural,2020,61.722217899878,1080.40509554208,520294.6932969169,7.802274922812559 +WEU,comm_s1,urban,2020,44.27644767738066,1935.26790866009,916363.332022466,10.694336317280175 +WEU,comm_s2,rural,2020,61.722217899878,318.00712870232,110350.18538380752,5.622049797731226 +WEU,comm_s2,urban,2020,44.27644767738066,1987.65000990501,572220.9190917707,6.502061087927811 +WEU,comm_s3,rural,2020,61.722217899878,155.97882345537,24152.41544612477,2.5087270168325846 +WEU,comm_s3,urban,2020,44.27644767738066,1422.7170049769902,192443.1867360132,3.0550002320514107 +WEU,comm_s51_std,urban,2020,44.27644767738066,131.83788707787,11307.292462279049,1.9370713654605831 +WEU,comm_s52_low,rural,2020,61.722217899878,114.15402922324,1845.9339154212144,0.261989195122641 +WEU,comm_s52_low,urban,2020,44.27644767738066,879.21714679999,13702.694605087476,0.3519954578915319 +WEU,comm_sr11_std,rural,2020,61.722217899878,78.84037183683999,8839.171592153916,1.8164413405876136 +WEU,comm_sr11_std,urban,2020,44.27644767738066,121.52256746545,14120.853695609549,2.6244073594483512 +WEU,comm_sr12_low,rural,2020,61.722217899878,8.76004131519,687.6948853192637,1.2718857935328438 +WEU,comm_sr12_low,urban,2020,44.27644767738066,13.5025074962,1098.6141361256473,1.837629634557616 +WEU,comm_sr21_std,rural,2020,61.722217899878,23.20592560803,1874.7149190639152,1.3088648852363811 +WEU,comm_sr21_std,urban,2020,44.27644767738066,124.8118316568,8817.73375002872,1.5956162649535215 +WEU,comm_sr22_low,rural,2020,61.722217899878,2.57843617889,145.85437650622995,0.9164769684634284 +WEU,comm_sr22_low,urban,2020,44.27644767738066,13.86798129501,686.0270034022743,1.117262426248335 +WEU,comm_sr31_std,rural,2020,61.722217899878,11.38223846836,407.0110524124931,0.579344647632183 +WEU,comm_sr31_std,urban,2020,44.27644767738066,89.33761700262001,2941.7069212809643,0.7436905594217267 +WEU,comm_sr32_low,rural,2020,61.722217899878,1.26469316313,31.66579764556867,0.4056614493261954 +WEU,comm_sr32_low,urban,2020,44.27644767738066,9.92640188923,228.8672397382473,0.520737684267143 +AFR,comm_s1,rural,2025,2.9027293033996147,117.42941546725,204.02344298686177,0.598544763892224 +AFR,comm_s1,urban,2025,3.815563517376804,17.308215518689998,60.9800730699221,0.923372547420679 +AFR,comm_s2,rural,2025,2.9027293033996147,244.31389116276,441.62382302002015,0.6227271418644582 +AFR,comm_s2,urban,2025,3.815563517376804,123.94161441517,287.4496966664452,0.6078354401962949 +AFR,comm_s3,rural,2025,2.9027293033996147,351.87501866237,484.3481726198253,0.4742012485383022 +AFR,comm_s3,urban,2025,3.815563517376804,336.81602010563,548.3525120054004,0.4266860161322071 +AFR,comm_s51_std,rural,2025,2.9027293033996147,384.06000333682,270.7739088986829,0.2428852803576403 +AFR,comm_s51_std,urban,2025,3.815563517376804,426.0844347327701,322.192200465218,0.1981803842012839 +AFR,comm_sr11_std,rural,2025,2.9027293033996147,6.0992267074,4.971222995370445,0.2807901903750455 +AFR,comm_sr11_std,urban,2025,3.815563517376804,0.8989802932600001,1.4858368092334917,0.4331738727545361 +AFR,comm_sr21_std,rural,2025,2.9027293033996147,12.68954464296,10.76057962835024,0.2921346627102634 +AFR,comm_sr21_std,urban,2025,3.815563517376804,6.43746715241,7.003982097413454,0.2851486459697148 +AFR,comm_sr31_std,rural,2025,2.9027293033996147,18.27621727423,11.436479016510868,0.2155755425625023 +AFR,comm_sr31_std,urban,2025,3.815563517376804,17.494060215650002,12.925241173547652,0.1936374481750385 +CHN,comm_s1,rural,2025,58.99575938093701,1970.08345964708,412778.4127852661,3.5514978518973863 +CHN,comm_s1,urban,2025,36.35754664146298,262.05001931573,28645.729035759214,3.0066378026383 +CHN,comm_s2,rural,2025,58.99575938093701,2088.53213786592,331872.3532691,2.693451233193646 +CHN,comm_s2,urban,2025,36.35754664146298,967.03922777229,79848.96402579431,2.271070543828672 +CHN,comm_s3,rural,2025,58.99575938093701,424.68722517311,46405.624036464025,1.8521690558430168 +CHN,comm_s3,urban,2025,36.35754664146298,3060.79128774356,171612.23800004247,1.5421263877451077 +CHN,comm_s51_std,rural,2025,58.99575938093701,2578.788576096329,173059.39068068893,1.1375189412798137 +CHN,comm_s51_std,urban,2025,36.35754664146298,5621.18056458065,267743.1482113398,1.3100753034501018 +CHN,comm_s52_low,rural,2025,58.99575938093701,135.72571453137002,1224.662714330162,0.1529443940965004 +CHN,comm_s52_low,urban,2025,36.35754664146298,193.00746698775,1177.5964182431194,0.1678138476300187 +CHN,comm_sr11_std,rural,2025,58.99575938093701,97.2089175848,10977.27559359399,1.9141134048332464 +CHN,comm_sr11_std,urban,2025,36.35754664146298,8.437331697580001,681.045358767847,2.220119466288528 +CHN,comm_sr12_low,rural,2025,58.99575938093701,5.11625882025,155.08062473628652,0.5137883350044888 +CHN,comm_sr12_low,urban,2025,36.35754664146298,0.44407008937,9.621416425133877,0.5959268040356036 +CHN,comm_sr21_std,rural,2025,58.99575938093701,103.0534759675,8825.689936464747,1.4516610527990914 +CHN,comm_sr21_std,urban,2025,36.35754664146298,31.13615770987,1898.390028172124,1.6769721710914025 +CHN,comm_sr22_low,rural,2025,58.99575938093701,5.42386715614,124.6842622623479,0.3896563878661578 +CHN,comm_sr22_low,urban,2025,36.35754664146298,1.63874514275,26.81936051162256,0.4501346354111368 +CHN,comm_sr31_std,rural,2025,58.99575938093701,20.95514546304,1220.941597043207,0.9876053063354748 +CHN,comm_sr31_std,urban,2025,36.35754664146298,98.54954950634,4055.3931085196855,1.1318366312745582 +CHN,comm_sr32_low,rural,2025,58.99575938093701,1.10290239279,17.24875940507694,0.2650940559247814 +CHN,comm_sr32_low,urban,2025,36.35754664146298,5.18681839523,57.29225721938978,0.3038087800047414 +EEU,comm_s1,rural,2025,60.33209632413561,264.58602540888,120473.5425078224,7.547034976792337 +EEU,comm_s1,urban,2025,52.81203399035736,206.14210196844,82682.47665545481,7.594756997498398 +EEU,comm_s2,rural,2025,60.33209632413561,46.57434026445,19700.62768804761,7.011080216714542 +EEU,comm_s2,urban,2025,52.81203399035736,323.26715981691,123244.7864857299,7.218950685619482 +EEU,comm_s3,rural,2025,60.33209632413561,21.229773761230003,6360.052677679143,4.965545101948427 +EEU,comm_s3,urban,2025,52.81203399035736,79.118419255,18359.029800914384,4.3937893411731945 +EEU,comm_s51_std,urban,2025,52.81203399035736,226.10026658985,35524.062652053806,2.97501156814233 +EEU,comm_s52_low,rural,2025,60.33209632413561,139.11355057786997,3355.230542212366,0.3997647672684292 +EEU,comm_s52_low,urban,2025,52.81203399035736,274.87508005439,6629.930836480021,0.4567102250208892 +EEU,comm_sr11_std,rural,2025,60.33209632413561,40.180741185070005,4002.234791557789,1.6509586788493575 +EEU,comm_sr11_std,urban,2025,52.81203399035736,15.961080721080002,1604.4608352942278,1.903416949845124 +EEU,comm_sr12_low,rural,2025,60.33209632413561,4.4645267982200005,313.7065224571723,1.1646614443309629 +EEU,comm_sr12_low,urban,2025,52.81203399035736,1.7734534134200002,125.76219419320996,1.342757006804124 +EEU,comm_sr21_std,rural,2025,60.33209632413561,7.072903828299999,654.4718110494208,1.53371539518517 +EEU,comm_sr21_std,urban,2025,52.81203399035736,25.029788592860005,2391.576075983824,1.8092314342154447 +EEU,comm_sr22_low,rural,2025,60.33209632413561,0.78587820313,51.29935812823351,1.0819526921978413 +EEU,comm_sr22_low,urban,2025,52.81203399035736,2.78108762151,187.4585208234536,1.2763142544078232 +EEU,comm_sr31_std,rural,2025,60.33209632413561,3.22401020083,207.92636257940416,1.0689680702749622 +EEU,comm_sr31_std,urban,2025,52.81203399035736,6.12594644292,352.5317805960025,1.0896629507131428 +EEU,comm_sr32_low,rural,2025,60.33209632413561,0.3582233556699999,16.297858455656566,0.7540987625223027 +EEU,comm_sr32_low,urban,2025,52.81203399035736,0.68066071594,27.632441553955687,0.7686978737343703 +FSU,comm_s1,rural,2025,69.02844645787476,326.92258402341,246094.647262749,10.905087265753252 +FSU,comm_s1,urban,2025,67.39825092840175,345.6783422457,247794.21788829457,10.635805126825437 +FSU,comm_s2,rural,2025,69.02844645787476,162.30352080922,92092.06266059044,8.219892919269055 +FSU,comm_s2,urban,2025,67.39825092840175,676.1949214381,450369.32134759217,9.882077792009158 +FSU,comm_s3,rural,2025,69.02844645787476,133.13706877229998,48599.88580551817,5.288203489924968 +FSU,comm_s3,urban,2025,67.39825092840175,363.779435542,155810.0910557246,6.354901309801685 +FSU,comm_s51_std,rural,2025,69.02844645787476,346.93632263635,28162.05312303254,1.17594346555648 +FSU,comm_s51_std,urban,2025,67.39825092840175,1145.64571584921,342271.5443048016,4.432735652422835 +FSU,comm_s52_low,rural,2025,69.02844645787476,18.25980645454,674.4681968307164,0.5351027796572558 +FSU,comm_s52_low,urban,2025,67.39825092840175,5.757013647480001,251.65642278401555,0.6485778814618322 +FSU,comm_sr11_std,rural,2025,69.02844645787476,52.40552305628,8766.749124493446,2.4234464030293164 +FSU,comm_sr11_std,urban,2025,67.39825092840175,4.81064824256,807.6306550481686,2.490924513583596 +FSU,comm_sr12_low,rural,2025,69.02844645787476,2.75818542404,325.4981110872289,1.709609467621806 +FSU,comm_sr12_low,urban,2025,67.39825092840175,0.25319201276,29.98628670033716,1.7572116001489009 +FSU,comm_sr21_std,rural,2025,69.02844645787476,26.01717139631,3280.6402686073534,1.8267134817901227 +FSU,comm_sr21_std,urban,2025,67.39825092840175,9.41029712546,1467.8795699869663,2.31440022859833 +FSU,comm_sr22_low,rural,2025,69.02844645787476,1.36932481016,121.80595056333628,1.2886468870284955 +FSU,comm_sr22_low,urban,2025,67.39825092840175,0.49527879625,54.50047911114592,1.632683329832659 +FSU,comm_sr31_std,rural,2025,69.02844645787476,21.34180404832,1706.7293043071895,1.1585250212672245 +FSU,comm_sr31_std,urban,2025,67.39825092840175,5.062552923839999,506.9962206524232,1.485889519262925 +FSU,comm_sr32_low,rural,2025,69.02844645787476,1.12325284466,63.368662295403546,0.8172763145867116 +FSU,comm_sr32_low,urban,2025,67.39825092840175,0.26645015384,18.824117102673664,1.0482141412041952 +LAM,comm_s1,rural,2025,10.563172113763954,216.57368694576,3548.802470973026,1.55124995071616 +LAM,comm_s1,urban,2025,14.609616719653468,153.38053565524,4192.448474442095,1.8709348349786927 +LAM,comm_s2,rural,2025,10.563172113763954,268.17688002642,3832.5929887113584,1.352935245381124 +LAM,comm_s2,urban,2025,14.609616719653468,1047.80794501687,23374.35433807024,1.526929950198132 +LAM,comm_s3,rural,2025,10.563172113763954,93.97622423608,1333.8586290354738,1.3436849551798051 +LAM,comm_s3,urban,2025,14.609616719653468,1319.304445992,26761.109217072622,1.388418085118282 +LAM,comm_s51_std,rural,2025,10.563172113763954,356.07048169619,3448.415563916509,0.91683095576172 +LAM,comm_s51_std,urban,2025,14.609616719653468,2331.45639873476,37956.60353745225,1.1143489884244293 +LAM,comm_sr11_std,rural,2025,10.563172113763954,11.24873193205,110.91188880417552,0.9334266107943646 +LAM,comm_sr11_std,urban,2025,14.609616719653468,7.966510398960001,140.25183992741407,1.2050404285414356 +LAM,comm_sr21_std,rural,2025,10.563172113763954,13.92897667461,119.7812870317812,0.814095600860465 +LAM,comm_sr21_std,urban,2025,14.609616719653468,54.42263488267,781.9526520149086,0.9834721590193248 +LAM,comm_sr31_std,rural,2025,10.563172113763954,4.8810793653,41.04500846174911,0.7960679220296454 +LAM,comm_sr31_std,urban,2025,14.609616719653468,68.52403105389,881.7814221424618,0.880803879763749 +MEA,comm_s1,rural,2025,25.259569883521703,157.9513074693,14372.30556609074,3.6022783311758926 +MEA,comm_s1,urban,2025,30.50732691016664,62.162408094540005,8110.469846528897,4.276751614073833 +MEA,comm_s2,rural,2025,25.259569883521703,261.74393722406,21643.79340204256,3.27363908847777 +MEA,comm_s2,urban,2025,30.50732691016664,385.58241332526,44020.56992652032,3.7422628462213954 +MEA,comm_s3,rural,2025,25.259569883521703,268.34246222181,18712.92945518685,2.760745855060712 +MEA,comm_s3,urban,2025,30.50732691016664,709.41895554887,70008.43313213685,3.23477004914496 +MEA,comm_s51_std,rural,2025,25.259569883521703,473.99824507182,24508.771910222164,2.0470048194880475 +MEA,comm_s51_std,urban,2025,30.50732691016664,1195.2460848969,87572.09937462844,2.4016199111001173 +MEA,comm_sr11_std,rural,2025,25.259569883521703,8.20391406325,472.5563475656716,2.280376451290485 +MEA,comm_sr11_std,urban,2025,30.50732691016664,3.22868523307,269.4733978946191,2.7358106466157204 +MEA,comm_sr21_std,rural,2025,25.259569883521703,13.594852755180003,711.6403078307999,2.0723355612770336 +MEA,comm_sr21_std,urban,2025,30.50732691016664,20.02696295378,1462.599920760001,2.39390160117531 +MEA,comm_sr31_std,rural,2025,25.259569883521703,13.93757693354,605.6177737055915,1.7202255093297585 +MEA,comm_sr31_std,urban,2025,30.50732691016664,36.84687540329001,2288.2769441748064,2.035653063536329 +NAM,comm_s1,rural,2025,71.8563597027965,843.5137583112099,507223.8496385674,8.368397161280638 +NAM,comm_s1,urban,2025,52.50701000472655,1604.3803817250102,763985.2098109521,9.069019171889323 +NAM,comm_s2,rural,2025,71.8563597027965,281.57009787077,134464.75905598907,6.645944871540337 +NAM,comm_s2,urban,2025,52.50701000472655,2429.59460686396,893864.0637846115,7.006810538354093 +NAM,comm_s3,rural,2025,71.8563597027965,14.721517625620002,15101.872626663884,14.276212638706584 +NAM,comm_s3,urban,2025,52.50701000472655,1999.83674980371,597293.284190336,5.68821231907314 +NAM,comm_s51_std,urban,2025,52.50701000472655,1293.33994544285,194156.54064736827,2.859051945373789 +NAM,comm_s52_low,urban,2025,52.50701000472655,68.07052344438,1176.5966791593685,0.3291934912510287 +NAM,comm_sr11_std,rural,2025,71.8563597027965,135.21482415007,18275.607096022926,1.8809718376541624 +NAM,comm_sr11_std,urban,2025,52.50701000472655,257.18135483535,27948.51942972559,2.0696744484364387 +NAM,comm_sr12_low,rural,2025,71.8563597027965,7.1165696921,678.5497684670502,1.3269232024056792 +NAM,comm_sr12_low,urban,2025,52.50701000472655,13.53586078076,1037.692553165263,1.4600426184473716 +NAM,comm_sr21_std,rural,2025,71.8563597027965,45.135542715670006,4844.853227084261,1.493814752942777 +NAM,comm_sr21_std,urban,2025,52.50701000472655,389.46277317469,32699.81778886976,1.599050179673005 +NAM,comm_sr22_low,rural,2025,71.8563597027965,2.37555487988,179.88316440091077,1.0538049619750511 +NAM,comm_sr22_low,urban,2025,52.50701000472655,20.49804069354,1214.1021457279885,1.128042824856311 +NAM,comm_sr31_std,rural,2025,71.8563597027965,2.35985174795,534.5633185132236,3.15245736918964 +NAM,comm_sr31_std,urban,2025,52.50701000472655,320.57280843272,21518.197040403447,1.2783857172119013 +NAM,comm_sr32_low,rural,2025,71.8563597027965,0.12420272357,19.84764796408148,2.223887005547691 +NAM,comm_sr32_low,urban,2025,52.50701000472655,16.872253075499998,798.9429594814239,0.901831508492476 +PAO,comm_s1,rural,2025,56.03879439108132,415.25757344804,192090.78998140688,8.254679149848716 +PAO,comm_s1,urban,2025,31.73535160122077,290.31789675407003,69622.09182781201,7.556661083350164 +PAO,comm_s2,rural,2025,56.03879439108132,126.22120453784,42541.34315279865,6.01436933362251 +PAO,comm_s2,urban,2025,31.73535160122077,826.78461831206,149053.3211134145,5.680753628424958 +PAO,comm_s3,rural,2025,56.03879439108132,35.528173586390004,6288.617711366815,3.1585919854284605 +PAO,comm_s3,urban,2025,31.73535160122077,470.19499161611,39242.77217321757,2.6298947368272243 +PAO,comm_s51_std,rural,2025,56.03879439108132,102.97967696415,4709.535129727267,0.8160893911506459 +PAO,comm_s51_std,urban,2025,31.73535160122077,681.18528220551,18179.329099957788,0.8409482700109051 +PAO,comm_s52_low,rural,2025,56.03879439108132,5.41998299812,72.40344765470456,0.2383814949533186 +PAO,comm_s52_low,urban,2025,31.73535160122077,31.91373106417,181.98474981689583,0.1796859419895048 +PAO,comm_sr11_std,rural,2025,56.03879439108132,66.56557669326,6956.043034390609,1.8647635771616 +PAO,comm_sr11_std,urban,2025,31.73535160122077,40.92999344159,2286.583265789382,1.7603621878765934 +PAO,comm_sr12_low,rural,2025,56.03879439108132,3.5034514049400007,258.26892456751176,1.31548915726293 +PAO,comm_sr12_low,urban,2025,31.73535160122077,2.15421018111,84.89789353521316,1.2418396623050063 +PAO,comm_sr21_std,rural,2025,56.03879439108132,20.23319454772,1540.5184899334292,1.3586690250891555 +PAO,comm_sr21_std,urban,2025,31.73535160122077,116.56287601794,4895.325906197564,1.323360115773137 +PAO,comm_sr22_low,rural,2025,56.03879439108132,1.06490497618,57.19746869078396,0.9584670103735804 +PAO,comm_sr22_low,urban,2025,31.73535160122077,6.13488821144,181.7571499962361,0.9335584975880004 +PAO,comm_sr31_std,rural,2025,56.03879439108132,5.69514805963,224.5428575785633,0.7035669701482147 +PAO,comm_sr31_std,urban,2025,31.73535160122077,66.2896712131,1271.477125992776,0.6043929256012487 +PAO,comm_sr32_low,rural,2025,56.03879439108132,0.2997446347499999,8.33698728815311,0.4963281844410726 +PAO,comm_sr32_low,urban,2025,31.73535160122077,3.4889300638300003,47.20830913355419,0.4263662965291921 +PAS,comm_s1,rural,2025,3.661688901340806,198.47112328449,1191.9274142528936,1.64010267625373 +PAS,comm_s1,urban,2025,14.797168822525787,40.97961696524,478.2872624566273,0.7887553019954745 +PAS,comm_s2,rural,2025,3.661688901340806,261.08989932702,488.7459212920495,0.5112244679908448 +PAS,comm_s2,urban,2025,14.797168822525787,217.14019492635,3727.040100770033,1.1599658763595564 +PAS,comm_s3,rural,2025,3.661688901340806,217.79458721583003,24.551279414202504,0.030785456871132 +PAS,comm_s3,urban,2025,14.797168822525787,427.41435830167,3748.6714202448698,0.5927200779922204 +PAS,comm_s51_std,rural,2025,3.661688901340806,694.90408142621,466.9731724251976,0.1835209399655289 +PAS,comm_s51_std,urban,2025,14.797168822525787,1084.68631316511,4024.2450237948833,0.2507273016560443 +PAS,comm_sr11_std,rural,2025,3.661688901340806,10.30849358285,22.54959019757006,0.5973955800788091 +PAS,comm_sr11_std,urban,2025,14.797168822525787,2.12846136769,9.048522281021778,0.2872984344235768 +PAS,comm_sr21_std,rural,2025,3.661688901340806,13.56088234495,9.246385394255082,0.1862098281915676 +PAS,comm_sr21_std,urban,2025,14.797168822525787,11.27815608099,70.51035651870137,0.422509210931258 +PAS,comm_sr31_std,rural,2025,3.661688901340806,11.31214489815,0.4498322865341736,0.0108598598466551 +PAS,comm_sr31_std,urban,2025,14.797168822525787,22.19969382366,68.04137702195969,0.2071321345900514 +RCPA,comm_s1,rural,2025,4.520642370111859,117.79674588572,2062.42805793085,3.8729809768815207 +RCPA,comm_s1,urban,2025,3.220269358125083,16.86140645164,694.8517614558039,12.796940945986584 +RCPA,comm_s2,rural,2025,4.520642370111859,182.80222031319,2445.827605905138,2.9596763692619064 +RCPA,comm_s2,urban,2025,3.220269358125083,52.7424199285,1664.981500290772,9.802958420611604 +RCPA,comm_s3,rural,2025,4.520642370111859,195.91636498794,1855.459404104112,2.0949834249652364 +RCPA,comm_s3,urban,2025,3.220269358125083,171.15885707901,3769.3264204301913,6.83867824880647 +RCPA,comm_s51_std,rural,2025,4.520642370111859,439.66404214759007,2532.8885156346487,1.274368345470866 +RCPA,comm_s51_std,urban,2025,3.220269358125083,368.62261894132007,6944.014732818294,5.8497385183889135 +RCPA,comm_s52_low,rural,2025,4.520642370111859,23.14021274462,19.330512005217788,0.1847888908388096 +RCPA,comm_s52_low,urban,2025,3.220269358125083,12.656935164939998,34.64205952146777,0.8499295884510716 +RCPA,comm_sr11_std,rural,2025,4.520642370111859,5.812390387060001,54.84744473413979,2.0873797798210894 +RCPA,comm_sr11_std,urban,2025,3.220269358125083,0.54289360286,16.519934483941594,9.449338282023914 +RCPA,comm_sr12_low,rural,2025,4.520642370111859,0.3059152835499998,0.7748530985201878,0.5602966785484911 +RCPA,comm_sr12_low,urban,2025,3.220269358125083,0.02857334751,0.233384116496515,2.5364013347608303 +RCPA,comm_sr21_std,rural,2025,4.520642370111859,9.01992546647,65.0434297314293,1.5951456115374587 +RCPA,comm_sr21_std,urban,2025,3.220269358125083,1.69816927564,39.58453708537513,7.23856355424294 +RCPA,comm_sr22_low,rural,2025,4.520642370111859,0.47473291921,0.9188960962142004,0.4281706630620249 +RCPA,comm_sr22_low,urban,2025,3.220269358125083,0.08937733035,0.5592275356811993,1.9429828596020435 +RCPA,comm_sr31_std,rural,2025,4.520642370111859,9.66701064579,48.15746386458166,1.1019737754711654 +RCPA,comm_sr31_std,urban,2025,3.220269358125083,5.51087175616,89.05987138628535,5.0184495128267415 +RCPA,comm_sr32_low,rural,2025,4.520642370111859,0.5087900339899999,0.680340902504014,0.2957929608976644 +RCPA,comm_sr32_low,urban,2025,3.220269358125083,0.2900458819,1.2581865492894957,1.3470575014887585 +SAS,comm_s1,rural,2025,10.188504008912812,588.4591884507,1801.9686726407824,0.3005525847833191 +SAS,comm_s1,urban,2025,6.600703276472216,83.33846275981,154.6489840566652,0.2811327079039761 +SAS,comm_s2,rural,2025,10.188504008912812,899.53255533064,3263.330875598317,0.3560687038363589 +SAS,comm_s2,urban,2025,6.600703276472216,398.96792092212,750.5919069657582,0.2850202322714711 +SAS,comm_s3,rural,2025,10.188504008912812,1041.87691888318,4409.894318552135,0.415433337042571 +SAS,comm_s3,urban,2025,6.600703276472216,766.5629214159899,1579.3125492580102,0.3121260867331883 +SAS,comm_s51_std,rural,2025,10.188504008912812,1656.50586893717,2708.833845205149,0.1605014526615661 +SAS,comm_s51_std,urban,2025,6.600703276472216,1399.4562755352,1168.0135916965908,0.1264440367545244 +SAS,comm_sr11_std,rural,2025,10.188504008912812,30.56428394977,34.09071276582797,0.1094741130121611 +SAS,comm_sr11_std,urban,2025,6.600703276472216,4.32855920977,2.9257412606092363,0.1024005628285627 +SAS,comm_sr21_std,rural,2025,10.188504008912812,46.72128328143,61.73763019385362,0.129695459280081 +SAS,comm_sr21_std,urban,2025,6.600703276472216,20.72219970609,14.200143151656238,0.1038165655528685 +SAS,comm_sr31_std,rural,2025,10.188504008912812,54.11458027082001,80.21717870784752,0.1454931908251945 +SAS,comm_sr31_std,urban,2025,6.600703276472216,39.81490518855,28.57877505925589,0.1087446034939811 +WEU,comm_s1,rural,2025,61.722217899878,975.84360182578,464543.2005243815,7.712663173406628 +WEU,comm_s1,urban,2025,44.27644767738066,1767.78176227894,827767.4452236445,10.575646440334747 +WEU,comm_s2,rural,2025,61.722217899878,273.68237956295,93879.63766779182,5.557545719181622 +WEU,comm_s2,urban,2025,44.27644767738066,1728.3833956028,491535.4254794387,6.423059838282894 +WEU,comm_s3,rural,2025,61.722217899878,141.56448196643998,21751.68923253909,2.4894141991806795 +WEU,comm_s3,urban,2025,44.27644767738066,1312.9067337822,176701.64839931726,3.0397226194934954 +WEU,comm_s51_std,urban,2025,44.27644767738066,247.41530629928,21217.398730674773,1.9368358022066103 +WEU,comm_s52_low,rural,2025,61.722217899878,179.03387268434997,2774.238095166838,0.2510539169520006 +WEU,comm_s52_low,urban,2025,44.27644767738066,1649.9944325610202,24538.179825617408,0.3358822827247651 +WEU,comm_sr11_std,rural,2025,61.722217899878,148.19421827576,15740.277280539682,1.7208364440253026 +WEU,comm_sr11_std,urban,2025,44.27644767738066,228.42784558597,25146.176808714,2.4862806568143694 +WEU,comm_sr12_low,rural,2025,61.722217899878,16.46602425295,1233.76760872654,1.2139564024398308 +WEU,comm_sr12_low,urban,2025,44.27644767738066,25.38087173181,1971.028710407915,1.753935611996141 +WEU,comm_sr21_std,rural,2025,61.722217899878,41.56213784593,3180.956101007768,1.23999025990145 +WEU,comm_sr21_std,urban,2025,44.27644767738066,223.33689815583,14932.015976404306,1.5100286799070604 +WEU,comm_sr22_low,rural,2025,61.722217899878,4.61801531646,249.3323676865344,0.8747456042086621 +WEU,comm_sr22_low,urban,2025,44.27644767738066,24.81521090599,1170.4137936181942,1.0652430044792716 +WEU,comm_sr31_std,rural,2025,61.722217899878,21.498360701920003,727.565711576256,0.5483089753116138 +WEU,comm_sr31_std,urban,2025,44.27644767738066,169.65015877654,5291.753082135013,0.7044862661983731 +WEU,comm_sr32_low,rural,2025,61.722217899878,2.38870674458,57.02866551017441,0.3868021236774844 +WEU,comm_sr32_low,urban,2025,44.27644767738066,18.85001764186,414.7826261074088,0.4969766977277643 +AFR,comm_s1,rural,2030,2.9027293033996147,109.90598373415,192.2422888743588,0.60258879745138 +AFR,comm_s1,urban,2030,3.815563517376804,16.19931808137,57.45883243178784,0.929611261377171 +AFR,comm_s2,rural,2030,2.9027293033996147,223.90213781626,407.4384703384872,0.6268985354391117 +AFR,comm_s2,urban,2030,3.815563517376804,113.50130218256,265.0936830112273,0.6121246196466749 +AFR,comm_s3,rural,2030,2.9027293033996147,328.52318234802,458.9206527623736,0.4812436857757328 +AFR,comm_s3,urban,2030,3.815563517376804,315.14476204618,521.0913714265142,0.4333562865157445 +AFR,comm_s51_std,rural,2030,2.9027293033996147,636.7433537435301,460.22559758937706,0.2490002668769522 +AFR,comm_s51_std,urban,2030,3.815563517376804,742.56571316621,564.5328770428471,0.1992487746274387 +AFR,comm_sr11_std,rural,2030,2.9027293033996147,8.67293632494,7.266986942370424,0.2886567281776189 +AFR,comm_sr11_std,urban,2030,3.815563517376804,1.27832579683,2.172012138913409,0.4453095482961229 +AFR,comm_sr21_std,rural,2030,2.9027293033996147,17.66863748746,15.401658298264678,0.3003017661483483 +AFR,comm_sr21_std,urban,2030,3.815563517376804,8.95665125028,10.020856203144174,0.2932246511951607 +AFR,comm_sr31_std,rural,2030,2.9027293033996147,25.92452699076,16.664352699463567,0.2214476472268204 +AFR,comm_sr31_std,urban,2030,3.815563517376804,24.868804786510005,18.8640029896099,0.1988017741020745 +CHN,comm_s1,rural,2030,58.99575938093701,1919.3964332211096,406680.00779366784,3.591429487672025 +CHN,comm_s1,urban,2030,36.35754664146298,257.5825734439,28830.29941316252,3.0784925361500326 +CHN,comm_s2,rural,2030,58.99575938093701,1962.4915312099504,315350.47646067385,2.723735332496797 +CHN,comm_s2,urban,2030,36.35754664146298,901.50639321983,76216.85019085922,2.3253461764221908 +CHN,comm_s3,rural,2030,58.99575938093701,363.85212801653,40277.350417163245,1.8763557330020209 +CHN,comm_s3,urban,2030,36.35754664146298,2635.2949801624,151522.27693609032,1.581439868202909 +CHN,comm_s51_std,rural,2030,58.99575938093701,2712.94736848899,187163.23993241185,1.169387347105664 +CHN,comm_s51_std,urban,2030,36.35754664146298,7354.44561114254,360114.4295382621,1.3467779990009223 +CHN,comm_s52_low,rural,2030,58.99575938093701,142.78670360469,1258.2457876200092,0.1493677785143022 +CHN,comm_s52_low,urban,2030,36.35754664146298,252.52042737248,1504.673385258248,0.1638895088095217 +CHN,comm_sr11_std,rural,2030,58.99575938093701,143.89082703200998,16704.032354855208,1.9677386593820403 +CHN,comm_sr11_std,urban,2030,36.35754664146298,12.48912822065,1036.3412679740168,2.282317699189189 +CHN,comm_sr12_low,rural,2030,58.99575938093701,7.573201422709999,224.185697365012,0.501773358079108 +CHN,comm_sr12_low,urban,2030,36.35754664146298,0.6573225379300001,13.908790699365037,0.5819910131922424 +CHN,comm_sr21_std,rural,2030,58.99575938093701,147.12152454870002,12952.75022364625,1.4923303743161709 +CHN,comm_sr21_std,urban,2030,36.35754664146298,43.71036746043,2739.710262262948,1.7239537444979645 +CHN,comm_sr22_low,rural,2030,58.99575938093701,7.743238134,173.83954244754585,0.3805442453969565 +CHN,comm_sr22_low,urban,2030,36.35754664146298,2.30054565596,36.76979562235077,0.4396082047857554 +CHN,comm_sr31_std,rural,2030,58.99575938093701,27.276795304770005,1633.7940434930283,1.0152737745754123 +CHN,comm_sr31_std,urban,2030,36.35754664146298,127.77470333641,5405.339173017791,1.16354584309075 +CHN,comm_sr32_low,rural,2030,58.99575938093701,1.4356208055000002,21.927235845591326,0.2588948125040761 +CHN,comm_sr32_low,urban,2030,36.35754664146298,6.7249843862,72.54534152810655,0.2967041899665063 +EEU,comm_s1,rural,2030,60.33209632413561,238.09631109461,107132.96232681692,7.457994026642821 +EEU,comm_s1,urban,2030,52.81203399035736,192.87588071908,76614.45957536268,7.521421482660187 +EEU,comm_s2,rural,2030,60.33209632413561,40.09698977453,16758.596834035376,6.927514884830864 +EEU,comm_s2,urban,2030,52.81203399035736,286.46253599104,108171.20833899034,7.150080882644556 +EEU,comm_s3,rural,2030,60.33209632413561,18.42546515989,5475.694847738011,4.925749944883309 +EEU,comm_s3,urban,2030,52.81203399035736,72.81881227088,16804.511705987534,4.369677771557167 +EEU,comm_s51_std,urban,2030,52.81203399035736,311.59706135787,48922.16312107112,2.972893859740609 +EEU,comm_s52_low,rural,2030,60.33209632413561,169.15918644412002,3897.248302560964,0.3818687090516829 +EEU,comm_s52_low,urban,2030,52.81203399035736,378.81541882842,8731.744234583264,0.4364559961388607 +EEU,comm_sr11_std,rural,2030,60.33209632413561,56.464263079320006,5342.959584631377,1.5684107446542768 +EEU,comm_sr11_std,urban,2030,52.81203399035736,22.42941852956,2141.945649018283,1.8082461020619809 +EEU,comm_sr12_low,rural,2030,60.33209632413561,6.2738070087,421.635068274937,1.113928085826461 +EEU,comm_sr12_low,urban,2030,52.81203399035736,2.49215761438,169.02980186757384,1.2842656976436817 +EEU,comm_sr21_std,rural,2030,60.33209632413561,9.50895446006,835.7885718320775,1.4568513651721111 +EEU,comm_sr21_std,urban,2030,52.81203399035736,33.31255359059,3024.1921738377223,1.7189710635496596 +EEU,comm_sr22_low,rural,2030,60.33209632413561,1.05655049566,65.95553756237699,1.0346955719554898 +EEU,comm_sr22_low,urban,2030,52.81203399035736,3.7013948434400006,238.6515288983575,1.2208601304946591 +EEU,comm_sr31_std,rural,2030,60.33209632413561,4.369577619039999,267.7754894116658,1.015740917441633 +EEU,comm_sr31_std,urban,2030,52.81203399035736,8.468055265330001,463.2250911182882,1.0357990242903294 +EEU,comm_sr32_low,rural,2030,60.33209632413561,0.48550862439,21.13127284436087,0.7214069017086486 +EEU,comm_sr32_low,urban,2030,52.81203399035736,0.9408950295,36.55501035298888,0.7356527162192922 +FSU,comm_s1,rural,2030,69.02844645787476,295.25445586257,219768.77100214,10.783045050042652 +FSU,comm_s1,urban,2030,67.39825092840175,335.30880203669005,237278.51714014515,10.499408650978303 +FSU,comm_s2,rural,2030,69.02844645787476,139.02287640306,78181.64164776141,8.146863057692661 +FSU,comm_s2,urban,2030,67.39825092840175,617.97513240299,406370.0161948468,9.756679317739398 +FSU,comm_s3,rural,2030,69.02844645787476,115.66216900336,41830.0920332002,5.2392532133309935 +FSU,comm_s3,urban,2030,67.39825092840175,344.5235292451201,145670.87425780474,6.273432263244091 +FSU,comm_s51_std,rural,2030,69.02844645787476,431.98187617559,32845.981896297424,1.1015104546695629 +FSU,comm_s51_std,urban,2030,67.39825092840175,1592.0324377257198,468375.5397376888,4.365094680273619 +FSU,comm_s52_low,rural,2030,69.02844645787476,22.735888219770004,790.6093237279217,0.5037579430416997 +FSU,comm_s52_low,urban,2030,67.39825092840175,8.00016300363,333.92512678555414,0.6193007949919453 +FSU,comm_sr11_std,rural,2030,69.02844645787476,73.90920895663001,11745.82910864339,2.3022740825084056 +FSU,comm_sr11_std,urban,2030,67.39825092840175,6.7846132514,1082.076322971515,2.366378287525228 +FSU,comm_sr12_low,rural,2030,69.02844645787476,3.889958366180001,439.0635881514417,1.6351378428936572 +FSU,comm_sr12_low,urban,2030,67.39825092840175,0.35708490791,40.44842714362522,1.6806663976258194 +FSU,comm_sr21_std,rural,2030,69.02844645787476,34.80073075185,4178.51998732034,1.7394262552383486 +FSU,comm_sr21_std,urban,2030,67.39825092840175,12.50406266346,1853.1950476450136,2.1989804248001428 +FSU,comm_sr22_low,rural,2030,69.02844645787476,1.83161740784,156.19467656747614,1.2353879655336462 +FSU,comm_sr22_low,urban,2030,67.39825092840175,0.6581085614100001,69.27314026691558,1.5617758701241036 +FSU,comm_sr31_std,rural,2030,69.02844645787476,28.95299036978,2197.0592290800114,1.0993101546863997 +FSU,comm_sr31_std,urban,2030,67.39825092840175,6.9710633534,662.916967130033,1.4109495291416958 +FSU,comm_sr32_low,rural,2030,69.02844645787476,1.52384159854,82.12691497490306,0.7807600530942127 +FSU,comm_sr32_low,urban,2030,67.39825092840175,0.36689807107,24.780089977095265,1.0020948363845492 +LAM,comm_s1,rural,2030,10.563172113763954,202.59339146539,3370.4329721827035,1.574947436552681 +LAM,comm_s1,urban,2030,14.609616719653468,143.47949347583,3992.401807932272,1.9046079216074532 +LAM,comm_s2,rural,2030,10.563172113763954,246.3753044686,3574.08114182994,1.3733235828902235 +LAM,comm_s2,urban,2030,14.609616719653468,960.88511688253,21822.32349171446,1.5544999066565413 +LAM,comm_s3,rural,2030,10.563172113763954,87.42390590796,1263.1471216433652,1.3678213389132738 +LAM,comm_s3,urban,2030,14.609616719653468,1232.35243026065,25558.68567263857,1.4195960053988563 +LAM,comm_s51_std,rural,2030,10.563172113763954,513.0502165218901,5081.009035715959,0.9375528014828992 +LAM,comm_s51_std,urban,2030,14.609616719653468,3624.75077927013,60808.782232536105,1.1482840486730257 +LAM,comm_sr11_std,rural,2030,10.563172113763954,15.98711484426,162.0482637562832,0.9595772241726896 +LAM,comm_sr11_std,urban,2030,14.609616719653468,11.32229992009,204.91551802234216,1.2388004970987987 +LAM,comm_sr21_std,rural,2030,10.563172113763954,19.44204723975,171.83953762986647,0.8367327067323623 +LAM,comm_sr21_std,urban,2030,14.609616719653468,75.8256752834,1120.0607899493905,1.0110822470429526 +LAM,comm_sr31_std,rural,2030,10.563172113763954,6.89882337113,59.61342891260952,0.8180403402771118 +LAM,comm_sr31_std,urban,2030,14.609616719653468,97.2477911973,1286.7251689806253,0.9056642559443312 +MEA,comm_s1,rural,2030,25.259569883521703,147.83173160172,13684.057351744012,3.664555222022545 +MEA,comm_s1,urban,2030,30.50732691016664,58.1798060199,7725.329286726803,4.352517993533392 +MEA,comm_s2,rural,2030,25.259569883521703,239.84251960272,20175.134990778,3.330154020270216 +MEA,comm_s2,urban,2030,30.50732691016664,353.07767275514004,41023.59982046035,3.808547318799303 +MEA,comm_s3,rural,2030,25.259569883521703,250.22164119389004,17822.764514991264,2.819838589194408 +MEA,comm_s3,urban,2030,30.50732691016664,663.33468135027,66919.79064258942,3.3068745019367785 +MEA,comm_s51_std,rural,2030,25.259569883521703,735.14321300439,39159.36089008219,2.108811163267518 +MEA,comm_s51_std,urban,2030,30.50732691016664,1974.56494751989,148940.76815272283,2.4725097355895382 +MEA,comm_sr11_std,rural,2030,25.259569883521703,11.66574513447,690.7879228231576,2.3442628265631464 +MEA,comm_sr11_std,urban,2030,30.50732691016664,4.5911035584,393.9190950484676,2.8124563362693173 +MEA,comm_sr21_std,rural,2030,25.259569883521703,18.92653001996,1018.4654473615124,2.1303421024595486 +MEA,comm_sr21_std,urban,2030,30.50732691016664,27.862178832620003,2091.81754159473,2.4609600820622584 +MEA,comm_sr31_std,rural,2030,25.259569883521703,19.74557060046,881.9880806921452,1.7683453165882153 +MEA,comm_sr31_std,urban,2030,30.50732691016664,52.34527964734001,3340.487431794774,2.0918385484131496 +NAM,comm_s1,rural,2030,71.8563597027965,744.30184989795,443050.0759716409,8.283969766908996 +NAM,comm_s1,urban,2030,52.50701000472655,1455.40379507667,686012.5052977414,8.977000332040094 +NAM,comm_s2,rural,2030,71.8563597027965,244.12758574579,115352.78328242108,6.575760843951518 +NAM,comm_s2,urban,2030,52.50701000472655,2117.81438523724,771336.2733608397,6.936470971113873 +NAM,comm_s3,rural,2030,71.8563597027965,13.23880312861,13494.798322086992,14.185755257047656 +NAM,comm_s3,urban,2030,52.50701000472655,1840.92670381512,546423.82836465,5.652959109517157 +NAM,comm_s51_std,urban,2030,52.50701000472655,1910.83833940871,272395.9362318431,2.714934707457026 +NAM,comm_s52_low,urban,2030,52.50701000472655,100.57043891629,1661.7565652878188,0.3146877009260924 +NAM,comm_sr11_std,rural,2030,71.8563597027965,186.31644623339,23939.30130371798,1.7881134387400213 +NAM,comm_sr11_std,urban,2030,52.50701000472655,364.32216710257,37612.18192618775,1.966190725697937 +NAM,comm_sr12_low,rural,2030,71.8563597027965,9.806128749089998,894.8602462056461,1.2699669310751829 +NAM,comm_sr12_low,urban,2030,52.50701000472655,19.17485090005,1405.9577575763851,1.396442276947226 +NAM,comm_sr21_std,rural,2030,71.8563597027965,61.11093800168,6232.850833330252,1.4193927145917675 +NAM,comm_sr21_std,urban,2030,52.50701000472655,530.13928434191,42290.24983637574,1.5192630486828438 +NAM,comm_sr22_low,rural,2030,71.8563597027965,3.2163651581300003,232.9863499771103,1.0080914167708177 +NAM,comm_sr22_low,urban,2030,52.50701000472655,27.90206759698,1580.8257267297452,1.079022051749977 +NAM,comm_sr31_std,rural,2030,71.8563597027965,3.31398712987,713.1630878736274,2.99483450023412 +NAM,comm_sr31_std,urban,2030,52.50701000472655,460.82771563441,29387.443086081184,1.214523498109476 +NAM,comm_sr32_low,rural,2030,71.8563597027965,0.17442037524,26.65830920426064,2.127013139446772 +NAM,comm_sr32_low,urban,2030,52.50701000472655,24.25409029656,1098.513871455887,0.8625877118162385 +PAO,comm_s1,rural,2030,56.03879439108132,367.75231316633,168320.99808842613,8.167593243508081 +PAO,comm_s1,urban,2030,31.73535160122077,259.6176702295,61589.11411708388,7.475261585555655 +PAO,comm_s2,rural,2030,56.03879439108132,111.69982148976,37238.27813319115,5.9490597238942655 +PAO,comm_s2,urban,2030,31.73535160122077,739.33260973394,131851.22023252083,5.6195427193560965 +PAO,comm_s3,rural,2030,56.03879439108132,31.97955909403,5602.908290600482,3.12645555161703 +PAO,comm_s3,urban,2030,31.73535160122077,428.79616966196,35521.18416301918,2.6103168318021077 +PAO,comm_s51_std,rural,2030,56.03879439108132,116.21983445696,4952.604201472034,0.7604393568661707 +PAO,comm_s51_std,urban,2030,31.73535160122077,945.58961210767,23915.945478752878,0.796969218397556 +PAO,comm_s52_low,rural,2030,56.03879439108132,6.11683339249,76.51986618373368,0.2232331908139757 +PAO,comm_s52_low,urban,2030,31.73535160122077,44.30115178087,237.06995378265364,0.1686235325321762 +PAO,comm_sr11_std,rural,2030,56.03879439108132,92.05714602565,9138.894696486484,1.771525398017776 +PAO,comm_sr11_std,urban,2030,31.73535160122077,56.60430766552,3004.128004596429,1.6723440782139516 +PAO,comm_sr12_low,rural,2030,56.03879439108132,4.84511294876,341.61538193934086,1.2581856521494446 +PAO,comm_sr12_low,urban,2030,31.73535160122077,2.97917408764,112.29545472909058,1.1877443738640705 +PAO,comm_sr21_std,rural,2030,56.03879439108132,27.96112059615,2021.831538567784,1.290332424862756 +PAO,comm_sr21_std,urban,2030,31.73535160122077,161.19631021855,6431.297946375469,1.2571879768240215 +PAO,comm_sr22_low,rural,2030,56.03879439108132,1.47163792618,75.57683682976044,0.9164292791170912 +PAO,comm_sr22_low,urban,2030,31.73535160122077,8.48401632725,240.4043790054984,0.8928891881979132 +PAO,comm_sr31_std,rural,2030,56.03879439108132,8.005243844719999,299.7155145177164,0.6681067748687911 +PAO,comm_sr31_std,urban,2030,31.73535160122077,93.49020924458,1702.9583937793102,0.5739771340504677 +PAO,comm_sr32_low,rural,2030,56.03879439108132,0.42132862341,11.203480656376376,0.4745076526041614 +PAO,comm_sr32_low,urban,2030,31.73535160122077,4.92053732863,63.65723661431668,0.4076542145575146 +PAS,comm_s1,rural,2030,3.661688901340806,190.80409925104,1145.9032456065845,1.640132010875526 +PAS,comm_s1,urban,2030,14.797168822525787,39.39655690617,459.8190458829429,0.7887694095530587 +PAS,comm_s2,rural,2030,3.661688901340806,238.84072379208,457.7574573813393,0.5234143267733914 +PAS,comm_s2,urban,2030,14.797168822525787,196.63588558973,3377.622382750652,1.1608328424895025 +PAS,comm_s3,rural,2030,3.661688901340806,194.42990035959,21.82675798106349,0.0306580646459847 +PAS,comm_s3,urban,2030,14.797168822525787,382.74743423996006,3394.487810333369,0.5993539013835394 +PAS,comm_s51_std,rural,2030,3.661688901340806,1036.65690348865,666.7936889005373,0.1756608552084315 +PAS,comm_s51_std,urban,2030,14.797168822525787,1760.47421340153,6411.164345451895,0.24610963310675 +PAS,comm_sr11_std,rural,2030,3.661688901340806,15.056794426670002,33.85912440539949,0.6141320440107666 +PAS,comm_sr11_std,urban,2030,14.797168822525787,3.10887376518,13.58672325748434,0.2953473052867038 +PAS,comm_sr21_std,rural,2030,3.661688901340806,18.84747598689,13.52580748395592,0.1959875840492074 +PAS,comm_sr21_std,urban,2030,14.797168822525787,15.51699422527,99.80191337307336,0.4346629671172819 +PAS,comm_sr31_std,rural,2030,3.661688901340806,15.34291480955,0.6227286671704219,0.0110843324110943 +PAS,comm_sr31_std,urban,2030,14.797168822525787,30.20348859016,95.03003344194832,0.2126302967170481 +RCPA,comm_s1,rural,2030,4.520642370111859,114.76602820604,2031.9576623461908,3.916527241807546 +RCPA,comm_s1,urban,2030,3.220269358125083,16.573952091429998,699.3288356430339,13.102771194291034 +RCPA,comm_s2,rural,2030,4.520642370111859,170.42508371776998,2305.8639522802478,2.992953798719127 +RCPA,comm_s2,urban,2030,3.220269358125083,49.4544014138,1598.4950702210915,10.037236379616846 +RCPA,comm_s3,rural,2030,4.520642370111859,167.39286799812,1613.9623198143036,2.132830240440739 +RCPA,comm_s3,urban,2030,3.220269358125083,147.55612321287003,3333.2883203769047,7.014931662715986 +RCPA,comm_s51_std,rural,2030,4.520642370111859,522.44815240911,3094.126587072157,1.3100706851919646 +RCPA,comm_s51_std,urban,2030,3.220269358125083,509.4214517629601,9865.194131414788,6.013623122671091 +RCPA,comm_s52_low,rural,2030,4.520642370111859,27.49727117942,22.43308310689876,0.1804675894363325 +RCPA,comm_s52_low,urban,2030,3.220269358125083,17.491369100230003,46.754380948126645,0.8300539243699913 +RCPA,comm_sr11_std,rural,2030,4.520642370111859,8.60363103105,83.46091738957836,2.145859215791035 +RCPA,comm_sr11_std,urban,2030,3.220269358125083,0.8036033261900001,25.13825199672945,9.714068244505809 +RCPA,comm_sr12_low,rural,2030,4.520642370111859,0.4528226858599999,1.120133367517803,0.5471941012551422 +RCPA,comm_sr12_low,urban,2030,3.220269358125083,0.04229491189,0.3373818043175558,2.477087412048684 +RCPA,comm_sr21_std,rural,2030,4.520642370111859,12.77620705066,94.71138322812266,1.6398347556047637 +RCPA,comm_sr21_std,urban,2030,3.220269358125083,2.3978421835400003,57.45990995177691,7.441357084306565 +RCPA,comm_sr22_low,rural,2030,4.520642370111859,0.67243194999,1.2711264567080989,0.4181578619154828 +RCPA,comm_sr22_low,urban,2030,3.220269358125083,0.12620222027,0.7711724793092347,1.8975460641980972 +RCPA,comm_sr31_std,rural,2030,4.520642370111859,12.54889182796,64.26530007180183,1.1328463582239725 +RCPA,comm_sr31_std,urban,2030,3.220269358125083,7.15439448369,118.8596358316348,5.159044961742128 +RCPA,comm_sr32_low,rural,2030,4.520642370111859,0.66046799093,0.862507974520388,0.2888758213110928 +RCPA,comm_sr32_low,urban,2030,3.220269358125083,0.37654707805,1.5952214264320213,1.3155564638672996 +SAS,comm_s1,rural,2030,10.188504008912812,550.75796585301,1686.5508619353702,0.3005579604320721 +SAS,comm_s1,urban,2030,6.600703276472216,77.99915971702,144.74356924250438,0.2811377361927152 +SAS,comm_s2,rural,2030,10.188504008912812,824.11542676544,2989.955345582416,0.3560952968494482 +SAS,comm_s2,urban,2030,6.600703276472216,365.40587547966,687.4535453700578,0.2850214988755102 +SAS,comm_s3,rural,2030,10.188504008912812,970.80717466344,4153.358193819087,0.4199097794147832 +SAS,comm_s3,urban,2030,6.600703276472216,717.02387206391,1498.8197749148558,0.3166836116071446 +SAS,comm_s51_std,rural,2030,10.188504008912812,2747.78260827118,4675.825566237678,0.167018858125502 +SAS,comm_s51_std,urban,2030,6.600703276472216,2492.4090945687994,2151.2169330785387,0.1307599272355376 +SAS,comm_sr11_std,rural,2030,10.188504008912812,43.46158967885,49.83416852070542,0.1125411084955723 +SAS,comm_sr11_std,urban,2030,6.600703276472216,6.155094769570001,4.276879864871719,0.1052693877349131 +SAS,comm_sr21_std,rural,2030,10.188504008912812,65.03286152304,88.34713610995436,0.1333365430697882 +SAS,comm_sr21_std,urban,2030,6.600703276472216,28.83502592966,20.31286254416041,0.1067236262329339 +SAS,comm_sr31_std,rural,2030,10.188504008912812,76.60864789703,116.7566060016881,0.1495867904410117 +SAS,comm_sr31_std,urban,2030,6.600703276472216,56.58201832679001,41.75069448390792,0.1117879671710597 +WEU,comm_s1,rural,2030,61.722217899878,877.90649749588,413125.4675745291,7.624163157141238 +WEU,comm_s1,urban,2030,44.27644767738066,1612.2426487111202,746894.759929645,10.463000286624611 +WEU,comm_s2,rural,2030,61.722217899878,234.17623394392,79403.72225217833,5.493593503507368 +WEU,comm_s2,urban,2030,44.27644767738066,1498.59498561106,421419.31204164337,6.351223396301587 +WEU,comm_s3,rural,2030,61.722217899878,127.1414832808,19326.12064771613,2.4627248305350515 +WEU,comm_s3,urban,2030,44.27644767738066,1203.5887862887998,160889.0962625244,3.019087565410819 +WEU,comm_s51_std,urban,2030,44.27644767738066,352.22052032753,30173.08368375311,1.9347830455190471 +WEU,comm_s52_low,rural,2030,61.722217899878,218.33969573819,3258.2466252755994,0.2417740747286582 +WEU,comm_s52_low,urban,2030,44.27644767738066,2348.93267626364,33367.911370756454,0.3208379139223398 +WEU,comm_sr11_std,rural,2030,61.722217899878,208.19450417298003,20998.170606864183,1.6340700704142157 +WEU,comm_sr11_std,urban,2030,44.27644767738066,321.44105554569,33616.14217644981,2.361966623593186 +WEU,comm_sr12_low,rural,2030,61.722217899878,23.13272268598,1657.0526049181294,1.160561129697795 +WEU,comm_sr12_low,urban,2030,44.27644767738066,35.71567283848,2652.788997833501,1.6775331135485625 +WEU,comm_sr21_std,rural,2030,61.722217899878,55.53462134518,4035.899593552064,1.177429776632562 +WEU,comm_sr21_std,urban,2030,44.27644767738066,298.78254020604,18967.18556551509,1.4337548762399133 +WEU,comm_sr22_low,rural,2030,61.722217899878,6.17051348305,318.4895513112616,0.8362427391890765 +WEU,comm_sr22_low,urban,2030,44.27644767738066,33.19806002266,1496.7791641151002,1.0182918156339644 +WEU,comm_sr31_std,rural,2030,61.722217899878,30.15145479284,967.6729946604348,0.519970645070082 +WEU,comm_sr31_std,urban,2030,44.27644767738066,239.96564674467,7110.260178469956,0.6692118919537581 +WEU,comm_sr32_low,rural,2030,61.722217899878,3.35016164352,76.36308354593749,0.3692973331734281 +WEU,comm_sr32_low,urban,2030,44.27644767738066,26.66284963849,561.1000772899448,0.4752925369589145 +AFR,comm_s1,rural,2035,2.9027293033996147,103.37329140199,181.1389056257949,0.6036661973448182 +AFR,comm_s1,urban,2035,3.815563517376804,15.23644820461,54.14016908621837,0.9312733617587547 +AFR,comm_s2,rural,2035,2.9027293033996147,205.43630743228,374.5130694721268,0.6280341223174962 +AFR,comm_s2,urban,2035,3.815563517376804,104.00149048602,243.466139911542,0.6135363794443757 +AFR,comm_s3,rural,2035,2.9027293033996147,304.56983032862,427.59412687029953,0.4836579300403193 +AFR,comm_s3,urban,2035,3.815563517376804,292.68633614592,486.7746910108147,0.4358799114315011 +AFR,comm_s51_std,rural,2035,2.9027293033996147,937.34244329428,690.4041253033093,0.2537456220578867 +AFR,comm_s51_std,urban,2035,3.815563517376804,1153.21019755893,876.1822885753536,0.1991256966708012 +AFR,comm_sr11_std,rural,2035,2.9027293033996147,11.01718840238,9.437036998768388,0.2950926172504131 +AFR,comm_sr11_std,urban,2035,3.815563517376804,1.6238509791300002,2.82061314806031,0.4552381679175032 +AFR,comm_sr21_std,rural,2035,2.9027293033996147,21.89473192703,19.51151068783576,0.3070044897189395 +AFR,comm_sr21_std,urban,2035,3.815563517376804,11.084139812819998,12.684182685172845,0.2999174987596059 +AFR,comm_sr31_std,rural,2035,2.9027293033996147,32.46005962363,21.31764012533269,0.2262472327186485 +AFR,comm_sr31_std,urban,2035,3.815563517376804,31.193555553610004,24.16358232976455,0.2030194994391143 +CHN,comm_s1,rural,2035,58.99575938093701,1870.5222949089,398777.1923070328,3.613654493161603 +CHN,comm_s1,urban,2035,36.35754664146298,253.33431667705003,28877.198762604785,3.1352087957974915 +CHN,comm_s2,rural,2035,58.99575938093701,1867.2860125735804,301908.8380896335,2.7405907470102147 +CHN,comm_s2,urban,2035,36.35754664146298,854.8280167345899,73601.94604457665,2.36818692914638 +CHN,comm_s3,rural,2035,58.99575938093701,317.69727302454,35360.43520311861,1.886615155218728 +CHN,comm_s3,urban,2035,36.35754664146298,2269.89941728494,132987.09610228226,1.6114184047027902 +CHN,comm_s51_std,rural,2035,58.99575938093701,2471.7535428484,174325.53668455326,1.195460001960537 +CHN,comm_s51_std,urban,2035,36.35754664146298,8465.13642557395,423741.6996988907,1.3768057550997093 +CHN,comm_s52_low,rural,2035,58.99575938093701,130.09229172882002,1116.1347827383163,0.1454267446056033 +CHN,comm_s52_low,urban,2035,36.35754664146298,290.65683274799005,1686.2176114123536,0.1595653224538898 +CHN,comm_sr11_std,rural,2035,58.99575938093701,189.38645990316,22475.72964295281,2.011611351387508 +CHN,comm_sr11_std,urban,2035,36.35754664146298,16.44036523164,1394.6293126765393,2.333204244149535 +CHN,comm_sr12_low,rural,2035,58.99575938093701,9.96770841593,287.2837623673973,0.4885341853618084 +CHN,comm_sr12_low,urban,2035,36.35754664146298,0.86528238059,17.82608895648314,0.5666353163703881 +CHN,comm_sr21_std,rural,2035,58.99575938093701,189.05879310297,17016.07201366032,1.5256033654063244 +CHN,comm_sr21_std,urban,2035,36.35754664146298,55.47485626772,3554.618724175598,1.7623910093033286 +CHN,comm_sr22_low,rural,2035,58.99575938093701,9.95046279485,217.49866484399007,0.3705036744705969 +CHN,comm_sr22_low,urban,2035,36.35754664146298,2.91972927735,45.43497617697352,0.4280092451327231 +CHN,comm_sr31_std,rural,2035,58.99575938093701,32.16618268746,1969.609577836824,1.0379103139350383 +CHN,comm_sr31_std,urban,2035,36.35754664146298,147.30722607459,6370.577154722091,1.1894882558781483 +CHN,comm_sr32_low,rural,2035,58.99575938093701,1.6929569835399998,25.175460771827407,0.2520639334106669 +CHN,comm_sr32_low,urban,2035,36.35754664146298,7.75301189876,81.4284298072937,0.2888757193168749 +EEU,comm_s1,rural,2035,60.33209632413561,213.93509899471,95169.66806397344,7.373405124000871 +EEU,comm_s1,urban,2035,52.81203399035736,180.46469600393,71037.36571516997,7.453524780498833 +EEU,comm_s2,rural,2035,60.33209632413561,34.861829875430004,14403.705059755866,6.848187220960086 +EEU,comm_s2,urban,2035,52.81203399035736,256.44108130772,95973.74324846517,7.086502428105922 +EEU,comm_s3,rural,2035,60.33209632413561,15.78302801916,4635.462991175026,4.868042653333236 +EEU,comm_s3,urban,2035,52.81203399035736,66.16222460658999,15168.653330724648,4.341142405327271 +EEU,comm_s51_std,urban,2035,52.81203399035736,374.4059066082999,58733.35091348868,2.9703607237099474 +EEU,comm_s52_low,rural,2035,60.33209632413561,177.75072749321,3916.858654415355,0.3652398006334409 +EEU,comm_s52_low,urban,2035,52.81203399035736,455.1735170594601,10043.796698569786,0.4178188537318526 +EEU,comm_sr11_std,rural,2035,60.33209632413561,70.45954479004,6349.781170484972,1.4937245189841486 +EEU,comm_sr11_std,urban,2035,52.81203399035736,27.98879385494,2545.57159471355,1.7221391451274637 +EEU,comm_sr12_low,rural,2035,60.33209632413561,7.82883830991,504.1795393092996,1.0674301801320172 +EEU,comm_sr12_low,urban,2035,52.81203399035736,3.10986598386,202.12115653207312,1.2306575104896138 +EEU,comm_sr21_std,rural,2035,60.33209632413561,11.48174691807,961.0244212655198,1.3873244438018315 +EEU,comm_sr21_std,urban,2035,52.81203399035736,39.772192121820005,3439.1482875552706,1.6373385200777015 +EEU,comm_sr22_low,rural,2035,60.33209632413561,1.27574965758,76.3063855214543,0.9913956436212512 +EEU,comm_sr22_low,urban,2035,52.81203399035736,4.41913245809,273.07211897858144,1.1700581527486753 +EEU,comm_sr31_std,rural,2035,60.33209632413561,5.19814174879,303.43797414683735,0.9675499532721816 +EEU,comm_sr31_std,urban,2035,52.81203399035736,10.26129157961,534.8942484615868,0.9870360286052026 +EEU,comm_sr32_low,rural,2035,60.33209632413561,0.5775713055699999,24.09330557268713,0.6914206788555147 +EEU,comm_sr32_low,urban,2035,52.81203399035736,1.1401435088599998,42.471185783032034,0.7053456192308525 +FSU,comm_s1,rural,2035,69.02844645787476,268.67774649759,197836.47450175055,10.66710494511906 +FSU,comm_s1,urban,2035,67.39825092840175,327.86692684586006,229077.37007398487,10.366590714033038 +FSU,comm_s2,rural,2035,69.02844645787476,120.04384973313,66965.31847024507,8.081312940434355 +FSU,comm_s2,urban,2035,67.39825092840175,569.1786764866499,369606.3109547076,9.63478727700557 +FSU,comm_s3,rural,2035,69.02844645787476,99.19447441621,35466.988819890525,5.179749272015784 +FSU,comm_s3,urban,2035,67.39825092840175,321.86906348436,134341.8705302808,6.192749720854977 +FSU,comm_s51_std,rural,2035,69.02844645787476,463.79083256529,33058.54721047328,1.032603290975302 +FSU,comm_s51_std,urban,2035,67.39825092840175,1927.9663966026,558853.6975251741,4.300807876324157 +FSU,comm_s52_low,rural,2035,69.02844645787476,24.410043819239995,799.046069622003,0.4742148625497657 +FSU,comm_s52_low,urban,2035,67.39825092840175,9.688273349719998,386.98225037357497,0.5926469257313437 +FSU,comm_sr11_std,rural,2035,69.02844645787476,93.40509867143,14137.297864740454,2.192641983731039 +FSU,comm_sr11_std,urban,2035,67.39825092840175,8.574269419719998,1302.3887159137018,2.2536936075621674 +FSU,comm_sr12_low,rural,2035,69.02844645787476,4.91605782484,531.7185054340428,1.5668834500126476 +FSU,comm_sr12_low,urban,2035,67.39825092840175,0.4512773377899999,48.98419684251272,1.6105115388396207 +FSU,comm_sr21_std,rural,2035,69.02844645787476,41.73292271263,4785.308958838033,1.661127937526507 +FSU,comm_sr21_std,urban,2035,67.39825092840175,14.88497594747,2101.347193524211,2.094599767192909 +FSU,comm_sr22_low,rural,2035,69.02844645787476,2.19646961643,179.9804568049048,1.1870583036675493 +FSU,comm_sr22_low,urban,2035,67.39825092840175,0.7834197868899999,79.03385782522132,1.4968215213489944 +FSU,comm_sr31_std,rural,2035,69.02844645787476,34.48469324776,2489.6124390151804,1.0458689715711884 +FSU,comm_sr31_std,urban,2035,67.39825092840175,8.41741524451,762.0514886917591,1.3432502729944007 +FSU,comm_sr32_low,rural,2035,69.02844645787476,1.8149838552,93.63691830376057,0.7473882168509193 +FSU,comm_sr32_low,urban,2035,67.39825092840175,0.4430218548599999,28.66155063316092,0.9598998093693736 +LAM,comm_s1,rural,2035,10.563172113763954,190.43148787148,3200.131547632472,1.590870081589396 +LAM,comm_s1,urban,2035,14.609616719653468,134.86626204342002,3800.5395714672086,1.9288706976866128 +LAM,comm_s2,rural,2035,10.563172113763954,226.87412814639,3323.2663504736133,1.386710552995075 +LAM,comm_s2,urban,2035,14.609616719653468,882.0666037215601,20289.784208364857,1.5744802825775668 +LAM,comm_s3,rural,2035,10.563172113763954,80.83193943697,1179.8226591576713,1.3817815116811554 +LAM,comm_s3,urban,2035,14.609616719653468,1143.2767853369298,24060.2507517474,1.4404889847954068 +LAM,comm_s51_std,rural,2035,10.563172113763954,642.45861525435,6464.146101493534,0.9525146199311344 +LAM,comm_s51_std,urban,2035,14.609616719653468,4903.71747897613,84302.16526629134,1.1767236065766764 +LAM,comm_sr11_std,rural,2035,10.563172113763954,20.29556717374,210.30623063539096,0.9809719535580028 +LAM,comm_sr11_std,urban,2035,14.609616719653468,14.37360654676,265.9393516081111,1.266420787254928 +LAM,comm_sr21_std,rural,2035,10.563172113763954,24.17950497196,218.39840305039385,0.8550818674028237 +LAM,comm_sr21_std,urban,2035,14.609616719653468,94.00778310208,1419.7594723691318,1.0337419513855812 +LAM,comm_sr31_std,rural,2035,10.563172113763954,8.61480459438,76.07542115860434,0.8359967290148587 +LAM,comm_sr31_std,urban,2035,14.609616719653468,121.84671271711,1648.4357819318925,0.9260179254308633 +MEA,comm_s1,rural,2035,25.259569883521703,139.04477399781,13025.84396904695,3.7087302785059375 +MEA,comm_s1,urban,2035,30.50732691016664,54.721661524370006,7356.731908853207,4.40678130731467 +MEA,comm_s2,rural,2035,25.259569883521703,220.03060145361,18730.79030382287,3.3701331895066824 +MEA,comm_s2,urban,2035,30.50732691016664,323.52804043073,38058.32782068168,3.85596976127486 +MEA,comm_s3,rural,2035,25.259569883521703,231.73745573524,16728.10021926234,2.857751333209412 +MEA,comm_s3,urban,2035,30.50732691016664,615.73130337131,63014.79628394567,3.354649471645041 +MEA,comm_s51_std,rural,2035,25.259569883521703,977.46136005634,53357.29743319027,2.161067214734715 +MEA,comm_s51_std,urban,2035,30.50732691016664,2809.65407776684,216987.98855628708,2.5315043901535583 +MEA,comm_sr11_std,rural,2035,25.259569883521703,14.818938729029998,897.0693408978984,2.39653049994786 +MEA,comm_sr11_std,urban,2035,30.50732691016664,5.832056293529999,511.55026205798,2.875162849918768 +MEA,comm_sr21_std,rural,2035,25.259569883521703,23.45014420676,1289.9600019651512,2.177733717697492 +MEA,comm_sr21_std,urban,2035,30.50732691016664,34.48056385313,2646.38535308336,2.5157910581005654 +MEA,comm_sr31_std,rural,2035,25.259569883521703,24.6978225723,1127.758208761355,1.807720901040784 +MEA,comm_sr31_std,urban,2035,30.50732691016664,65.62263503912001,4279.785816766396,2.137785928115996 +NAM,comm_s1,rural,2035,71.8563597027965,653.9594511713099,385493.67872376216,8.20353864915712 +NAM,comm_s1,urban,2035,52.50701000472655,1315.66904161952,614108.7783344995,8.889582434183179 +NAM,comm_s2,rural,2035,71.8563597027965,209.30135642605,97904.37060304172,6.5097577180920565 +NAM,comm_s2,urban,2035,52.50701000472655,1828.99921718055,659702.0396698165,6.869371738483541 +NAM,comm_s3,rural,2035,71.8563597027965,11.85234965507,11947.134404471048,14.027945911862972 +NAM,comm_s3,urban,2035,52.50701000472655,1688.85062528556,497256.8915081286,5.607538751916993 +NAM,comm_s51_std,urban,2035,52.50701000472655,2524.75953148576,342554.03736961336,2.583995671695911 +NAM,comm_s52_low,urban,2035,52.50701000472655,132.88208060455,2102.343625113858,0.3013144744083813 +NAM,comm_sr11_std,rural,2035,71.8563597027965,227.3472509727,27837.432557375112,1.7040183174580754 +NAM,comm_sr11_std,urban,2035,52.50701000472655,457.38881709925,44971.68651220647,1.8725625962361885 +NAM,comm_sr12_low,rural,2035,71.8563597027965,11.96564478798,1046.994848368793,1.2177081894489907 +NAM,comm_sr12_low,urban,2035,52.50701000472655,24.07309563673,1691.4319955314709,1.3381515828436956 +NAM,comm_sr21_std,rural,2035,71.8563597027965,72.76305575683,7069.911814789811,1.3521904227265444 +NAM,comm_sr21_std,urban,2035,52.50701000472655,635.84667720982,48310.51821137678,1.44701156352004 +NAM,comm_sr22_low,rural,2035,71.8563597027965,3.82963451359,265.90675105362857,0.9662885279172966 +NAM,comm_sr22_low,urban,2035,52.50701000472655,33.46561459004,1817.0089352034804,1.0340486443607797 +NAM,comm_sr31_std,rural,2035,71.8563597027965,4.12043760023,844.4852760198758,2.8522233340694605 +NAM,comm_sr31_std,urban,2035,52.50701000472655,587.1243947534,35661.23463514784,1.156775178508362 +NAM,comm_sr32_low,rural,2035,71.8563597027965,0.21686513684,31.761971281253008,2.0382267469356345 +NAM,comm_sr32_low,urban,2035,52.50701000472655,30.90128393445,1341.256197839351,0.82664287923525 +PAO,comm_s1,rural,2035,56.03879439108132,321.97447585899,145784.46326787924,8.079807501460769 +PAO,comm_s1,urban,2035,31.73535160122077,232.70714006878,54634.28899998075,7.397965003634813 +PAO,comm_s2,rural,2035,56.03879439108132,97.57912884939,32156.93158680795,5.880698063901627 +PAO,comm_s2,urban,2035,31.73535160122077,660.90452484733,116644.12452578467,5.561357687464774 +PAO,comm_s3,rural,2035,56.03879439108132,28.33259787965,4899.804454293632,3.0860543261275857 +PAO,comm_s3,urban,2035,31.73535160122077,389.54835757757,31979.503593666945,2.586824861152297 +PAO,comm_s51_std,rural,2035,56.03879439108132,115.83838694978,4613.5746299203365,0.7107162829323448 +PAO,comm_s51_std,urban,2035,31.73535160122077,1145.39678394052,27482.69418694036,0.7560665626319768 +PAO,comm_s52_low,rural,2035,56.03879439108132,6.0967572079100005,71.59446637252798,0.2095519819021083 +PAO,comm_s52_low,urban,2035,31.73535160122077,53.6621766197,269.56582815546847,0.1582899124329903 +PAO,comm_sr11_std,rural,2035,56.03879439108132,111.93356382997,10576.345297445623,1.6861123386417012 +PAO,comm_sr11_std,urban,2035,31.73535160122077,69.73366514074999,3524.699881545453,1.592708646201824 +PAO,comm_sr12_low,rural,2035,56.03879439108132,5.89124020163,397.7873684403816,1.2049124015025878 +PAO,comm_sr12_low,urban,2035,31.73535160122077,3.67019290213,132.56763569686365,1.1381652074998123 +PAO,comm_sr21_std,rural,2035,56.03879439108132,33.92312268989,2332.915350137962,1.2271972523559684 +PAO,comm_sr21_std,urban,2035,31.73535160122077,198.04847763612,7525.228925343715,1.1973052682844594 +PAO,comm_sr22_low,rural,2035,56.03879439108132,1.78542751001,87.74337749126556,0.8769671833508567 +PAO,comm_sr22_low,urban,2035,31.73535160122077,10.42360408604,283.03170205926654,0.8556060786050569 +PAO,comm_sr31_std,rural,2035,56.03879439108132,9.8497517381,350.40207248737613,0.634822920198885 +PAO,comm_sr31_std,urban,2035,31.73535160122077,116.73313812121,2024.46361166508,0.5464777698232023 +PAO,comm_sr32_low,rural,2035,56.03879439108132,0.51840798619,13.17898710657932,0.453650680215698 +PAO,comm_sr32_low,urban,2035,31.73535160122077,6.14384937472,76.14218616162066,0.3905183699194095 +PAS,comm_s1,rural,2035,3.661688901340806,184.17862210406,1100.699077054784,1.6321044130339188 +PAS,comm_s1,urban,2035,14.797168822525787,38.02855177168,441.679872497387,0.7849087912790337 +PAS,comm_s2,rural,2035,3.661688901340806,220.68987568669,430.3979721422904,0.532606377856567 +PAS,comm_s2,urban,2035,14.797168822525787,179.84706547441,3076.6559700606613,1.15610412757344 +PAS,comm_s3,rural,2035,3.661688901340806,172.58743849708998,19.239137195541787,0.0304435269400112 +PAS,comm_s3,urban,2035,14.797168822525787,340.33821491361,3018.983731755216,0.5994754845306973 +PAS,comm_s51_std,rural,2035,3.661688901340806,1353.90703744363,821.8555872472833,0.1657773613009942 +PAS,comm_s51_std,urban,2035,14.797168822525787,2498.3543427856,8877.148338379733,0.2401268997142414 +PAS,comm_sr11_std,rural,2035,3.661688901340806,19.62915712457,45.12544660748591,0.6278247292936409 +PAS,comm_sr11_std,urban,2035,14.797168822525787,4.05295907538,18.107584460703382,0.3019323674753097 +PAS,comm_sr21_std,rural,2035,3.661688901340806,23.52040750528,17.645059503223287,0.2048787150453521 +PAS,comm_sr21_std,urban,2035,14.797168822525787,19.16751393977,126.13390671469368,0.4447207881622662 +PAS,comm_sr31_std,rural,2035,3.661688901340806,18.393806562770003,0.7609470052360626,0.0112979943586285 +PAS,comm_sr31_std,urban,2035,14.797168822525787,36.27213744853,116.59948309102782,0.2172425279721222 +RCPA,comm_s1,rural,2035,4.520642370111859,111.86006753481,1992.7630529709684,3.940764063880089 +RCPA,comm_s1,urban,2035,3.220269358125083,16.300601285170004,700.4664604085788,13.344168616777846 +RCPA,comm_s2,rural,2035,4.520642370111859,161.23037886395,2194.958537999114,3.0114752296077256 +RCPA,comm_s2,urban,2035,3.220269358125083,47.10201411117,1550.5086508280417,10.222156268545112 +RCPA,comm_s3,rural,2035,4.520642370111859,143.56471007491,1396.241217970165,2.15135760008732 +RCPA,comm_s3,urban,2035,3.220269358125083,126.95008862823002,2922.6779567965013,7.149172169637039 +RCPA,comm_s51_std,rural,2035,4.520642370111859,548.27769941,3319.495782468889,1.3392800149085464 +RCPA,comm_s51_std,urban,2035,3.220269358125083,621.3617036077701,12301.258617505177,6.147702834861181 +RCPA,comm_s52_low,rural,2035,4.520642370111859,28.856721021570003,22.921007848271987,0.1757059942665996 +RCPA,comm_s52_low,urban,2035,3.220269358125083,21.33492192945,55.52351158222992,0.8081531455463318 +RCPA,comm_sr11_std,rural,2035,4.520642370111859,11.325597269070002,112.31535926599288,2.193703282657666 +RCPA,comm_sr11_std,urban,2035,3.220269358125083,1.05784262525,33.82914892903704,9.930653063088348 +RCPA,comm_sr12_low,rural,2035,4.520642370111859,0.5960840668,1.4356098570671314,0.5327565121598127 +RCPA,comm_sr12_low,urban,2035,3.220269358125083,0.05567592765,0.4324026579442042,2.4117300431013766 +RCPA,comm_sr21_std,rural,2035,4.520642370111859,16.32423776229,123.71142490893229,1.676396503393841 +RCPA,comm_sr21_std,urban,2035,3.220269358125083,3.0567288526200005,74.88208367611259,7.607269545332448 +RCPA,comm_sr22_low,rural,2035,4.520642370111859,0.8591704084699999,1.5812738498824752,0.4071248645421625 +RCPA,comm_sr22_low,urban,2035,3.220269358125083,0.16088046604,0.9571394179151266,1.8474797502676148 +RCPA,comm_sr31_std,rural,2035,4.520642370111859,14.53562584207,76.09945716948326,1.1581042951822471 +RCPA,comm_sr31_std,urban,2035,3.220269358125083,8.23854363916,139.92284225629578,5.274071003716583 +RCPA,comm_sr32_low,rural,2035,4.520642370111859,0.7650329390399999,0.9726998284126792,0.2812539002444663 +RCPA,comm_sr32_low,urban,2035,3.220269358125083,0.4336075599,1.788487457293299,1.2808458152686035 +SAS,comm_s1,rural,2035,10.188504008912812,518.0215104011099,1578.539971818303,0.299086884657475 +SAS,comm_s1,urban,2035,6.600703276472216,73.36297435851002,135.47383295243938,0.2797617123999044 +SAS,comm_s2,rural,2035,10.188504008912812,755.8338373807,2728.860964192198,0.3543599710803209 +SAS,comm_s2,urban,2035,6.600703276472216,334.92673690705,626.9863247641205,0.2836077144874921 +SAS,comm_s3,rural,2035,10.188504008912812,898.5608657903,3843.008057970667,0.4197719107486924 +SAS,comm_s3,urban,2035,6.600703276472216,665.7796754300101,1396.5308121651424,0.3177823547523066 +SAS,comm_s51_std,rural,2035,10.188504008912812,4001.05981638108,7048.316877136748,0.172901975727171 +SAS,comm_s51_std,urban,2035,6.600703276472216,3920.81876834724,3478.7895688091603,0.134419161060696 +SAS,comm_sr11_std,rural,2035,10.188504008912812,55.20904383688001,64.71552734142698,0.1150503245352185 +SAS,comm_sr11_std,urban,2035,6.600703276472216,7.818786645039999,5.554031381769621,0.1076164735285467 +SAS,comm_sr21_std,rural,2035,10.188504008912812,80.554306382,111.87532751054236,0.1363123285094872 +SAS,comm_sr21_std,urban,2035,6.600703276472216,35.69539976394,25.70460765791101,0.1090959225234734 +SAS,comm_sr31_std,rural,2035,10.188504008912812,95.76568778213002,149.22412582383922,0.1529391565161531 +SAS,comm_sr31_std,urban,2035,6.600703276472216,70.95662737632999,53.52370598038245,0.1142780973758336 +WEU,comm_s1,rural,2035,61.722217899878,785.47758797755,365455.98875495454,7.538062983601284 +WEU,comm_s1,urban,2035,44.27644767738066,1468.24508847231,673238.714517308,10.356136246275128 +WEU,comm_s2,rural,2035,61.722217899878,199.49669483923,66868.77451864559,5.430578998774154 +WEU,comm_s2,urban,2035,44.27644767738066,1298.75948372575,361507.0064869949,6.286591154488259 +WEU,comm_s3,rural,2035,61.722217899878,112.68391953395,16924.34497062521,2.4333714077496222 +WEU,comm_s3,urban,2035,44.27644767738066,1094.67755677318,145069.17734658057,2.9930651080115256 +WEU,comm_s51_std,urban,2035,44.27644767738066,446.71419816067,38197.85814555152,1.931241056263911 +WEU,comm_s52_low,rural,2035,61.722217899878,241.28533761351,3471.4293390154485,0.2330965655224416 +WEU,comm_s52_low,urban,2035,44.27644767738066,2979.10404548513,40466.42879541879,0.3067866364692588 +WEU,comm_sr11_std,rural,2035,61.722217899878,258.69711679785,24831.9499804902,1.5551694376028693 +WEU,comm_sr11_std,urban,2035,44.27644767738066,401.35933130425,39975.19508030462,2.2494920228702435 +WEU,comm_sr12_low,rural,2035,61.722217899878,28.74412408871,1971.6838683661472,1.1113393211529132 +WEU,comm_sr12_low,urban,2035,44.27644767738066,44.59548125614,3174.074019013733,1.6075090451137928 +WEU,comm_sr21_std,rural,2035,61.722217899878,65.70425503606,4543.589693969198,1.120376747417945 +WEU,comm_sr21_std,urban,2035,44.27644767738066,355.0287632533,21465.362575824205,1.3655321170712196 +WEU,comm_sr22_low,rural,2035,61.722217899878,7.300472782029999,360.7659693012775,0.8006322036714105 +WEU,comm_sr22_low,urban,2035,44.27644767738066,39.4476403615,1704.3731624912584,0.9758226334030812 +WEU,comm_sr31_std,rural,2035,61.722217899878,37.11245939946,1132.4421273395285,0.4943730160803401 +WEU,comm_sr31_std,urban,2035,44.27644767738066,299.24094800617,8443.952048465335,0.6373118100840778 +WEU,comm_sr32_low,rural,2035,61.722217899878,4.12360659965,89.91713803690276,0.3532838022597944 +WEU,comm_sr32_low,urban,2035,44.27644767738066,33.24899422285,670.4589874050952,0.4554292652997865 +AFR,comm_s1,rural,2040,2.9027293033996147,97.69313767584,170.78492597573387,0.6022529559610966 +AFR,comm_s1,urban,2040,3.815563517376804,14.39923612724,51.04549316887065,0.9290931600854004 +AFR,comm_s2,rural,2040,2.9027293033996147,188.92321531285,343.63541581241867,0.626622595748321 +AFR,comm_s2,urban,2040,3.815563517376804,95.4682632,223.1221697212152,0.6125266870511129 +AFR,comm_s3,rural,2040,2.9027293033996147,280.78167014317,392.6439618137608,0.481752118306702 +AFR,comm_s3,urban,2040,3.815563517376804,270.19218132951,447.3888183626409,0.4339639568563595 +AFR,comm_s51_std,rural,2040,2.9027293033996147,1310.83638854226,979.8235638019842,0.2575092616423018 +AFR,comm_s51_std,urban,2040,3.815563517376804,1702.56566140324,1288.6901745891437,0.1983745523469047 +AFR,comm_sr11_std,rural,2040,2.9027293033996147,13.18373802804,11.489862743691084,0.3002408209173849 +AFR,comm_sr11_std,urban,2040,3.815563517376804,1.9431841522,3.434177266557961,0.4631802805682313 +AFR,comm_sr21_std,rural,2040,2.9027293033996147,25.49528285551,23.11869000706319,0.3123898034695917 +AFR,comm_sr21_std,urban,2040,3.815563517376804,12.88349009935,15.010944851102574,0.305362578194556 +AFR,comm_sr31_std,rural,2040,2.9027293033996147,37.89162750111,25.30743333304331,0.2300902971697458 +AFR,comm_sr31_std,urban,2040,3.815563517376804,36.46257066385,28.71525755793588,0.2063985987805348 +CHN,comm_s1,rural,2040,58.99575938093701,1797.23196315959,383908.2054006828,3.62078272963225 +CHN,comm_s1,urban,2040,36.35754664146298,249.24070490573,28802.699035710208,3.1784811898133016 +CHN,comm_s2,rural,2040,58.99575938093701,1767.33918392287,286312.7758593845,2.745996792041038 +CHN,comm_s2,urban,2040,36.35754664146298,821.2123790450902,71683.50195883011,2.400872828101621 +CHN,comm_s3,rural,2040,58.99575938093701,279.83714152711,31184.553078255754,1.8889191639781044 +CHN,comm_s3,urban,2040,36.35754664146298,1979.52887152686,117509.08172983168,1.6327324422663494 +CHN,comm_s51_std,rural,2040,58.99575938093701,2149.45154809742,154239.2483323904,1.21631606953557 +CHN,comm_s51_std,urban,2040,36.35754664146298,9178.59902007331,467471.3880676376,1.4008255916630343 +CHN,comm_s52_low,rural,2040,58.99575938093701,113.1290288472,942.6427800991336,0.1412382379945149 +CHN,comm_s52_low,urban,2040,36.35754664146298,315.15410811087,1775.6773916053871,0.1549696037654258 +CHN,comm_sr11_std,rural,2040,58.99575938093701,230.4104888485,27821.370076745134,2.0467060448201595 +CHN,comm_sr11_std,urban,2040,36.35754664146298,20.294044158170003,1751.56929450289,2.373909466654782 +CHN,comm_sr12_low,rural,2040,58.99575938093701,12.12686783412,339.447338222577,0.4744636739789159 +CHN,comm_sr12_low,urban,2040,36.35754664146298,1.06810758723,21.37082152983276,0.550315376228893 +CHN,comm_sr21_std,rural,2040,58.99575938093701,226.57814554584,20748.745618863235,1.5522191340879374 +CHN,comm_sr21_std,urban,2040,36.35754664146298,66.86596513144,4359.265803419812,1.7931377895493972 +CHN,comm_sr22_low,rural,2040,58.99575938093701,11.92516555508,253.1545517856729,0.3598326174132836 +CHN,comm_sr22_low,urban,2040,36.35754664146298,3.51926132275,53.1872143389864,0.4156819420477632 +CHN,comm_sr31_std,rural,2040,58.99575938093701,35.87595474538001,2235.09241836505,1.056017760112654 +CHN,comm_sr31_std,urban,2040,36.35754664146298,161.18011841716998,7092.144792105984,1.2102401400074596 +CHN,comm_sr32_low,rural,2040,58.99575938093701,1.88820814443,27.27026634540308,0.2448041170977215 +CHN,comm_sr32_low,urban,2040,36.35754664146298,8.48316412726,86.53095320078545,0.2805556688045142 +EEU,comm_s1,rural,2040,60.33209632413561,191.22749480269,84116.42786473066,7.290915587579412 +EEU,comm_s1,urban,2040,52.81203399035736,168.8806522093,65917.93819575709,7.390789331361689 +EEU,comm_s2,rural,2040,60.33209632413561,30.53910399022,12475.457686768335,6.770983897370306 +EEU,comm_s2,urban,2040,52.81203399035736,232.34170009374,86234.90809010302,7.027859132462681 +EEU,comm_s3,rural,2040,60.33209632413561,13.324071174060002,3868.643280690164,4.812528633959864 +EEU,comm_s3,urban,2040,52.81203399035736,59.40061305590999,13494.22114731612,4.301540357684555 +EEU,comm_s51_std,urban,2040,52.81203399035736,418.77847153089,65645.01817697735,2.9681410224993523 +EEU,comm_s52_low,rural,2040,60.33209632413561,174.28263529852,3681.686395244066,0.3501420408249652 +EEU,comm_s52_low,urban,2040,52.81203399035736,509.11822273921,10774.469612132169,0.400723087254573 +EEU,comm_sr11_std,rural,2040,60.33209632413561,82.04178284592,7055.434526551642,1.4254115083430356 +EEU,comm_sr11_std,urban,2040,52.81203399035736,32.71570789676,2840.2336501133555,1.6438600928335243 +EEU,comm_sr12_low,rural,2040,60.33209632413561,9.11575364948,563.3694817461852,1.0243593158474946 +EEU,comm_sr12_low,urban,2040,52.81203399035736,3.63507865519,226.78985305417888,1.1813454501988985 +EEU,comm_sr21_std,rural,2040,60.33209632413561,13.102104069610002,1046.404098849579,1.3237621879215646 +EEU,comm_sr21_std,urban,2040,52.81203399035736,45.00943768907,3715.6393915798712,1.5631371221588852 +EEU,comm_sr22_low,rural,2040,60.33209632413561,1.4557893410999998,83.55433427105588,0.9513099348303568 +EEU,comm_sr22_low,urban,2040,52.81203399035736,5.00104863234,296.69013730878,1.1233346045167942 +EEU,comm_sr31_std,rural,2040,60.33209632413561,5.71638798585,318.5568812213335,0.92367008277887 +EEU,comm_sr31_std,urban,2040,52.81203399035736,11.507138800250004,572.8474122786511,0.9426244705018448 +EEU,comm_sr32_low,rural,2040,60.33209632413561,0.6351542208300001,25.436452490916256,0.6637872983008178 +EEU,comm_sr32_low,urban,2040,52.81203399035736,1.2785709777999996,45.74130034878499,0.6774087005999765 +FSU,comm_s1,rural,2040,69.02844645787476,243.01719729985,177036.67075123577,10.55353917743792 +FSU,comm_s1,urban,2040,67.39825092840175,322.54913601325995,222548.62549730417,10.237181595849204 +FSU,comm_s2,rural,2040,69.02844645787476,104.15656802128,57582.98529418998,8.009020691679671 +FSU,comm_s2,urban,2040,67.39825092840175,529.53693218738,339628.20646636566,9.516097222546342 +FSU,comm_s3,rural,2040,69.02844645787476,83.97459543463,29624.10804942921,5.110569085323797 +FSU,comm_s3,urban,2040,67.39825092840175,297.01042283179,122358.9139070056,6.112449684270561 +FSU,comm_s51_std,rural,2040,69.02844645787476,471.29826079628,31654.769275062576,0.9730053224915102 +FSU,comm_s51_std,urban,2040,67.39825092840175,2194.95361866827,627456.6119928767,4.241404827297446 +FSU,comm_s52_low,rural,2040,69.02844645787476,24.80517162088,768.1687045129082,0.4486278955241431 +FSU,comm_s52_low,urban,2040,67.39825092840175,11.02991768171,422.6623713112589,0.5685552679818795 +FSU,comm_sr11_std,rural,2040,69.02844645787476,110.05324627637,15894.77816477612,2.0922978757276134 +FSU,comm_sr11_std,urban,2040,67.39825092840175,10.22165595056,1482.0449363721991,2.151252988711293 +FSU,comm_sr12_low,rural,2040,69.02844645787476,5.79227611986,601.1916370965482,1.5036112785516156 +FSU,comm_sr12_low,urban,2040,67.39825092840175,0.53798189201,56.05570660877671,1.5459788468306337 +FSU,comm_sr21_std,rural,2040,69.02844645787476,47.16854839518,5169.938936544653,1.5878329248721017 +FSU,comm_sr21_std,urban,2040,67.39825092840175,16.78114658982,2261.727128214491,1.9997234980290537 +FSU,comm_sr22_low,rural,2040,69.02844645787476,2.48255517873,195.5437201382198,1.141082023788451 +FSU,comm_sr22_low,urban,2040,67.39825092840175,0.8832182417400001,85.54579504663614,1.4370835246039422 +FSU,comm_sr31_std,rural,2040,69.02844645787476,38.02890056743,2614.011024300812,0.9957849210160158 +FSU,comm_sr31_std,urban,2040,67.39825092840175,9.4123282841,813.1717065556633,1.2818481091648506 +FSU,comm_sr32_low,rural,2040,69.02844645787476,2.00152108252,98.87030512501327,0.7156119860256848 +FSU,comm_sr32_low,urban,2040,67.39825092840175,0.4953856990799999,30.75676957687521,0.9211887547037548 +LAM,comm_s1,rural,2040,10.563172113763954,179.8405516991,3039.6386340602057,1.6000736505915354 +LAM,comm_s1,urban,2040,14.609616719653468,127.36561186696,3619.049572447613,1.944927975591516 +LAM,comm_s2,rural,2040,10.563172113763954,209.57896606211,3086.1938101547985,1.3940589733842057 +LAM,comm_s2,urban,2040,14.609616719653468,811.41455529647,18822.98023117091,1.5878401152403705 +LAM,comm_s3,rural,2040,10.563172113763954,74.38770484563,1091.0467111247133,1.3885062186227677 +LAM,comm_s3,urban,2040,14.609616719653468,1054.84441941906,22369.79306829848,1.4515591395945215 +LAM,comm_s51_std,rural,2040,10.563172113763954,744.5402413751699,7568.991050796577,0.9623996577140544 +LAM,comm_s51_std,urban,2040,14.609616719653468,6136.63645403482,107601.21878513898,1.2001843861156107 +LAM,comm_sr11_std,rural,2040,10.563172113763954,24.269572836150004,255.87300764892885,0.9980860496446616 +LAM,comm_sr11_std,urban,2040,14.609616719653468,17.18805333298,323.5600844721217,1.2885148409955618 +LAM,comm_sr21_std,rural,2040,10.563172113763954,28.28278680043,259.7919645927361,0.8695792304340905 +LAM,comm_sr21_std,urban,2040,14.609616719653468,109.50080203882,1682.8631251650042,1.0519441230171154 +LAM,comm_sr31_std,rural,2040,10.563172113763954,10.03865815467,90.17192620888471,0.8503570670062107 +LAM,comm_sr31_std,urban,2040,14.609616719653468,142.35178454465,1959.7165235479088,0.942305044541705 +MEA,comm_s1,rural,2040,25.259569883521703,131.40454429819002,12404.456874668243,3.737157643179722 +MEA,comm_s1,urban,2040,30.50732691016664,51.71481666732,7008.550212163898,4.44231186146802 +MEA,comm_s2,rural,2040,25.259569883521703,202.31562945677,17353.55756246677,3.395729870941378 +MEA,comm_s2,urban,2040,30.50732691016664,297.00510940444,35219.08652373454,3.886959459527971 +MEA,comm_s3,rural,2040,25.259569883521703,213.46724859613,15515.17730000777,2.8773953619263306 +MEA,comm_s3,urban,2040,30.50732691016664,568.17907464352,58552.46497491475,3.377970028742676 +MEA,comm_s51_std,rural,2040,25.259569883521703,1189.17042950635,66217.19192330365,2.2044523060958903 +MEA,comm_s51_std,urban,2040,30.50732691016664,3663.8569900192,288333.8655602017,2.5796036622948564 +MEA,comm_sr11_std,rural,2040,25.259569883521703,17.73310929438,1092.207607090179,2.438340516149372 +MEA,comm_sr11_std,urban,2040,30.50732691016664,6.9789405001,622.8270905655879,2.9253231150573544 +MEA,comm_sr21_std,rural,2040,25.259569883521703,27.30259587504,1527.9739992734549,2.215573041517239 +MEA,comm_sr21_std,urban,2040,30.50732691016664,40.08098878335,3129.8058126329506,2.5596159632308813 +MEA,comm_sr31_std,rural,2040,25.259569883521703,28.80751248297,1338.3435731391137,1.8392294310119408 +MEA,comm_sr31_std,urban,2040,30.50732691016664,76.67605167883,5086.694606152674,2.174561862139937 +NAM,comm_s1,rural,2040,71.8563597027965,572.76155312293,334573.2160451326,8.129280351422214 +NAM,comm_s1,urban,2040,52.50701000472655,1184.9467589399198,547925.1212088073,8.806535431219062 +NAM,comm_s2,rural,2040,71.8563597027965,177.58351110823003,82314.4720614314,6.450722311510916 +NAM,comm_s2,urban,2040,52.50701000472655,1567.22374414078,560006.1628706423,6.805256756795894 +NAM,comm_s3,rural,2040,71.8563597027965,10.5818813687,10552.71058787334,13.878289015415932 +NAM,comm_s3,urban,2040,52.50701000472655,1541.91125779011,449467.3327402397,5.551642159641044 +NAM,comm_s51_std,urban,2040,52.50701000472655,3135.12384070463,406010.29552731046,2.466408779478842 +NAM,comm_s52_low,urban,2040,52.50701000472655,165.00651793182,2505.817278152864,0.2892217912972038 +NAM,comm_sr11_std,rural,2040,71.8563597027965,259.38192425822,30342.46659070101,1.6279683707843209 +NAM,comm_sr11_std,urban,2040,52.50701000472655,536.6173214693,50363.38749046968,1.7874461143260183 +NAM,comm_sr12_low,rural,2040,71.8563597027965,13.65168022406,1147.6496855681632,1.1699250053419257 +NAM,comm_sr12_low,urban,2040,52.50701000472655,28.24301691936,1904.9053129916788,1.2845322688008496 +NAM,comm_sr21_std,rural,2040,71.8563597027965,80.42081836073999,7465.104792247759,1.2918206087006967 +NAM,comm_sr21_std,urban,2040,52.50701000472655,709.7360293860199,51473.83517566642,1.3812503046097964 +NAM,comm_sr22_low,rural,2040,71.8563597027965,4.23267465061,282.3542753966882,0.9283554027875496 +NAM,comm_sr22_low,urban,2040,52.50701000472655,37.35452786251,1946.9060163085624,0.9926232591547391 +NAM,comm_sr31_std,rural,2040,71.8563597027965,4.7921316238700005,937.5060785919828,2.722576818486752 +NAM,comm_sr31_std,urban,2040,52.50701000472655,698.2729669971501,40488.82332770038,1.1043141534907868 +NAM,comm_sr32_low,rural,2040,71.8563597027965,0.25221745388,35.459495455720706,1.9565556406300084 +NAM,comm_sr32_low,urban,2040,52.50701000472655,36.75120878939,1531.4175339824271,0.7936055546937354 +PAO,comm_s1,rural,2040,56.03879439108132,278.24683182357,124589.9315593764,7.990315645610713 +PAO,comm_s1,urban,2040,31.73535160122077,209.1425606279,48614.85612620713,7.324589153706628 +PAO,comm_s2,rural,2040,56.03879439108132,84.04515489103,27354.35707160125,5.807979120559194 +PAO,comm_s2,urban,2040,31.73535160122077,590.93601529216,103258.42714407884,5.5060700435246845 +PAO,comm_s3,rural,2040,56.03879439108132,24.68011621729,4205.127077655932,3.0404869292663115 +PAO,comm_s3,urban,2040,31.73535160122077,352.71433679856,28635.51147834649,2.5582236976811923 +PAO,comm_s51_std,rural,2040,56.03879439108132,112.4502720853,4213.59096545746,0.6686565145579049 +PAO,comm_s51_std,urban,2040,31.73535160122077,1304.9955677261598,29748.065652828394,0.7183008499865103 +PAO,comm_s52_low,rural,2040,56.03879439108132,5.91843537296,65.66502330283843,0.1979877907995292 +PAO,comm_s52_low,urban,2040,31.73535160122077,61.13942663811,288.5657958095291,0.1487236982207832 +PAO,comm_sr11_std,rural,2040,56.03879439108132,126.00740790583002,11349.41423410685,1.607269065647282 +PAO,comm_sr11_std,urban,2040,31.73535160122077,80.73629681803,3895.337495563111,1.5203127984228677 +PAO,comm_sr12_low,rural,2040,56.03879439108132,6.63196883723,429.27135269233474,1.1550496336201042 +PAO,comm_sr12_low,urban,2040,31.73535160122077,4.24927877988,147.33419376340277,1.0925592847645182 +PAO,comm_sr21_std,rural,2040,56.03879439108132,38.060854262,2491.8219765283657,1.168287410461873 +PAO,comm_sr21_std,urban,2040,31.73535160122077,228.12183893991,8273.73471891832,1.1428557398259611 +PAO,comm_sr22_low,rural,2040,56.03879439108132,2.00320285586,94.24872230579506,0.8395793674107339 +PAO,comm_sr22_low,urban,2040,31.73535160122077,12.00641257574,312.9392602386804,0.8213031232824398 +PAO,comm_sr31_std,rural,2040,56.03879439108132,11.17668600563,377.8078855512554,0.6032109056218361 +PAO,comm_sr31_std,urban,2040,31.73535160122077,136.15999202759,2253.440981948037,0.5214988519524554 +PAO,comm_sr32_low,rural,2040,56.03879439108132,0.58824663191,14.289909482673268,0.4334921578384065 +PAO,comm_sr32_low,urban,2040,31.73535160122077,7.16631536979,85.23238631733243,0.3747705164832923 +PAS,comm_s1,rural,2040,3.661688901340806,178.32625618866,1056.1698135223685,1.6174729075149514 +PAS,comm_s1,urban,2040,14.797168822525787,36.82017591539001,423.8115196943059,0.7778722333117607 +PAS,comm_s2,rural,2040,3.661688901340806,205.91598271208,406.04400486135535,0.5385197085753941 +PAS,comm_s2,urban,2040,14.797168822525787,166.19512086435,2819.991521233881,1.1467028822782974 +PAS,comm_s3,rural,2040,3.661688901340806,153.0919013863,16.91178128026453,0.0301686372183142 +PAS,comm_s3,urban,2040,14.797168822525787,302.0131953041901,2651.3926335517435,0.5932933744057757 +PAS,comm_s51_std,rural,2040,3.661688901340806,1632.4927397975,920.2127691047032,0.1539414429885822 +PAS,comm_s51_std,urban,2040,14.797168822525787,3268.29386484747,11263.132289326906,0.2328946207691369 +PAS,comm_sr11_std,rural,2040,3.661688901340806,24.065217896020005,56.28867874137688,0.6387777975287623 +PAS,comm_sr11_std,urban,2040,14.797168822525787,4.96890124487,22.58707849157941,0.3071998978389905 +PAS,comm_sr21_std,rural,2040,3.661688901340806,27.78846535637,21.64015696106481,0.2126740001250261 +PAS,comm_sr21_std,urban,2040,14.797168822525787,22.42811508711,150.29173790034628,0.4528597283818996 +PAS,comm_sr31_std,rural,2040,3.661688901340806,20.659829033080005,0.8703378587060774,0.0115048168221674 +PAS,comm_sr31_std,urban,2040,14.797168822525787,40.75683249245,133.32525343370338,0.2210718088104716 +RCPA,comm_s1,rural,2040,4.520642370111859,109.0486120633,1946.5096726160104,3.948537551397332 +RCPA,comm_s1,urban,2040,3.220269358125083,16.03720099192,698.6593405131598,13.528345862688631 +RCPA,comm_s2,rural,2040,4.520642370111859,154.19901239728998,2103.375820332005,3.017415616987836 +RCPA,comm_s2,urban,2040,3.220269358125083,45.39170618597,1514.831751429706,10.363243259074917 +RCPA,comm_s3,rural,2040,4.520642370111859,124.90847330511,1214.9461873374355,2.151617119376514 +RCPA,comm_s3,urban,2040,3.220269358125083,110.38880799795,2574.9282189695286,7.24349030862484 +RCPA,comm_s51_std,rural,2040,4.520642370111859,545.40529084432,3359.7137795979584,1.3626451751415685 +RCPA,comm_s51_std,urban,2040,3.220269358125083,715.8119768311599,14418.345277848006,6.25495603075546 +RCPA,comm_s52_low,rural,2040,4.520642370111859,28.70554162339,22.14422487711336,0.1706454002172268 +RCPA,comm_s52_low,urban,2040,3.220269358125083,24.577943174140007,62.12113921083881,0.7848771325764652 +RCPA,comm_sr11_std,rural,2040,4.520642370111859,13.980356753490002,141.06123598956287,2.2319747629675706 +RCPA,comm_sr11_std,urban,2040,3.220269358125083,1.30580462459,42.487346276237616,10.10390383951876 +RCPA,comm_sr12_low,rural,2040,4.520642370111859,0.7358082501800001,1.7210820679230117,0.5174123320255718 +RCPA,comm_sr12_low,urban,2040,3.220269358125083,0.0687265591799999,0.5183862862195345,2.3422686352777697 +RCPA,comm_sr21_std,rural,2040,4.520642370111859,19.76877250937,152.429138751959,1.7056430181858897 +RCPA,comm_sr21_std,urban,2040,3.220269358125083,3.69595042717,92.12097723809674,7.739986430509027 +RCPA,comm_sr22_low,rural,2040,4.520642370111859,1.04046171092,1.8597813562471024,0.3953990629764384 +RCPA,comm_sr22_low,urban,2040,3.220269358125083,0.1945237068499997,1.1239640791250975,1.794269584601432 +RCPA,comm_sr31_std,rural,2040,4.520642370111859,16.013638186659996,85.30003903732161,1.1783086529356872 +RCPA,comm_sr31_std,urban,2040,3.220269358125083,8.98824028332,155.31887650058016,5.366082765700321 +RCPA,comm_sr32_low,rural,2040,4.520642370111859,0.8428230624299999,1.040742103817793,0.2731533697443604 +RCPA,comm_sr32_low,urban,2040,3.220269358125083,0.4730652780299999,1.8950389245208,1.2439555508003215 +SAS,comm_s1,rural,2040,10.188504008912812,489.55727391787,1478.4286617585608,0.2964056276440676 +SAS,comm_s1,urban,2040,6.600703276472216,69.33182698468,126.8820562865899,0.2772537018782527 +SAS,comm_s2,rural,2040,10.188504008912812,694.73895240609,2485.7721425397085,0.3511795730956858 +SAS,comm_s2,urban,2040,6.600703276472216,307.59110545144,570.5883011108689,0.2810340097401194 +SAS,comm_s3,rural,2040,10.188504008912812,827.3556614604701,3503.394232667209,0.4156103429710168 +SAS,comm_s3,urban,2040,6.600703276472216,614.52673944513,1275.742200508683,0.3145081665731335 +SAS,comm_s51_std,rural,2040,10.188504008912812,5412.74463071712,9839.82886155554,0.1784265945053751 +SAS,comm_s51_std,urban,2040,6.600703276472216,5752.94455939792,5226.814727472676,0.1376438168721285 +SAS,comm_sr11_std,rural,2040,10.188504008912812,66.06600015731,78.79300744894063,0.1170574994628815 +SAS,comm_sr11_std,urban,2040,6.600703276472216,9.35636489642,6.762192227530739,0.1094939570299689 +SAS,comm_sr21_std,rural,2040,10.188504008912812,93.75537078976,132.4794817660487,0.1386890087564777 +SAS,comm_sr21_std,urban,2040,6.600703276472216,41.50957427008,30.40956214419095,0.1109868888452157 +SAS,comm_sr31_std,rural,2040,10.188504008912812,111.65206232708998,177.0319220247138,0.1556232262417321 +SAS,comm_sr31_std,urban,2040,6.600703276472216,82.93069233742,63.646531228568975,0.1162704191485295 +WEU,comm_s1,rural,2040,61.722217899878,698.9265853492,321664.9947562662,7.456426094894945 +WEU,comm_s1,urban,2040,44.27644767738066,1335.37511184684,606322.329546345,10.254807561644716 +WEU,comm_s2,rural,2040,61.722217899878,169.65529676931,56232.70380959111,5.3700708964344805 +WEU,comm_s2,urban,2040,44.27644767738066,1127.96656423367,311084.0296131023,6.228862151014881 +WEU,comm_s3,rural,2040,61.722217899878,98.52449071724,14622.541758560874,2.404568470653929 +WEU,comm_s3,urban,2040,44.27644767738066,986.91427202626,129391.33608082286,2.9610994795916747 +WEU,comm_s51_std,urban,2040,44.27644767738066,531.30047449045,45353.55541503819,1.9279615342122285 +WEU,comm_s52_low,rural,2040,61.722217899878,252.55883982728,3506.6618877845863,0.2249519674700645 +WEU,comm_s52_low,urban,2040,44.27644767738066,3543.20368468247,46108.42686843987,0.2939080059962982 +WEU,comm_sr11_std,rural,2040,61.722217899878,299.8584654354,27456.590711977165,1.4835041730946616 +WEU,comm_sr11_std,urban,2040,44.27644767738066,469.05053673105,44593.69698126385,2.1472423851507947 +WEU,comm_sr12_low,rural,2040,61.722217899878,33.31760727076,2192.3816629507533,1.0661070932278345 +WEU,comm_sr12_low,urban,2040,44.27644767738066,52.11672630353,3560.762680617968,1.5430966620771684 +WEU,comm_sr21_std,rural,2040,61.722217899878,72.78672468430999,4799.895413875177,1.0684103192742274 +WEU,comm_sr21_std,urban,2040,44.27644767738066,396.19827992495,22879.55807703872,1.3042542964857369 +WEU,comm_sr22_low,rural,2040,61.722217899878,8.087413854,383.26691029643536,0.7678035832269533 +WEU,comm_sr22_low,urban,2040,44.27644767738066,44.02203110288,1826.910125516377,0.9372907620078194 +WEU,comm_sr31_std,rural,2040,61.722217899878,42.26967926749,1229.6010280496846,0.4712959868065968 +WEU,comm_sr31_std,urban,2040,44.27644767738066,346.65365925603,9337.022925853327,0.6083308851437101 +WEU,comm_sr32_low,rural,2040,61.722217899878,4.696631029340001,98.18242820322575,0.3386926734912667 +WEU,comm_sr32_low,urban,2040,44.27644767738066,38.51707325066,745.5520630341606,0.43717158565985 +AFR,comm_s1,rural,2045,2.9027293033996147,92.74014372392,161.192542718913,0.5987846303036037 +AFR,comm_s1,urban,2045,3.815563517376804,13.66920194935,48.178448953724974,0.9237425883412012 +AFR,comm_s2,rural,2045,2.9027293033996147,174.29245471642997,315.2453147582153,0.6231082724237975 +AFR,comm_s2,urban,2045,3.815563517376804,87.8827004515,204.38132682431652,0.6095076111607816 +AFR,comm_s3,rural,2045,2.9027293033996147,257.79320512510003,357.8821833625747,0.4782578144977494 +AFR,comm_s3,urban,2045,3.815563517376804,248.29867232277,408.0148272480825,0.4306682550155953 +AFR,comm_s51_std,rural,2045,2.9027293033996147,1781.17087616611,1345.982899115265,0.2603319189029008 +AFR,comm_s51_std,urban,2045,3.815563517376804,2445.46707960904,1838.4692038929768,0.1970315850006051 +AFR,comm_sr11_std,rural,2045,2.9027293033996147,15.214187280010002,13.43623989413324,0.3042443025364517 +AFR,comm_sr11_std,urban,2045,3.815563517376804,2.24245715047,4.015925222312839,0.4693564352214607 +AFR,comm_sr21_std,rural,2045,2.9027293033996147,28.592990489980004,26.27734263040323,0.3166032195054258 +AFR,comm_sr21_std,urban,2045,3.815563517376804,14.41731497991,17.03625050448499,0.3096926819270238 +AFR,comm_sr31_std,rural,2045,2.9027293033996147,42.29143868871999,28.61429901038129,0.2330902536445687 +AFR,comm_sr31_std,urban,2045,3.815563517376804,40.73384351621999,32.49001924420035,0.2090431255931946 +CHN,comm_s1,rural,2045,58.99575938093701,1707.3729582746005,364154.5158856261,3.6152347737083015 +CHN,comm_s1,urban,2045,36.35754664146298,245.27002799509,28624.574542784227,3.2099627284076737 +CHN,comm_s2,rural,2045,58.99575938093701,1663.92967312646,269147.1766289786,2.7417892296705006 +CHN,comm_s2,urban,2045,36.35754664146298,796.3045539401301,70197.76256531429,2.4246524782200227 +CHN,comm_s3,rural,2045,58.99575938093701,249.32714760331,27722.31226949453,1.884686357923145 +CHN,comm_s3,urban,2045,36.35754664146298,1761.36994625085,105535.71096163604,1.6479889237183185 +CHN,comm_s51_std,rural,2045,58.99575938093701,1817.40513443508,132151.38105779656,1.2325347137180187 +CHN,comm_s51_std,urban,2045,36.35754664146298,9592.099110044152,495045.3778193277,1.4195045291030517 +CHN,comm_s52_low,rural,2045,58.99575938093701,95.65290181236,772.5361242453665,0.1368988661270844 +CHN,comm_s52_low,urban,2045,36.35754664146298,329.35194503281,1798.6592075789836,0.1502083524978791 +CHN,comm_sr11_std,rural,2045,58.99575938093701,266.09272269784003,32558.319485536325,2.0739973039879263 +CHN,comm_sr11_std,urban,2045,36.35754664146298,24.05227740495,2103.6216974620647,2.405563733029327 +CHN,comm_sr12_low,rural,2045,58.99575938093701,14.00488014194,379.9712342897288,0.4598863587352589 +CHN,comm_sr12_low,urban,2045,36.35754664146298,1.26590933704,24.550276099209345,0.5334076103091392 +CHN,comm_sr21_std,rural,2045,58.99575938093701,259.32212112992,24063.90524629555,1.5729167886346744 +CHN,comm_sr21_std,urban,2045,36.35754664146298,78.08919086745,5158.8377749963465,1.8170479099795656 +CHN,comm_sr22_low,rural,2045,58.99575938093701,13.64853269113,280.83733813632483,0.3487772009829422 +CHN,comm_sr22_low,urban,2045,36.35754664146298,4.10995741408,60.20611590760634,0.4029106235037167 +CHN,comm_sr31_std,rural,2045,58.99575938093701,38.85743839774,2453.120604910191,1.0700989489806234 +CHN,comm_sr31_std,urban,2045,36.35754664146298,172.72782535314,7701.603276076443,1.2263777662743598 +CHN,comm_sr32_low,rural,2045,58.99575938093701,2.04512833667,28.629096307300497,0.2372828104559819 +CHN,comm_sr32_low,urban,2045,36.35754664146298,9.0909381765,89.8814112385496,0.2719359395002054 +EEU,comm_s1,rural,2045,60.33209632413561,169.68053233081,73815.80461472714,7.210558825839055 +EEU,comm_s1,urban,2045,52.81203399035736,158.09437391632002,61224.81750762784,7.332940990214404 +EEU,comm_s2,rural,2045,60.33209632413561,26.88784853296,10860.995961995652,6.695225107933804 +EEU,comm_s2,urban,2045,52.81203399035736,213.20775128586,78524.63807779101,6.973809175859618 +EEU,comm_s3,rural,2045,60.33209632413561,11.10770302562,3189.7000078461124,4.759673514734148 +EEU,comm_s3,urban,2045,52.81203399035736,52.81646120142,11894.768230622343,4.26435931064859 +EEU,comm_s51_std,urban,2045,52.81203399035736,449.96869707067,70496.71870772913,2.9665638941766 +EEU,comm_s52_low,rural,2045,60.33209632413561,165.87539698616,3367.3136212834256,0.3364752900054884 +EEU,comm_s52_low,urban,2045,52.81203399035736,547.0368677344601,11123.972016941168,0.385044032361213 +EEU,comm_sr11_std,rural,2045,60.33209632413561,91.08214849388,7488.135102900716,1.3626740617076307 +EEU,comm_sr11_std,urban,2045,52.81203399035736,36.68709431416,3046.5331464349274,1.572387915137906 +EEU,comm_sr12_low,rural,2045,60.33209632413561,10.120238721500002,601.0158687582259,0.9843437002704526 +EEU,comm_sr12_low,urban,2045,52.81203399035736,4.07634381266,244.52213275210465,1.1358329788003398 +EEU,comm_sr21_std,rural,2045,60.33209632413561,14.43302292326,1101.7776686207994,1.2652846765786412 +EEU,comm_sr21_std,urban,2045,52.81203399035736,49.47660493006,3907.3683263418025,1.4953799962700782 +EEU,comm_sr22_low,rural,2045,60.33209632413561,1.60366921367,88.43134552838707,0.913993327812971 +EEU,comm_sr22_low,urban,2045,52.81203399035736,5.497400548,313.6148502916492,1.0802053991977805 +EEU,comm_sr31_std,rural,2045,60.33209632413561,5.962460410039999,317.871526425368,0.883644753523398 +EEU,comm_sr31_std,urban,2045,52.81203399035736,12.25649240685,583.8254757255428,0.9019530827269444 +EEU,comm_sr32_low,rural,2045,60.33209632413561,0.6624956012700001,25.51313899001816,0.6383112226641104 +EEU,comm_sr32_low,urban,2045,52.81203399035736,1.36183248964,46.85924741685489,0.6515364604244916 +FSU,comm_s1,rural,2045,69.02844645787476,218.89441745213,157729.9051882553,10.43881635181142 +FSU,comm_s1,urban,2045,67.39825092840175,318.72208798967,217198.09164930205,10.111025765262214 +FSU,comm_s2,rural,2045,69.02844645787476,90.98849392801,49806.54237171868,7.929974991583432 +FSU,comm_s2,urban,2045,67.39825092840175,498.23374768743,315664.12274338416,9.400337734589918 +FSU,comm_s3,rural,2045,69.02844645787476,70.4886803447,24518.3555560511,5.038994210720634 +FSU,comm_s3,urban,2045,67.39825092840175,271.38799007991,110387.56468594362,6.035050401894677 +FSU,comm_s51_std,rural,2045,69.02844645787476,463.66625846906,29470.27025729156,0.92076865449809 +FSU,comm_s51_std,urban,2045,67.39825092840175,2409.6461549065,679792.4315843715,4.185760985728877 +FSU,comm_s52_low,rural,2045,69.02844645787476,24.40348728784,717.8651073304561,0.4261503535979089 +FSU,comm_s52_low,urban,2045,67.39825092840175,12.10877464774,446.0904280027156,0.5466056059986838 +FSU,comm_sr11_std,rural,2045,69.02844645787476,124.02722590217,17117.59033045492,1.999389923323616 +FSU,comm_sr11_std,urban,2045,67.39825092840175,11.75116938862,1629.731441582146,2.057720250401469 +FSU,comm_sr12_low,rural,2045,69.02844645787476,6.52774873177,650.7943956119555,1.4442829218679196 +FSU,comm_sr12_low,urban,2045,67.39825092840175,0.6184825992599999,61.96082905931037,1.48641852258423 +FSU,comm_sr21_std,rural,2045,69.02844645787476,51.55476609317,5405.239970657809,1.5188611003434127 +FSU,comm_sr21_std,urban,2045,67.39825092840175,18.36970007647,2368.56475994152,1.9130863441713928 +FSU,comm_sr22_low,rural,2045,69.02844645787476,2.7134087418100004,205.50204860858705,1.0971672521164215 +FSU,comm_sr22_low,urban,2045,67.39825092840175,0.96682631994,90.05056447354106,1.3819405123889603 +FSU,comm_sr31_std,rural,2045,69.02844645787476,39.93941728783,2616.604615124429,0.9490919273422468 +FSU,comm_sr31_std,urban,2045,67.39825092840175,10.00597812853,826.7609175229967,1.225947191699914 +FSU,comm_sr32_low,rural,2045,69.02844645787476,2.10207459407,99.48080227304384,0.6855877615395084 +FSU,comm_sr32_low,urban,2045,67.39825092840175,0.52663042777,31.432658530114853,0.8855774313327601 +LAM,comm_s1,rural,2045,10.563172113763954,170.59477862893,2889.6343930412304,1.603551110710392 +LAM,comm_s1,urban,2045,14.609616719653468,120.81762514686,3448.871463876037,1.953925009404687 +LAM,comm_s2,rural,2045,10.563172113763954,194.34066925267,2866.3661295265474,1.3962835233621882 +LAM,comm_s2,urban,2045,14.609616719653468,748.66596687868,17451.100812805016,1.5954967124869168 +LAM,comm_s3,rural,2045,10.563172113763954,68.23909411911,1002.187677159659,1.390341382291535 +LAM,comm_s3,urban,2045,14.609616719653468,969.34816197058,20637.76447093706,1.4572834680595483 +LAM,comm_s51_std,rural,2045,10.563172113763954,815.7900665929601,8337.140779577292,0.967485279795342 +LAM,comm_s51_std,urban,2045,14.609616719653468,7261.776754379729,129334.27232048327,1.219079162514208 +LAM,comm_sr11_std,rural,2045,10.563172113763954,27.98638008132,298.9935260026665,1.0113947634209086 +LAM,comm_sr11_std,urban,2045,14.609616719653468,19.8203485773,378.08744040434993,1.3056962004870427 +LAM,comm_sr21_std,rural,2045,10.563172113763954,31.88193612195,296.5859341815712,0.880666562092629 +LAM,comm_sr21_std,urban,2045,14.609616719653468,122.81999760776,1913.1017515911888,1.066179093545141 +LAM,comm_sr31_std,rural,2045,10.563172113763954,11.19474605119,101.87845904250592,0.8615366656976031 +LAM,comm_sr31_std,urban,2045,14.609616719653468,159.02330839227,2218.6485188108218,0.9549681763311648 +MEA,comm_s1,rural,2045,25.259569883521703,124.74239863826004,11822.540737495392,3.752068661880143 +MEA,comm_s1,urban,2045,30.50732691016664,49.0929009394,6682.3175376787485,4.461739985308114 +MEA,comm_s2,rural,2045,25.259569883521703,186.6218822576,16069.933366083396,3.408988682424725 +MEA,comm_s2,urban,2045,30.50732691016664,273.44215445085,32565.67063504646,3.903825558457245 +MEA,comm_s3,rural,2045,25.259569883521703,195.88218300241,14282.662476900492,2.886611162381331 +MEA,comm_s3,urban,2045,30.50732691016664,521.9987412052301,53973.38317046081,3.3892689258931608 +MEA,comm_s51_std,rural,2045,25.259569883521703,1358.21130531835,76843.28590946054,2.239817509050704 +MEA,comm_s51_std,urban,2045,30.50732691016664,4487.94357223945,358399.1383126712,2.617673118370593 +MEA,comm_sr11_std,rural,2045,25.259569883521703,20.46421472336,1277.2270435577552,2.470853921231684 +MEA,comm_sr11_std,urban,2045,30.50732691016664,8.05377864452,728.333696241093,2.9643300604862604 +MEA,comm_sr21_std,rural,2045,25.259569883521703,30.61565524061,1736.086509569884,2.2449250833096275 +MEA,comm_sr21_std,urban,2045,30.50732691016664,44.85867695507,3549.468448706132,2.593657965715432 +MEA,comm_sr31_std,rural,2045,25.259569883521703,32.134824223820004,1512.8250456884364,1.863746436281392 +MEA,comm_sr31_std,urban,2045,30.50732691016664,85.63483179718,5755.889367071155,2.20321983583229 +NAM,comm_s1,rural,2045,71.8563597027965,500.2405146384,289798.71054133493,8.062177853130345 +NAM,comm_s1,urban,2045,52.50701000472655,1063.09254921907,487175.2597544557,8.727640778403474 +NAM,comm_s2,rural,2045,71.8563597027965,149.21819094918,68622.67426451942,6.400010058035471 +NAM,comm_s2,urban,2045,52.50701000472655,1335.3328915232998,472846.5004014633,6.743934511770369 +NAM,comm_s3,rural,2045,71.8563597027965,9.42039518538,9298.352133959652,13.736359726998645 +NAM,comm_s3,urban,2045,52.50701000472655,1398.86267938558,403896.1783530522,5.498919626929494 +NAM,comm_s51_std,urban,2045,52.50701000472655,3737.77437350262,463283.9870960732,2.36057019413147 +NAM,comm_s52_low,urban,2045,52.50701000472655,196.72496702649,2874.493124449495,0.2782816083748127 +NAM,comm_sr11_std,rural,2045,71.8563597027965,283.44004400206995,31755.267422639507,1.5591552304093448 +NAM,comm_sr11_std,urban,2045,52.50701000472655,602.35624686829,54075.246752359184,1.709731066152851 +NAM,comm_sr12_low,rural,2045,71.8563597027965,14.9178970527,1207.304864210398,1.1262741927190414 +NAM,comm_sr12_low,urban,2045,52.50701000472655,31.702960361410003,2055.889108690309,1.2350444258198752 +NAM,comm_sr21_std,rural,2045,71.8563597027965,84.54815108110999,7519.465385015895,1.237706403715344 +NAM,comm_sr21_std,urban,2045,52.50701000472655,756.60967565667,52484.789966743854,1.3211261365626743 +NAM,comm_sr22_low,rural,2045,71.8563597027965,4.44990268853,285.88287464974854,0.8940718368070263 +NAM,comm_sr22_low,urban,2045,52.50701000472655,39.82156187668,1995.4214644430376,0.9543310659005066 +NAM,comm_sr31_std,rural,2045,71.8563597027965,5.337666877689999,998.8302003625168,2.6042039137476336 +NAM,comm_sr31_std,urban,2045,52.50701000472655,792.60613204167,43966.948998979766,1.0564564852724936 +NAM,comm_sr32_low,rural,2045,71.8563597027965,0.28092983565,37.97456790961445,1.8811774499074017 +NAM,comm_sr32_low,urban,2045,52.50701000472655,41.7161122128,1671.5813060167266,0.7631438178106217 +PAO,comm_s1,rural,2045,56.03879439108132,238.87260573296,105765.06923524768,7.90109216101528 +PAO,comm_s1,urban,2045,31.73535160122077,188.51631256838,43403.76531438559,7.254962233697918 +PAO,comm_s2,rural,2045,56.03879439108132,71.82593418067,23078.930003152196,5.733840440706414 +PAO,comm_s2,urban,2045,31.73535160122077,528.79312111848,91518.5462612389,5.453558820426351 +PAO,comm_s3,rural,2045,56.03879439108132,21.26706222304,3566.364454395487,2.9924674660666986 +PAO,comm_s3,urban,2045,31.73535160122077,318.47198611123,25581.62087871506,2.531124500943451 +PAO,comm_s51_std,rural,2045,56.03879439108132,107.35324223232,3799.477819156773,0.6315677782798598 +PAO,comm_s51_std,urban,2045,31.73535160122077,1439.242319398,31217.69759031773,0.6834765749862346 +PAO,comm_s52_low,rural,2045,56.03879439108132,5.650170643830001,59.44496704976577,0.1877434277999235 +PAO,comm_s52_low,urban,2045,31.73535160122077,67.42892648639,299.3499367816674,0.139890947266924 +PAO,comm_sr11_std,rural,2045,56.03879439108132,135.34701788155002,11638.935691793062,1.5345314507713714 +PAO,comm_sr11_std,urban,2045,31.73535160122077,89.97594362925001,4152.384112833523,1.4542122422042008 +PAO,comm_sr12_low,rural,2045,56.03879439108132,7.123527256989999,442.5011916344758,1.1084869147226686 +PAO,comm_sr12_low,urban,2045,31.73535160122077,4.73557598047,157.86966838397723,1.0504673859124838 +PAO,comm_sr21_std,rural,2045,56.03879439108132,40.69711538538001,2539.724921327916,1.1136129424479368 +PAO,comm_sr21_std,urban,2045,31.73535160122077,252.38484356619,8755.46521762908,1.0931320859817315 +PAO,comm_sr22_low,rural,2045,56.03879439108132,2.14195344122,96.55790991474568,0.8044314596090577 +PAO,comm_sr22_low,urban,2045,31.73535160122077,13.28341281921,332.87440489962233,0.7896368710906969 +PAO,comm_sr31_std,rural,2045,56.03879439108132,12.050077664460002,387.2846558098764,0.5735240856807223 +PAO,comm_sr31_std,urban,2045,31.73535160122077,152.00179273301,2405.706096943907,0.4987128338224872 +PAO,comm_sr32_low,rural,2045,56.03879439108132,0.63421461394,14.724191819252583,0.4142918960192536 +PAO,comm_sr32_low,urban,2045,31.73535160122077,8.00009435424,91.4626425250722,0.3602511047894818 +PAS,comm_s1,rural,2045,3.661688901340806,173.04547962536,1012.2661034427564,1.5975446007297822 +PAS,comm_s1,urban,2045,14.797168822525787,35.72981981088,406.1941840613513,0.7682883469686845 +PAS,comm_s2,rural,2045,3.661688901340806,193.85508747458,384.11913187291407,0.5411370776946842 +PAS,comm_s2,urban,2045,14.797168822525787,155.10945838976,2601.538533256576,1.1334786723199233 +PAS,comm_s3,rural,2045,3.661688901340806,136.29272042166,14.913843429261252,0.0298837762140774 +PAS,comm_s3,urban,2045,14.797168822525787,268.66715289798003,2327.412124299204,0.5854368974222869 +PAS,comm_s51_std,rural,2045,3.661688901340806,1836.86190920101,941.6733523550464,0.1400046076430196 +PAS,comm_s51_std,urban,2045,14.797168822525787,3991.41507976256,13268.347339349628,0.2246525276932592 +PAS,comm_sr11_std,rural,2045,3.661688901340806,28.38842198502,67.28607941601408,0.6472954106909224 +PAS,comm_sr11_std,urban,2045,14.797168822525787,5.86154116495,27.000028978197243,0.3112961734201246 +PAS,comm_sr21_std,rural,2045,3.661688901340806,31.80227555834,25.53268386838037,0.2192586965973902 +PAS,comm_sr21_std,urban,2045,14.797168822525787,25.445985461,172.92619772527374,0.4592645127914527 +PAS,comm_sr31_std,rural,2045,3.661688901340806,22.35906577388,0.9582159143732438,0.011703837473444 +PAS,comm_sr31_std,urban,2045,14.797168822525787,44.07532936726,146.22251923505402,0.2242023017164371 +RCPA,comm_s1,rural,2045,4.520642370111859,106.31664381653997,1894.8364166015172,3.942487392377251 +RCPA,comm_s1,urban,2045,3.220269358125083,15.7817108475,694.3386225865909,13.662338522340436 +RCPA,comm_s2,rural,2045,4.520642370111859,148.5905468037,2023.7669835448344,3.0127921724939224 +RCPA,comm_s2,urban,2045,3.220269358125083,44.10600071127,1486.5034328989034,10.465886889038366 +RCPA,comm_s3,rural,2045,4.520642370111859,110.94242068548002,1075.4243695904206,2.1442829123378013 +RCPA,comm_s3,urban,2045,3.220269358125083,97.85349877182,2303.779364100615,7.3109249491337 +RCPA,comm_s51_std,rural,2045,4.520642370111859,524.3039085315501,3272.794559652837,1.3808150061122486 +RCPA,comm_s51_std,urban,2045,3.220269358125083,795.54020458621,16237.954074596884,6.338361084319804 +RCPA,comm_s52_low,rural,2045,4.520642370111859,27.59494255431,20.633447246389466,0.1654025293247344 +RCPA,comm_s52_low,urban,2045,3.220269358125083,27.31547190313,66.91910804562417,0.7607627441024191 +RCPA,comm_sr11_std,rural,2045,4.520642370111859,16.569364698060003,169.41349546929376,2.261736438971364 +RCPA,comm_sr11_std,urban,2045,3.220269358125083,1.54762524523,51.02698693400203,10.23863166764244 +RCPA,comm_sr12_low,rural,2045,4.520642370111859,0.87207182621,1.977136906408829,0.5015154719530472 +RCPA,comm_sr12_low,urban,2045,3.220269358125083,0.0814539602799998,0.595509463372208,2.270305301277231 +RCPA,comm_sr21_std,rural,2045,4.520642370111859,23.15771898245,180.94091694806727,1.7283864629645205 +RCPA,comm_sr21_std,urban,2045,3.220269358125083,4.32523196176,109.24322630393446,7.843193227676656 +RCPA,comm_sr22_low,rural,2045,4.520642370111859,1.21882731476,2.1116674541618967,0.3832509118155376 +RCPA,comm_sr22_low,urban,2045,3.220269358125083,0.22764378768,1.2749209526600915,1.7391428512143192 +RCPA,comm_sr31_std,rural,2045,4.520642370111859,17.290288357799998,93.32847505404408,1.1940204974287076 +RCPA,comm_sr31_std,urban,2045,3.220269358125083,9.595952333579998,168.0313682595421,5.437635374213471 +RCPA,comm_sr32_low,rural,2045,4.520642370111859,0.91001517673,1.089188154270495,0.2647610671763996 +RCPA,comm_sr32_low,urban,2045,3.220269358125083,0.5050501227599999,1.96100681555576,1.2057365400285511 +SAS,comm_s1,rural,2045,10.188504008912812,464.73696130898,1386.181366035963,0.292753719634068 +SAS,comm_s1,urban,2045,6.600703276472216,65.81673751266001,118.96518692736744,0.2738377579079616 +SAS,comm_s2,rural,2045,10.188504008912812,640.58901728281,2263.7006511340264,0.3468399273319134 +SAS,comm_s2,urban,2045,6.600703276472216,283.32006490732,519.0132815276904,0.277530634601854 +SAS,comm_s3,rural,2045,10.188504008912812,758.98582286571,3170.8910266032717,0.4100503930616753 +SAS,comm_s3,urban,2045,6.600703276472216,564.69726282652,1156.179616385043,0.3101840167247746 +SAS,comm_s51_std,rural,2045,10.188504008912812,6872.16115115665,12862.05405970523,0.183698908086699 +SAS,comm_s51_std,urban,2045,6.600703276472216,7958.30447749029,7378.61595781591,0.1404637134548186 +SAS,comm_sr11_std,rural,2045,10.188504008912812,76.24093387618,92.14050452205124,0.1186183716551664 +SAS,comm_sr11_std,urban,2045,6.600703276472216,10.797354095769998,7.907704296142066,0.1109539751691313 +SAS,comm_sr21_std,rural,2045,10.188504008912812,105.08977975614,150.46986288464407,0.1405330987977525 +SAS,comm_sr21_std,urban,2045,6.600703276472216,46.47916592106,34.49919814842727,0.1124502602534256 +SAS,comm_sr31_std,rural,2045,10.188504008912812,124.51298853208002,200.0737336646562,0.1577120943486663 +SAS,comm_sr31_std,urban,2045,6.600703276472216,92.63960102061,72.04552134563599,0.1178202940315212 +WEU,comm_s1,rural,2045,61.722217899878,618.2942314597399,281759.202483684,7.38314488992561 +WEU,comm_s1,urban,2045,44.27644767738066,1213.20035141777,545691.1511405441,10.158781373672625 +WEU,comm_s2,rural,2045,61.722217899878,144.37071863741,47350.81421531551,5.313819639070344 +WEU,comm_s2,urban,2045,44.27644767738066,984.20277305938,269192.92911193613,6.177408108440325 +WEU,comm_s3,rural,2045,61.722217899878,84.94709970183,12473.682640325806,2.379055706691404 +WEU,comm_s3,urban,2045,44.27644767738066,881.6837248942501,114414.50781675008,2.930862894136648 +WEU,comm_s51_std,urban,2045,44.27644767738066,605.54896827606,51655.15501200808,1.926600331621396 +WEU,comm_s52_low,rural,2045,61.722217899878,254.89963428491,3417.521507566319,0.21722035574474 +WEU,comm_s52_low,urban,2045,44.27644767738066,4038.36141443169,50483.14011567032,0.2823373974646587 +WEU,comm_sr11_std,rural,2045,61.722217899878,331.89173931271,29066.725168736488,1.4189207435274145 +WEU,comm_sr11_std,urban,2045,44.27644767738066,525.44609274595,47783.37849252427,2.0538840209105533 +WEU,comm_sr12_low,rural,2045,61.722217899878,36.87685992372,2332.9657971329643,1.0249741551002989 +WEU,comm_sr12_low,urban,2045,44.27644767738066,58.382899194130005,3835.209747474,1.4836473767865104 +WEU,comm_sr21_std,rural,2045,61.722217899878,77.49619271291999,4884.7849198466365,1.0212299806761942 +WEU,comm_sr21_std,urban,2045,44.27644767738066,426.26553888614,23571.845708649336,1.248937184280713 +WEU,comm_sr22_low,rural,2045,61.722217899878,8.610688079360001,392.0646745788256,0.7376975362197375 +WEU,comm_sr22_low,urban,2045,44.27644767738066,47.36283765434,1891.9334563542875,0.9021845237380556 +WEU,comm_sr31_std,rural,2045,61.722217899878,45.5984210026,1268.1768146564627,0.4505971925435737 +WEU,comm_sr31_std,urban,2045,44.27644767738066,381.86377686255,9838.372516783158,0.5818915209527656 +WEU,comm_sr32_low,rural,2045,61.722217899878,5.06649122206,101.78694420283612,0.3254942031147755 +WEU,comm_sr32_low,urban,2045,44.27644767738066,42.42930854022,789.6516187462065,0.4203362117105239 +AFR,comm_s1,rural,2050,2.9027293033996147,88.40271863430999,152.33874778706206,0.5936605952452301 +AFR,comm_s1,urban,2050,3.815563517376804,13.02989800705,45.53215961579686,0.9158377605190618 +AFR,comm_s2,rural,2050,2.9027293033996147,161.42115186817,289.522919959245,0.6178968353837444 +AFR,comm_s2,urban,2050,3.815563517376804,81.19412563303,187.38468975915944,0.6048543482326776 +AFR,comm_s3,rural,2050,2.9027293033996147,236.08497798583,324.4867225296644,0.473502242043197 +AFR,comm_s3,urban,2050,3.815563517376804,227.50058357546,370.0350947132652,0.4262866308311441 +AFR,comm_s51_std,rural,2050,2.9027293033996147,2380.0355177695,1812.228963009527,0.2623149794672783 +AFR,comm_s51_std,urban,2050,3.815563517376804,3460.21474693905,2577.101633378644,0.1951955020580126 +AFR,comm_sr11_std,rural,2050,2.9027293033996147,17.14122344956,15.287435132476215,0.3072460255793012 +AFR,comm_sr11_std,urban,2050,3.815563517376804,2.52648783566,4.569224486508992,0.4739871810061913 +AFR,comm_sr21_std,rural,2050,2.9027293033996147,31.299445044,29.05408454761815,0.319789368546574 +AFR,comm_sr21_std,urban,2050,3.815563517376804,15.743482460390002,18.80435103446603,0.3130392955817688 +AFR,comm_sr31_std,rural,2050,2.9027293033996147,45.77670713363,31.273751629710084,0.2353579628231661 +AFR,comm_sr31_std,urban,2050,3.815563517376804,44.11219924269,35.522993014035784,0.2110533025970423 +CHN,comm_s1,rural,2050,58.99575938093701,1600.9301655606605,339943.40792716737,3.599261826561246 +CHN,comm_s1,urban,2050,36.35754664146298,241.40688470432,28360.731675741077,3.2312697091409777 +CHN,comm_s2,rural,2050,58.99575938093701,1552.2047497678002,249965.92164093524,2.729675367861592 +CHN,comm_s2,urban,2050,36.35754664146298,777.00327813123,68950.93207249432,2.440746753452447 +CHN,comm_s3,rural,2050,58.99575938093701,223.62324994536,24738.81277463705,1.8751719733343768 +CHN,comm_s3,urban,2050,36.35754664146298,1603.54399914898,96667.04447206255,1.6580704893436002 +CHN,comm_s51_std,rural,2050,58.99575938093701,1515.91273715743,111316.09865842252,1.2446950984887282 +CHN,comm_s51_std,urban,2050,36.35754664146298,9761.63132042989,508765.4056599026,1.4335095879710942 +CHN,comm_s52_low,rural,2050,58.99575938093701,79.78488090302001,623.6223358151838,0.1324891350576663 +CHN,comm_s52_low,urban,2050,36.35754664146298,335.17296112066003,1771.4872979354984,0.1453699016175573 +CHN,comm_sr11_std,rural,2050,58.99575938093701,294.89824536012003,36438.87759556028,2.094459693363756 +CHN,comm_sr11_std,urban,2050,36.35754664146298,27.71706490125,2448.062468854314,2.4292974098127837 +CHN,comm_sr12_low,rural,2050,58.99575938093701,15.520960282080004,407.5400783394792,0.4450726848058453 +CHN,comm_sr12_low,urban,2050,36.35754664146298,1.45879288951,27.37964602662357,0.516225699470916 +CHN,comm_sr21_std,rural,2050,58.99575938093701,285.92281349493,26794.0998687218,1.588435437442144 +CHN,comm_sr21_std,urban,2050,36.35754664146298,89.21141712590001,5951.757201747939,1.8349751954658364 +CHN,comm_sr22_low,rural,2050,58.99575938093701,15.04856913129,299.67085377137784,0.3375425304304397 +CHN,comm_sr22_low,urban,2050,36.35754664146298,4.6953377434700005,66.56570553761459,0.3899322289880289 +CHN,comm_sr31_std,rural,2050,58.99575938093701,41.19236769296,2626.1849497848502,1.080656716496521 +CHN,comm_sr31_std,urban,2050,36.35754664146298,184.11046209718,8290.125894338576,1.238477405590811 +CHN,comm_sr32_low,rural,2050,58.99575938093701,2.16801935218,29.371805357550222,0.2296395522493536 +CHN,comm_sr32_low,urban,2050,36.35754664146298,9.69002432091,92.71851328652976,0.2631764486725204 +EEU,comm_s1,rural,2050,60.33209632413561,150.05015579102,64584.03445464251,7.1341182684647295 +EEU,comm_s1,urban,2050,52.81203399035736,148.0749374984,56928.33693057713,7.279709428110104 +EEU,comm_s2,rural,2050,60.33209632413561,23.84093752003,9526.669429942467,6.623222582693325 +EEU,comm_s2,urban,2050,52.81203399035736,198.09970980781,72439.60218613409,6.924036094783621 +EEU,comm_s3,rural,2050,60.33209632413561,9.22761629995,2621.5952732937744,4.708989283251166 +EEU,comm_s3,urban,2050,52.81203399035736,46.66912037104,10423.994334527437,4.229330820737027 +EEU,comm_s51_std,urban,2050,52.81203399035736,472.05874192604,73930.04627528062,2.9654597877538773 +EEU,comm_s52_low,rural,2050,60.33209632413561,155.13256916395,3030.9329104464587,0.3238358480420177 +EEU,comm_s52_low,urban,2050,52.81203399035736,573.89222239454,11232.313846721643,0.3706004962880448 +EEU,comm_sr11_std,rural,2050,60.33209632413561,98.02510384647002,7718.843222373897,1.3051682283663315 +EEU,comm_sr11_std,urban,2050,52.81203399035736,39.97922694727,3181.585347489734,1.506871751803062 +EEU,comm_sr12_low,rural,2050,60.33209632413561,10.89167820516,622.4873566148212,0.9472995205457888 +EEU,comm_sr12_low,urban,2050,52.81203399035736,4.44213632742,256.57946349288665,1.0936972391641364 +EEU,comm_sr21_std,rural,2050,60.33209632413561,15.57486137803,1138.5920434090708,1.2117012024554774 +EEU,comm_sr21_std,urban,2050,52.81203399035736,53.48557554967,4048.471979324647,1.4332487447098652 +EEU,comm_sr22_low,rural,2050,60.33209632413561,1.73054015308,91.8219389754414,0.8794605500990589 +EEU,comm_sr22_low,urban,2050,52.81203399035736,5.94284172805,326.48967574745234,1.0402611856079955 +EEU,comm_sr31_std,rural,2050,60.33209632413561,6.02823796654,308.0234067314614,0.8469249286140124 +EEU,comm_sr31_std,urban,2050,52.81203399035736,12.60034538113,575.2985353501359,0.8645257329396835 +EEU,comm_sr32_low,rural,2050,60.33209632413561,0.66980421866,24.84059732205249,0.6147035772007973 +EEU,comm_sr32_low,urban,2050,52.81203399035736,1.40003837573,46.39504317017207,0.6274783544874544 +FSU,comm_s1,rural,2050,69.02844645787476,196.87402931255,140323.85201502955,10.3255921948946 +FSU,comm_s1,urban,2050,67.39825092840175,315.90896013016,212661.1956318353,9.987980392106447 +FSU,comm_s2,rural,2050,69.02844645787476,80.14009402415,43411.99174930636,7.847507958754318 +FSU,comm_s2,urban,2050,67.39825092840175,474.14262078194,296787.9817513608,9.28728319079101 +FSU,comm_s3,rural,2050,69.02844645787476,58.98443038928,20230.30691013212,4.968633718444795 +FSU,comm_s3,urban,2050,67.39825092840175,246.42745574799,98996.04112235457,5.96046453222993 +FSU,comm_s51_std,rural,2050,69.02844645787476,445.08961630092006,26856.10502843368,0.8741127697037541 +FSU,comm_s51_std,urban,2050,67.39825092840175,2581.53769407167,719211.2972415707,4.133609091030681 +FSU,comm_s52_low,rural,2050,69.02844645787476,23.42576927894,656.4960205215658,0.4059851393058184 +FSU,comm_s52_low,urban,2050,67.39825092840175,12.972551226429998,460.3755381877264,0.5265483049730533 +FSU,comm_sr11_std,rural,2050,69.02844645787476,135.75954885078,17931.899700563037,1.9134971319117189 +FSU,comm_sr11_std,urban,2050,67.39825092840175,13.17640380901,1751.2512081909251,1.9719819063685973 +FSU,comm_sr12_low,rural,2050,69.02844645787476,7.145239413240002,685.0046574640103,1.3888285634199955 +FSU,comm_sr12_low,urban,2050,67.39825092840175,0.69349493717,66.89839079121538,1.4312771901078185 +FSU,comm_sr21_std,rural,2050,69.02844645787476,55.26266236092,5547.592021384413,1.4542685483146756 +FSU,comm_sr21_std,urban,2050,67.39825092840175,19.77625019503,2444.029857278879,1.8336394038159476 +FSU,comm_sr22_low,rural,2050,69.02844645787476,2.90856117697,211.91989895405183,1.055517494739251 +FSU,comm_sr22_low,urban,2050,67.39825092840175,1.04085527353,93.36277044736978,1.3308673091983454 +FSU,comm_sr31_std,rural,2050,69.02844645787476,40.67423055644001,2543.838805626806,0.9060290917832357 +FSU,comm_sr31_std,urban,2050,67.39825092840175,10.27836521406,813.8818868076266,1.1748670177362337 +FSU,comm_sr32_low,rural,2050,69.02844645787476,2.14074897665,97.17550615483006,0.6576017601505275 +FSU,comm_sr32_low,urban,2050,67.39825092840175,0.54096659015,31.09056443877915,0.8527260614196616 +LAM,comm_s1,rural,2050,10.563172113763954,162.49213832466,2750.1353774633694,1.602239236801854 +LAM,comm_s1,urban,2050,14.609616719653468,115.07922115325002,3290.154562397712,1.956953759762696 +LAM,comm_s2,rural,2050,10.563172113763954,180.97772037055,2665.3880292148024,1.3942510277370317 +LAM,comm_s2,urban,2050,14.609616719653468,693.33375837494,16189.954359811903,1.5983226558443575 +LAM,comm_s3,rural,2050,10.563172113763954,62.49199562678,916.3164941476466,1.3881191777414703 +LAM,comm_s3,urban,2050,14.609616719653468,888.53070547729,18932.79383374809,1.4584899561116695 +LAM,comm_s51_std,rural,2050,10.563172113763954,854.60502895721,8742.187216450522,0.9684123126644524 +LAM,comm_s51_std,urban,2050,14.609616719653468,8222.25309179722,148262.68333403414,1.234247319422799 +LAM,comm_sr11_std,rural,2050,10.563172113763954,31.50710854655,339.9283808081092,1.0213733461590135 +LAM,comm_sr11_std,urban,2050,14.609616719653468,22.31377806775,429.8509507595412,1.318578408373346 +LAM,comm_sr21_std,rural,2050,10.563172113763954,35.09144958664,329.45324962306097,0.8887878943980528 +LAM,comm_sr21_std,urban,2050,14.609616719653468,134.43691620654,2115.1794368197952,1.0769358923780434 +LAM,comm_sr31_std,rural,2050,10.563172113763954,12.11715292675,111.34920171928796,0.8699457338371906 +LAM,comm_sr31_std,urban,2050,14.609616719653468,172.28546361096,2427.550816418867,0.964452562890982 +MEA,comm_s1,rural,2050,25.259569883521703,118.90823893276,11280.165480644278,3.755584798685936 +MEA,comm_s1,urban,2050,30.50732691016664,46.79684260146,6378.112087547585,4.467570753523966 +MEA,comm_s2,rural,2050,25.259569883521703,172.81721427073,14893.733379334044,3.4118554537925374 +MEA,comm_s2,urban,2050,30.50732691016664,252.67547725468,30130.563067302966,3.908768926193976 +MEA,comm_s3,rural,2050,25.259569883521703,179.3332054209,13078.0473609974,2.887062883664314 +MEA,comm_s3,urban,2050,30.50732691016664,478.20936594643,49463.53610806254,3.3904935841073525 +MEA,comm_s51_std,rural,2050,25.259569883521703,1481.95302888696,84906.55055832259,2.2681971872918907 +MEA,comm_s51_std,urban,2050,30.50732691016664,5249.891235380151,423924.7598132104,2.646880417394626 +MEA,comm_sr11_std,rural,2050,25.259569883521703,23.05622185638,1453.198642617432,2.49523176173743 +MEA,comm_sr11_std,urban,2050,30.50732691016664,9.0738740636,828.6808081900375,2.993576615465836 +MEA,comm_sr21_std,rural,2050,25.259569883521703,33.50913333325,1918.7265618686115,2.26685604266225 +MEA,comm_sr21_std,urban,2050,30.50732691016664,48.99359298873,3914.735114604233,2.6191413406358603 +MEA,comm_sr31_std,rural,2050,25.259569883521703,34.77257932305,1653.16501738582,1.8821461727166957 +MEA,comm_sr31_std,urban,2050,30.50732691016664,92.7244515101,6293.460723925755,2.2248006220222782 +NAM,comm_s1,rural,2050,71.8563597027965,436.0690220406,250710.6474080892,8.00114849691205 +NAM,comm_s1,urban,2050,52.50701000472655,950.01756907947,431618.56129363086,8.652690858228555 +NAM,comm_s2,rural,2050,71.8563597027965,124.42865561835,56834.22729933242,6.356592033174002 +NAM,comm_s2,urban,2050,52.50701000472655,1134.5350508632998,398249.6447336013,6.6852890749737615 +NAM,comm_s3,rural,2050,71.8563597027965,8.35124817374,8162.2635428445055,13.601725676283545 +NAM,comm_s3,urban,2050,52.50701000472655,1259.08009107725,360250.90444954706,5.449221165418384 +NAM,comm_s51_std,urban,2050,52.50701000472655,4336.361464697,515433.4028189661,2.263756941872741 +NAM,comm_s52_low,urban,2050,52.50701000472655,228.22955077357,3213.8118995529844,0.2681830284886741 +NAM,comm_sr11_std,rural,2050,71.8563597027965,300.70260616263005,32335.9939355694,1.496524430006714 +NAM,comm_sr11_std,urban,2050,52.50701000472655,655.10904119191,56360.55727855204,1.6384922715077894 +NAM,comm_sr12_low,rural,2050,71.8563597027965,15.826452955929998,1235.2459482382951,1.0861870862383864 +NAM,comm_sr12_low,urban,2050,52.50701000472655,34.47942322059,2152.99242564566,1.1892282615212424 +NAM,comm_sr21_std,rural,2050,71.8563597027965,85.80297873628,7330.3278033503475,1.1889287235393593 +NAM,comm_sr21_std,urban,2050,52.50701000472655,782.34781498806,52003.25918770606,1.2659408109706556 +NAM,comm_sr22_low,rural,2050,71.8563597027965,4.51594624926,280.02101116355175,0.8629321380559142 +NAM,comm_sr22_low,urban,2050,52.50701000472655,41.17620078892,1986.5421590261528,0.9188280079161582 +NAM,comm_sr31_std,rural,2050,71.8563597027965,5.75881790179,1032.7379569839643,2.495695416998636 +NAM,comm_sr31_std,urban,2050,52.50701000472655,868.2310497149999,46164.001659585774,1.012630133202837 +NAM,comm_sr32_low,rural,2050,71.8563597027965,0.30309567899,39.45094062078353,1.8113918347200928 +NAM,comm_sr32_low,urban,2050,52.50701000472655,45.69637103769,1763.4805386916746,0.7349734837390247 +PAO,comm_s1,rural,2050,56.03879439108132,203.96310303131003,89290.63214685954,7.81205880357673 +PAO,comm_s1,urban,2050,31.73535160122077,170.45931812883,38889.0958485534,7.188922222950134 +PAO,comm_s2,rural,2050,56.03879439108132,60.99413095029001,19340.476404244688,5.658356892100842 +PAO,comm_s2,urban,2050,31.73535160122077,473.80593000611,81252.33299767648,5.4037099968531805 +PAO,comm_s3,rural,2050,56.03879439108132,18.1574549081,2993.730096493168,2.942177606876452 +PAO,comm_s3,urban,2050,31.73535160122077,286.91803119032,22813.41743812801,2.5054699071737687 +PAO,comm_s51_std,rural,2050,56.03879439108132,100.9230676506,3386.7242679490064,0.5988259519375029 +PAO,comm_s51_std,urban,2050,31.73535160122077,1548.6782468577198,32012.05006728664,0.6513418374614864 +PAO,comm_s52_low,rural,2050,56.03879439108132,5.311740402690001,53.18387280874224,0.1786711093399227 +PAO,comm_s52_low,urban,2050,31.73535160122077,72.55603191418,303.3396165957328,0.1317383731676295 +PAO,comm_sr11_std,rural,2050,56.03879439108132,140.64800190465,11563.637390189086,1.4671418806466476 +PAO,comm_sr11_std,urban,2050,31.73535160122077,97.76464890927,4323.8393533560165,1.3936200652565902 +PAO,comm_sr12_low,rural,2050,56.03879439108132,7.402526416069999,441.73487482042094,1.0648610423586409 +PAO,comm_sr12_low,urban,2050,31.73535160122077,5.1455078373,165.17213148469045,1.0114984344036546 +PAO,comm_sr21_std,rural,2050,56.03879439108132,42.06007125101001,2504.7001092494943,1.0626663957365623 +PAO,comm_sr21_std,urban,2050,31.73535160122077,271.74501755996005,9033.947107838663,1.047544881540696 +PAO,comm_sr22_low,rural,2050,56.03879439108132,2.21368796048,95.68039465499945,0.7712901258860044 +PAO,comm_sr22_low,urban,2050,31.73535160122077,14.30236934518,345.0998470573384,0.7603148333447204 +PAO,comm_sr31_std,rural,2050,56.03879439108132,12.520939888330002,382.7905341365364,0.5455511503002468 +PAO,comm_sr31_std,urban,2050,31.73535160122077,164.55797719334,2495.4593036174947,0.4778463105813289 +PAO,comm_sr32_low,rural,2050,56.03879439108132,0.65899683621,14.622728382345375,0.395964544543485 +PAO,comm_sr32_low,urban,2050,31.73535160122077,8.66094616792,95.32739274357536,0.3468239350718523 +PAS,comm_s1,rural,2050,3.661688901340806,168.18809685458,969.0414430019376,1.5734960279108186 +PAS,comm_s1,urban,2050,14.797168822525787,34.72688456213,388.84933213030354,0.756722949514808 +PAS,comm_s2,rural,2050,3.661688901340806,183.93120127825,364.140294720914,0.5406695216035898 +PAS,comm_s2,urban,2050,14.797168822525787,146.07425784885,2414.8509987677967,1.117218251125686 +PAS,comm_s3,rural,2050,3.661688901340806,122.18885223568,13.235394291087788,0.0295817494732065 +PAS,comm_s3,urban,2050,14.797168822525787,240.46685181969,2050.5322730113357,0.5762789584442656 +PAS,comm_s51_std,rural,2050,3.661688901340806,1960.82107425782,893.2419168220666,0.1244083944205046 +PAS,comm_s51_std,urban,2050,14.797168822525787,4623.75217327528,14763.910786628589,0.2157884696381214 +PAS,comm_sr11_std,rural,2050,3.661688901340806,32.61155080163,78.05832767319662,0.6536817307533117 +PAS,comm_sr11_std,urban,2050,14.797168822525787,6.73351789606,31.322632072892176,0.3143674712622992 +PAS,comm_sr21_std,rural,2050,3.661688901340806,35.66412740658,29.33226710425768,0.2246118085711857 +PAS,comm_sr21_std,urban,2050,14.797168822525787,28.323693351400003,194.5213302362503,0.4641290140426231 +PAS,comm_sr31_std,rural,2050,3.661688901340806,23.69233041216,1.031600103893806,0.011891103325679 +PAS,comm_sr31_std,urban,2050,14.797168822525787,46.62634931305,156.41241674844815,0.226705044918365 +RCPA,comm_s1,rural,2050,4.520642370111859,103.65663137834,1839.265777284444,3.9250685672874632 +RCPA,comm_s1,urban,2050,3.220269358125083,15.53313987093,687.938657000183,13.753025926005408 +RCPA,comm_s2,rural,2050,4.520642370111859,143.89354032162998,1951.136072461715,2.9994809568367526 +RCPA,comm_s2,urban,2050,3.220269358125083,43.09201343642,1461.969265389488,10.535356995460688 +RCPA,comm_s3,rural,2050,4.520642370111859,100.75602505344,970.6453472738616,2.131029198192026 +RCPA,comm_s3,urban,2050,3.220269358125083,88.74389915742998,2102.021049459955,7.355401002549573 +RCPA,comm_s51_std,rural,2050,4.520642370111859,489.27881622474,3084.2948012197016,1.3944383480424367 +RCPA,comm_s51_std,urban,2050,3.220269358125083,859.98761535631,17726.589701508485,6.4008963695586045 +RCPA,comm_s52_low,rural,2050,4.520642370111859,25.75151664342,18.634833789475955,0.1600746497604304 +RCPA,comm_s52_low,urban,2050,3.220269358125083,29.52832227572,70.01008772404965,0.7362573614084792 +RCPA,comm_sr11_std,rural,2050,4.520642370111859,19.09399883333,197.15275826868373,2.2840510928310205 +RCPA,comm_sr11_std,urban,2050,3.220269358125083,1.78343317113,59.38199428905072,10.33964764729972 +RCPA,comm_sr12_low,rural,2050,4.520642370111859,1.00494730703,2.204997957296144,0.4853608578754184 +RCPA,comm_sr12_low,urban,2050,3.220269358125083,0.0938649037599999,0.6641407309040509,2.1971751422126005 +RCPA,comm_sr21_std,rural,2050,4.520642370111859,26.50581110417,209.1442483059016,1.7454390005306926 +RCPA,comm_sr21_std,urban,2050,3.220269358125083,4.94759764046,126.19533691452692,7.920575427689042 +RCPA,comm_sr22_low,rural,2050,4.520642370111859,1.39504268957,2.339113304963504,0.3709057878900641 +RCPA,comm_sr22_low,urban,2050,3.220269358125083,0.26039987602,1.411395220953204,1.6831222835636848 +RCPA,comm_sr31_std,rural,2050,4.520642370111859,18.5596946306,101.16879549800652,1.20580089493657 +RCPA,comm_sr31_std,urban,2050,3.220269358125083,10.18910631129,180.17817967120484,5.49128395532982 +RCPA,comm_sr32_low,rural,2050,4.520642370111859,0.9768260332,1.1314931087312767,0.2562326904402397 +RCPA,comm_sr32_low,urban,2050,3.220269358125083,0.5362687532299999,2.0151506973675564,1.1668978426273184 +SAS,comm_s1,rural,2050,10.188504008912812,443.00137114139,1301.4592429145823,0.2883467634316747 +SAS,comm_s1,urban,2050,6.600703276472216,62.73851100638001,111.69414471932572,0.2697155523543225 +SAS,comm_s2,rural,2050,10.188504008912812,592.94233253402,2063.6651409924784,0.3415988107577024 +SAS,comm_s2,urban,2050,6.600703276472216,261.93748749169,472.5370538460692,0.2733052672021354 +SAS,comm_s3,rural,2050,10.188504008912812,694.7741014554,2855.5680574460966,0.4034023960045297 +SAS,comm_s3,urban,2050,6.600703276472216,517.40124432613,1041.7982300723324,0.3050464226005759 +SAS,comm_s51_std,rural,2050,10.188504008912812,8237.29821487014,15850.011944166825,0.1888575642320824 +SAS,comm_s51_std,urban,2050,6.600703276472216,10431.25910572851,9843.671929031356,0.1429651511351816 +SAS,comm_sr11_std,rural,2050,10.188504008912812,85.89764668474,104.8352810620991,0.1197886794981551 +SAS,comm_sr11_std,urban,2050,6.600703276472216,12.16495208145,8.9971984278949,0.1120486648479977 +SAS,comm_sr21_std,rural,2050,10.188504008912812,114.97109106746,166.23257029302405,0.141911322232765 +SAS,comm_sr21_std,urban,2050,6.600703276472216,50.78949010018,38.063854188044616,0.1135399498496787 +SAS,comm_sr31_std,rural,2050,10.188504008912812,134.71619769165,218.6195825357487,0.1592791111410318 +SAS,comm_sr31_std,urban,2050,6.600703276472216,100.32372849059,78.79141716343486,0.1189830335935328 +WEU,comm_s1,rural,2050,61.722217899878,544.21162819262,245813.25708960457,7.318059914073994 +WEU,comm_s1,urban,2050,44.27644767738066,1101.26380402548,490908.2650753079,10.067837771914617 +WEU,comm_s2,rural,2050,61.722217899878,123.28212572402,40037.08469206789,5.261636106541993 +WEU,comm_s2,urban,2050,44.27644767738066,864.6999874489001,234743.4777816533,6.131338760845665 +WEU,comm_s3,rural,2050,61.722217899878,72.33723256454999,10522.939407335689,2.356859298599481 +WEU,comm_s3,urban,2050,44.27644767738066,780.75864085942,100328.8003801468,2.902258221654922 +WEU,comm_s51_std,urban,2050,44.27644767738066,670.47991722664,57221.63469791364,1.9275325316856224 +WEU,comm_s52_low,rural,2050,61.722217899878,250.87741750585,3252.9335220081603,0.2100738980436927 +WEU,comm_s52_low,urban,2050,44.27644767738066,4471.381124779779,53847.37535888481,0.2719882110546843 +WEU,comm_sr11_std,rural,2050,61.722217899878,355.52379860517004,29855.84061108368,1.3605643981363855 +WEU,comm_sr11_std,urban,2050,44.27644767738066,571.5286730022999,49808.48172934924,1.9683055197725836 +WEU,comm_sr12_low,rural,2050,61.722217899878,39.50264428959,2407.7290814449693,0.9875064179604806 +WEU,comm_sr12_low,urban,2050,44.27644767738066,63.50318588923,4016.813042507663,1.4286088449296492 +WEU,comm_sr21_std,rural,2050,61.722217899878,80.53802485461,4862.800457779514,0.9782366975115016 +WEU,comm_sr21_std,urban,2050,44.27644767738066,448.75790393306,23817.51756078586,1.1987030581906588 +WEU,comm_sr22_low,rural,2050,61.722217899878,8.948669428390001,392.1613272215756,0.7100105062165432 +WEU,comm_sr22_low,urban,2050,44.27644767738066,49.86198932615,1920.767545133132,0.8700264131569968 +WEU,comm_sr31_std,rural,2050,61.722217899878,47.25663026964,1260.0876663619708,0.4320126732359926 +WEU,comm_sr31_std,urban,2050,44.27644767738066,405.19442145843,10005.03543951488,0.5576765767252624 +WEU,comm_sr32_low,rural,2050,61.722217899878,5.25073669627,101.61997307760794,0.3135575853848433 +WEU,comm_sr32_low,urban,2050,44.27644767738066,45.02160238432,806.857696704673,0.4047652572848948 +AFR,comm_s1,rural,2055,2.9027293033996147,84.58301982942001,144.18205259712283,0.5872479105310069 +AFR,comm_s1,urban,2055,3.815563517376804,12.46690303792,43.09422473250419,0.9059449381697828 +AFR,comm_s2,rural,2055,2.9027293033996147,150.15516275758,266.46744298081387,0.6113604615228018 +AFR,comm_s2,urban,2055,3.815563517376804,75.33181276689,172.1470758960518,0.5989113509787544 +AFR,comm_s3,rural,2055,2.9027293033996147,215.98179209657,293.26981073650853,0.4677821884301335 +AFR,comm_s3,urban,2055,3.815563517376804,208.14431531533,334.41882907108027,0.4210827785904536 +AFR,comm_s51_std,rural,2055,2.9027293033996147,3150.78408133105,2410.97543775956,0.2636134750105668 +AFR,comm_s51_std,urban,2055,3.815563517376804,4856.18267931618,3578.2230248895794,0.1931139747308358 +AFR,comm_sr11_std,rural,2055,2.9027293033996147,18.98990984518,17.054313545467764,0.3093889532615707 +AFR,comm_sr11_std,urban,2055,3.815563517376804,2.7989703515399995,5.097322499074782,0.4772930667403132 +AFR,comm_sr21_std,rural,2055,2.9027293033996147,33.71164814506,31.518619968800152,0.3220925436433072 +AFR,comm_sr21_std,urban,2055,3.815563517376804,16.91290209085,20.36210579236236,0.315533785062303 +AFR,comm_sr31_std,rural,2055,2.9027293033996147,48.49052171926,33.359179523601554,0.237001975768426 +AFR,comm_sr31_std,urban,2055,3.815563517376804,46.73091349344,37.89438279376882,0.2125259076283297 +CHN,comm_s1,rural,2055,58.99575938093701,1480.86614194151,312326.0798003684,3.574963819049907 +CHN,comm_s1,urban,2055,36.35754664146298,237.64345451505,28028.47156260808,3.2439861310464733 +CHN,comm_s2,rural,2055,58.99575938093701,1431.79271834935,229018.28402554896,2.7112477913786 +CHN,comm_s2,urban,2055,36.35754664146298,761.2014038539301,67814.51345468868,2.4503521309902485 +CHN,comm_s3,rural,2055,58.99575938093701,200.93579568483003,22066.794137029337,1.8614918401519005 +CHN,comm_s3,urban,2055,36.35754664146298,1491.84278393329,90245.1082884478,1.663818858664421 +CHN,comm_s51_std,rural,2055,58.99575938093701,1263.58253130568,93434.20995979496,1.2533763877895263 +CHN,comm_s51_std,urban,2055,36.35754664146298,9738.52337369416,511101.09622881527,1.4435077887858043 +CHN,comm_s52_low,rural,2055,58.99575938093701,66.50434375295,502.5055183575265,0.1280766700180562 +CHN,comm_s52_low,urban,2055,36.35754664146298,334.37953237104,1708.4352166871042,0.1405284509783125 +CHN,comm_sr11_std,rural,2055,58.99575938093701,315.84872301594004,39299.810616504845,2.109067777344737 +CHN,comm_sr11_std,urban,2055,36.35754664146298,31.29048290903,2782.9541563664475,2.4462408635206923 +CHN,comm_sr12_low,rural,2055,58.99575938093701,16.623617000810004,421.9558613843167,0.4302498266077885 +CHN,comm_sr12_low,urban,2055,36.35754664146298,1.6468675215100002,29.880139361089032,0.4990331361301853 +CHN,comm_sr21_std,rural,2055,58.99575938093701,305.38202536063,28817.23868736049,1.599514188845078 +CHN,comm_sr21_std,urban,2055,36.35754664146298,100.22729035895,6733.320497254791,1.84777347086642 +CHN,comm_sr22_low,rural,2055,58.99575938093701,16.07273817673,309.40614171330486,0.3263008945457313 +CHN,comm_sr22_low,urban,2055,36.35754664146298,5.27512054511,72.29459902305844,0.3769457880632326 +CHN,comm_sr31_std,rural,2055,58.99575938093701,42.85688805878001,2751.361873683338,1.0881938985768245 +CHN,comm_sr31_std,urban,2055,36.35754664146298,196.43074634142,8906.573455966613,1.2471153288446386 +CHN,comm_sr32_low,rural,2055,58.99575938093701,2.25562568723,29.540938014618035,0.2219915553353044 +CHN,comm_sr32_low,urban,2055,36.35754664146298,10.33846033375,95.62847290395077,0.2544115271066324 +EEU,comm_s1,rural,2055,60.33209632413561,132.53057013111,56456.28446424822,7.0607008357563945 +EEU,comm_s1,urban,2055,52.81203399035736,138.7899402829,53000.37638343511,7.230828660339873 +EEU,comm_s2,rural,2055,60.33209632413561,21.30616224051,8424.838770473043,6.5540228755446215 +EEU,comm_s2,urban,2055,52.81203399035736,186.16619720306,67625.72479729576,6.878254027417038 +EEU,comm_s3,rural,2055,60.33209632413561,7.68273265424,2160.1283249931857,4.660316530977 +EEU,comm_s3,urban,2055,52.81203399035736,41.15392037913,9120.312566980703,4.196291172124767 +EEU,comm_s51_std,urban,2055,52.81203399035736,487.03738872561007,76248.95321733282,2.964412865690846 +EEU,comm_s52_low,rural,2055,60.33209632413561,143.08319322667,2694.107015106437,0.3120885267908178 +EEU,comm_s52_low,urban,2055,52.81203399035736,592.10209361774,11169.68845020666,0.3572000976301122 +EEU,comm_sr11_std,rural,2055,60.33209632413561,103.27100858147004,7801.546696315143,1.2521428503079617 +EEU,comm_sr11_std,urban,2055,52.81203399035736,42.66666721661,3259.6362531956,1.446596881943762 +EEU,comm_sr12_low,rural,2055,60.33209632413561,11.47455650906,631.9293267390894,0.9128179798943268 +EEU,comm_sr12_low,urban,2055,52.81203399035736,4.74074080178,264.0322263079348,1.0545758762086064 +EEU,comm_sr21_std,rural,2055,60.33209632413561,16.602274187909998,1164.2064953630972,1.1622887125892785 +EEU,comm_sr21_std,urban,2055,52.81203399035736,57.23102961833,4159.126391926085,1.3760609325262017 +EEU,comm_sr22_low,rural,2055,60.33209632413561,1.84469713202,94.30132964872068,0.84731389423499 +EEU,comm_sr22_low,urban,2055,52.81203399035736,6.3590032911600005,336.8913938517557,1.0031548399680408 +EEU,comm_sr31_std,rural,2055,60.33209632413561,5.98657011033,293.6762299340122,0.8130969041794623 +EEU,comm_sr31_std,urban,2055,52.81203399035736,12.651497809700002,554.5272543016546,0.8299426004993492 +EEU,comm_sr32_low,rural,2055,60.33209632413561,0.66517445684,23.787926871995264,0.5927514367490676 +EEU,comm_sr32_low,urban,2055,52.81203399035736,1.405721979,44.91699506902859,0.6050320279314328 +FSU,comm_s1,rural,2055,69.02844645787476,176.95887908008,124760.73412816372,10.21356750403623 +FSU,comm_s1,urban,2055,67.39825092840175,313.76764506641,208680.6285456512,9.867913905898028 +FSU,comm_s2,rural,2055,69.02844645787476,71.15373811113,38127.222055995895,7.762638170875459 +FSU,comm_s2,urban,2055,67.39825092840175,456.02617261122,282051.05635283084,9.176759195773208 +FSU,comm_s3,rural,2055,69.02844645787476,49.43990965804,16725.285154877925,4.900808842948666 +FSU,comm_s3,urban,2055,67.39825092840175,223.31701957314,88629.32132928661,5.888531119216753 +FSU,comm_s51_std,rural,2055,69.02844645787476,419.38453704073,24078.449578767908,0.8317408004614872 +FSU,comm_s51_std,urban,2055,67.39825092840175,2718.44892589075,748215.6462074715,4.083729633473511 +FSU,comm_s52_low,rural,2055,69.02844645787476,22.07287037047,590.5002011845396,0.387554815754446 +FSU,comm_s52_low,urban,2055,67.39825092840175,13.66054736626,467.748392121616,0.508037272330318 +FSU,comm_sr11_std,rural,2055,69.02844645787476,145.55120550589,18424.04706830601,1.833754228689728 +FSU,comm_sr11_std,urban,2055,67.39825092840175,14.505107899500004,1850.732914810412,1.89310263039228 +FSU,comm_sr12_low,rural,2055,69.02844645787476,7.6605897635,706.9061195989752,1.336815388307918 +FSU,comm_sr12_low,urban,2055,67.39825092840175,0.76342673137,71.01015418267431,1.3800806501355862 +FSU,comm_sr21_std,rural,2055,69.02844645787476,58.52496586837,5630.439245555214,1.3937118999807667 +FSU,comm_sr21_std,urban,2055,67.39825092840175,21.08155172359,2501.435697604244,1.7605085672222276 +FSU,comm_sr22_low,rural,2055,69.02844645787476,3.08026136152,216.03244629641003,1.0160224776399356 +FSU,comm_sr22_low,urban,2055,67.39825092840175,1.10955535395,95.97675234464332,1.2834189594534549 +FSU,comm_sr31_std,rural,2055,69.02844645787476,40.66503183226,2432.0362010458366,0.866404739233337 +FSU,comm_sr31_std,urban,2055,67.39825092840175,10.32368223964,784.8740777080673,1.128019821088027 +FSU,comm_sr32_low,rural,2055,69.02844645787476,2.1402648332,93.31398618595834,0.6316130972440654 +FSU,comm_sr32_low,urban,2055,67.39825092840175,0.54335169678,30.11457182257865,0.8223317126302618 +LAM,comm_s1,rural,2055,10.563172113763954,155.35463351126998,2620.7776558868773,1.5970246168403095 +LAM,comm_s1,urban,2055,14.609616719653468,110.02433970872,3142.587437863759,1.955058588780652 +LAM,comm_s2,rural,2055,10.563172113763954,169.29393250146,2483.531088074384,1.3887812720246249 +LAM,comm_s2,urban,2055,14.609616719653468,644.79415007282,15045.484750633052,1.5971520885436028 +LAM,comm_s3,rural,2055,10.563172113763954,57.212378029110006,835.5781468729427,1.3826196266685202 +LAM,comm_s3,urban,2055,14.609616719653468,813.57804170895,17305.796485049024,1.4559737702548627 +LAM,comm_s51_std,rural,2055,10.563172113763954,863.30363549717,8805.854578232296,0.965636299816652 +LAM,comm_s51_std,urban,2055,14.609616719653468,8987.1318490752,163645.498097505,1.2463617911150062 +LAM,comm_sr11_std,rural,2055,10.563172113763954,34.87899214715,378.9320445081034,1.0284970485331022 +LAM,comm_sr11_std,urban,2055,14.609616719653468,24.701793528560003,479.1724045326812,1.3277750064013234 +LAM,comm_sr21_std,rural,2055,10.563172113763954,38.00853317889,359.0878877951967,0.8943866139018071 +LAM,comm_sr21_std,urban,2055,14.609616719653468,144.76407680104998,2294.090855995744,1.0847033622249098 +LAM,comm_sr31_std,rural,2055,10.563172113763954,12.84487008124,118.8565093746842,0.8759894978041942 +LAM,comm_sr31_std,urban,2055,14.609616719653468,182.65809964304,2591.726427882151,0.971206096295966 +MEA,comm_s1,rural,2055,25.259569883521703,113.77045962946002,10775.945576223692,3.749729379377642 +MEA,comm_s1,urban,2055,30.50732691016664,44.77484772934,6095.187215895799,4.462197373216221 +MEA,comm_s2,rural,2055,25.259569883521703,160.73591118681,13829.525044692517,3.406186296956072 +MEA,comm_s2,urban,2055,30.50732691016664,234.48069873751,27926.02669964303,3.903892888852846 +MEA,comm_s3,rural,2055,25.259569883521703,164.05200192726,11935.77361720775,2.8803355684586505 +MEA,comm_s3,urban,2055,30.50732691016664,437.51730369234,45161.024322068566,3.3834860794393067 +MEA,comm_s51_std,rural,2055,25.259569883521703,1568.77214029504,90759.86326182492,2.290382483498129 +MEA,comm_s51_std,urban,2055,30.50732691016664,5949.357458681069,484305.18183096,2.668362915405688 +MEA,comm_sr11_std,rural,2055,25.259569883521703,25.54284270978,1621.1552221203967,2.512635083030322 +MEA,comm_sr11_std,urban,2055,30.50732691016664,10.05249426456,924.45738683643,3.0144557084288577 +MEA,comm_sr21_std,rural,2055,25.259569883521703,36.08715399948999,2080.5419428462646,2.2824322299063837 +MEA,comm_sr21_std,urban,2055,30.50732691016664,52.64374975576,4235.542035582258,2.6372908277406912 +MEA,comm_sr31_std,rural,2055,25.259569883521703,36.83165643484,1763.2976374366006,1.8953020116859896 +MEA,comm_sr31_std,urban,2055,30.50732691016664,98.22792056377,6713.543703410236,2.2403337124372245 +NAM,comm_s1,rural,2055,71.8563597027965,379.6892937113299,216729.4804224933,7.943729127999758 +NAM,comm_s1,urban,2055,52.50701000472655,845.65674694079,381043.035195004,8.581488434062555 +NAM,comm_s2,rural,2055,71.8563597027965,103.2607506093,46877.45721861922,6.317766297845589 +NAM,comm_s2,urban,2055,52.50701000472655,964.36184472124,335678.18567866395,6.62927159332713 +NAM,comm_s3,rural,2055,71.8563597027965,7.353722706840001,7119.790483627478,13.473944447254947 +NAM,comm_s3,urban,2055,52.50701000472655,1122.6818563764002,318462.47280548426,5.402369324043026 +NAM,comm_s51_std,urban,2055,52.50701000472655,4936.4840318140605,563346.1744578029,2.173403312934547 +NAM,comm_s52_low,urban,2055,52.50701000472655,259.81494904288,3528.10680822535,0.2586189240079551 +NAM,comm_sr11_std,rural,2055,71.8563597027965,312.29986709124995,32290.68146215765,1.4389317629896492 +NAM,comm_sr11_std,urban,2055,52.50701000472655,695.56475267696,57447.41415550749,1.5729525808792368 +NAM,comm_sr12_low,rural,2055,71.8563597027965,16.436835110039997,1238.9503916673332,1.0489879687173085 +NAM,comm_sr12_low,urban,2055,52.50701000472655,36.60867119352,2204.1806814183697,1.146689770254082 +NAM,comm_sr21_std,rural,2055,71.8563597027965,84.93344222495,6984.306130610758,1.1444039003165345 +NAM,comm_sr21_std,urban,2055,52.50701000472655,793.20139103868,50608.04679395484,1.2151190253530664 +NAM,comm_sr22_low,rural,2055,71.8563597027965,4.470181169609999,267.9785134467824,0.8342757827330993 +NAM,comm_sr22_low,urban,2055,52.50701000472655,41.74744163377,1941.7632752918105,0.885827438758781 +NAM,comm_sr31_std,rural,2055,71.8563597027965,6.04854195787,1041.306846802365,2.3958676006749133 +NAM,comm_sr31_std,urban,2055,52.50701000472655,923.4218618729,47145.53756740473,0.972351193567344 +NAM,comm_sr32_low,rural,2055,71.8563597027965,0.31834431353,39.953555238476206,1.7465986590318787 +NAM,comm_sr32_low,urban,2055,52.50701000472655,48.601150624990005,1808.9114131357053,0.7088485567257115 +PAO,comm_s1,rural,2055,56.03879439108132,173.65723423718,75172.85901624619,7.724660560147149 +PAO,comm_s1,urban,2055,31.73535160122077,154.64130934107,34973.08361306864,7.126316286845254 +PAO,comm_s2,rural,2055,56.03879439108132,51.60014277954,16145.913625964848,5.583711077442601 +PAO,comm_s2,urban,2055,31.73535160122077,425.29642919295,72295.18056412609,5.356415968438604 +PAO,comm_s3,rural,2055,56.03879439108132,15.39882159635,2495.1953027357786,2.891533800409653 +PAO,comm_s3,urban,2055,31.73535160122077,258.07547907238,20321.35081910659,2.481204252826982 +PAO,comm_s51_std,rural,2055,56.03879439108132,93.8241070694,2993.4810881711187,0.5693420955240625 +PAO,comm_s51_std,urban,2055,31.73535160122077,1639.40474485672,32357.18624350126,0.6219296280936064 +PAO,comm_s52_low,rural,2055,56.03879439108132,4.938110898420001,47.1701752889823,0.1704581881185885 +PAO,comm_s52_low,urban,2055,31.73535160122077,76.80659506225001,302.92572623405226,0.1242780215177681 +PAO,comm_sr11_std,rural,2055,56.03879439108132,142.83555546581002,11244.014297766598,1.4047410629581594 +PAO,comm_sr11_std,urban,2055,31.73535160122077,104.36686736989002,4431.202387414585,1.3378752628436787 +PAO,comm_sr12_low,rural,2055,56.03879439108132,7.517660814009999,431.4178359674395,1.0240627888832108 +PAO,comm_sr12_low,urban,2055,31.73535160122077,5.492993019470001,170.0193270891308,0.9753173086187094 +PAO,comm_sr21_std,rural,2055,56.03879439108132,42.441854429,2415.0323140198298,1.0154062011042286 +PAO,comm_sr21_std,urban,2055,31.73535160122077,287.03104110803,9160.032333974988,1.005598984556212 +PAO,comm_sr22_low,rural,2055,56.03879439108132,2.23378181195,92.66156970506611,0.7402358580765555 +PAO,comm_sr22_low,urban,2055,31.73535160122077,15.10689690046,351.4582267747979,0.7330863514849614 +PAO,comm_sr31_std,rural,2055,56.03879439108132,12.66575070073,368.67673419877633,0.5194287846633905 +PAO,comm_sr31_std,urban,2055,31.73535160122077,174.17421910427,2535.284784114187,0.4586691848689602 +PAO,comm_sr32_low,rural,2055,56.03879439108132,0.6666184579000001,14.145634700188811,0.3786660074494692 +PAO,comm_sr32_low,urban,2055,31.73535160122077,9.16706416323,97.27549664208308,0.3343719757339642 +PAS,comm_s1,rural,2055,3.661688901340806,163.4031695278,906.7824710509252,1.51551833970484 +PAS,comm_s1,urban,2055,14.797168822525787,33.789337554220005,371.8328725684154,0.7436857767726712 +PAS,comm_s2,rural,2055,3.661688901340806,175.57392307616,338.3944954811176,0.5263587331737664 +PAS,comm_s2,urban,2055,14.797168822525787,138.64744935304998,2253.981088770311,1.09865099849729 +PAS,comm_s3,rural,2055,3.661688901340806,110.56017642865,11.67285175877379,0.0288334628409073 +PAS,comm_s3,urban,2055,14.797168822525787,217.09990157125,1818.7042063004385,0.5661399678875024 +PAS,comm_s51_std,rural,2055,3.661688901340806,2019.90114845455,812.2078235207687,0.1098134683884634 +PAS,comm_s51_std,urban,2055,14.797168822525787,5161.4785620681605,15779.060224169223,0.2065990770976021 +PAS,comm_sr11_std,rural,2055,3.661688901340806,36.68598572172,86.65816495547276,0.6451012032350821 +PAS,comm_sr11_std,urban,2055,14.797168822525787,7.5861145083,35.5348227770081,0.3165600684895652 +PAS,comm_sr21_std,rural,2055,3.661688901340806,39.41846693482,32.339229025138124,0.2240518264828533 +PAS,comm_sr21_std,urban,2055,14.797168822525787,31.12802745517,215.4054265875036,0.4676558920490189 +PAS,comm_sr31_std,rural,2055,3.661688901340806,24.82209534593,1.080429013841015,0.0118871120112764 +PAS,comm_sr31_std,urban,2055,14.797168822525787,48.741550805020005,164.90739030463635,0.2286452308744682 +RCPA,comm_s1,rural,2055,4.520642370111859,101.06449190077998,1781.165220520341,3.8985710931293447 +RCPA,comm_s1,urban,2055,3.220269358125083,15.29098485699,679.8791124727051,13.8071499352188 +RCPA,comm_s2,rural,2055,4.520642370111859,139.77020505985,1882.4310291826755,2.9792319680923134 +RCPA,comm_s2,urban,2055,3.220269358125083,42.24710486124,1438.9449787359715,10.57681810822185 +RCPA,comm_s3,rural,2055,4.520642370111859,93.38620329157,892.1520240462821,2.1132749001266062 +RCPA,comm_s3,urban,2055,3.220269358125083,82.28295099430001,1955.6782520815668,7.380662521942066 +RCPA,comm_s51_std,rural,2055,4.520642370111859,445.52430771483006,2828.0650995502847,1.404164041105109 +RCPA,comm_s51_std,urban,2055,3.220269358125083,910.93182257202,18907.643235023097,6.445540260453114 +RCPA,comm_s52_low,rural,2055,4.520642370111859,23.44864777448,16.403264092142788,0.1547434669637269 +RCPA,comm_s52_low,urban,2055,3.220269358125083,31.27752998741,71.68760335019806,0.7117367856138077 +RCPA,comm_sr11_std,rural,2055,4.520642370111859,21.55568947461,224.1229931594141,2.299981506606471 +RCPA,comm_sr11_std,urban,2055,3.220269358125083,2.01336199773,67.50537207086583,10.411762876737113 +RCPA,comm_sr12_low,rural,2055,4.520642370111859,1.13450997238,2.406373193404466,0.4691962280544788 +RCPA,comm_sr12_low,urban,2055,3.220269358125083,0.1059664209599998,0.7247945260493915,2.1239996405803803 +RCPA,comm_sr21_std,rural,2055,4.520642370111859,29.81109469201,236.865211492682,1.7576127936679422 +RCPA,comm_sr21_std,urban,2055,3.220269358125083,5.56267083111,142.87321734289523,7.975818519802279 +RCPA,comm_sr22_low,rural,2055,4.520642370111859,1.56900498368,2.54318437873956,0.3585530103158738 +RCPA,comm_sr22_low,urban,2055,3.220269358125083,0.2927721492,1.5340071804053814,1.6270669819706844 +RCPA,comm_sr31_std,rural,2055,4.520642370111859,19.91801434418,109.33024549351556,1.214210911417238 +RCPA,comm_sr31_std,urban,2055,3.220269358125083,10.834185511429997,192.9216192455804,5.529583635249583 +RCPA,comm_sr32_low,rural,2055,4.520642370111859,1.04831654439,1.173861583306819,0.2476990259625964 +RCPA,comm_sr32_low,urban,2055,3.220269358125083,0.5702202901,2.071368969685562,1.1280350643488033 +SAS,comm_s1,rural,2055,10.188504008912812,423.86019727153,1223.7725510616565,0.2833789920692104 +SAS,comm_s1,urban,2055,6.600703276472216,60.027709582900016,105.02689898035284,0.2650687681315801 +SAS,comm_s2,rural,2055,10.188504008912812,551.23704966643,1885.321956341767,0.3356886867194463 +SAS,comm_s2,urban,2055,6.600703276472216,243.20697877294,431.1054864822271,0.2685451460878911 +SAS,comm_s3,rural,2055,10.188504008912812,635.58080390541,2564.006951750056,0.3959478651412974 +SAS,comm_s3,urban,2055,6.600703276472216,473.41272043697,935.2981361918798,0.2993091100314977 +SAS,comm_s51_std,rural,2055,10.188504008912812,9381.43125666929,18525.37171671757,0.1938150107936434 +SAS,comm_s51_std,urban,2055,6.600703276472216,13019.95332742187,12468.002969506551,0.1450765634081986 +SAS,comm_sr11_std,rural,2055,10.188504008912812,95.16173517366,116.95184565695384,0.1206241613626156 +SAS,comm_sr11_std,urban,2055,6.600703276472216,13.47694602881,10.037069117157928,0.1128301629705682 +SAS,comm_sr21_std,rural,2055,10.188504008912812,123.75937744559002,180.1739075338097,0.1428905015851742 +SAS,comm_sr21_std,urban,2055,6.600703276472216,54.6029050504,41.199308054544666,0.114309931023391 +SAS,comm_sr31_std,rural,2055,10.188504008912812,142.69556927462995,233.19523552105616,0.1603979317267151 +SAS,comm_sr31_std,urban,2055,6.600703276472216,106.2868752951,84.05762288032182,0.1198139136662542 +WEU,comm_s1,rural,2055,61.722217899878,476.7522210796399,213626.65866624872,7.259742208920425 +WEU,comm_s1,urban,2055,44.27644767738066,999.08112450725,441551.1624061319,9.981768847562297 +WEU,comm_s2,rural,2055,61.722217899878,105.69700369751,34007.03300602953,5.212721750953662 +WEU,comm_s2,urban,2055,44.27644767738066,766.2846271558,206610.494795887,6.089610210657494 +WEU,comm_s3,rural,2055,61.722217899878,60.91590415458,8788.612192011777,2.3374809655015807 +WEU,comm_s3,urban,2055,44.27644767738066,686.00026903383,87329.86766218487,2.8751846825435834 +WEU,comm_s51_std,urban,2055,44.27644767738066,726.91823692909,62136.4918964743,1.930582635758204 +WEU,comm_s52_low,rural,2055,61.722217899878,242.96338140245,3052.457019793732,0.2035481741049936 +WEU,comm_s52_low,urban,2055,44.27644767738066,4847.76411694386,56386.724274447086,0.262701538247175 +WEU,comm_sr11_std,rural,2055,61.722217899878,371.49680006426,29980.12833341036,1.3074855169609525 +WEU,comm_sr11_std,urban,2055,44.27644767738066,608.31593881033,50893.89731303609,1.889573299260032 +WEU,comm_sr12_low,rural,2055,61.722217899878,41.27742222948,2428.4059367790405,0.953163042095395 +WEU,comm_sr12_low,urban,2055,44.27644767738066,67.59065986786,4122.432065850896,1.3775077511857687 +WEU,comm_sr21_std,rural,2055,61.722217899878,82.36164807184001,4772.50929321053,0.9388154561411014 +WEU,comm_sr21_std,urban,2055,44.27644767738066,466.57187382471,23814.258009495832,1.1527781330824198 +WEU,comm_sr22_low,rural,2055,61.722217899878,9.151294230369995,386.5757268297128,0.6844008476710695 +WEU,comm_sr22_low,urban,2055,44.27644767738066,51.8413193141,1928.967244126468,0.8403806374348173 +WEU,comm_sr31_std,rural,2055,61.722217899878,47.46713799341,1216.5285269167912,0.4152290473538114 +WEU,comm_sr31_std,urban,2055,44.27644767738066,417.68870159305,9901.87612416717,0.5354167962857741 +WEU,comm_sr32_low,rural,2055,61.722217899878,5.27412644339,98.53944132180952,0.302703912811057 +WEU,comm_sr32_low,urban,2055,44.27644767738066,46.40985573264,802.0570992186006,0.390321342546129 +AFR,comm_s1,rural,2060,2.9027293033996147,81.19631078261999,136.67358496161458,0.5798848355773631 +AFR,comm_s1,urban,2060,3.815563517376804,11.96772751319,40.85003701360528,0.8945859526944556 +AFR,comm_s2,rural,2060,2.9027293033996147,140.32582732624002,245.96180856917107,0.603842295117852 +AFR,comm_s2,urban,2060,3.815563517376804,70.21447694457,158.6007536755928,0.591997529283276 +AFR,comm_s3,rural,2060,2.9027293033996147,197.66638354895,264.7197521605638,0.4613674950956721 +AFR,comm_s3,urban,2060,3.815563517376804,190.43725676123,301.7632943156653,0.4152941444979492 +AFR,comm_s51_std,rural,2060,2.9027293033996147,4117.97567497648,3159.218793617169,0.2642952696292071 +AFR,comm_s51_std,urban,2060,3.815563517376804,6740.335414485581,4906.93798928671,0.1907964867460511 +AFR,comm_sr11_std,rural,2060,2.9027293033996147,20.77893386361,18.74706276640953,0.3108160489479598 +AFR,comm_sr11_std,urban,2060,3.815563517376804,3.06265908025,5.603264216621717,0.4794946413819885 +AFR,comm_sr21_std,rural,2060,2.9027293033996147,35.91075822594,33.73776625919389,0.3236571554150469 +AFR,comm_sr21_std,urban,2060,3.815563517376804,17.96857466342,21.75473984095285,0.3173084063448371 +AFR,comm_sr31_std,rural,2060,2.9027293033996147,50.58477006209,34.96539898141259,0.2381289356427816 +AFR,comm_sr31_std,urban,2060,3.815563517376804,48.73476547524,39.71065590590607,0.2135548762056523 +CHN,comm_s1,rural,2060,58.99575938093701,1352.8528382409002,282880.19686777075,3.544305860244596 +CHN,comm_s1,urban,2060,36.35754664146298,233.97523338909,27644.16074373364,3.249667675784035 +CHN,comm_s2,rural,2060,58.99575938093701,1306.13252413615,207127.03716384136,2.687996836320328 +CHN,comm_s2,urban,2060,36.35754664146298,747.53387939403,66713.52856903686,2.454643698430913 +CHN,comm_s3,rural,2060,58.99575938093701,180.30329583061,19621.847356714818,1.8446561827846664 +CHN,comm_s3,urban,2060,36.35754664146298,1413.32563273789,85609.57656447902,1.666040457546366 +CHN,comm_s51_std,rural,2060,58.99575938093701,1062.61503394773,78936.32310551686,1.259157745105859 +CHN,comm_s51_std,urban,2060,36.35754664146298,9567.72199416032,504453.2002261366,1.4501661512074846 +CHN,comm_s52_low,rural,2060,58.99575938093701,55.92710704992001,408.2051421294415,0.1237186921757282 +CHN,comm_s52_low,urban,2060,36.35754664146298,328.51493840486,1621.3592174022856,0.1357467848382401 +CHN,comm_sr11_std,rural,2060,58.99575938093701,328.89791929110004,41112.23532213175,2.118796119555596 +CHN,comm_sr11_std,urban,2060,36.35754664146298,34.77467543376,3107.1019542886665,2.4575244591970127 +CHN,comm_sr12_low,rural,2060,58.99575938093701,17.31041680477,424.4380569456659,0.4156100080440512 +CHN,comm_sr12_low,urban,2060,36.35754664146298,1.83024607544,32.077368348793094,0.4820528746160569 +CHN,comm_sr21_std,rural,2060,58.99575938093701,317.53954115613,30102.69219167892,1.6068921506014429 +CHN,comm_sr21_std,urban,2060,36.35754664146298,111.1025626733,7498.355146822564,1.8562965599267305 +CHN,comm_sr22_low,rural,2060,58.99575938093701,16.71260742915,310.7767817168668,0.3151980756778003 +CHN,comm_sr22_low,urban,2060,36.35754664146298,5.84750329848,77.4121685086952,0.3641197097865611 +CHN,comm_sr31_std,rural,2060,58.99575938093701,43.83431602005,2827.092046846219,1.0932133307423535 +CHN,comm_sr31_std,urban,2060,36.35754664146298,210.05616470027,9568.310306231397,1.2528678061813432 +CHN,comm_sr32_low,rural,2060,58.99575938093701,2.30706926427,29.18657781420811,0.2144379995058665 +CHN,comm_sr32_low,urban,2060,36.35754664146298,11.05558761584,98.7821509310155,0.2457548388946351 +EEU,comm_s1,rural,2060,60.33209632413561,116.90849851378,49302.41129677142,6.989943443858841 +EEU,comm_s1,urban,2060,52.81203399035736,130.20567941471,49414.26179027254,7.18603767112063 +EEU,comm_s2,rural,2060,60.33209632413561,19.15957261911,7498.960310508766,6.487342422374116 +EEU,comm_s2,urban,2060,52.81203399035736,176.6792730681,63787.22121738279,6.836206696904763 +EEU,comm_s3,rural,2060,60.33209632413561,6.4319507953000015,1790.3453432173226,4.613661014079523 +EEU,comm_s3,urban,2060,52.81203399035736,36.38212481143,8003.031040900581,4.165177827452915 +EEU,comm_s51_std,urban,2060,52.81203399035736,495.88794350131,77602.11717001654,2.9631738095173223 +EEU,comm_s52_low,rural,2060,60.33209632413561,130.49089764049998,2370.473570056212,0.3010970378921737 +EEU,comm_s52_low,urban,2060,52.81203399035736,602.86190823088,10974.64659275984,0.3446988273152989 +EEU,comm_sr11_std,rural,2060,60.33209632413561,107.01539264994,7767.430981931697,1.2030473974643003 +EEU,comm_sr11_std,urban,2060,52.81203399035736,44.82130283897,3292.5437593427723,1.390958540156113 +EEU,comm_sr12_low,rural,2060,60.33209632413561,11.89059918334,631.7355027961731,0.8806090184291404 +EEU,comm_sr12_low,urban,2060,52.81203399035736,4.98014475984,267.78696741675014,1.0181565890979516 +EEU,comm_sr21_std,rural,2060,60.33209632413561,17.53823898973,1181.4362648141323,1.116544143793291 +EEU,comm_sr21_std,urban,2060,52.81203399035736,60.81912278447,4250.234841848857,1.3232438406979314 +EEU,comm_sr22_low,rural,2060,60.33209632413561,1.94869322104,96.08778429514976,0.8172901953163595 +EEU,comm_sr22_low,urban,2060,52.81203399035736,6.75768030968,345.6772581738681,0.9685906491607218 +EEU,comm_sr31_std,rural,2060,60.33209632413561,5.88766213413,277.71876691064057,0.7818328834431014 +EEU,comm_sr31_std,urban,2060,52.81203399035736,12.52398698297,527.7336269074107,0.797883100063671 +EEU,comm_sr32_low,rural,2060,60.33209632413561,0.65418468166,22.587237052370003,0.5722875836197248 +EEU,comm_sr32_low,urban,2060,52.81203399035736,1.39155410931,42.9212784667362,0.5840360529641129 +FSU,comm_s1,rural,2060,69.02844645787476,158.9768943494,110869.68662266505,10.103008350539062 +FSU,comm_s1,urban,2060,67.39825092840175,312.06458234976003,205082.74229346515,9.750704799906874 +FSU,comm_s2,rural,2060,69.02844645787476,63.626620453620006,33712.80846122973,7.675876482714511 +FSU,comm_s2,urban,2060,67.39825092840175,442.6785440863701,270569.7505126806,9.068639585045206 +FSU,comm_s3,rural,2060,69.02844645787476,41.68526937912,13914.689759323126,4.835738593722185 +FSU,comm_s3,urban,2060,67.39825092840175,202.87199539290995,79564.84833051638,5.819028875023237 +FSU,comm_s51_std,rural,2060,69.02844645787476,389.44662269794,21319.17175984685,0.7930385283188973 +FSU,comm_s51_std,urban,2060,67.39825092840175,2827.41747847648,769069.1606687043,4.035773944339941 +FSU,comm_s52_low,rural,2060,69.02844645787476,20.49719066824,524.3804495149714,0.3706159032968594 +FSU,comm_s52_low,urban,2060,67.39825092840175,14.20812803251,470.0676370677605,0.4908794643410573 +FSU,comm_sr11_std,rural,2060,69.02844645787476,153.60850805907,18656.883181135137,1.75952613447691 +FSU,comm_sr11_std,urban,2060,67.39825092840175,15.74241633162,1931.349357821005,1.820290990531798 +FSU,comm_sr12_low,rural,2060,69.02844645787476,8.084658318899999,718.7632804615652,1.2879414272855223 +FSU,comm_sr12_low,urban,2060,67.39825092840175,0.82854822781,74.40594371840115,1.3324202071297695 +FSU,comm_sr21_std,rural,2060,69.02844645787476,61.47805491268001,5673.110011634182,1.3368201636342407 +FSU,comm_sr21_std,urban,2060,67.39825092840175,22.3313709283,2548.0677118424805,1.692960998385003 +FSU,comm_sr22_low,rural,2060,69.02844645787476,3.23568710081,218.55864792810272,0.97852827296183 +FSU,comm_sr22_low,urban,2060,67.39825092840175,1.17533531222,98.16524496356143,1.2392169470458505 +FSU,comm_sr31_std,rural,2060,69.02844645787476,40.27762690652,2307.2837190321343,0.8298680174920494 +FSU,comm_sr31_std,urban,2060,67.39825092840175,10.23408484711,748.3164251720226,1.0848948271662746 +FSU,comm_sr32_low,rural,2060,69.02844645787476,2.11987510035,88.88895314635111,0.6074484362716434 +FSU,comm_sr32_low,urban,2060,67.39825092840175,0.53863604457,28.82916526992036,0.7941234659709059 +LAM,comm_s1,rural,2060,10.563172113763954,149.02739646077998,2501.012088067515,1.588749110298611 +LAM,comm_s1,urban,2060,14.609616719653468,105.54330130696,3005.627336882972,1.9492414377063416 +LAM,comm_s2,rural,2060,10.563172113763954,159.09151510572002,2320.195290644504,1.3806486321509297 +LAM,comm_s2,urban,2060,14.609616719653468,602.35645260222,14016.832484200377,1.5927862344083286 +LAM,comm_s3,rural,2060,10.563172113763954,52.4315320381,761.2997252990749,1.3745760385221355 +LAM,comm_s3,urban,2060,14.609616719653468,745.16686998825,15791.016191323635,1.4504999507844265 +LAM,comm_s51_std,rural,2060,10.563172113763954,845.8249904736999,8572.902361244505,0.9595177405159389 +LAM,comm_s51_std,urban,2060,14.609616719653468,9544.33307838999,175082.60630403957,1.255621066441733 +LAM,comm_sr11_std,rural,2060,10.563172113763954,38.13757528007,416.245082777251,1.033241121303719 +LAM,comm_sr11_std,urban,2060,14.609616719653468,27.009568002180004,526.3560051900063,1.333899536599512 +LAM,comm_sr21_std,rural,2060,10.563172113763954,40.71308214374999,386.15162455365146,0.8979032193266906 +LAM,comm_sr21_std,urban,2060,14.609616719653468,154.14893571381998,2454.676886029148,1.089971092799609 +LAM,comm_sr31_std,rural,2060,10.563172113763954,13.41774430478,124.73562201737158,0.8800688095153391 +LAM,comm_sr31_std,urban,2060,14.609616719653468,190.69552495277,2718.230595733693,0.9756790333999082 +MEA,comm_s1,rural,2060,25.259569883521703,109.21508379078,10307.80954344897,3.736438264965475 +MEA,comm_s1,urban,2060,30.50732691016664,42.98206021506,5832.405383752977,4.447913348933769 +MEA,comm_s2,rural,2060,25.259569883521703,150.19672346341,12875.586859679594,3.393756065727953 +MEA,comm_s2,urban,2060,30.50732691016664,218.60201655347,25950.35650232419,3.8912130406592 +MEA,comm_s3,rural,2060,25.259569883521703,150.16315512771,10878.269165046033,2.867942663194862 +MEA,comm_s3,urban,2060,30.50732691016664,400.33826514588,41158.59122929209,3.369994892353197 +MEA,comm_s51_std,rural,2060,25.259569883521703,1624.4772220541204,94679.15687961465,2.3073570514393222 +MEA,comm_s51_std,urban,2060,30.50732691016664,6583.73984940776,538960.5465775853,2.683367510221025 +MEA,comm_sr11_std,rural,2060,25.259569883521703,27.949213223400005,1782.065201584389,2.5242249304666733 +MEA,comm_sr11_std,urban,2060,30.50732691016664,10.99953160334,1016.2156694762998,3.0283602669489333 +MEA,comm_sr21_std,rural,2060,25.259569883521703,38.43681755138,2225.995270435972,2.2927191783819305 +MEA,comm_sr21_std,urban,2060,30.50732691016664,55.94240428752,4521.489363564335,2.6493310544073343 +MEA,comm_sr31_std,rural,2060,25.259569883521703,38.42822708497,1848.2599088874333,1.904086805687644 +MEA,comm_sr31_std,urban,2060,30.50732691016664,102.45049626514,7034.977889903602,2.2508394301345462 +NAM,comm_s1,rural,2060,71.8563597027965,330.12299385973995,187150.0516848884,7.889490628089228 +NAM,comm_s1,urban,2060,52.50701000472655,749.9368321536899,335249.2146489604,8.513846131104527 +NAM,comm_s2,rural,2060,71.8563597027965,85.5276139199,38612.11476719023,6.2827824299055095 +NAM,comm_s2,urban,2060,52.50701000472655,822.90857802133,284133.50392774004,6.575875306480761 +NAM,comm_s3,rural,2060,71.8563597027965,6.41973705947,6159.524054011386,13.352565076778552 +NAM,comm_s3,urban,2060,52.50701000472655,990.55906605595,278684.2969713725,5.35814957284996 +NAM,comm_s51_std,urban,2060,52.50701000472655,5536.3982997607,607238.0250490885,2.088884100529324 +NAM,comm_s52_low,urban,2060,52.50701000472655,291.38938419796,3818.1352141906304,0.2495515607689749 +NAM,comm_sr11_std,rural,2060,71.8563597027965,318.97528738589,31761.96245787085,1.3857506116404943 +NAM,comm_sr11_std,urban,2060,52.50701000472655,724.61270801117,57544.72586433186,1.5124544045016757 +NAM,comm_sr12_low,rural,2060,71.8563597027965,16.788173020299997,1223.6412753594368,1.01434447925416 +NAM,comm_sr12_low,urban,2060,52.50701000472655,38.137510947980005,2216.931710078657,1.1070893726825153 +NAM,comm_sr21_std,rural,2060,71.8563597027965,82.63948812052,6553.012027544072,1.103540140353139 +NAM,comm_sr21_std,urban,2060,52.50701000472655,795.12031893845,48770.83637471646,1.1681807983826895 +NAM,comm_sr22_low,rural,2060,71.8563597027965,4.34944674308,252.4571964252047,0.8077714991865068 +NAM,comm_sr22_low,urban,2060,52.50701000472655,41.84843783901,1878.9143933089283,0.8550872961197483 +NAM,comm_sr31_std,rural,2060,71.8563597027965,6.20295317671,1026.817330122726,2.303718846512256 +NAM,comm_sr31_std,urban,2060,52.50701000472655,957.1095277965,46998.7054714219,0.9352053188529048 +NAM,comm_sr32_low,rural,2060,71.8563597027965,0.32647121974,39.55851495723644,1.686280687088776 +NAM,comm_sr32_low,urban,2060,52.50701000472655,50.37418567349,1810.6423990519863,0.6845534428627114 +PAO,comm_s1,rural,2060,56.03879439108132,147.49479764835002,63149.809461649165,7.64023221759082 +PAO,comm_s1,urban,2060,31.73535160122077,140.76957934906,31570.91942365628,7.067000184778883 +PAO,comm_s2,rural,2060,56.03879439108132,43.50845107193,13438.800665336094,5.511859090605975 +PAO,comm_s2,urban,2060,31.73535160122077,382.60032041315,64492.90896081962,5.311575054449647 +PAO,comm_s3,rural,2060,56.03879439108132,12.97824049084,2067.1238742154032,2.842247557865391 +PAO,comm_s3,urban,2060,31.73535160122077,231.90379242772,18091.78162182324,2.4582733426340475 +PAO,comm_s51_std,rural,2060,56.03879439108132,86.47890528829001,2626.8241877023515,0.5420408777152825 +PAO,comm_s51_std,urban,2060,31.73535160122077,1713.0010234158,32336.35851680796,0.5948263165934972 +PAO,comm_s52_low,rural,2060,56.03879439108132,4.55152133099,41.520050336271765,0.1627842959621533 +PAO,comm_s52_low,urban,2060,31.73535160122077,80.25460238508,299.03348012099514,0.1174103961615958 +PAO,comm_sr11_std,rural,2060,56.03879439108132,142.5141427373,10757.689021057422,1.3470143972018551 +PAO,comm_sr11_std,urban,2060,31.73535160122077,110.00427327833,4490.918306883041,1.2864185218037492 +PAO,comm_sr12_low,rural,2060,56.03879439108132,7.500744354639999,414.4439227026013,0.985990268237416 +PAO,comm_sr12_low,urban,2060,31.73535160122077,5.789698593610001,173.01427806499896,0.9416351792584934 +PAO,comm_sr21_std,rural,2060,56.03879439108132,42.03924277473,2289.325013115188,0.9717706659899644 +PAO,comm_sr21_std,urban,2060,31.73535160122077,298.98270917417,9174.024412449176,0.9668753857838296 +PAO,comm_sr22_low,rural,2060,56.03879439108132,2.21259172485,88.19708738678544,0.7113186181023933 +PAO,comm_sr22_low,urban,2060,31.73535160122077,15.73593206183,353.4326617005041,0.7077353612283372 +PAO,comm_sr31_std,rural,2060,56.03879439108132,12.539986814969998,348.0244904909112,0.4952493829366245 +PAO,comm_sr31_std,urban,2060,31.73535160122077,181.22102995846,2536.162368980836,0.4409863488061282 +PAO,comm_sr32_low,rural,2060,56.03879439108132,0.65999930603,13.40777138314994,0.3625136248406221 +PAO,comm_sr32_low,urban,2060,31.73535160122077,9.53794894501,97.70658723272264,0.3227940616227197 +PAS,comm_s1,rural,2060,3.661688901340806,158.65883977677998,830.273344657013,1.4291419837710992 +PAS,comm_s1,urban,2060,14.797168822525787,32.90164116151,355.2244001871937,0.7296365806170029 +PAS,comm_s2,rural,2060,3.661688901340806,168.41176312326002,308.4026900444184,0.5001085636426023 +PAS,comm_s2,urban,2060,14.797168822525787,132.46350818363,2113.856865116002,1.0784516896259109 +PAS,comm_s3,rural,2060,3.661688901340806,101.08316203561,10.247519990773537,0.0276858914416907 +PAS,comm_s3,urban,2060,14.797168822525787,197.99717086551,1626.9315975534191,0.5553051233718038 +PAS,comm_s51_std,rural,2060,3.661688901340806,2028.3033870719005,717.8831366907741,0.0966583533137371 +PAS,comm_s51_std,urban,2060,14.797168822525787,5607.3219373848,16393.189917755684,0.1975737988124854 +PAS,comm_sr11_std,rural,2060,3.661688901340806,40.60235627506,92.60964580893148,0.6229074740131141 +PAS,comm_sr11_std,urban,2060,14.797168822525787,8.419853305070001,39.62213901554925,0.3180202418832971 +PAS,comm_sr21_std,rural,2060,3.661688901340806,43.09822520355,34.39959150013531,0.2179778955683256 +PAS,comm_sr21_std,urban,2060,14.797168822525787,33.89871349293,235.782031095823,0.470055197772257 +PAS,comm_sr31_std,rural,2060,3.661688901340806,25.86817453198,1.108001808585798,0.0116975050981073 +PAS,comm_sr31_std,urban,2060,14.797168822525787,50.66942178745,172.51249220699617,0.2300890612145193 +RCPA,comm_s1,rural,2060,4.520642370111859,98.44134538223996,1720.0564179013882,3.86513796305871 +RCPA,comm_s1,urban,2060,3.220269358125083,15.05495599686,670.556988192599,13.831331896670582 +RCPA,comm_s2,rural,2060,4.520642370111859,135.87440853957,1814.268997240116,2.953682850876092 +RCPA,comm_s2,urban,2060,3.220269358125083,41.5055097695,1416.162041171096,10.595342438453784 +RCPA,comm_s3,rural,2060,4.520642370111859,87.91632373116,831.5293888138992,2.092222809206981 +RCPA,comm_s3,urban,2060,3.220269358125083,77.7428801169,1850.1824336944337,7.39029420620324 +RCPA,comm_s51_std,rural,2060,4.520642370111859,396.75513090035,2530.108714714354,1.4106409257284689 +RCPA,comm_s51_std,urban,2060,3.220269358125083,949.376599001,19796.512120296746,6.475271131889764 +RCPA,comm_s52_low,rural,2060,4.520642370111859,20.88184899476,14.110640192558009,0.1494781161511426 +RCPA,comm_s52_low,urban,2060,3.220269358125083,32.59756033196,72.17088037504178,0.6875190015947412 +RCPA,comm_sr11_std,rural,2060,4.520642370111859,23.93250230424,249.98343824137828,2.3105904628323413 +RCPA,comm_sr11_std,urban,2060,3.220269358125083,2.2375496794,75.36813821821788,10.459788452462828 +RCPA,comm_sr12_low,rural,2060,4.520642370111859,1.25960538449,2.5808006839285884,0.453231207156649 +RCPA,comm_sr12_low,urban,2060,3.220269358125083,0.11776577261,0.7780921193954832,2.0517277457729475 +RCPA,comm_sr21_std,rural,2060,4.520642370111859,33.033016592930004,263.6757708032864,1.7657200054925166 +RCPA,comm_sr21_std,urban,2060,3.220269358125083,6.16877525905,159.17140282926005,8.012607993515918 +RCPA,comm_sr22_low,rural,2060,4.520642370111859,1.7385798205600005,2.7221587700453087,0.346352770668434 +RCPA,comm_sr22_low,urban,2060,3.220269358125083,0.32467238224,1.643267524786624,1.5717038802078351 +RCPA,comm_sr31_std,rural,2060,4.520642370111859,21.37371865555,117.86178206714148,1.2198116131657444 +RCPA,comm_sr31_std,urban,2060,3.220269358125083,11.55457090131,206.6983857923596,5.555089540559832 +RCPA,comm_sr32_low,rural,2060,4.520642370111859,1.12493256076,1.2167916768442422,0.2392707394458202 +RCPA,comm_sr32_low,urban,2060,3.220269358125083,0.6081353106599999,2.1339307090259023,1.0896521818030789 +SAS,comm_s1,rural,2060,10.188504008912812,406.88881025323,1152.5796366831264,0.2780255926010719 +SAS,comm_s1,urban,2060,6.600703276472216,57.62419659043002,98.91696374878968,0.2600612727234549 +SAS,comm_s2,rural,2060,10.188504008912812,514.85435473917,1727.475590539586,0.3293192429246179 +SAS,comm_s2,urban,2060,6.600703276472216,226.86153869773,394.4557413359655,0.263419061449152 +SAS,comm_s3,rural,2060,10.188504008912812,581.8546859881101,2299.808889476544,0.3879419919096745 +SAS,comm_s3,urban,2060,6.600703276472216,433.19194944518,838.267822010091,0.2931650595712505 +SAS,comm_s51_std,rural,2060,10.188504008912812,10203.08198050126,20664.563591679624,0.198785380374242 +SAS,comm_s51_std,urban,2060,6.600703276472216,15538.64288623698,15073.336801413085,0.1469623565478596 +SAS,comm_sr11_std,rural,2060,10.188504008912812,104.12684513214,128.56006110100074,0.1211805555809069 +SAS,comm_sr11_std,urban,2060,6.600703276472216,14.746598193390003,11.033312143833047,0.1133506063806534 +SAS,comm_sr21_std,rural,2060,10.188504008912812,131.756288968,192.68461840829315,0.1435374652001043 +SAS,comm_sr21_std,urban,2060,6.600703276472216,58.05609717206,43.99804802569606,0.1148141360614303 +SAS,comm_sr31_std,rural,2060,10.188504008912812,148.90233216151,244.4680249675375,0.1611425171657144 +SAS,comm_sr31_std,urban,2060,6.600703276472216,110.85807693789,88.07837058579652,0.1203681874948803 +WEU,comm_s1,rural,2060,61.722217899878,416.10985215338,185098.680217188,7.206988019773659 +WEU,comm_s1,urban,2060,44.27644767738066,906.14112890948,397210.1873955125,9.900377750015435 +WEU,comm_s2,rural,2060,61.722217899878,91.12367275989,29059.27895563204,5.166686312479505 +WEU,comm_s2,urban,2060,44.27644767738066,685.6827226167101,183710.6603756144,6.051156453783261 +WEU,comm_s3,rural,2060,61.722217899878,50.87386828775,7286.8588991201,2.3206202378309264 +WEU,comm_s3,urban,2060,44.27644767738066,599.0651535409401,75582.59207252158,2.8495412853233626 +WEU,comm_s51_std,urban,2060,44.27644767738066,775.75610419777,66468.19945291973,1.935155830798432 +WEU,comm_s52_low,rural,2060,61.722217899878,232.24908693914,2832.154338525052,0.1975701719694055 +WEU,comm_s52_low,urban,2060,44.27644767738066,5173.460252308031,58246.02092033409,0.2542801009539366 +WEU,comm_sr11_std,rural,2060,61.722217899878,380.89753764546,29596.75979569376,1.258909408499713 +WEU,comm_sr11_std,urban,2060,44.27644767738066,636.8416941701499,51231.21586715274,1.816897402906549 +WEU,comm_sr12_low,rural,2060,61.722217899878,42.32194862737,2407.1438773272616,0.9214990039863694 +WEU,comm_sr12_low,urban,2060,44.27644767738066,70.76018824115,4166.702992266393,1.329936162058749 +WEU,comm_sr21_std,rural,2060,61.722217899878,83.41254694126,4646.497198579108,0.902511561241516 +WEU,comm_sr21_std,urban,2060,44.27644767738066,481.90213731961,23694.559700271744,1.1104960561161457 +WEU,comm_sr22_low,rural,2060,61.722217899878,9.268060771259998,377.9058031928666,0.6606222013675457 +WEU,comm_sr22_low,urban,2060,44.27644767738066,53.54468192475,1927.1100857675856,0.8128631041484417 +WEU,comm_sr31_std,rural,2060,61.722217899878,46.56878721162,1149.7538855320436,0.400007776733244 +WEU,comm_sr31_std,urban,2060,44.27644767738066,421.02676407423,9598.2039117583,0.5148817494550415 +WEU,comm_sr32_low,rural,2060,61.722217899878,5.17430968997,93.51101421043572,0.2927984852230926 +WEU,comm_sr32_low,urban,2060,44.27644767738066,46.78075156376,780.6347025543056,0.3768841634631377 +AFR,comm_s1,rural,2070,2.9027293033996147,75.38300433849,123.20570155945184,0.5630550096485398 +AFR,comm_s1,urban,2070,3.815563517376804,11.11088972332,36.82465394020692,0.8686226493999505 +AFR,comm_s2,rural,2070,2.9027293033996147,124.04567871758002,211.2259930594729,0.5866231311901724 +AFR,comm_s2,urban,2070,3.815563517376804,61.73970948774,135.68429789537282,0.575978566332512 +AFR,comm_s3,rural,2070,2.9027293033996147,165.80823367149,215.14881051835692,0.4470193464847068 +AFR,comm_s3,urban,2070,3.815563517376804,159.48903829345,244.9082903503932,0.4024518792745099 +AFR,comm_s51_std,rural,2070,2.9027293033996147,6467.6280421818,4955.950094675748,0.2639826303492349 +AFR,comm_s51_std,urban,2070,3.815563517376804,11998.860773068198,8479.73526805538,0.1852181714538469 +AFR,comm_sr11_std,rural,2070,2.9027293033996147,24.27410719243,21.99054811399955,0.3120945980487789 +AFR,comm_sr11_std,urban,2070,3.815563517376804,3.57782142702,6.572701701770375,0.4814670538134128 +AFR,comm_sr21_std,rural,2070,2.9027293033996147,39.943991730730005,37.700977343955344,0.3251581234374165 +AFR,comm_sr21_std,urban,2070,3.815563517376804,19.88082511802,24.21780845647412,0.3192579695783003 +AFR,comm_sr31_std,rural,2070,2.9027293033996147,53.39196643675,37.08126427802566,0.2392610913677877 +AFR,comm_sr31_std,urban,2070,3.815563517376804,51.35712015667001,42.06436871337405,0.2146619277653431 +CHN,comm_s1,rural,2070,58.99575938093701,1099.8342435637603,225083.8346972195,3.468935880532399 +CHN,comm_s1,urban,2070,36.35754664146298,226.8230899986,26765.79769497035,3.245625139809125 +CHN,comm_s2,rural,2070,58.99575938093701,1060.7411192164002,164635.70698272617,2.63083634424916 +CHN,comm_s2,urban,2070,36.35754664146298,723.30363503927,64470.80413745096,2.4515901599014804 +CHN,comm_s3,rural,2070,58.99575938093701,144.18972896770003,15345.798520914072,1.8039910176627725 +CHN,comm_s3,urban,2070,36.35754664146298,1315.69631754731,79539.67797021962,1.6627754327538062 +CHN,comm_s51_std,rural,2070,58.99575938093701,782.44705921389,58363.14890814203,1.2643373199936911 +CHN,comm_s51_std,urban,2070,36.35754664146298,8946.988649193541,473665.808535513,1.4561314436494988 +CHN,comm_s52_low,rural,2070,58.99575938093701,41.18142416918002,280.2564461891813,0.1153542110659856 +CHN,comm_s52_low,urban,2070,36.35754664146298,307.20159164246,1413.6624306414287,0.1265690979622785 +CHN,comm_sr11_std,rural,2070,58.99575938093701,336.45010342545,42229.25763721868,2.1275118370393136 +CHN,comm_sr11_std,urban,2070,36.35754664146298,41.56895611995,3729.4462619924,2.467633543644227 +CHN,comm_sr12_low,rural,2070,58.99575938093701,17.7079001803,404.8293495154866,0.3875110845896691 +CHN,comm_sr12_low,urban,2070,36.35754664146298,2.18783979575,35.75221040030654,0.4494618239529064 +CHN,comm_sr21_std,rural,2070,58.99575938093701,324.49113251055,30888.240800589272,1.6135021391161026 +CHN,comm_sr21_std,urban,2070,36.35754664146298,132.55695029311,8983.121005220202,1.863932479318514 +CHN,comm_sr22_low,rural,2070,58.99575938093701,17.078480658380002,296.1090753338296,0.2938878896158342 +CHN,comm_sr22_low,urban,2070,36.35754664146298,6.97668159424,86.11638556624631,0.3395019872711065 +CHN,comm_sr31_std,rural,2070,58.99575938093701,44.109055076340006,2856.513526776604,1.097710289395826 +CHN,comm_sr31_std,urban,2070,36.35754664146298,241.1223764367,11028.59404979771,1.2580215072584164 +CHN,comm_sr32_low,rural,2070,58.99575938093701,2.3215292146199995,27.383870278114745,0.1999400884383053 +CHN,comm_sr32_low,urban,2070,36.35754664146298,12.69065139149,105.7252437094024,0.2291396316753747 +EEU,comm_s1,rural,2070,60.33209632413561,89.57568108162,37044.41286794954,6.854632584859192 +EEU,comm_s1,urban,2070,52.81203399035736,114.60370457711,43004.38610824396,7.105280079674023 +EEU,comm_s2,rural,2070,60.33209632413561,15.522114849769997,5956.73542073924,6.360759896233551 +EEU,comm_s2,urban,2070,52.81203399035736,162.38226036314,57972.87295822889,6.760103521245167 +EEU,comm_s3,rural,2070,60.33209632413561,4.55713734666,1243.9465363222523,4.524401956609027 +EEU,comm_s3,urban,2070,52.81203399035736,28.82751999213,6252.4989004505,4.106893566505453 +EEU,comm_s51_std,urban,2070,52.81203399035736,494.67622112791,77363.13694104877,2.9612845629516844 +EEU,comm_s52_low,rural,2070,60.33209632413561,104.68483465377,1776.311218462458,0.2812463348133063 +EEU,comm_s52_low,urban,2070,52.81203399035736,601.3887906206601,10232.840910524848,0.3221869897288478 +EEU,comm_sr11_std,rural,2070,60.33209632413561,110.69207923832,7448.134487464498,1.1152764937392228 +EEU,comm_sr11_std,urban,2070,52.81203399035736,47.97493944651999,3272.478721381636,1.291604358740616 +EEU,comm_sr12_low,rural,2070,60.33209632413561,12.29911991534,610.21701095412,0.8223597742354866 +EEU,comm_sr12_low,urban,2070,52.81203399035736,5.330548827350001,268.11038215339283,0.9523768095349469 +EEU,comm_sr21_std,rural,2070,60.33209632413561,19.1812682436,1197.6587853805074,1.0349214063241696 +EEU,comm_sr21_std,urban,2070,52.81203399035736,67.97580529238,4411.526598608898,1.2288578459497468 +EEU,comm_sr22_low,rural,2070,60.33209632413561,2.13125202709,98.12279374945618,0.7631091830520144 +EEU,comm_sr22_low,urban,2070,52.81203399035736,7.552867255030001,361.4312522642039,0.9061100690489609 +EEU,comm_sr31_std,rural,2070,60.33209632413561,5.63142810837,246.6476338747204,0.7259554894541882 +EEU,comm_sr31_std,urban,2070,52.81203399035736,12.06765986424,471.8066884611228,0.7403006630772605 +EEU,comm_sr32_low,rural,2070,60.33209632413561,0.62571423434,20.207554277712863,0.535290213479307 +EEU,comm_sr32_low,urban,2070,52.81203399035736,1.34085109601,38.654574195813325,0.5458677642243533 +FSU,comm_s1,rural,2070,69.02844645787476,126.38015815666,86192.72592098152,9.880151909508 +FSU,comm_s1,urban,2070,67.39825092840175,309.33203016691,198561.2157439823,9.524033299277454 +FSU,comm_s2,rural,2070,69.02844645787476,51.20509194926,26476.242070679124,7.490573908128854 +FSU,comm_s2,urban,2070,67.39825092840175,425.81153570356,254242.4963617321,8.85894683126097 +FSU,comm_s3,rural,2070,69.02844645787476,30.09797886527,9779.989710904283,4.707311798446209 +FSU,comm_s3,urban,2070,67.39825092840175,169.96340149911,65137.710016206205,5.6862826844899255 +FSU,comm_s51_std,rural,2070,69.02844645787476,324.59367557432,16222.253577015104,0.7240074460129279 +FSU,comm_s51_std,urban,2070,67.39825092840175,2958.03430841316,786375.5922229433,3.944374952414608 +FSU,comm_s52_low,rural,2070,69.02844645787476,17.08387766174,401.0298286090672,0.3400651476424077 +FSU,comm_s52_low,urban,2070,67.39825092840175,14.864494012099998,460.8161283420672,0.4599693719436042 +FSU,comm_sr11_std,rural,2070,69.02844645787476,164.84903784781,18491.834346098247,1.625045323562914 +FSU,comm_sr11_std,urban,2070,67.39825092840175,18.047269000440004,2055.967541954168,1.6902702055268757 +FSU,comm_sr12_low,rural,2070,69.02844645787476,8.6762651499,717.638455974307,1.1982426895115177 +FSU,comm_sr12_low,urban,2070,67.39825092840175,0.94985626298,79.78880539940727,1.2463368792435452 +FSU,comm_sr21_std,rural,2070,69.02844645787476,66.79141934812,5680.227388602088,1.2320177069782463 +FSU,comm_sr21_std,urban,2070,67.39825092840175,24.84299903938,2632.5096688391577,1.572234515641457 +FSU,comm_sr22_low,rural,2070,69.02844645787476,3.51533786061,220.4405218283937,0.9084400227392736 +FSU,comm_sr22_low,urban,2070,67.39825092840175,1.30752626545,102.1634814078655,1.159302135925968 +FSU,comm_sr31_std,rural,2070,69.02844645787476,39.25950821266,2070.604583945227,0.764054286786142 +FSU,comm_sr31_std,urban,2070,67.39825092840175,9.91612548324,673.7747472782738,1.0081475284435144 +FSU,comm_sr32_low,rural,2070,69.02844645787476,2.06628990584,80.35684554890179,0.5633827255412505 +FSU,comm_sr32_low,urban,2070,67.39825092840175,0.52190134118,26.14811815293303,0.7433672086433933 +LAM,comm_s1,rural,2070,10.563172113763954,136.1583094504,2238.716278392319,1.5565409490852962 +LAM,comm_s1,urban,2070,14.609616719653468,97.86040566828,2757.835702850538,1.928957039680604 +LAM,comm_s2,rural,2070,10.563172113763954,140.14012227868,1999.5184502781533,1.3507300681132135 +LAM,comm_s2,urban,2070,14.609616719653468,531.87650402195,12253.983849817949,1.5769854111560442 +LAM,comm_s3,rural,2070,10.563172113763954,43.48048982635,618.6786053196245,1.3470270399212272 +LAM,comm_s3,urban,2070,14.609616719653468,625.83109301451,13102.184190411164,1.4330051186883634 +LAM,comm_s51_std,rural,2070,10.563172113763954,768.91657886545,7663.32185074388,0.943503432975786 +LAM,comm_s51_std,urban,2070,14.609616719653468,10143.07638654075,188090.5468579365,1.2692829623741868 +LAM,comm_sr11_std,rural,2070,10.563172113763954,43.84438412547,477.7671377756112,1.031591949494584 +LAM,comm_sr11_std,urban,2070,14.609616719653468,31.51206293702,616.6256631463489,1.33938656359464 +LAM,comm_sr21_std,rural,2070,10.563172113763954,45.12656904609,426.7196411561072,0.8951915239269245 +LAM,comm_sr21_std,urban,2070,14.609616719653468,171.26973626406,2739.873484791734,1.0949922819704825 +LAM,comm_sr31_std,rural,2070,10.563172113763954,14.00116750566,130.1614669948265,0.8800833953299584 +LAM,comm_sr31_std,urban,2070,14.609616719653468,201.52408582774,2884.087836750532,0.9795862957077772 +MEA,comm_s1,rural,2070,25.259569883521703,101.39575377089,9459.72138997681,3.69345342079099 +MEA,comm_s1,urban,2070,30.50732691016664,39.9047296661,5356.1251809147125,4.399691137481386 +MEA,comm_s2,rural,2070,25.259569883521703,132.74478716445,11246.227705367675,3.3540029932143165 +MEA,comm_s2,urban,2070,30.50732691016664,192.31241584713,22579.792800238512,3.8486504892717615 +MEA,comm_s3,rural,2070,25.259569883521703,126.07348926581,9014.432457780464,2.8306662389159856 +MEA,comm_s3,urban,2070,30.50732691016664,335.45095504610003,34066.07578820404,3.3288093275999766 +MEA,comm_s51_std,rural,2070,25.259569883521703,1656.3611224574995,97510.38187589652,2.3306114606260286 +MEA,comm_s51_std,urban,2070,30.50732691016664,7624.74967048424,628254.4348114533,2.700883285287364 +MEA,comm_sr11_std,rural,2070,25.259569883521703,32.65048159749,2090.385627115953,2.5346083888560944 +MEA,comm_sr11_std,urban,2070,30.50732691016664,12.84973574484,1192.0341790171487,3.040817497850781 +MEA,comm_sr21_std,rural,2070,25.259569883521703,42.74519463862,2485.163334632915,2.301662740589457 +MEA,comm_sr21_std,urban,2070,30.50732691016664,61.926587268640006,5025.253119427816,2.659969389969272 +MEA,comm_sr31_std,rural,2070,25.259569883521703,40.59696770477,1960.7254176822744,1.9120411356592475 +MEA,comm_sr31_std,urban,2070,30.50732691016664,108.01867757973,7450.371797922149,2.2608665790317124 +NAM,comm_s1,rural,2070,71.8563597027965,245.18166954134,137175.26318480435,7.786146884518556 +NAM,comm_s1,urban,2070,52.50701000472655,578.7243437914399,254805.60572522733,8.385325755485807 +NAM,comm_s2,rural,2070,71.8563597027965,58.08852891016,25960.18127067629,6.219452148834159 +NAM,comm_s2,urban,2070,52.50701000472655,606.30622679025,206113.00436310525,6.474348562904887 +NAM,comm_s3,rural,2070,71.8563597027965,4.67554976802,4408.432415234102,13.121584792999489 +NAM,comm_s3,urban,2070,52.50701000472655,737.4987014355801,204254.13964534475,5.274633867917435 +NAM,comm_s51_std,urban,2070,52.50701000472655,6674.906486403211,678309.2507536797,1.935375620490776 +NAM,comm_s52_low,urban,2070,52.50701000472655,351.31086770549,4294.155887588935,0.2327924726334302 +NAM,comm_sr11_std,rural,2070,71.8563597027965,319.8125632326,29659.41563937173,1.290630304291332 +NAM,comm_sr11_std,urban,2070,52.50701000472655,754.88235372269,55666.53243365634,1.4044219470633523 +NAM,comm_sr12_low,rural,2070,71.8563597027965,16.832240170109998,1151.034388801559,0.9516585811786084 +NAM,comm_sr12_low,urban,2070,52.50701000472655,39.7306501959,2160.3289126014347,1.0355639357575297 +NAM,comm_sr21_std,rural,2070,71.8563597027965,75.77010695722998,5612.993104607571,1.0309352672695205 +NAM,comm_sr21_std,urban,2070,52.50701000472655,790.8598911835801,45028.82191200403,1.0843606414140583 +NAM,comm_sr22_low,rural,2070,71.8563597027965,3.98790036613,217.83126702179143,0.7601699654305415 +NAM,comm_sr22_low,urban,2070,52.50701000472655,41.62420479928,1747.4964152442158,0.7995636752520499 +NAM,comm_sr31_std,rural,2070,71.8563597027965,6.09874122571,937.454525457116,2.13916750037136 +NAM,comm_sr31_std,urban,2070,52.50701000472655,961.98606742502,43891.701594096034,0.8689531212746813 +NAM,comm_sr32_low,rural,2070,71.8563597027965,0.32098638023,36.38110775902774,1.577335586673557 +NAM,comm_sr32_low,urban,2070,52.50701000472655,50.63084565387001,1703.3665980495273,0.6407308830054489 +PAO,comm_s1,rural,2070,56.03879439108132,104.6451585211,43843.19394039209,7.476429820259782 +PAO,comm_s1,urban,2070,31.73535160122077,117.17512566372,25861.175361092413,6.954557735949401 +PAO,comm_s2,rural,2070,56.03879439108132,30.34882294541,9139.21853706632,5.373761987770412 +PAO,comm_s2,urban,2070,31.73535160122077,310.02983991401,51422.94324529541,5.226489954056081 +PAO,comm_s3,rural,2070,56.03879439108132,8.971480137279999,1380.6481002868763,2.7461870594629803 +PAO,comm_s3,urban,2070,31.73535160122077,185.8039672548,14240.129238669286,2.4149916517115795 +PAO,comm_s51_std,rural,2070,56.03879439108132,71.4971301391,1975.4542201711563,0.4930484257629985 +PAO,comm_s51_std,urban,2070,31.73535160122077,1801.46567766984,31220.24548365504,0.546093499799599 +PAO,comm_s52_low,rural,2070,56.03879439108132,3.7630068495,31.38734448813654,0.1488438111996051 +PAO,comm_s52_low,urban,2070,31.73535160122077,84.39919748759,281.514225292972,0.1051038715560545 +PAO,comm_sr11_std,rural,2070,56.03879439108132,136.49811765741,9512.162652876495,1.2435516328969032 +PAO,comm_sr11_std,urban,2070,31.73535160122077,119.57699212561,4533.02944598965,1.1945314845541646 +PAO,comm_sr12_low,rural,2070,56.03879439108132,7.18411145567,369.1517883737551,0.9169446731972012 +PAO,comm_sr12_low,urban,2070,31.73535160122077,6.293525901350001,175.919608168128,0.8807991986394295 +PAO,comm_sr21_std,rural,2070,56.03879439108132,39.58670676908,1982.833033630383,0.8938157189106193 +PAO,comm_sr21_std,urban,2070,31.73535160122077,316.38485997855,9013.57779280035,0.8977144256864348 +PAO,comm_sr22_low,rural,2070,56.03879439108132,2.08351088255,76.95057234188808,0.6590635567820664 +PAO,comm_sr22_low,urban,2070,31.73535160122077,16.65183473575,349.802508988121,0.66193830550744 +PAO,comm_sr31_std,rural,2070,56.03879439108132,11.70231063393,296.3340542644013,0.4518779577539703 +PAO,comm_sr31_std,urban,2070,31.73535160122077,189.61259399954,2463.8903796642617,0.4094594397772623 +PAO,comm_sr32_low,rural,2070,56.03879439108132,0.61591108602,11.50024973954488,0.3331965277992073 +PAO,comm_sr32_low,urban,2070,31.73535160122077,9.97961021038,95.6196370036872,0.3019188285056461 +PAS,comm_s1,rural,2070,3.661688901340806,149.26005524264997,657.9817714334116,1.2038955813919292 +PAS,comm_s1,urban,2070,14.797168822525787,31.215711446110003,323.005053985816,0.6992902152081282 +PAS,comm_s2,rural,2070,3.661688901340806,156.48282964747,243.3121938371017,0.4246349536998814 +PAS,comm_s2,urban,2070,14.797168822525787,122.60203810275,1876.5226961863625,1.034373779244999 +PAS,comm_s3,rural,2070,3.661688901340806,86.89951372352999,7.823873072468441,0.0245879887835183 +PAS,comm_s3,urban,2070,14.797168822525787,169.33068519289003,1332.933144812003,0.5319784904901491 +PAS,comm_s51_std,rural,2070,3.661688901340806,1930.18935608416,526.3659957092996,0.0744743060460222 +PAS,comm_s51_std,urban,2070,14.797168822525787,6218.839294124461,16629.25753850817,0.1807111279047051 +PAS,comm_sr11_std,rural,2070,3.661688901340806,48.063281800990005,96.75286054203345,0.5497546973256816 +PAS,comm_sr11_std,urban,2070,14.797168822525787,10.05178199495,47.49624427118671,0.3193284256028802 +PAS,comm_sr21_std,rural,2070,3.661688901340806,50.38908987484,35.7778160124199,0.1939080631640801 +PAS,comm_sr21_std,urban,2070,14.797168822525787,39.47912451944,275.9330829640837,0.47234316058068 +PAS,comm_sr31_std,rural,2070,3.661688901340806,27.98254234647,1.1169158760279567,0.0109006363283814 +PAS,comm_sr31_std,urban,2070,14.797168822525787,54.52623226468,187.04575816735303,0.231826856178618 +RCPA,comm_s1,rural,2070,4.520642370111859,89.55990389973996,1531.594683173353,3.7829454601071895 +RCPA,comm_s1,urban,2070,3.220269358125083,14.594756844730002,649.2507714466235,13.81412593516982 +RCPA,comm_s2,rural,2070,4.520642370111859,123.43628402685,1613.139521360522,2.890872521999934 +RCPA,comm_s2,urban,2070,3.220269358125083,40.17283787961,1368.9863485740027,10.58216199755184 +RCPA,comm_s3,rural,2070,4.520642370111859,77.21240731762002,713.0683245711613,2.0428849112070164 +RCPA,comm_s3,urban,2070,3.220269358125083,72.12829433125,1713.1050916533386,7.375409596418064 +RCPA,comm_s51_std,rural,2070,4.520642370111859,309.33258486750003,1980.7292618043512,1.4164436302267114 +RCPA,comm_s51_std,urban,2070,3.220269358125083,995.18017999531,20836.97600934086,6.501907311415497 +RCPA,comm_s52_low,rural,2070,4.520642370111859,16.280662361450002,10.257652199642656,0.1393720694642091 +RCPA,comm_s52_low,urban,2070,3.220269358125083,34.17026077184,70.53803078206144,0.6410366180426816 +RCPA,comm_sr11_std,rural,2070,4.520642370111859,27.39725472834,287.3511843327433,2.3200951308353903 +RCPA,comm_sr11_std,urban,2070,3.220269358125083,2.67472243175,90.46417706672288,10.50281503753769 +RCPA,comm_sr12_low,rural,2070,4.520642370111859,1.44196077523,2.7546824118537523,0.4225887568254357 +RCPA,comm_sr12_low,urban,2070,3.220269358125083,0.1407748648199999,0.8672317758883598,1.91301274628456 +RCPA,comm_sr21_std,rural,2070,4.520642370111859,37.76037231992,302.6502749518651,1.772983336187871 +RCPA,comm_sr21_std,urban,2070,3.220269358125083,7.36231454679,190.74944369596133,8.045568044464833 +RCPA,comm_sr22_low,rural,2070,4.520642370111859,1.98738801672,2.901346624444086,0.3229362509470179 +RCPA,comm_sr22_low,urban,2070,3.220269358125083,0.38749023948,1.828613093238921,1.4654427544414017 +RCPA,comm_sr31_std,rural,2070,4.520642370111859,23.62003418219,130.78449292650745,1.2248293368323362 +RCPA,comm_sr31_std,urban,2070,3.220269358125083,13.21866262409,237.43984370716376,5.577940531339984 +RCPA,comm_sr32_low,rural,2070,4.520642370111859,1.2431596937399998,1.253761115072794,0.2230939146974132 +RCPA,comm_sr32_low,urban,2070,3.220269358125083,0.6957190855700001,2.276209033247398,1.0159820275508034 +SAS,comm_s1,rural,2070,10.188504008912812,377.75732238249,1025.554959569873,0.2664622109811616 +SAS,comm_s1,urban,2070,6.600703276472216,53.49855208578002,88.01542169287855,0.2492450463697668 +SAS,comm_s2,rural,2070,10.188504008912812,454.6147173303299,1461.6343624934807,0.3155620965444484 +SAS,comm_s2,urban,2070,6.600703276472216,199.79642901664,332.8092077867774,0.2523581885690479 +SAS,comm_s3,rural,2070,10.188504008912812,488.81923050918,1846.2292356631983,0.3707036995089457 +SAS,comm_s3,urban,2070,6.600703276472216,362.93292207279006,670.7085191131733,0.2799737066456139 +SAS,comm_s51_std,rural,2070,10.188504008912812,10777.59919293159,22972.098648832834,0.2092031518428223 +SAS,comm_s51_std,urban,2070,6.600703276472216,19780.68444132305,19639.24114871961,0.150415703017191 +SAS,comm_sr11_std,rural,2070,10.188504008912812,121.64176549843,150.80262142523318,0.1216790346368396 +SAS,comm_sr11_std,urban,2070,6.600703276472216,17.227087184520002,12.94221844692105,0.1138168767587458 +SAS,comm_sr21_std,rural,2070,10.188504008912812,146.3906417188,214.92587147835968,0.1441003252772666 +SAS,comm_sr21_std,urban,2070,6.600703276472216,64.33651692698,48.937895040558445,0.1152384822429582 +SAS,comm_sr31_std,rural,2070,10.188504008912812,157.40484878893997,259.4915865592691,0.1618060493197634 +SAS,comm_sr31_std,urban,2070,6.600703276472216,116.86815524815,93.23916031669692,0.120868172224492 +WEU,comm_s1,rural,2070,61.722217899878,312.11232496495995,137014.9429901213,7.112388844465828 +WEU,comm_s1,urban,2070,44.27644767738066,741.05947299442,319798.1710480412,9.746532661076692 +WEU,comm_s2,rural,2070,61.722217899878,68.61561704686,21518.01959655231,5.080866711699925 +WEU,comm_s2,urban,2070,44.27644767738066,561.88293453828,148736.5609271765,5.978594849917693 +WEU,comm_s3,rural,2070,61.722217899878,34.616609447159995,4898.056895772772,2.292438924026895 +WEU,comm_s3,urban,2070,44.27644767738066,447.55659124911,55502.06563079295,2.8008407682119785 +WEU,comm_s51_std,urban,2070,44.27644767738066,852.40273837309,73454.50868171013,1.946259977710032 +WEU,comm_s52_low,rural,2070,61.722217899878,204.5238570804,2361.228580452509,0.18704776939621 +WEU,comm_s52_low,urban,2070,44.27644767738066,5684.61100346918,60238.65336024113,0.239332530836097 +WEU,comm_sr11_std,rural,2070,61.722217899878,385.68908200443,27924.28419032271,1.1730139600504024 +WEU,comm_sr11_std,urban,2070,44.27644767738066,675.41766048144,50453.45398194236,1.687119017016109 +WEU,comm_sr12_low,rural,2070,61.722217899878,42.854342445030014,2287.804182429752,0.8649330464479291 +WEU,comm_sr12_low,urban,2070,44.27644767738066,75.04640672022,4133.592906119772,1.2440133202193 +WEU,comm_sr21_std,rural,2070,61.722217899878,84.79093016554,4385.4727179016745,0.8379642497528209 +WEU,comm_sr21_std,urban,2070,44.27644767738066,512.11228105233,23465.654001659062,1.034891218967584 +WEU,comm_sr22_low,rural,2070,61.722217899878,9.42121446276,359.29668804970817,0.6178809426230132 +WEU,comm_sr22_low,urban,2070,44.27644767738066,56.90136456167,1922.5137877312736,0.7630869241506941 +WEU,comm_sr31_std,rural,2070,61.722217899878,42.777062140800005,986.0890257495504,0.3734768158538129 +WEU,comm_sr31_std,urban,2070,44.27644767738066,407.91277462976,8637.322234175617,0.4782324549612413 +WEU,comm_sr32_low,rural,2070,61.722217899878,4.753006904419999,80.78912898453368,0.2753866970974336 +WEU,comm_sr32_low,urban,2070,44.27644767738066,45.3236416255,707.6457823529242,0.3526292680836989 +AFR,comm_s1,rural,2080,2.9027293033996147,70.57952292940999,111.86111598164317,0.5460015706999954 +AFR,comm_s1,urban,2080,3.815563517376804,10.40289257337,33.433898214572146,0.8423143792215224 +AFR,comm_s2,rural,2080,2.9027293033996147,111.68917764653,184.5132577242595,0.5691279916723272 +AFR,comm_s2,urban,2080,3.815563517376804,55.33197674484,118.1279958465356,0.5595230243758573 +AFR,comm_s3,rural,2080,2.9027293033996147,141.18045110925,177.3205182892776,0.4326910275332322 +AFR,comm_s3,urban,2080,3.815563517376804,135.46813399869,201.43496169170035,0.389707724373202 +AFR,comm_s51_std,rural,2080,2.9027293033996147,8482.73390540724,6460.836664776725,0.262389457016094 +AFR,comm_s51_std,urban,2080,3.815563517376804,17887.66181157548,12235.571301884484,0.1792718041587225 +AFR,comm_sr11_std,rural,2080,2.9027293033996147,27.63822382719,25.04921079051142,0.31223197815611 +AFR,comm_sr11_std,urban,2080,3.815563517376804,4.07366699958,7.486897986217296,0.4816789895377616 +AFR,comm_sr21_std,rural,2080,2.9027293033996147,43.73634678631,41.3183030200794,0.3254568634916696 +AFR,comm_sr21_std,urban,2080,3.815563517376804,21.667439713440004,26.452561663137818,0.3199642457073789 +AFR,comm_sr31_std,rural,2080,2.9027293033996147,55.28482973291,38.44822746896345,0.2395873087978468 +AFR,comm_sr31_std,urban,2080,3.815563517376804,53.04794441127,43.536402805995664,0.2150925137858429 +CHN,comm_s1,rural,2080,58.99575938093701,874.6632156530403,174901.60223261188,3.3894726184851955 +CHN,comm_s1,urban,2080,36.35754664146298,220.02875634866,25852.77174999038,3.231715326629479 +CHN,comm_s2,rural,2080,58.99575938093701,843.3952339723902,127903.26426719314,2.570571512315184 +CHN,comm_s2,urban,2080,36.35754664146298,701.35826392219,62246.809638834704,2.44108335161403 +CHN,comm_s3,rural,2080,58.99575938093701,114.13676966327,11861.23828331654,1.7615040991491664 +CHN,comm_s3,urban,2080,36.35754664146298,1258.90156674464,75735.46680217082,1.6546759802516238 +CHN,comm_s51_std,rural,2080,58.99575938093701,611.2924085075499,45616.70209447695,1.2648938652420112 +CHN,comm_s51_std,urban,2080,36.35754664146298,8117.987698557081,429966.5476114748,1.4567724142465 +CHN,comm_s52_low,rural,2080,58.99575938093701,32.173284658320014,204.4455000266321,0.1077113226260838 +CHN,comm_s52_low,urban,2080,36.35754664146298,278.73721983041,1197.6919329843242,0.1181831579377596 +CHN,comm_sr11_std,rural,2080,58.99575938093701,325.38376413117,40858.25254576144,2.128448340760104 +CHN,comm_sr11_std,urban,2080,36.35754664146298,48.02355159817,4310.430422637963,2.4687197646391086 +CHN,comm_sr12_low,rural,2080,58.99575938093701,17.125461270069998,365.57383855988417,0.3618362179216608 +CHN,comm_sr12_low,urban,2080,36.35754664146298,2.52755534725,38.56700904175886,0.4196823599607985 +CHN,comm_sr21_std,rural,2080,58.99575938093701,313.75175149581,29879.108059286325,1.6142123822891925 +CHN,comm_sr21_std,urban,2080,36.35754664146298,153.07869450856,10378.405246883438,1.8647529587628169 +CHN,comm_sr22_low,rural,2080,58.99575938093701,16.51325007861,267.339387892406,0.2744161049844615 +CHN,comm_sr22_low,urban,2080,36.35754664146298,8.056773395119999,92.85941535904256,0.31700800296567 +CHN,comm_sr31_std,rural,2080,58.99575938093701,42.46005899668,2750.9345186170585,1.0981934875394994 +CHN,comm_sr31_std,urban,2080,36.35754664146298,274.7682864309,12573.042107135394,1.258575272373325 +CHN,comm_sr32_low,rural,2080,58.99575938093701,2.23473994724,24.613624642947205,0.1866928928982439 +CHN,comm_sr32_low,urban,2080,36.35754664146298,14.461488759570004,112.49563990699158,0.2139577963047253 +EEU,comm_s1,rural,2080,60.33209632413561,67.68765009796,27500.967635145047,6.734263757656887 +EEU,comm_s1,urban,2080,52.81203399035736,101.51814818133,37737.41523868138,7.038750470236683 +EEU,comm_s2,rural,2080,60.33209632413561,12.55669308654,4735.060804357615,6.250314424790292 +EEU,comm_s2,urban,2080,52.81203399035736,152.43585423156,53914.96635306691,6.697139041330764 +EEU,comm_s3,rural,2080,60.33209632413561,3.3496996935800003,898.259919198109,4.444754030223502 +EEU,comm_s3,urban,2080,52.81203399035736,24.07456637401,5158.9049317521885,4.057571273585618 +EEU,comm_s51_std,urban,2080,52.81203399035736,478.05074022563,74769.32083655953,2.9615327978017447 +EEU,comm_s52_low,rural,2080,60.33209632413561,83.02810923442,1321.6878528203863,0.2638489284729075 +EEU,comm_s52_low,urban,2080,52.81203399035736,581.17682686281,9289.377502213832,0.3026533103961628 +EEU,comm_sr11_std,rural,2080,60.33209632413561,109.15533981482,6845.989809994439,1.0395439294047433 +EEU,comm_sr11_std,urban,2080,52.81203399035736,49.663353507550006,3161.805965765572,1.2054974015103013 +EEU,comm_sr12_low,rural,2080,60.33209632413561,12.12837109047,564.478051680887,0.7714293672307675 +EEU,comm_sr12_low,urban,2080,52.81203399035736,5.51815038974,260.70299852872085,0.8945808554509833 +EEU,comm_sr21_std,rural,2080,60.33209632413561,20.24933793447,1178.7286340775397,0.9648384219769416 +EEU,comm_sr21_std,urban,2080,52.81203399035736,74.57263407153,4517.232067473925,1.1469910385406157 +EEU,comm_sr22_low,rural,2080,60.33209632413561,2.24992643713,97.1906855339679,0.7159915730952222 +EEU,comm_sr22_low,urban,2080,52.81203399035736,8.285848230480001,372.4630663043077,0.8511641942610787 +EEU,comm_sr31_std,rural,2080,60.33209632413561,5.40183634381,220.8345711559848,0.6776059704633366 +EEU,comm_sr31_std,urban,2080,52.81203399035736,11.77743804228,429.3360766573353,0.6902615160594789 +EEU,comm_sr32_low,rural,2080,60.33209632413561,0.60020403832,18.208655279394595,0.5028408422629057 +EEU,comm_sr32_low,urban,2080,52.81203399035736,1.30860422684,35.40040209986044,0.5122323256148165 +FSU,comm_s1,rural,2080,69.02844645787476,98.46232446699,65647.63938029879,9.658750113366636 +FSU,comm_s1,urban,2080,67.39825092840175,307.19375671619,192708.474247404,9.307644809106678 +FSU,comm_s2,rural,2080,69.02844645787476,41.35752554762,20838.122081132275,7.29921123391552 +FSU,comm_s2,urban,2080,67.39825092840175,417.27873865318,243501.29993345204,8.658175824391213 +FSU,comm_s3,rural,2080,69.02844645787476,22.6523825206,7164.211601308263,4.581697567644378 +FSU,comm_s3,urban,2080,67.39825092840175,149.50753573131,56026.37231389676,5.5600768398565314 +FSU,comm_s51_std,rural,2080,69.02844645787476,261.71887536878,12047.377513437998,0.6668518720833496 +FSU,comm_s51_std,urban,2080,67.39825092840175,2985.98710510713,776686.1395024414,3.859304100104504 +FSU,comm_s52_low,rural,2080,69.02844645787476,13.774677650909998,299.1897882914432,0.3146568731634958 +FSU,comm_s52_low,urban,2080,67.39825092840175,15.00496032713,437.9048862722861,0.4330083921706354 +FSU,comm_sr11_std,rural,2080,69.02844645787476,167.60490687028,17421.661897123944,1.5058258654418777 +FSU,comm_sr11_std,urban,2080,67.39825092840175,20.01477063124,2128.1006113435096,1.577585525182897 +FSU,comm_sr12_low,rural,2080,69.02844645787476,8.821310887920001,680.4391625020692,1.1174499332661187 +FSU,comm_sr12_low,urban,2080,67.39825092840175,1.05340898037,83.11738604372613,1.1707016596879798 +FSU,comm_sr21_std,rural,2080,69.02844645787476,70.39976209471001,5530.049837161009,1.13796722601608 +FSU,comm_sr21_std,urban,2080,67.39825092840175,27.1872004584,2689.011302041,1.4675047377934372 +FSU,comm_sr22_low,rural,2080,69.02844645787476,3.7052506366999993,215.9875735212096,0.8444677634603844 +FSU,comm_sr22_low,urban,2080,67.39825092840175,1.43090528749,105.02491722238634,1.0890124210152148 +FSU,comm_sr31_std,rural,2080,69.02844645787476,38.55942344752,1878.761087989004,0.7058508235898143 +FSU,comm_sr31_std,urban,2080,67.39825092840175,9.74095003538,618.2226942930715,0.9416619055572152 +FSU,comm_sr32_low,rural,2080,69.02844645787476,2.02944333927,73.3789134903444,0.5238009080724881 +FSU,comm_sr32_low,urban,2080,67.39825092840175,0.5126815808,24.145970397033405,0.6987926412477504 +LAM,comm_s1,rural,2080,10.563172113763954,122.72462202422996,1966.0464459568864,1.5165883448660908 +LAM,comm_s1,urban,2080,14.609616719653468,91.53064541585,2546.512758646176,1.9043225460998248 +LAM,comm_s2,rural,2080,10.563172113763954,122.98257958496,1706.1358444659952,1.3133354071256338 +LAM,comm_s2,urban,2080,14.609616719653468,478.2471499018301,10882.412054168037,1.557521151204091 +LAM,comm_s3,rural,2080,10.563172113763954,35.99555276132,498.2032328465183,1.3102776649262855 +LAM,comm_s3,urban,2080,14.609616719653468,533.1443460846199,11000.71619147366,1.4123337259913735 +LAM,comm_s51_std,rural,2080,10.563172113763954,671.06522370586,6554.835162861022,0.924703891873854 +LAM,comm_s51_std,urban,2080,14.609616719653468,10260.63276702803,191873.70468499456,1.2799779678193262 +LAM,comm_sr11_std,rural,2080,10.563172113763954,48.05771464366,519.1445456536203,1.0226589535364763 +LAM,comm_sr11_std,urban,2080,14.609616719653468,35.84247045127,701.6714807546119,1.339976144665778 +LAM,comm_sr21_std,rural,2080,10.563172113763954,48.15872820287001,450.51383179173575,0.8856023572309827 +LAM,comm_sr21_std,urban,2080,14.609616719653468,187.27672312256,2998.5627028128133,1.0959494187166436 +LAM,comm_sr31_std,rural,2080,10.563172113763954,14.09549261179,129.85820351180743,0.8721572112958367 +LAM,comm_sr31_std,urban,2080,14.609616719653468,208.77390718674,2988.576755806367,0.979826932630293 +MEA,comm_s1,rural,2080,25.259569883521703,94.93471361382,8734.839840214294,3.642536820269037 +MEA,comm_s1,urban,2080,30.50732691016664,37.3619598632,4948.767751841401,4.341734546562648 +MEA,comm_s2,rural,2080,25.259569883521703,119.50333275529002,9982.978402456192,3.307152054556948 +MEA,comm_s2,urban,2080,30.50732691016664,172.43269368324002,19977.223378295264,3.797618699900363 +MEA,comm_s3,rural,2080,25.259569883521703,107.49658287305002,7569.446794804442,2.7876839233920894 +MEA,comm_s3,urban,2080,30.50732691016664,285.14777654142,28543.258790731845,3.281175119574061 +MEA,comm_s51_std,rural,2080,25.259569883521703,1594.8860111740396,94523.08681200126,2.346293274852378 +MEA,comm_s51_std,urban,2080,30.50732691016664,8301.13473304742,685952.76016417,2.7086481180883264 +MEA,comm_sr11_std,rural,2080,25.259569883521703,37.17546895966,2381.1371108424364,2.5357240912719288 +MEA,comm_sr11_std,urban,2080,30.50732691016664,14.63056374516,1357.834068651266,3.0421560271567456 +MEA,comm_sr21_std,rural,2080,25.259569883521703,46.79629050651,2721.3825079266435,2.3022485569732427 +MEA,comm_sr21_std,urban,2080,30.50732691016664,67.52289028547,5481.314917325592,2.6609062560102625 +MEA,comm_sr31_std,rural,2080,25.259569883521703,42.0945692865,2034.101422144534,1.913024720518084 +MEA,comm_sr31_std,urban,2080,30.50732691016664,111.66097112609,7708.759797206746,2.2629708351693427 +NAM,comm_s1,rural,2080,71.8563597027965,177.77223755162996,98327.79804421189,7.697455080033148 +NAM,comm_s1,urban,2080,52.50701000472655,442.0269217047299,191934.71306822245,8.26965741742736 +NAM,comm_s2,rural,2080,71.8563597027965,40.36013898161,17884.21280703118,6.1666878302066905 +NAM,comm_s2,urban,2080,52.50701000472655,467.8744676086799,156825.48994571596,6.383663980957168 +NAM,comm_s3,rural,2080,71.8563597027965,3.22151301958,2988.9716307669405,12.91209433837126 +NAM,comm_s3,urban,2080,52.50701000472655,526.72413406136,143772.62303013584,5.198471773011022 +NAM,comm_s51_std,urban,2080,52.50701000472655,7620.68303356028,721211.7915328145,1.8024018812082845 +NAM,comm_s52_low,urban,2080,52.50701000472655,401.08858071375,4592.702500631088,0.2180774340614836 +NAM,comm_sr11_std,rural,2080,71.8563597027965,302.60812427776,26280.44899614961,1.2086122324776676 +NAM,comm_sr11_std,urban,2080,52.50701000472655,752.4287228397699,51786.5570066069,1.3107938172803195 +NAM,comm_sr12_low,rural,2080,71.8563597027965,15.926743382999998,1026.4374782649406,0.8968923230154398 +NAM,comm_sr12_low,urban,2080,52.50701000472655,39.60151172840001,2022.631462273637,0.9727196864216804 +NAM,comm_sr21_std,rural,2080,71.8563597027965,68.70198699763,4779.982384068653,0.9682595439704896 +NAM,comm_sr21_std,urban,2080,52.50701000472655,796.42702927349,42313.618236860784,1.0118517437258947 +NAM,comm_sr22_low,rural,2080,71.8563597027965,3.61589405251,186.6921324507936,0.7185303345485426 +NAM,comm_sr22_low,urban,2080,52.50701000472655,41.91721206716,1652.6461783782895,0.7508794273222048 +NAM,comm_sr31_std,rural,2080,71.8563597027965,5.48373596242,786.7256609073337,1.996556333711469 +NAM,comm_sr31_std,urban,2080,52.50701000472655,896.60232899895,38201.65076793647,0.8114560062211531 +NAM,comm_sr32_low,rural,2080,71.8563597027965,0.2886176821599999,30.72720345753298,1.4816133744464433 +NAM,comm_sr32_low,urban,2080,52.50701000472655,47.18959626307001,1492.0447548575537,0.6021688701222887 +PAO,comm_s1,rural,2080,56.03879439108132,73.77469106873001,30281.14111301499,7.324467463247698 +PAO,comm_s1,urban,2080,31.73535160122077,98.95458762718,21525.170591075537,6.854367007404621 +PAO,comm_s2,rural,2080,56.03879439108132,21.01790404243,6179.968687632963,5.246964022476488 +PAO,comm_s2,urban,2080,31.73535160122077,254.59258452952,41614.74968280378,5.150604731478966 +PAO,comm_s3,rural,2080,56.03879439108132,6.107221910029999,909.2449392845468,2.6567360476318003 +PAO,comm_s3,urban,2080,31.73535160122077,149.4106736844,11269.290151178498,2.376684985586281 +PAO,comm_s51_std,rural,2080,56.03879439108132,57.64012600365001,1455.872140568582,0.4507228031101061 +PAO,comm_s51_std,urban,2080,31.73535160122077,1832.14914455894,29312.603202649232,0.5041389478456945 +PAO,comm_s52_low,rural,2080,56.03879439108132,3.03369084232,23.229468207253472,0.1366404122537174 +PAO,comm_s52_low,urban,2080,31.73535160122077,85.83672694687,257.6062351634577,0.0945670642933879 +PAO,comm_sr11_std,rural,2080,56.03879439108132,125.58103104812,8118.760946251287,1.153657586060662 +PAO,comm_sr11_std,urban,2080,31.73535160122077,126.90810525935,4490.214128998944,1.1148960522683715 +PAO,comm_sr12_low,rural,2080,56.03879439108132,6.6095279499,317.09505852032134,0.8561113354042613 +PAO,comm_sr12_low,urban,2080,31.73535160122077,6.6793739610200005,175.37463184592744,0.8273470045793051 +PAO,comm_sr21_std,rural,2080,56.03879439108132,35.77717536853,1656.9285894217476,0.8264354888198465 +PAO,comm_sr21_std,urban,2080,31.73535160122077,326.51202223626,8680.959633282662,0.8377708511559837 +PAO,comm_sr22_low,rural,2080,56.03879439108132,1.88300922991,64.71478486233275,0.6132849109274774 +PAO,comm_sr22_low,urban,2080,31.73535160122077,17.18484327558,339.0528950361914,0.6216967069030345 +PAO,comm_sr31_std,rural,2080,56.03879439108132,10.3958581621,241.390679722261,0.414353840745162 +PAO,comm_sr31_std,urban,2080,31.73535160122077,191.61744753301,2324.1499332283465,0.3821956821458785 +PAO,comm_sr32_low,rural,2080,56.03879439108132,0.54715042957,9.42801397937864,0.3074855348328536 +PAO,comm_sr32_low,urban,2080,31.73535160122077,10.085128817409998,90.77449920669272,0.2836214660046932 +PAS,comm_s1,rural,2080,3.661688901340806,140.20962142286,486.9114498517299,0.9483982126768358 +PAS,comm_s1,urban,2080,14.797168822525787,29.641064691990003,293.6767853000558,0.6695718542281661 +PAS,comm_s2,rural,2080,3.661688901340806,146.72217024096,180.0392568508594,0.3351120354720822 +PAS,comm_s2,urban,2080,14.797168822525787,114.96341251534,1685.5529900968536,0.9908413786035744 +PAS,comm_s3,rural,2080,3.661688901340806,77.59073626771,5.950101282989502,0.0209427178491661 +PAS,comm_s3,urban,2080,14.797168822525787,150.57517203492,1133.988343971972,0.5089517286465098 +PAS,comm_s51_std,rural,2080,3.661688901340806,1732.67639422563,370.16450082340407,0.0583439548879714 +PAS,comm_s51_std,urban,2080,14.797168822525787,6480.506330173351,15929.910908341042,0.1661214751604069 +PAS,comm_sr11_std,rural,2080,3.661688901340806,54.90466269514,90.9730839557218,0.4525038158873507 +PAS,comm_sr11_std,urban,2080,14.797168822525787,11.6071396693,54.86969520323189,0.3194689899166998 +PAS,comm_sr21_std,rural,2080,3.661688901340806,57.45491062039,33.63799810731359,0.1598900891752113 +PAS,comm_sr21_std,urban,2080,14.797168822525787,45.01850388283,314.923696548778,0.472754480936751 +PAS,comm_sr31_std,rural,2080,3.661688901340806,30.383743710480005,1.0805369283398285,0.0097121836525416 +PAS,comm_sr31_std,urban,2080,14.797168822525787,58.9637069623,202.89450319498928,0.2325449289488783 +RCPA,comm_s1,rural,2080,4.520642370111859,76.57693126526996,1279.5699931982797,3.696289148941685 +RCPA,comm_s1,urban,2080,3.220269358125083,14.15758068445,627.1037461111263,13.754922575540675 +RCPA,comm_s2,rural,2080,4.520642370111859,105.51075564279,1347.291851221808,2.8246510152618898 +RCPA,comm_s2,urban,2080,3.220269358125083,38.95665308278,1321.8524563665342,10.536809903196538 +RCPA,comm_s3,rural,2080,4.520642370111859,65.24973136717001,587.6525632565133,1.9922404589500424 +RCPA,comm_s3,urban,2080,3.220269358125083,68.92039890662,1628.8669962979704,7.339147933667924 +RCPA,comm_s51_std,rural,2080,4.520642370111859,244.65756432562003,1567.289498188315,1.4170671306903024 +RCPA,comm_s51_std,urban,2080,3.220269358125083,1006.40504463983,21081.276649942138,6.50476936837726 +RCPA,comm_s52_low,rural,2080,4.520642370111859,12.87671391186,7.575457258966313,0.1301378579943145 +RCPA,comm_s52_low,urban,2080,3.220269358125083,34.55567495083,66.60737581275885,0.5985642079399238 +RCPA,comm_sr11_std,rural,2080,4.520642370111859,28.48741057678,298.91660949537345,2.321116407171492 +RCPA,comm_sr11_std,urban,2080,3.220269358125083,3.09003840129,104.55695392842308,10.507438243685854 +RCPA,comm_sr12_low,rural,2080,4.520642370111859,1.4993373988299998,2.674517038655213,0.3945897901390816 +RCPA,comm_sr12_low,urban,2080,3.220269358125083,0.16263360006,0.935509590828317,1.786264507332572 +RCPA,comm_sr21_std,rural,2080,4.520642370111859,39.25109254957,314.73691499521664,1.7737637809373532 +RCPA,comm_sr21_std,urban,2080,3.220269358125083,8.50269242291,220.39234699116807,8.049109601307814 +RCPA,comm_sr22_low,rural,2080,4.520642370111859,2.06584697619,2.816067136040517,0.3015398429749425 +RCPA,comm_sr22_low,urban,2080,3.220269358125083,0.44751012766,1.9719315303280969,1.3683486350033227 +RCPA,comm_sr31_std,rural,2080,4.520642370111859,24.27357504099,134.46232128271492,1.2253684911092455 +RCPA,comm_sr31_std,urban,2080,3.220269358125083,15.04258983214,270.32102275995385,5.580395869779216 +RCPA,comm_sr32_low,rural,2080,4.520642370111859,1.27755658106,1.2030839270809883,0.208312643463763 +RCPA,comm_sr32_low,urban,2080,3.220269358125083,0.7917152543700001,2.418661787783001,0.948667299843548 +SAS,comm_s1,rural,2080,10.188504008912812,353.68624308393,919.3988451218584,0.2551381283610081 +SAS,comm_s1,urban,2080,6.600703276472216,50.08957014602001,78.9048663842857,0.2386526569667006 +SAS,comm_s2,rural,2080,10.188504008912812,408.94309496671,1258.6893550613015,0.3020961977257266 +SAS,comm_s2,urban,2080,6.600703276472216,179.31328581567,285.88913169647213,0.2415432839706753 +SAS,comm_s3,rural,2080,10.188504008912812,417.16772053558,1503.9957845892902,0.3538551347471895 +SAS,comm_s3,urban,2080,6.600703276472216,308.41831216402,543.7711406635223,0.2671073190696599 +SAS,comm_s51_std,rural,2080,10.188504008912812,10215.36810452529,23011.79852940501,0.2210986656698446 +SAS,comm_s51_std,urban,2080,6.600703276472216,22561.75660738331,22936.81307354871,0.1540174594136583 +SAS,comm_sr11_std,rural,2080,10.188504008912812,138.49993801729002,171.777739777687,0.1217325962027645 +SAS,comm_sr11_std,urban,2080,6.600703276472216,19.61456657176,14.742350043045708,0.1138669774994166 +SAS,comm_sr21_std,rural,2080,10.188504008912812,160.13795959811,235.16976733744548,0.1441374313159258 +SAS,comm_sr21_std,urban,2080,6.600703276472216,70.21726023193,53.41467321993952,0.1152461658425913 +SAS,comm_sr31_std,rural,2080,10.188504008912812,163.35863937773,269.41055772355406,0.1618684033025593 +SAS,comm_sr31_std,urban,2080,6.600703276472216,120.77347636026,96.4019547222399,0.1209272182262857 +WEU,comm_s1,rural,2080,61.722217899878,232.35865915219,100841.23108794403,7.031334416935231 +WEU,comm_s1,urban,2080,44.27644767738066,608.24342828904,258810.88675607025,9.61019821969002 +WEU,comm_s2,rural,2080,61.722217899878,52.99470594887,16370.297006602092,5.004751849547229 +WEU,comm_s2,urban,2080,44.27644767738066,477.86140554526,125055.09417206212,5.910533204835197 +WEU,comm_s3,rural,2080,61.722217899878,23.71830257838,3324.2613155505987,2.2707536826256347 +WEU,comm_s3,urban,2080,44.27644767738066,337.39071533132,41187.60855828036,2.757151812662764 +WEU,comm_s51_std,urban,2080,44.27644767738066,904.77717852436,78470.51369297296,1.958808987526932 +WEU,comm_s52_low,rural,2080,61.722217899878,172.81133945441,1899.681068942196,0.1781012366462205 +WEU,comm_s52_low,urban,2080,44.27644767738066,6033.892282588679,60480.608327719005,0.2263840514589363 +WEU,comm_sr11_std,rural,2080,61.722217899878,374.7092469898901,25416.23764069725,1.0989434083809977 +WEU,comm_sr11_std,urban,2080,44.27644767738066,691.42288287642,48205.769064979606,1.5746444159072153 +WEU,comm_sr12_low,rural,2080,61.722217899878,41.63436077677,2095.666032636616,0.8155087958950777 +WEU,comm_sr12_low,urban,2080,44.27644767738066,76.82476476413,3974.750088288188,1.1685191082493953 +WEU,comm_sr21_std,rural,2080,61.722217899878,85.46101287047,4126.004358306983,0.7822041634672228 +WEU,comm_sr21_std,urban,2080,44.27644767738066,543.21065427236,23292.594317111823,0.9684491301081352 +WEU,comm_sr22_low,rural,2080,61.722217899878,9.495668096650002,340.20484488356766,0.580461532982222 +WEU,comm_sr22_low,urban,2080,44.27644767738066,60.3567393638,1920.563515823483,0.7186710234160387 +WEU,comm_sr31_std,rural,2080,61.722217899878,38.24891799443,828.5953290258857,0.3509795422438713 +WEU,comm_sr31_std,urban,2080,44.27644767738066,383.53009699788,7581.17866628585,0.4464414516315242 +WEU,comm_sr32_low,rural,2080,61.722217899878,4.249879777159999,68.32085497203424,0.2604564545250435 +WEU,comm_sr32_low,urban,2080,44.27644767738066,42.61445522206,625.0971856268598,0.3312972514186221 +AFR,comm_s1,rural,2090,2.9027293033996147,66.46346520222998,102.33352468120842,0.5304304109002311 +AFR,comm_s1,urban,2090,3.815563517376804,9.79621652082,30.586219510699827,0.8182928149902637 +AFR,comm_s2,rural,2090,2.9027293033996147,102.14788085512,164.0037691690577,0.553118176907785 +AFR,comm_s2,urban,2090,3.815563517376804,50.41587082816,104.71261651812732,0.5443435120293895 +AFR,comm_s3,rural,2090,2.9027293033996147,122.54645753346,149.2865790900457,0.4196753560043814 +AFR,comm_s3,urban,2090,3.815563517376804,117.26220067518,169.201622818905,0.3781706291312351 +AFR,comm_s51_std,rural,2090,2.9027293033996147,9264.80764198655,7010.669917650545,0.2606853202114895 +AFR,comm_s51_std,urban,2090,3.815563517376804,22163.80060694269,14718.904195972586,0.1740494104125465 +AFR,comm_sr11_std,rural,2090,2.9027293033996147,30.894306016740003,28.000279195987307,0.3122319781571683 +AFR,comm_sr11_std,urban,2090,3.815563517376804,4.55358910476,8.368935679281229,0.4816789895350335 +AFR,comm_sr21_std,rural,2090,2.9027293033996147,47.48154313785,44.87435901561999,0.3255868799756894 +AFR,comm_sr21_std,urban,2090,3.815563517376804,23.43488015169,28.65124119338852,0.3204217708137047 +AFR,comm_sr31_std,rural,2090,2.9027293033996147,56.96344222766001,39.65613436614098,0.2398322682792276 +AFR,comm_sr31_std,urban,2090,3.815563517376804,54.507153679880005,44.81224589474471,0.2154688623554193 +CHN,comm_s1,rural,2090,58.99575938093701,690.6686545325302,135139.15613522305,3.31658139923188 +CHN,comm_s1,urban,2090,36.35754664146298,213.57415617949,24989.64490670082,3.218228050747941 +CHN,comm_s2,rural,2090,58.99575938093701,665.95494100827,98822.05078573886,2.5152909088692885 +CHN,comm_s2,urban,2090,36.35754664146298,680.73778251142,60164.56102687484,2.4308957078137428 +CHN,comm_s3,rural,2090,58.99575938093701,90.02943760538001,9149.385356423149,1.72260850398335 +CHN,comm_s3,urban,2090,36.35754664146298,1217.3318071526703,72892.18803670777,1.6469387472415855 +CHN,comm_s51_std,rural,2090,58.99575938093701,495.3165481926901,36962.19208175014,1.2648938652420756 +CHN,comm_s51_std,urban,2090,36.35754664146298,7220.043031667451,382407.2037561716,1.45677241424644 +CHN,comm_s52_low,rural,2090,58.99575938093701,26.06929201014001,155.30400931889494,0.1009793649632453 +CHN,comm_s52_low,urban,2090,36.35754664146298,247.90561361165,998.6373335419192,0.1107967105681976 +CHN,comm_sr11_std,rural,2090,58.99575938093701,304.99225806572,38297.70283045336,2.128448340759871 +CHN,comm_sr11_std,urban,2090,36.35754664146298,54.15542029557,4860.806071690501,2.4687197646365338 +CHN,comm_sr12_low,rural,2090,58.99575938093701,16.05222410871,321.24717834422813,0.3392214543053495 +CHN,comm_sr12_low,urban,2090,36.35754664146298,2.85028527873,40.7732088237538,0.3934522124744004 +CHN,comm_sr21_std,rural,2090,58.99575938093701,294.07893335714004,28005.63243345506,1.6142123822904306 +CHN,comm_sr21_std,urban,2090,36.35754664146298,172.61283566499,11702.777875774698,1.8647529587651996 +CHN,comm_sr22_low,rural,2090,58.99575938093701,15.47783859769,234.9156667960765,0.2572650984309488 +CHN,comm_sr22_low,urban,2090,36.35754664146298,9.08488608758,98.16474862347933,0.2971950027880654 +CHN,comm_sr31_std,rural,2090,58.99575938093701,39.7560846109,2575.747374478997,1.0981934875368544 +CHN,comm_sr31_std,urban,2090,36.35754664146298,308.67552907446,14124.593761922437,1.258575272373496 +CHN,comm_sr32_low,rural,2090,58.99575938093701,2.09242550591,21.605775677007973,0.1750245870937558 +CHN,comm_sr32_low,urban,2090,36.35754664146298,16.24608047762,118.47932267604666,0.2005854340377483 +EEU,comm_s1,rural,2090,60.33209632413561,50.73204165287,20289.86413776055,6.629005553802345 +EEU,comm_s1,urban,2090,52.81203399035736,90.62770775525,33429.149231743395,6.984437482199162 +EEU,comm_s2,rural,2090,60.33209632413561,10.111329549389998,3755.2502647702663,6.155767444271207 +EEU,comm_s2,urban,2090,52.81203399035736,144.92035400254,50862.28611018566,6.645590799220147 +EEU,comm_s3,rural,2090,60.33209632413561,2.5467059935200007,672.0581058496567,4.374008245974417 +EEU,comm_s3,urban,2090,52.81203399035736,21.23992439801,4506.385513543574,4.017376006300811 +EEU,comm_s51_std,urban,2090,52.81203399035736,457.10263962139,71571.08812184975,2.964769926435231 +EEU,comm_s52_low,rural,2090,60.33209632413561,67.4713281365,1012.0105176392382,0.2486092888290595 +EEU,comm_s52_low,urban,2090,52.81203399035736,555.70975901093,8384.495838012024,0.2856906556284018 +EEU,comm_sr11_std,rural,2090,60.33209632413561,104.30704862320005,6128.321835076115,0.9738217983457822 +EEU,comm_sr11_std,urban,2090,52.81203399035736,50.33775691124001,3004.4453467698927,1.1301538139318663 +EEU,comm_sr12_low,rural,2090,60.33209632413561,11.58967206919,508.15272261660834,0.7267326852981617 +EEU,comm_sr12_low,urban,2090,52.81203399035736,5.5930841012800006,249.12482144627123,0.8433983685652863 +EEU,comm_sr21_std,rural,2090,60.33209632413561,20.78928638749,1134.2304727694077,0.9043016292693016 +EEU,comm_sr21_std,urban,2090,52.81203399035736,80.49376655305998,4571.248815548349,1.0753249358619006 +EEU,comm_sr22_low,rural,2090,60.33209632413561,2.30992070963,94.0489612461968,0.674851962084427 +EEU,comm_sr22_low,urban,2090,52.81203399035736,8.943751839510002,379.04219033400375,0.8024812953729935 +EEU,comm_sr31_std,rural,2090,60.33209632413561,5.236126464500001,200.71718475667856,0.6353689889605497 +EEU,comm_sr31_std,urban,2090,52.81203399035736,11.79738710874,402.845668347267,0.6465765861452901 +EEU,comm_sr32_low,rural,2090,60.33209632413561,0.5817918294900001,16.643215985437887,0.4741559618938948 +EEU,comm_sr32_low,urban,2090,52.81203399035736,1.31082078972,33.40345508050992,0.4825198403670564 +FSU,comm_s1,rural,2090,69.02844645787476,75.03182585421001,48914.261879181366,9.444128555377526 +FSU,comm_s1,urban,2090,67.39825092840175,305.41890242921,187337.32984062363,9.100804550978951 +FSU,comm_s2,rural,2090,69.02844645787476,32.90243990902,16165.884775822378,7.117758932256586 +FSU,comm_s2,urban,2090,67.39825092840175,412.7905859235501,235534.46909242996,8.46595707535988 +FSU,comm_s3,rural,2090,69.02844645787476,17.37806154403,5356.899308602433,4.465643533694809 +FSU,comm_s3,urban,2090,67.39825092840175,138.13553403343002,50635.38496888578,5.438762306180034 +FSU,comm_s51_std,rural,2090,69.02844645787476,210.90567361926,9008.976807844065,0.6188125409706089 +FSU,comm_s51_std,urban,2090,67.39825092840175,2946.53077401691,750081.1692726912,3.7770145270260023 +FSU,comm_s52_low,rural,2090,69.02844645787476,11.10029861152,224.67734649991925,0.2932219818505402 +FSU,comm_s52_low,urban,2090,67.39825092840175,14.806687306520002,408.1213427939114,0.4089618303087582 +FSU,comm_sr11_std,rural,2090,69.02844645787476,162.83881284369,15736.44993354397,1.3999764735272728 +FSU,comm_sr11_std,urban,2090,67.39825092840175,21.689495646110004,2162.0327523659903,1.4789864298804445 +FSU,comm_sr12_low,rural,2090,69.02844645787476,8.57046383391,618.0852290998278,1.0447585622859616 +FSU,comm_sr12_low,urban,2090,67.39825092840175,1.14155240219,84.91880407786289,1.1037212162801735 +FSU,comm_sr21_std,rural,2090,69.02844645787476,71.40695556105,5200.807016825487,1.0551206488670903 +FSU,comm_sr21_std,urban,2090,67.39825092840175,29.31455631888,2718.2688945108303,1.375816342418318 +FSU,comm_sr22_low,rural,2090,69.02844645787476,3.75826081922,204.2736455882041,0.7874034692355756 +FSU,comm_sr22_low,urban,2090,67.39825092840175,1.54287138559,106.7662566787497,1.026728613688524 +FSU,comm_sr31_std,rural,2090,69.02844645787476,37.71496800367,1704.9766604294,0.6549024201263741 +FSU,comm_sr31_std,urban,2090,67.39825092840175,9.80977287335,584.0231916770351,0.8833290533954549 +FSU,comm_sr32_low,rural,2090,69.02844645787476,1.98499831585,66.96687589151598,0.4887331493143642 +FSU,comm_sr32_low,urban,2090,67.39825092840175,0.51630383543,22.93885278275977,0.6592007863222795 +LAM,comm_s1,rural,2090,10.563172113763954,109.5587672527,1708.3104622832625,1.476132382290671 +LAM,comm_s1,urban,2090,14.609616719653468,86.12737607420001,2367.326987527892,1.8813873095721927 +LAM,comm_s2,rural,2090,10.563172113763954,107.86740746312,1452.831471477843,1.2750600599188875 +LAM,comm_s2,urban,2090,14.609616719653468,436.79599729031,9822.962171720732,1.5393061311342058 +LAM,comm_s3,rural,2090,10.563172113763954,30.02422598751,403.0296184367694,1.2707812168025108 +LAM,comm_s3,urban,2090,14.609616719653468,462.6956198205999,9416.97474524717,1.3930836497528725 +LAM,comm_s51_std,rural,2090,10.563172113763954,574.6322092085501,5493.504489220761,0.9050345570852096 +LAM,comm_s51_std,urban,2090,14.609616719653468,10110.718839792173,190566.835320292,1.290109180631401 +LAM,comm_sr11_std,rural,2090,10.563172113763954,50.926355886470006,544.0045766349284,1.0112664437750265 +LAM,comm_sr11_std,urban,2090,14.609616719653468,40.034709366600005,783.7410047125662,1.339976144666544 +LAM,comm_sr21_std,rural,2090,10.563172113763954,50.14015873651,462.6483224431759,0.8735161343932404 +LAM,comm_sr21_std,urban,2090,14.609616719653468,203.03649781377,3252.046836934869,1.0963364558606357 +LAM,comm_sr31_std,rural,2090,10.563172113763954,13.95620319746,126.84344690246378,0.860411873839959 +LAM,comm_sr31_std,urban,2090,14.609616719653468,215.07545578439,3078.0643585821854,0.979598297753988 +MEA,comm_s1,rural,2090,25.259569883521703,89.30510239627002,8117.049953966708,3.598288615439959 +MEA,comm_s1,urban,2090,30.50732691016664,35.18308450084,4602.308068997428,4.287830595306618 +MEA,comm_s2,rural,2090,25.259569883521703,109.21236866865,9008.201533350017,3.265429531852029 +MEA,comm_s2,urban,2090,30.50732691016664,157.17393117181,17982.03826303847,3.75019841430977 +MEA,comm_s3,rural,2090,25.259569883521703,93.35336675127,6485.503221721388,2.7503485995052728 +MEA,comm_s3,urban,2090,30.50732691016664,247.04069100216,24397.854635778494,3.237270502864566 +MEA,comm_s51_std,rural,2090,25.259569883521703,1473.61233580995,87845.83776924488,2.35999992623026 +MEA,comm_s51_std,urban,2090,30.50732691016664,8649.81842099636,716134.6110313929,2.7138354873370045 +MEA,comm_sr11_std,rural,2090,25.259569883521703,41.51181636271,2661.1340221207324,2.537868175119835 +MEA,comm_sr11_std,urban,2090,30.50732691016664,16.35420265666,1517.801632227611,3.0421560271531787 +MEA,comm_sr21_std,rural,2090,25.259569883521703,50.76533894567,2953.293587489158,2.3031031061123906 +MEA,comm_sr21_std,urban,2090,30.50732691016664,73.05937950594,5930.321616400515,2.660713490352672 +MEA,comm_sr31_std,rural,2090,25.259569883521703,43.39357677752,2098.9024611851223,1.9148768849408275 +MEA,comm_sr31_std,urban,2090,30.50732691016664,114.83227188379,7932.010235542017,2.26420191259584 +NAM,comm_s1,rural,2090,71.8563597027965,125.64313423562994,68750.04148076131,7.61498393085349 +NAM,comm_s1,urban,2090,52.50701000472655,336.2730845814899,144176.72386624015,8.165555913178467 +NAM,comm_s2,rural,2090,71.8563597027965,29.00868880503,12741.421849884253,6.112580391974008 +NAM,comm_s2,urban,2090,52.50701000472655,377.3002900403499,124865.20016392467,6.302850273351334 +NAM,comm_s3,rural,2090,71.8563597027965,2.1234301282899994,1941.040851711284,12.721299838676586 +NAM,comm_s3,urban,2090,52.50701000472655,369.3318055734701,99422.53724049358,5.126852756031038 +NAM,comm_s51_std,urban,2090,52.50701000472655,8318.61752554573,736129.758309984,1.685333795535192 +NAM,comm_s52_low,urban,2090,52.50701000472655,437.82197502877,4711.286183566343,0.2049390137858018 +NAM,comm_sr11_std,rural,2090,71.8563597027965,272.67867452205,22261.79888224409,1.1361714419405005 +NAM,comm_sr11_std,urban,2090,52.50701000472655,729.8011112104899,47089.867579602935,1.2288692037176971 +NAM,comm_sr12_low,rural,2090,71.8563597027965,14.35150918536,874.3833024733939,0.8478891357287188 +NAM,comm_sr12_low,urban,2090,52.50701000472655,38.41058480056,1849.562748513748,0.917066569890816 +NAM,comm_sr21_std,rural,2090,71.8563597027965,62.95649070747,4125.771629906225,0.9120097088855575 +NAM,comm_sr21_std,urban,2090,52.50701000472655,818.84094670902,40782.489595733765,0.9485427175959992 +NAM,comm_sr22_low,rural,2090,71.8563597027965,3.3134995109000003,162.04916064462077,0.6806042603838129 +NAM,comm_sr22_low,urban,2090,52.50701000472655,43.09689193216,1601.8259856086831,0.7078676996596738 +NAM,comm_sr31_std,rural,2090,71.8563597027965,4.608402332,619.8240798924218,1.8717715628866964 +NAM,comm_sr31_std,urban,2090,52.50701000472655,801.54723785939,32021.703449872108,0.7608482063714612 +NAM,comm_sr32_low,rural,2090,71.8563597027965,0.2425474911199999,24.34501491584927,1.3968444498296724 +NAM,comm_sr32_low,urban,2090,52.50701000472655,42.18669672941,1257.725979896102,0.5677971689038998 +PAO,comm_s1,rural,2090,56.03879439108132,51.673997437050005,20803.46580721676,7.1841410536064565 +PAO,comm_s1,urban,2090,31.73535160122077,84.74347152149001,18194.790016653475,6.765462366719187 +PAO,comm_s2,rural,2090,56.03879439108132,14.46944352488,4160.593314413663,5.131149335651767 +PAO,comm_s2,urban,2090,31.73535160122077,212.18057092236,34228.5490118734,5.083227667752109 +PAO,comm_s3,rural,2090,56.03879439108132,4.110900775859999,593.0692718389819,2.5744214489417065 +PAO,comm_s3,urban,2090,31.73535160122077,121.12183423179998,9005.87968546843,2.342935794221085 +PAO,comm_s51_std,rural,2090,56.03879439108132,45.5404770648,1056.7567432279616,0.4140842085033284 +PAO,comm_s51_std,urban,2090,31.73535160122077,1810.92162291234,26870.32044437661,0.4675519547300091 +PAO,comm_s52_low,rural,2090,56.03879439108132,2.3968672139500007,16.919587531452283,0.1259670658024591 +PAO,comm_s52_low,urban,2090,31.73535160122077,84.84221130674,230.06395058963992,0.0854463035095166 +PAO,comm_sr11_std,rural,2090,56.03879439108132,112.14617666202,6755.607495273052,1.074957151873905 +PAO,comm_sr11_std,urban,2090,31.73535160122077,132.78746206512,4404.59558149889,1.045215049016437 +PAO,comm_sr12_low,rural,2090,56.03879439108132,5.90243035062,265.3420068715979,0.8022068297201057 +PAO,comm_sr12_low,urban,2090,31.73535160122077,6.9888137929,173.00061198907866,0.7800112305638958 +PAO,comm_sr21_std,rural,2090,56.03879439108132,31.40250126252,1351.0890752733055,0.7677696797082134 +PAO,comm_sr21_std,urban,2090,31.73535160122077,332.4730390015,8286.04867662972,0.7853219437092127 +PAO,comm_sr22_low,rural,2090,56.03879439108132,1.65276322443,53.06712785463067,0.5729624474733012 +PAO,comm_sr22_low,urban,2090,31.73535160122077,17.49858099999,325.45360079167733,0.5860611519912815 +PAO,comm_sr31_std,rural,2090,56.03879439108132,8.921736802220002,190.86724355192152,0.3817624517600823 +PAO,comm_sr31_std,urban,2090,31.73535160122077,189.78997059631,2158.571829957956,0.3583850891627698 +PAO,comm_sr32_low,rural,2090,56.03879439108132,0.46956509488,7.496749548509664,0.2848973519738429 +PAO,comm_sr32_low,urban,2090,31.73535160122077,9.98894582074,84.78286841361256,0.2674515590616039 +PAS,comm_s1,rural,2090,3.661688901340806,130.32239880994,344.1567256830865,0.721200056655916 +PAS,comm_s1,urban,2090,14.797168822525787,28.154684654250005,267.69180125737955,0.6425482925455367 +PAS,comm_s2,rural,2090,3.661688901340806,136.37705945724,127.61979616000036,0.255561413134549 +PAS,comm_s2,urban,2090,14.797168822525787,108.56219847562,1527.8002855717268,0.9510630925689628 +PAS,comm_s3,rural,2090,3.661688901340806,70.37136697823,4.565799285561242,0.0177190072055895 +PAS,comm_s3,urban,2090,14.797168822525787,137.75002033823,994.2080397327352,0.4877608854175287 +PAS,comm_s51_std,rural,2090,3.661688901340806,1507.82929481716,259.42864323017386,0.0469877126234579 +PAS,comm_s51_std,urban,2090,14.797168822525787,6500.980003782421,14832.30160965634,0.1541881824858627 +PAS,comm_sr11_std,rural,2090,3.661688901340806,60.577943949010006,79.53799877223477,0.3585739100152066 +PAS,comm_sr11_std,urban,2090,14.797168822525787,13.08718166992,61.86620388477743,0.3194689899176645 +PAS,comm_sr21_std,rural,2090,3.661688901340806,63.39234037403,29.49418806279973,0.1270627398207561 +PAS,comm_sr21_std,urban,2090,14.797168822525787,50.46311941988,353.0896483191476,0.4728596574928914 +PAS,comm_sr31_std,rural,2090,3.661688901340806,32.71082149625,1.0265570117778198,0.0085705793265479 +PAS,comm_sr31_std,urban,2090,14.797168822525787,64.03053571183,220.7197724938765,0.2329568448973871 +RCPA,comm_s1,rural,2090,4.520642370111859,62.90560617594997,1028.522912738805,3.616799784842066 +RCPA,comm_s1,urban,2090,3.220269358125083,13.74226441308,606.1671098994823,13.697517631764857 +RCPA,comm_s2,rural,2090,4.520642370111859,86.66947808197,1082.9032617327894,2.7639063862956728 +RCPA,comm_s2,urban,2090,3.220269358125083,37.8117516942,1277.649883771957,10.492835466115082 +RCPA,comm_s3,rural,2090,4.520642370111859,53.428918016840015,470.0460610373323,1.9460943288628925 +RCPA,comm_s3,urban,2090,3.220269358125083,66.61549768857999,1566.9691576962114,7.304541687121799 +RCPA,comm_s51_std,rural,2090,4.520642370111859,198.61210364224,1272.3198038411656,1.4170671306878364 +RCPA,comm_s51_std,urban,2090,3.220269358125083,995.17945291649,20846.132951183525,6.504769368387521 +RCPA,comm_s52_low,rural,2090,4.520642370111859,10.4532686127,5.765370108665495,0.1220042418577913 +RCPA,comm_s52_low,urban,2090,3.220269358125083,34.17023580706,61.74790052389671,0.5611539449474235 +RCPA,comm_sr11_std,rural,2090,4.520642370111859,27.77847633115,291.4778069981556,2.321116407205332 +RCPA,comm_sr11_std,urban,2090,3.220269358125083,3.4845887649300007,117.90726834275968,10.5074382441486 +RCPA,comm_sr12_low,rural,2090,4.520642370111859,1.4620250701,2.4449618736939263,0.3699279282631555 +RCPA,comm_sr12_low,urban,2090,3.220269358125083,0.1833994086699999,0.9890247863777354,1.6746229746284145 +RCPA,comm_sr21_std,rural,2090,4.520642370111859,38.27236063496,306.8889025456492,1.7737637809997235 +RCPA,comm_sr21_std,urban,2090,3.220269358125083,9.58782346029,248.5192701080628,8.04910960109699 +RCPA,comm_sr22_low,rural,2090,4.520642370111859,2.01433477016,2.5742325707503806,0.2826936026170491 +RCPA,comm_sr22_low,urban,2090,3.220269358125083,0.5046222875099999,2.0846188813289843,1.2828268446784905 +RCPA,comm_sr31_std,rural,2090,4.520642370111859,23.5936671587,130.69600371314706,1.225368491093032 +RCPA,comm_sr31_std,urban,2090,3.220269358125083,16.891511314040002,303.546840361577,5.580395869814239 +RCPA,comm_sr32_low,rural,2090,4.520642370111859,1.24177195572,1.0962987154059949,0.1952931032768471 +RCPA,comm_sr32_low,urban,2090,3.220269358125083,0.88902691133,2.5461988310214108,0.8893755936499311 +SAS,comm_s1,rural,2090,10.188504008912812,325.63606694061,823.9976217329154,0.2483607924473257 +SAS,comm_s1,urban,2090,6.600703276472216,47.168445807260014,71.30445008511543,0.2290207634645543 +SAS,comm_s2,rural,2090,10.188504008912812,365.84084596725,1096.4156615184702,0.2941525497075417 +SAS,comm_s2,urban,2090,6.600703276472216,163.57034834923996,250.18712410562256,0.2317235462063162 +SAS,comm_s3,rural,2090,10.188504008912812,355.5565245065,1245.5244436002065,0.3438216197587602 +SAS,comm_s3,urban,2090,6.600703276472216,267.10167335051,450.3119310834271,0.2554151387263563 +SAS,comm_s51_std,rural,2090,10.188504008912812,9067.737450432189,21675.84257183757,0.2346208644006383 +SAS,comm_s51_std,urban,2090,6.600703276472216,23950.57122428083,25009.69987958571,0.1581985119429244 +SAS,comm_sr11_std,rural,2090,10.188504008912812,151.36587103291998,190.4339416777921,0.1234826586902636 +SAS,comm_sr11_std,urban,2090,6.600703276472216,21.92537501111,16.479158590980354,0.1138669774960855 +SAS,comm_sr21_std,rural,2090,10.188504008912812,170.05431501932,253.392425698886,0.1462498912999813 +SAS,comm_sr21_std,urban,2090,6.600703276472216,76.03263509964,57.82070111177708,0.1152107757683903 +SAS,comm_sr31_std,rural,2090,10.188504008912812,165.27383940876,276.80206343546104,0.1643821992284312 +SAS,comm_sr31_std,urban,2090,6.600703276472216,124.15724652629,99.10779177054452,0.1209331922308106 +WEU,comm_s1,rural,2090,61.722217899878,171.72675332680998,73783.67604553908,6.961147019916053 +WEU,comm_s1,urban,2090,44.27644767738066,502.63182599992007,211197.982883342,9.490017471527583 +WEU,comm_s2,rural,2090,61.722217899878,41.49045347496,12642.03280896072,4.936591693642879 +WEU,comm_s2,urban,2090,44.27644767738066,417.78984620486,108136.77811670932,5.845784145197054 +WEU,comm_s3,rural,2090,61.722217899878,16.652209072909997,2316.064284632852,2.2533945060325284 +WEU,comm_s3,urban,2090,44.27644767738066,262.76280806908,31623.620907578206,2.71815945984966 +WEU,comm_s51_std,urban,2090,44.27644767738066,934.39750643294,81525.72984192426,1.9705626852789984 +WEU,comm_s52_low,rural,2090,61.722217899878,141.65913926374998,1488.4842261242432,0.1702386295932949 +WEU,comm_s52_low,urban,2090,44.27644767738066,6231.428065119409,59271.07159871288,0.2148238142485268 +WEU,comm_sr11_std,rural,2090,61.722217899878,353.07687657839006,22539.25700510988,1.0342577793321888 +WEU,comm_sr11_std,urban,2090,44.27644767738066,692.41290453145,45257.61847492783,1.4762291399338567 +WEU,comm_sr12_low,rural,2090,61.722217899878,39.23076406434,1868.926783090105,0.7718341636435495 +WEU,comm_sr12_low,urban,2090,44.27644767738066,76.93476717022,3752.704682644915,1.1016635372089425 +WEU,comm_sr21_std,rural,2090,61.722217899878,85.30598428553999,3861.857280885378,0.7334579126006876 +WEU,comm_sr21_std,urban,2090,44.27644767738066,575.53673669402,23172.631576784806,0.909346787484312 +WEU,comm_sr22_low,rural,2090,61.722217899878,9.47844269836,320.2203383636533,0.5473566511653263 +WEU,comm_sr22_low,urban,2090,44.27644767738066,63.9485262994,1921.445404275656,0.6786170055488837 +WEU,comm_sr31_std,rural,2090,61.722217899878,34.23758880746001,700.4805160541172,0.3314754467838686 +WEU,comm_sr31_std,urban,2090,44.27644767738066,361.97540570742,6708.480326469113,0.4185740661690563 +WEU,comm_sr32_low,rural,2090,61.722217899878,3.8041765341099993,58.08296152535114,0.2473697363886506 +WEU,comm_sr32_low,urban,2090,44.27644767738066,40.21948952296,556.2587335121362,0.3123687060824211 +AFR,comm_s1,rural,2100,2.9027293033996147,62.81370218244,94.10674636522111,0.5161308640263104 +AFR,comm_s1,urban,2100,3.815563517376804,9.259230780329998,28.14582072438257,0.7966734071775694 +AFR,comm_s2,rural,2100,2.9027293033996147,94.56711355194,147.77734674000894,0.5383456326804388 +AFR,comm_s2,urban,2100,3.815563517376804,46.54849529556999,94.22720476824412,0.5305324756854444 +AFR,comm_s3,rural,2100,2.9027293033996147,108.52521753370002,128.48855626415926,0.4078751504999627 +AFR,comm_s3,urban,2100,3.815563517376804,103.57014831861,145.3496843808411,0.3678076918471183 +AFR,comm_s51_std,rural,2100,2.9027293033996147,9041.50778085806,6799.200544934918,0.2590660201873381 +AFR,comm_s51_std,urban,2100,3.815563517376804,24420.3443804395,15795.976578080054,0.16952588073193 +AFR,comm_sr11_std,rural,2100,2.9027293033996147,34.040491208060004,30.83468869146669,0.3120593593390569 +AFR,comm_sr11_std,urban,2100,3.815563517376804,5.01783453344,9.222161572709505,0.4816789895372227 +AFR,comm_sr21_std,rural,2100,2.9027293033996147,51.24854745993,48.420210647509855,0.3254906942129955 +AFR,comm_sr21_std,urban,2100,3.815563517376804,25.225923482010003,30.87415767190448,0.3207667589882373 +AFR,comm_sr31_std,rural,2100,2.9027293033996147,58.812831992780005,40.97313925173942,0.2400051772584397 +AFR,comm_sr31_std,urban,2100,3.815563517376804,56.12754225236,46.222252447226005,0.215832276790782 +CHN,comm_s1,rural,2100,58.99575938093701,550.3972799165903,105562.89185754498,3.2509793019039765 +CHN,comm_s1,urban,2100,36.35754664146298,204.76776784964,23871.08878923496,3.2063879085478826 +CHN,comm_s2,rural,2100,58.99575938093701,530.7002987383,77193.70619990815,2.4655383657686283 +CHN,comm_s2,urban,2100,36.35754664146298,652.66258917153,57471.01435421921,2.4219522300991527 +CHN,comm_s3,rural,2100,58.99575938093701,71.73010247218002,7141.614078287457,1.687617930440073 +CHN,comm_s3,urban,2100,36.35754664146298,1166.1318561045,69538.59804331437,1.6401505023365557 +CHN,comm_s51_std,rural,2100,58.99575938093701,412.33819026652,30770.067034669424,1.2648938652418928 +CHN,comm_s51_std,urban,2100,36.35754664146298,6436.88664148943,340927.5832112165,1.4567724142464056 +CHN,comm_s52_low,rural,2100,58.99575938093701,21.70201001406001,121.68147111881474,0.0950394023192991 +CHN,comm_s52_low,urban,2100,36.35754664146298,221.01534930031,837.9438814138362,0.1042792570066872 +CHN,comm_sr11_std,rural,2100,58.99575938093701,283.36180580315005,35581.579352127344,2.128448340759918 +CHN,comm_sr11_std,urban,2100,36.35754664146298,59.207374551940006,5314.252278731527,2.46871976464059 +CHN,comm_sr12_low,rural,2100,58.99575938093701,14.9137792528,280.9072054125785,0.3192672511151213 +CHN,comm_sr12_low,urban,2100,36.35754664146298,3.11617760805,41.954623252332,0.3703079646826077 +CHN,comm_sr21_std,rural,2100,58.99575938093701,273.22118127759,26019.313551447165,1.6142123822904273 +CHN,comm_sr21_std,urban,2100,36.35754664146298,188.71348151538,12794.366930089082,1.864752958767261 +CHN,comm_sr22_low,rural,2100,58.99575938093701,14.38006217251,205.4156333039921,0.2421318573471218 +CHN,comm_sr22_low,urban,2100,36.35754664146298,9.93228850085,101.00815997086308,0.2797129438041881 +CHN,comm_sr31_std,rural,2100,58.99575938093701,36.92890955072001,2392.5782115796,1.0981934875381816 +CHN,comm_sr31_std,urban,2100,36.35754664146298,337.18004696838,15428.923706179252,1.2585752723735126 +CHN,comm_sr32_low,rural,2100,58.99575938093701,1.94362681855,18.888775357364057,0.1647290231473267 +CHN,comm_sr32_low,urban,2100,36.35754664146298,17.74631826157,121.8072924221187,0.1887862908628312 +EEU,comm_s1,rural,2100,60.33209632413561,37.79313978395,14905.653719133305,6.537167879761479 +EEU,comm_s1,urban,2100,52.81203399035736,81.62795966475001,29920.02552996109,6.9404898659761285 +EEU,comm_s2,rural,2100,60.33209632413561,8.08412056027,2962.93117807858,6.074917250702177 +EEU,comm_s2,urban,2100,52.81203399035736,138.87779539058002,48435.161100505175,6.603817164881365 +EEU,comm_s3,rural,2100,60.33209632413561,1.9721227554400005,512.9571632304469,4.311205641845722 +EEU,comm_s3,urban,2100,52.81203399035736,19.56107821771,4117.292785241614,3.985529861863624 +EEU,comm_s51_std,urban,2100,52.81203399035736,434.73215179033,68197.67699121145,2.970399934653152 +EEU,comm_s52_low,rural,2100,60.33209632413561,56.91072706537,807.2932877511045,0.2351195770394848 +EEU,comm_s52_low,urban,2100,52.81203399035736,528.51346364096,7559.13534947046,0.2708215206282683 +EEU,comm_sr11_std,rural,2100,60.33209632413561,97.41910301611004,5385.490837109974,0.916289582627272 +EEU,comm_sr11_std,urban,2100,52.81203399035736,50.35651041273,2828.766741719274,1.0636741778313958 +EEU,comm_sr12_low,rural,2100,60.33209632413561,10.824344779489998,448.7909030897652,0.6872171869712081 +EEU,comm_sr12_low,urban,2100,52.81203399035736,5.595167823700001,235.7305618131928,0.7977556333755265 +EEU,comm_sr21_std,rural,2100,60.33209632413561,20.83837908544,1070.522568883667,0.8514976966331157 +EEU,comm_sr21_std,urban,2100,52.81203399035736,85.67408983896,4579.266575625227,1.0120769468805206 +EEU,comm_sr22_low,rural,2100,60.33209632413561,2.31537545384,89.21021406629792,0.6386232724492541 +EEU,comm_sr22_low,urban,2100,52.81203399035736,9.519343315789998,381.6055479797138,0.7590577101542527 +EEU,comm_sr31_std,rural,2100,60.33209632413561,5.08352655988,183.45541489349293,0.5981595243075218 +EEU,comm_sr31_std,urban,2100,52.81203399035736,12.06728237506,387.6098893772584,0.6082084918526902 +EEU,comm_sr32_low,rural,2100,60.33209632413561,0.56483628446,15.287951242194266,0.4486196432390911 +EEU,comm_sr32_low,urban,2100,52.81203399035736,1.3408091527,32.300824111628025,0.4561563688738533 +FSU,comm_s1,rural,2100,69.02844645787476,56.208074777560014,35838.7070733165,9.236884730587532 +FSU,comm_s1,urban,2100,67.39825092840175,303.91821304853,182362.40684689896,8.902868573338132 +FSU,comm_s2,rural,2100,69.02844645787476,25.7755114242,12364.187230558304,6.949125939868637 +FSU,comm_s2,urban,2100,67.39825092840175,410.10427608764,228913.9233794913,8.281886703565196 +FSU,comm_s3,rural,2100,69.02844645787476,13.44372774025,4045.0156339442697,4.3588547423489645 +FSU,comm_s3,urban,2100,67.39825092840175,132.39004385666,47484.32337553192,5.321649922967973 +FSU,comm_s51_std,rural,2100,69.02844645787476,173.15295107186,6904.506405597722,0.5776631176748307 +FSU,comm_s51_std,urban,2100,67.39825092840175,2867.84825847314,714403.1462659764,3.696056179704633 +FSU,comm_s52_low,rural,2100,69.02844645787476,9.11331321429,172.85762120875094,0.2747793779596518 +FSU,comm_s52_low,urban,2100,67.39825092840175,14.41129778121,376.1023526381208,0.3872169250042002 +FSU,comm_sr11_std,rural,2100,69.02844645787476,152.93643371665,13781.29164000452,1.305421812894774 +FSU,comm_sr11_std,urban,2100,67.39825092840175,23.11351160919,2168.451979205488,1.3919872281402288 +FSU,comm_sr12_low,rural,2100,69.02844645787476,8.04928598513,543.9983542157131,0.9790663596748446 +FSU,comm_sr12_low,urban,2100,67.39825092840175,1.2165006107799998,85.59678863609638,1.0439904210982405 +FSU,comm_sr21_std,rural,2100,69.02844645787476,70.13253540571,4754.4815098005065,0.9820995765397526 +FSU,comm_sr21_std,urban,2100,67.39825092840175,31.18914740632,2721.9911098845014,1.2948950578442813 +FSU,comm_sr22_low,rural,2100,69.02844645787476,3.69118607415,187.6769017014329,0.7365746823670534 +FSU,comm_sr22_low,urban,2100,67.39825092840175,1.6415340743900002,107.4470175188676,0.9711712933741864 +FSU,comm_sr31_std,rural,2100,69.02844645787476,36.57901083713,1540.3417482705026,0.6100381984248452 +FSU,comm_sr31_std,urban,2100,67.39825092840175,10.06849436552,564.3664485436944,0.8316642429882397 +FSU,comm_sr32_low,rural,2100,69.02844645787476,1.92521109664,60.80296374201605,0.4575286487893518 +FSU,comm_sr32_low,urban,2100,67.39825092840175,0.52992075606,22.277622974210026,0.6237481824153541 +LAM,comm_s1,rural,2100,10.563172113763954,97.17477229880998,1473.995812528435,1.4359799032778349 +LAM,comm_s1,urban,2100,14.609616719653468,81.36346570351,2211.8479136058845,1.8607455966994288 +LAM,comm_s2,rural,2100,10.563172113763954,94.71969030606,1237.578792016007,1.2369103764525744 +LAM,comm_s2,urban,2100,14.609616719653468,403.93510966591,8986.71311008995,1.5228265915563732 +LAM,comm_s3,rural,2100,10.563172113763954,25.3464220448,329.3593464711954,1.2301525580538677 +LAM,comm_s3,urban,2100,14.609616719653468,409.49461181748,8230.532262261611,1.3757543906907896 +LAM,comm_s51_std,rural,2100,10.563172113763954,489.81603316766,4581.062588839754,0.8853986846110947 +LAM,comm_s51_std,urban,2100,14.609616719653468,9840.28672343661,186885.28537605127,1.2999556401492625 +LAM,comm_sr11_std,rural,2100,10.563172113763954,52.66171021871001,555.2159527246424,0.9980967027550992 +LAM,comm_sr11_std,urban,2100,14.609616719653468,44.09312367718,863.1907062246132,1.3399761446659275 +LAM,comm_sr21_std,rural,2100,10.563172113763954,51.33123304473,466.1637992918464,0.8597308120842331 +LAM,comm_sr21_std,urban,2100,14.609616719653468,218.9036638744,3507.13409744872,1.096631000381299 +LAM,comm_sr31_std,rural,2100,10.563172113763954,13.73593064564,122.74717609417944,0.845977990093752 +LAM,comm_sr31_std,urban,2100,14.609616719653468,221.91651262444,3175.228315248284,0.9793693703119788 +MEA,comm_s1,rural,2100,25.259569883521703,83.68636647134001,7536.021917797425,3.5650160532749053 +MEA,comm_s1,urban,2100,30.50732691016664,33.25450170153,4300.812379857166,4.239317039168552 +MEA,comm_s2,rural,2100,25.259569883521703,100.27685880284,8189.417879131779,3.2331537677483424 +MEA,comm_s2,urban,2100,30.50732691016664,145.16174645226,16418.92601424859,3.707561855870125 +MEA,comm_s3,rural,2100,25.259569883521703,82.12700262531,5646.752033111285,2.7219916772768844 +MEA,comm_s3,urban,2100,30.50732691016664,218.37906813351003,21304.74666520892,3.1978729839304005 +MEA,comm_s51_std,rural,2100,25.259569883521703,1329.67670389752,79677.01796673167,2.3722533056716544 +MEA,comm_s51_std,urban,2100,30.50732691016664,8766.36737164143,727455.7599743808,2.7200868094089428 +MEA,comm_sr11_std,rural,2100,25.259569883521703,45.35196817157,2914.931473445367,2.544522286842549 +MEA,comm_sr11_std,urban,2100,30.50732691016664,18.02153882784,1672.5438483604307,3.04215602716293 +MEA,comm_sr21_std,rural,2100,25.259569883521703,54.34281712219,3167.66487483165,2.30765631790845 +MEA,comm_sr21_std,urban,2100,30.50732691016664,78.66718537809001,6385.1596574429095,2.6605657330655297 +MEA,comm_sr31_std,rural,2100,25.259569883521703,44.50690555911,2158.793928197252,1.9202502780908144 +MEA,comm_sr31_std,urban,2100,30.50732691016664,118.34568717604,8178.966855493534,2.2653841449646706 +NAM,comm_s1,rural,2100,71.8563597027965,86.92903285453994,47009.87713790149,7.525910626515577 +NAM,comm_s1,urban,2100,52.50701000472655,256.7524688867099,108819.26362453891,8.071864559350729 +NAM,comm_s2,rural,2100,71.8563597027965,21.34387631242,9269.798522128536,6.044102038930757 +NAM,comm_s2,urban,2100,52.50701000472655,313.3979435680499,102527.49253398358,6.230557459428982 +NAM,comm_s3,rural,2100,71.8563597027965,1.3757003636299998,1240.3912111082814,12.547858613914322 +NAM,comm_s3,urban,2100,52.50701000472655,263.7361053869,70051.04284693438,5.058569581064285 +NAM,comm_s51_std,urban,2100,52.50701000472655,8762.695541704601,726720.2718151881,1.5794732107197054 +NAM,comm_s52_low,urban,2100,52.50701000472655,461.19450219501,4669.723068199715,0.1928367113198589 +NAM,comm_sr11_std,rural,2100,71.8563597027965,236.52502463056,18184.16073281017,1.0699191317294716 +NAM,comm_sr11_std,urban,2100,52.50701000472655,698.5972583977899,42424.90584095703,1.1565827799841328 +NAM,comm_sr12_low,rural,2100,71.8563597027965,12.44868550688,717.7958183983687,0.8024393487942885 +NAM,comm_sr12_low,urban,2100,52.50701000472655,36.76827675779,1674.6673358222754,0.8674370849852492 +NAM,comm_sr21_std,rural,2100,71.8563597027965,58.07450865068,3585.704038178465,0.8592581983119884 +NAM,comm_sr21_std,urban,2100,52.50701000472655,852.72381260219,39971.95966947178,0.8927497995401266 +NAM,comm_sr22_low,rural,2100,71.8563597027965,3.05655308691,141.5409488922662,0.6444436488037157 +NAM,comm_sr22_low,urban,2100,52.50701000472655,44.88020066341001,1577.840513265419,0.6695623496516938 +NAM,comm_sr31_std,rural,2100,71.8563597027965,3.74314025722,473.8329070345417,1.7616673533251883 +NAM,comm_sr31_std,urban,2100,52.50701000472655,717.59902042059,26971.00672334896,0.7158104460049366 +NAM,comm_sr32_low,rural,2100,71.8563597027965,0.1970073819499999,18.70393053841701,1.3212505148829374 +NAM,comm_sr32_low,urban,2100,52.50701000472655,37.76836949580001,1064.6450022310212,0.5368578345007478 +PAO,comm_s1,rural,2100,56.03879439108132,36.02345735747,14247.68750713397,7.057813951284678 +PAO,comm_s1,urban,2100,31.73535160122077,73.53873398431,15605.894480825353,6.686967352519263 +PAO,comm_s2,rural,2100,56.03879439108132,9.92626972198,2797.4302256467463,5.029032100482246 +PAO,comm_s2,urban,2100,31.73535160122077,179.57634123975,28629.793129555543,5.023724061171042 +PAO,comm_s3,rural,2100,56.03879439108132,2.7489810532999988,385.4393490566108,2.502047321201501 +PAO,comm_s3,urban,2100,31.73535160122077,99.34386580221,7293.315650320491,2.313346245706106 +PAO,comm_s51_std,rural,2100,56.03879439108132,35.47707997564,760.9542280185933,0.382755891330559 +PAO,comm_s51_std,urban,2100,31.73535160122077,1746.13968830126,24182.327244855616,0.4363910108228493 +PAO,comm_s52_low,rural,2100,56.03879439108132,1.86721473552,12.22026185812152,0.1167877960406009 +PAO,comm_s52_low,urban,2100,31.73535160122077,81.80715859346999,201.781607303298,0.0777225344836117 +PAO,comm_sr11_std,rural,2100,56.03879439108132,98.01615017377,5525.600771622159,1.0059886474388795 +PAO,comm_sr11_std,urban,2100,31.73535160122077,137.71051747692002,4299.194959448064,0.9837318108515912 +PAO,comm_sr12_low,rural,2100,56.03879439108132,5.158744745990001,218.11581993369725,0.7544914855831534 +PAO,comm_sr12_low,urban,2100,31.73535160122077,7.24792197248,169.7050641869924,0.7377988581300269 +PAO,comm_sr21_std,rural,2100,56.03879439108132,27.008366634190004,1084.911681687105,0.7168153249173825 +PAO,comm_sr21_std,urban,2100,31.73535160122077,336.27925773065004,7887.087950240248,0.7390490946622598 +PAO,comm_sr22_low,rural,2100,56.03879439108132,1.4214929808099996,42.82546111885769,0.5376114936595042 +PAO,comm_sr22_low,urban,2100,31.73535160122077,17.69890830147,311.3324190849317,0.5542868209949485 +PAO,comm_sr31_std,rural,2100,56.03879439108132,7.47969682848,148.2647715492522,0.3537245430523624 +PAO,comm_sr31_std,urban,2100,31.73535160122077,186.03386850082003,1991.9968370715512,0.3374063976239733 +PAO,comm_sr32_low,rural,2100,56.03879439108132,0.3936682541599999,5.852556770969179,0.2652934072371427 +PAO,comm_sr32_low,urban,2100,31.73535160122077,9.791256236789998,78.63145409333998,0.2530547982153262 +PAS,comm_s1,rural,2100,3.661688901340806,118.52221065126,236.74831490657567,0.545513759888607 +PAS,comm_s1,urban,2100,14.797168822525787,26.745707022830004,244.67001074627652,0.6182270870307146 +PAS,comm_s2,rural,2100,3.661688901340806,124.32861289919,88.2583771297046,0.1938667837607276 +PAS,comm_s2,urban,2100,14.797168822525787,102.87248740571,1393.0755383335672,0.915159508896392 +PAS,comm_s3,rural,2100,3.661688901340806,63.77443849159,3.568098993961207,0.01527948821447 +PAS,comm_s3,urban,2100,14.797168822525787,128.31002771186002,889.4589551896802,0.4684752854398725 +PAS,comm_s51_std,rural,2100,3.661688901340806,1299.7008239043098,184.50225885982425,0.0387683082268936 +PAS,comm_s51_std,urban,2100,14.797168822525787,6387.387979876639,13645.606541273384,0.1443746416248399 +PAS,comm_sr11_std,rural,2100,3.661688901340806,64.23048044391001,66.29930916660264,0.2818943613406108 +PAS,comm_sr11_std,urban,2100,14.797168822525787,14.49424207029,68.51771127622273,0.319468989918795 +PAS,comm_sr21_std,rural,2100,3.661688901340806,67.37713121912,24.71599189366586,0.1001807052612754 +PAS,comm_sr21_std,urban,2100,14.797168822525787,55.74946041099,390.118704092049,0.4729088874585549 +PAS,comm_sr31_std,rural,2100,3.661688901340806,34.5611409192,0.9728633906908324,0.007687450750592 +PAS,comm_sr31_std,urban,2100,14.797168822525787,69.53477057545,239.94475627302467,0.2332011074569803 +RCPA,comm_s1,rural,2100,4.520642370111859,50.93860110399997,816.3853019823653,3.545259357352675 +RCPA,comm_s1,urban,2100,3.220269358125083,13.347714027660002,586.5974994534607,13.647123267744291 +RCPA,comm_s2,rural,2100,4.520642370111859,70.18120856467999,859.543513077726,2.709236220232224 +RCPA,comm_s2,urban,2100,3.220269358125083,36.7258700107,1236.392612394695,10.454231407614625 +RCPA,comm_s3,rural,2100,4.520642370111859,43.233616735260014,372.249019308521,1.904635360090997 +RCPA,comm_s3,urban,2100,3.220269358125083,64.64003276756999,1514.181293610172,7.274181097696144 +RCPA,comm_s51_std,rural,2100,4.520642370111859,165.07487014828004,1057.47848471553,1.4170671306850984 +RCPA,comm_s51_std,urban,2100,3.220269358125083,975.6965568673302,20438.02259467732,6.504769368386713 +RCPA,comm_s52_low,rural,2100,4.520642370111859,8.688151060400001,4.509968476976278,0.1148275217410182 +RCPA,comm_s52_low,urban,2100,3.220269358125083,33.50127590215,56.97792494481774,0.528144889369787 +RCPA,comm_sr11_std,rural,2100,4.520642370111859,26.224791656100003,275.175091305921,2.3211164071628234 +RCPA,comm_sr11_std,urban,2100,3.220269358125083,3.859411625890001,130.59006755951685,10.507438244387895 +RCPA,comm_sr12_low,rural,2100,4.520642370111859,1.38025219246,2.172434935054772,0.3481674616576669 +RCPA,comm_sr12_low,urban,2100,3.220269358125083,0.2031269276699999,1.030974220019302,1.5761157404600827 +RCPA,comm_sr21_std,rural,2100,4.520642370111859,36.13149032146,289.7222232463921,1.7737637809927982 +RCPA,comm_sr21_std,urban,2100,3.220269358125083,10.61906551177,275.2493744938538,8.049109601058978 +RCPA,comm_sr22_low,rural,2100,4.520642370111859,1.90165738526,2.287280710703748,0.2660645672605941 +RCPA,comm_sr22_low,urban,2100,3.220269358125083,0.55889818501,2.1730213818652944,1.2073664421492811 +RCPA,comm_sr31_std,rural,2100,4.520642370111859,22.258023715850005,123.297270009883,1.2253684910827098 +RCPA,comm_sr31_std,urban,2100,3.220269358125083,18.69027860819,335.8713682590709,5.580395869830512 +RCPA,comm_sr32_low,rural,2100,4.520642370111859,1.17147493243,0.9733995005457876,0.183805273748091 +RCPA,comm_sr32_low,urban,2100,3.220269358125083,0.98369887415,2.651616070035202,0.8370593819703822 +SAS,comm_s1,rural,2100,10.188504008912812,293.11851113642007,735.8497285826543,0.2463970292331151 +SAS,comm_s1,urban,2100,6.600703276472216,44.58287792589002,64.8448400795845,0.2203520593076301 +SAS,comm_s2,rural,2100,10.188504008912812,323.13835851092,961.7696992220737,0.2921273070573671 +SAS,comm_s2,urban,2100,6.600703276472216,151.15564802076997,222.39491678133368,0.2229001017741122 +SAS,comm_s3,rural,2100,10.188504008912812,301.74237019958,1048.457317406866,0.3410389927655695 +SAS,comm_s3,urban,2100,6.600703276472216,236.02213203581,381.54096137802753,0.2449053262461505 +SAS,comm_s51_std,rural,2100,10.188504008912812,7773.0843062000995,19717.1163757263,0.2489657473351398 +SAS,comm_s51_std,urban,2100,6.600703276472216,24358.28932965808,26141.91754948055,0.1625924763579593 +SAS,comm_sr11_std,rural,2100,10.188504008912812,158.84906882774,206.06832481547588,0.12732572173095 +SAS,comm_sr11_std,urban,2100,6.600703276472216,24.16070079193,18.159234213058674,0.1138669775007904 +SAS,comm_sr21_std,rural,2100,10.188504008912812,175.11765856379998,269.3352502255828,0.1509568533519834 +SAS,comm_sr21_std,urban,2100,6.600703276472216,81.91544724699,62.27976470036022,0.1151836790489102 +SAS,comm_sr31_std,rural,2100,10.188504008912812,163.52257776598998,283.1451149812341,0.1699499056771516 +SAS,comm_sr31_std,urban,2100,6.600703276472216,127.90695391849,102.10559827119349,0.1209386698598162 +WEU,comm_s1,rural,2100,61.722217899878,125.56333145440996,53525.75358290596,6.906506693637691 +WEU,comm_s1,urban,2100,44.27644767738066,419.44639006284,174289.4291768457,9.384730737953015 +WEU,comm_s2,rural,2100,61.722217899878,32.45872678964,9771.412268678198,4.877354621333971 +WEU,comm_s2,urban,2100,44.27644767738066,372.1036856722501,95316.4739822992,5.785371163699523 +WEU,comm_s3,rural,2100,61.722217899878,11.990745325579995,1658.2768068429666,2.240625757607272 +WEU,comm_s3,urban,2100,44.27644767738066,214.13189511183003,25444.62136082969,2.6837487923428616 +WEU,comm_s51_std,urban,2100,44.27644767738066,941.2213526419,82597.5919249659,1.9819963253368624 +WEU,comm_s52_low,rural,2100,61.722217899878,114.62693393543,1154.1943924474429,0.1631363572860248 +WEU,comm_s52_low,urban,2100,44.27644767738066,6276.93579227641,56828.12678014146,0.2044762560002126 +WEU,comm_sr11_std,rural,2100,61.722217899878,323.66369113531,19539.83832047386,0.9781049568910316 +WEU,comm_sr11_std,urban,2100,44.27644767738066,684.55797643159,42112.19127838072,1.3893921317199895 +WEU,comm_sr12_low,rural,2100,61.722217899878,35.96263234847,1628.319860043687,0.73357871766808 +WEU,comm_sr12_low,urban,2100,44.27644767738066,76.06199738138,3509.349273204506,1.0420440987905435 +WEU,comm_sr21_std,rural,2100,61.722217899878,83.66862523168,3567.101873615565,0.6907348306809084 +WEU,comm_sr21_std,urban,2100,44.27644767738066,607.29225980111,23030.57393258803,0.8565135642535756 +WEU,comm_sr22_low,rural,2100,61.722217899878,9.29651391467,297.25848946559125,0.5180511230043795 +WEU,comm_sr22_low,urban,2100,44.27644767738066,67.47691775589,1919.214494382668,0.642385173188283 +WEU,comm_sr31_std,rural,2100,61.722217899878,30.90845748202,599.9716412969086,0.3144936406692624 +WEU,comm_sr31_std,urban,2100,44.27644767738066,349.47421239004,6095.701739405163,0.3939451918707034 +WEU,comm_sr32_low,rural,2100,61.722217899878,3.43427305352,49.99763677271585,0.235870230494981 +WEU,comm_sr32_low,urban,2100,44.27644767738066,38.83046804328,507.97514495120106,0.2954588939039155 diff --git a/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_heat_SSP2_resid.csv b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_heat_SSP2_resid.csv new file mode 100644 index 0000000000..bcdb2288ac --- /dev/null +++ b/message_ix_models/data/buildings/correction_coefficients/correction_coefficients_heat_SSP2_resid.csv @@ -0,0 +1,5959 @@ +# METADATA: {"scenario": "SSP2", "description": "SSP2_BL: Base scenario", "mode": "heat", "sector": "resid", "eff_file": "eff_heat_ssp2.csv", "ac_file": "bld_shr_access_cool_resid_ssp2_rev.csv", "generated": "2025-12-09T14:25:39.572982"} +region,arch,urt,year,chilled_ei_MJ_m2,floor_Mm2,sturm_energy_TJ,correction_coeff +AFR,inf_ns,urban,2020,,2026.0805002004668,9508.227944657132, +AFR,mfh_s1,rural,2020,3.1013220072466567,27.833672766076244,94.2853451807205,1.0922619815233376 +AFR,mfh_s1,urban,2020,4.18368698147431,13.930664959770652,144.06140927542788,2.47181878229085 +AFR,mfh_s2,rural,2020,3.1011186438445857,61.29734449393811,240.31253252535257,1.2642017225641216 +AFR,mfh_s2,urban,2020,4.18368698147431,92.42975903008106,745.6027636483493,1.9281308555352 +AFR,mfh_s3,rural,2020,2.7852483450518424,84.77618106065728,251.3572603290512,1.0645195958234903 +AFR,mfh_s3,urban,2020,3.790118394145393,236.3003701842016,1547.055950182096,1.727383798795822 +AFR,mfh_s51_std,rural,2020,2.4944455680602524,18.92976969874934,24.521488881753054,0.5193109427871422 +AFR,mfh_s51_std,urban,2020,3.418475844527482,83.46034880723806,256.8103874336368,0.9001188883393536 +AFR,mfh_sr11_std,rural,2020,,0.0242344376828777,0.2737396898425396, +AFR,mfh_sr11_std,urban,2020,,0.0895346659111488,1.0107612616731068, +AFR,mfh_sr21_std,rural,2020,,0.0750858367362252,0.8481308541225498, +AFR,mfh_sr21_std,urban,2020,,0.4459071121336794,5.033867398194484, +AFR,mfh_sr31_std,rural,2020,,0.0625534150382857,0.6499593930220956, +AFR,mfh_sr31_std,urban,2020,,0.8850223842923312,9.25314449304646, +AFR,sfh_s1,rural,2020,9.034579294709577,1057.4369580620214,9660.581407528216,1.0112088117081504 +AFR,sfh_s1,urban,2020,11.818416132375573,116.72620154952494,3139.494423266842,2.2757894780905548 +AFR,sfh_s2,rural,2020,9.034251626334314,2327.7288325066347,24446.47256912853,1.1624964468552232 +AFR,sfh_s2,urban,2020,11.818416132375573,776.0035323538018,16318.683919661054,1.779353163318496 +AFR,sfh_s3,rural,2020,8.348413847590809,3221.1913004044586,26632.243318768044,0.9903467089639858 +AFR,sfh_s3,urban,2020,10.950517599152844,1986.34125457062,34535.09949598746,1.5877137336995029 +AFR,sfh_s51_std,rural,2020,7.802427876164306,720.8465573477184,2900.926581446447,0.5157795821826053 +AFR,sfh_s51_std,urban,2020,10.21436869661869,705.8525142943847,6249.536468854677,0.8668068019419105 +AFR,sfh_sr11_std,rural,2020,,3.399810744029209,82.2933621016688, +AFR,sfh_sr11_std,urban,2020,,1.900288581481052,49.57585388685871, +AFR,sfh_sr21_std,rural,2020,,9.350193344408968,231.8636453830948, +AFR,sfh_sr21_std,urban,2020,,9.719846067767376,250.76448463997016, +AFR,sfh_sr31_std,rural,2020,,9.491044857263738,211.48956249549525, +AFR,sfh_sr31_std,urban,2020,,19.62868715994202,472.9342630427325, +CHN,inf_ns,urban,2020,,3415.845576078641,414180.9826863342, +CHN,mfh_s1,rural,2020,78.77142098402773,4400.098950878357,450304.5600198563,1.2991976364161448 +CHN,mfh_s1,urban,2020,66.83584295968217,547.028095653958,29074.48534004778,0.7952303991594064 +CHN,mfh_s2,rural,2020,59.51478272570211,6360.661389570992,493808.67593102274,1.3044624648673764 +CHN,mfh_s2,urban,2020,50.28838708649175,2670.5643899862625,107212.30937500694,0.7983142666462124 +CHN,mfh_s3,rural,2020,40.20048451055713,4802.534645710272,257309.99491407129,1.3327689377079448 +CHN,mfh_s3,urban,2020,33.68959185561655,12101.64736300735,328877.3394110823,0.8066659160875584 +CHN,mfh_s51_std,rural,2020,36.97277815159439,2.3265972197529465,99.08726540229164,1.1518994032919772 +CHN,mfh_s51_std,urban,2020,30.91545122454072,3967.029969458238,109623.41197385883,0.8938450596814892 +CHN,mfh_s52_low,rural,2020,13.433115933282863,4.991967539810245e-05,0.0022320933335542,3.328617060582673 +CHN,mfh_s52_low,urban,2020,10.72490364996518,0.0034016961604776,0.1320546641071724,3.61963539025828 +CHN,mfh_sr11_std,rural,2020,,71.34157749713899,3861.865592541705, +CHN,mfh_sr11_std,urban,2020,,6.312064087693557,297.4047311022882, +CHN,mfh_sr12_low,rural,2020,,11.131787783471934,715.2330690675533, +CHN,mfh_sr12_low,urban,2020,,0.1229023363714204,7.146976317420861, +CHN,mfh_sr21_std,rural,2020,,104.72704050111844,4757.055335963032, +CHN,mfh_sr21_std,urban,2020,,31.11417012426071,1143.8939977864193, +CHN,mfh_sr22_low,rural,2020,,12.054103099723822,606.4127738450803, +CHN,mfh_sr22_low,urban,2020,,0.2938900915986592,13.279767875289082, +CHN,mfh_sr31_std,rural,2020,,82.25166489276626,3046.003616738123, +CHN,mfh_sr31_std,urban,2020,,84.99130489140798,2572.287479705238, +CHN,mfh_sr32_low,rural,2020,,3.018595413023641,109.46731999375535, +CHN,mfh_sr32_low,urban,2020,,0.133724601303098,4.192869836931909, +CHN,sfh_s1,rural,2020,195.1074861978212,3841.9656236090273,967378.0304555222,1.2905321019904927 +CHN,sfh_s1,urban,2020,166.83677910237435,79.11229225107682,10419.227274674931,0.7894047699416159 +CHN,sfh_s2,rural,2020,147.3872249529826,5456.947623094179,1040124.0201167894,1.2932291897573025 +CHN,sfh_s2,urban,2020,125.7729460277556,394.5319310312942,39238.690175512966,0.7907607596926864 +CHN,sfh_s3,rural,2020,100.82034182857332,3955.211683998169,525045.7282387378,1.316676947116496 +CHN,sfh_s3,urban,2020,85.77185615183555,1718.3314826709702,117271.56278187274,0.7956846079238579 +CHN,sfh_s51_std,urban,2020,78.99140368064847,548.319997083834,38345.98522832544,0.8853316383874725 +CHN,sfh_s52_low,urban,2020,28.7570469183084,0.5919517658205501,49.97973465965258,2.9360492734551342 +CHN,sfh_sr11_std,rural,2020,,59.54810242227185,3867.812148942688, +CHN,sfh_sr11_std,urban,2020,,0.8175458127845453,57.2967679125397, +CHN,sfh_sr12_low,rural,2020,,55.130591686233686,4238.328511371147, +CHN,sfh_sr12_low,urban,2020,,0.447842148671605,22.020809558323904, +CHN,sfh_sr21_std,rural,2020,,99.3221178132172,5782.456282903133, +CHN,sfh_sr21_std,urban,2020,,4.649379257434639,295.16390280970325, +CHN,sfh_sr22_low,rural,2020,,60.92266602371039,4045.710551812863, +CHN,sfh_sr22_low,urban,2020,,1.3588857688198466,57.7725911639706, +CHN,sfh_sr31_std,rural,2020,,84.59411004056179,4120.388805559045, +CHN,sfh_sr31_std,urban,2020,,22.89114242637084,1157.192014072583, +CHN,sfh_sr32_low,rural,2020,,23.43963237599199,1360.064717918396, +CHN,sfh_sr32_low,urban,2020,,1.906407965294698,81.32316646735214, +EEU,mfh_s1,rural,2020,64.12436316514965,148.49939278346147,38009.96911145672,3.9916253658380256 +EEU,mfh_s1,urban,2020,63.30299418701474,288.5698501228476,64983.30330985695,3.5573498472299505 +EEU,mfh_s2,rural,2020,61.257892110790976,41.592020100852864,9888.05805693304,3.880958017379653 +EEU,mfh_s2,urban,2020,60.47095129077096,568.5896381765516,121814.41266038024,3.54285137599815 +EEU,mfh_s3,rural,2020,38.19078550746308,27.17341557204672,4477.055693265599,4.314094710317389 +EEU,mfh_s3,urban,2020,37.69964925217732,251.7919916188013,33268.77077646461,3.5047539352443606 +EEU,mfh_s51_std,urban,2020,27.70756747843088,54.040511137829405,4651.033463820567,3.1062157435400755 +EEU,mfh_s52_low,urban,2020,12.621275813052426,55.24454564858901,1406.2684571442292,2.0168591602333885 +EEU,mfh_sr11_std,rural,2020,,11.554431238502843,688.4898163637816, +EEU,mfh_sr11_std,urban,2020,,12.78041706197358,768.7977496873064, +EEU,mfh_sr12_low,rural,2020,,0.4026286148511226,17.552292707719058, +EEU,mfh_sr12_low,urban,2020,,0.2836681218953466,12.213130302938906, +EEU,mfh_sr21_std,rural,2020,,3.1188911611245635,175.67223242378253, +EEU,mfh_sr21_std,urban,2020,,24.22741713406476,1394.1897478078615, +EEU,mfh_sr22_low,rural,2020,,0.0937088229059751,3.8761579359138985, +EEU,mfh_sr22_low,urban,2020,,0.47867886673956,19.779527698732448, +EEU,mfh_sr31_std,rural,2020,,1.8502776979055784,69.79283806816274, +EEU,mfh_sr31_std,urban,2020,,7.892611414580533,280.7271993397065, +EEU,mfh_sr32_low,rural,2020,,0.0212411248097425,0.5731121144958768, +EEU,mfh_sr32_low,urban,2020,,0.0550269509173459,1.420256252992948, +EEU,sfh_s1,rural,2020,155.97355901445528,899.8177679886026,557324.2024965727,3.971022580752378 +EEU,sfh_s1,urban,2020,154.00125595322768,206.65090478472155,112530.44310331716,3.5359690509218917 +EEU,sfh_s2,rural,2020,150.12995088013693,258.3879646353384,150047.25603712405,3.868017535784136 +EEU,sfh_s2,urban,2020,148.2242811575877,419.5252018173687,218922.2597996928,3.5205661960856527 +EEU,sfh_s3,rural,2020,94.0451623485602,165.78062290220518,66420.25109334609,4.260202917424427 +EEU,sfh_s3,urban,2020,92.84094315572732,179.99228904241463,57968.531267149,3.4689564932160355 +EEU,sfh_s51_std,urban,2020,67.87188465470435,29.08654111032521,6124.145422339895,3.1021550937157576 +EEU,sfh_s52_low,urban,2020,28.538979274615865,34.022798831611695,1953.5004907233324,2.011893795387197 +EEU,sfh_sr11_std,rural,2020,,40.682160868933934,5541.074313512292, +EEU,sfh_sr11_std,urban,2020,,5.68033311306964,796.293152278703, +EEU,sfh_sr12_low,rural,2020,,54.08480986116607,5551.13884507929, +EEU,sfh_sr12_low,urban,2020,,5.425917801741198,555.6015157676223, +EEU,sfh_sr21_std,rural,2020,,12.532723998374994,1588.1525527052704, +EEU,sfh_sr21_std,urban,2020,,12.131048408017987,1626.172139805798, +EEU,sfh_sr22_low,rural,2020,,14.56487989867366,1424.9141013361368, +EEU,sfh_sr22_low,urban,2020,,10.397147543931352,1026.6352628360928, +EEU,sfh_sr31_std,rural,2020,,11.04175611163644,994.262792380778, +EEU,sfh_sr31_std,urban,2020,,7.246216610637941,608.2158405630098, +EEU,sfh_sr32_low,rural,2020,,6.444813257640472,416.860940371818, +EEU,sfh_sr32_low,urban,2020,,2.322005026095704,143.27232812016837, +FSU,mfh_s1,rural,2020,78.88906776442855,202.1614303443048,96037.95140695848,6.021819890267686 +FSU,mfh_s1,urban,2020,84.25923175677347,380.6749082879774,178297.25202218577,5.558695735762435 +FSU,mfh_s2,rural,2020,75.38516636437427,145.78940040419934,54670.70020340663,4.974423871401648 +FSU,mfh_s2,urban,2020,80.50069618939732,1002.0234355670336,440199.5209223247,5.457227390769207 +FSU,mfh_s3,rural,2020,47.82354118521248,122.92534020549824,33666.744984759665,5.7268786316320766 +FSU,mfh_s3,urban,2020,51.3429061897636,847.4737241418031,245561.29818710496,5.643561098926547 +FSU,mfh_s51_std,rural,2020,35.65343552191879,9.380518772128497,798.7766286456472,2.3883452569792523 +FSU,mfh_s51_std,urban,2020,38.46677978449432,205.33874811335392,41827.19150976483,5.295438927527613 +FSU,mfh_s52_low,rural,2020,17.04185541223791,0.0093212468945294,0.9501252878879276,5.981222927627783 +FSU,mfh_s52_low,urban,2020,18.729894866743734,0.0056439431705258,0.535687662294069,5.067499006770429 +FSU,mfh_sr11_std,rural,2020,,18.006483647328682,1959.060680971797, +FSU,mfh_sr11_std,urban,2020,,2.5354749092180944,325.78176372168843, +FSU,mfh_sr12_low,rural,2020,,1.3024543636851116,187.302884916936, +FSU,mfh_sr12_low,urban,2020,,0.0970741443454206,13.676777359898898, +FSU,mfh_sr21_std,rural,2020,,13.022447350063448,1085.9916566688544, +FSU,mfh_sr21_std,urban,2020,,6.555075362642131,799.2776003773563, +FSU,mfh_sr22_low,rural,2020,,1.0402132799187425,131.07004462219524, +FSU,mfh_sr22_low,urban,2020,,0.2410497708867326,32.377599148692404, +FSU,mfh_sr31_std,rural,2020,,9.092435926996712,642.9469704985034, +FSU,mfh_sr31_std,urban,2020,,5.220697530741797,433.3460791290865, +FSU,mfh_sr32_low,rural,2020,,0.3691120541020585,32.96902437958979, +FSU,mfh_sr32_low,urban,2020,,0.070283276676479,6.489635191267407, +FSU,sfh_s1,rural,2020,188.56014629449896,824.5782961785357,929024.1843179658,5.9751004901471605 +FSU,sfh_s1,urban,2020,200.56128269578684,199.6738727344341,221966.13881955968,5.5426618998207005 +FSU,sfh_s2,rural,2020,181.1450399182557,667.820338423195,598657.0199787312,4.948709851894776 +FSU,sfh_s2,urban,2020,192.48467278925145,612.3419730091676,641111.3046978959,5.439303004787615 +FSU,sfh_s3,rural,2020,114.31898027465358,453.7422011800333,307498.1212108434,5.928092220968094 +FSU,sfh_s3,urban,2020,121.65569464496242,376.6719651125107,258179.810066758,5.634125755026637 +FSU,sfh_s51_std,rural,2020,84.22718797291225,27.861470956961465,4657.169015167901,1.9845665017132723 +FSU,sfh_s51_std,urban,2020,89.80459642129672,93.6064567091938,43755.45077846682,5.20508457698963 +FSU,sfh_s52_low,rural,2020,36.6888014199283,1.5251711339889735,332.2690328186619,5.937966814955728 +FSU,sfh_s52_low,urban,2020,39.57967404187526,0.116706314690765,25.73186930009456,5.570635831173765 +FSU,sfh_sr11_std,rural,2020,,56.76728299604096,11806.193506445856, +FSU,sfh_sr11_std,urban,2020,,1.429900478257365,326.6990994590442, +FSU,sfh_sr12_low,rural,2020,,30.685101812577084,7754.801303977732, +FSU,sfh_sr12_low,urban,2020,,0.4862389119032924,136.06520994131753, +FSU,sfh_sr21_std,rural,2020,,45.37295285471158,7425.722331443626, +FSU,sfh_sr21_std,urban,2020,,4.447997804454746,960.460069335402, +FSU,sfh_sr22_low,rural,2020,,25.35601291871559,5122.465928474146, +FSU,sfh_sr22_low,urban,2020,,1.4225348288916184,381.0898361169199, +FSU,sfh_sr31_std,rural,2020,,36.98175603873318,4827.163003962493, +FSU,sfh_sr31_std,urban,2020,,3.107184102111859,472.6900838693791, +FSU,sfh_sr32_low,rural,2020,,10.650612976160026,1861.2125938025945, +FSU,sfh_sr32_low,urban,2020,,0.4845330619002211,92.03233268936928, +LAM,inf_ns,urban,2020,,1114.9128393791923,20181.514287566864, +LAM,mfh_s1,rural,2020,11.734953283073736,4.87637753325178,30.087746567918444,0.5257883699733968 +LAM,mfh_s1,urban,2020,17.39348078174734,29.172918931002584,333.143372095224,0.6565454418914949 +LAM,mfh_s2,rural,2020,10.491773635690206,7.984313996270302,42.29717512850546,0.5049226391396906 +LAM,mfh_s2,urban,2020,15.466880731485482,240.10033519368665,2221.9722306680205,0.5983332311674585 +LAM,mfh_s3,rural,2020,9.5728449345448,4.895313230669059,27.587926857593388,0.5887047718991975 +LAM,mfh_s3,urban,2020,14.056118281582108,409.30228245237856,3314.442790040005,0.5761040888451013 +LAM,mfh_s51_std,rural,2020,9.44458308208488,0.2646349540421449,1.039541738336308,0.4159220384255649 +LAM,mfh_s51_std,urban,2020,13.85948654446876,80.645526807952,628.3955525108515,0.5622192069823396 +LAM,mfh_sr11_std,rural,2020,,0.0022370388823611,0.1139613397061903, +LAM,mfh_sr11_std,urban,2020,,0.0011720963752359,0.053550290087591, +LAM,mfh_sr21_std,rural,2020,,0.0031631508001036,0.1464148912817691, +LAM,mfh_sr21_std,urban,2020,,0.0046218151336742,0.1918614677327178, +LAM,mfh_sr31_std,rural,2020,,0.0021511384530715,0.0917790220763561, +LAM,mfh_sr31_std,urban,2020,,0.0049234753069635,0.1887562436849441, +LAM,sfh_s1,rural,2020,31.56805960282636,865.1938357297054,14336.683739480308,0.5249130869435831 +LAM,sfh_s1,urban,2020,47.84997626684211,371.5791425999708,11241.915849296838,0.6322768414417858 +LAM,sfh_s2,rural,2020,28.527433433741454,1416.3958008681957,20613.71264860888,0.5101629162624706 +LAM,sfh_s2,urban,2020,43.14312953577765,3063.6835438149906,76686.7032279726,0.5801823583091209 +LAM,sfh_s3,rural,2020,26.46929394030581,867.5037344276473,13880.500546842408,0.6044931971395847 +LAM,sfh_s3,urban,2020,40.01185699522313,5226.210158448481,117949.0956905791,0.5640518627738552 +LAM,sfh_s51_std,rural,2020,26.185180601839782,47.194151614095816,575.3550511830957,0.4655777028699688 +LAM,sfh_s51_std,urban,2020,39.58077395502615,1037.9663444972307,23719.391885360707,0.5773457808521698 +LAM,sfh_s52_low,rural,2020,4.006725816071103,9.532099296264353e-06,0.0001767104194298,4.626834610996638 +LAM,sfh_sr11_std,rural,2020,,4.827823711109339,202.2772318839744, +LAM,sfh_sr11_std,urban,2020,,3.907362581482555,174.68296253633824, +LAM,sfh_sr12_low,rural,2020,,0.015926795211471,0.585105257677289, +LAM,sfh_sr12_low,urban,2020,,0.0047932456301908,0.1657811153739432, +LAM,sfh_sr21_std,rural,2020,,8.055069232936841,291.94722091186924, +LAM,sfh_sr21_std,urban,2020,,26.62974593822979,1109.7141177554831, +LAM,sfh_sr22_low,rural,2020,,0.0120057168440893,0.4013014692971774, +LAM,sfh_sr22_low,urban,2020,,0.0082542237491953,0.2562787818390691, +LAM,sfh_sr31_std,rural,2020,,5.888197612279231,196.79225944691595, +LAM,sfh_sr31_std,urban,2020,,41.86085901673383,1645.4716726971787, +LAM,sfh_sr32_low,rural,2020,,0.0072741033839295,0.2259345536545367, +LAM,sfh_sr32_low,urban,2020,,0.0037953569798383,0.1049310887698174, +MEA,inf_ns,urban,2020,,938.444675126271,44459.84916594559, +MEA,mfh_s1,rural,2020,29.764723740932496,49.74724037657894,885.8483921118816,0.5982580499192407 +MEA,mfh_s1,urban,2020,38.65301809789404,25.748541893744285,731.9971861724225,0.735484222920345 +MEA,mfh_s2,rural,2020,26.69162714162626,88.5893942956472,1427.9934611849312,0.6039061285854168 +MEA,mfh_s2,urban,2020,34.7132282678955,173.23486832856617,4316.0082278561695,0.7177148785922435 +MEA,mfh_s3,rural,2020,22.057479154314716,89.02694504044368,1164.1976029394607,0.5928561815068855 +MEA,mfh_s3,urban,2020,28.76645607181196,326.7331258198475,6865.391967892279,0.7304421201272362 +MEA,mfh_s51_std,rural,2020,20.72829785808926,14.545959994608484,188.15265580838096,0.624028354249951 +MEA,mfh_s51_std,urban,2020,27.0854826939562,107.99681244835384,2015.5784654802787,0.6890523095362402 +MEA,mfh_sr11_std,rural,2020,,0.1681843767544395,7.155125426085693, +MEA,mfh_sr11_std,urban,2020,,0.1482266787513234,7.193419597980953, +MEA,mfh_sr12_low,rural,2020,,8.675083369882206e-06,0.0001817335956153, +MEA,mfh_sr12_low,urban,2020,,8.952552603422335e-06,0.0001830730123017, +MEA,mfh_sr21_std,rural,2020,,0.2763628702674194,10.818957551549037, +MEA,mfh_sr21_std,urban,2020,,0.9958513550321436,44.51177503263038, +MEA,mfh_sr22_low,rural,2020,,8.531508985312622e-06,0.0001615790399762, +MEA,mfh_sr22_low,urban,2020,,3.7481224613463885e-05,0.0006870802248457, +MEA,mfh_sr31_std,rural,2020,,0.1386144003619868,6.4679914366506015, +MEA,mfh_sr31_std,urban,2020,,1.3553862449468488,63.84564262335879, +MEA,mfh_sr32_low,rural,2020,,3.155445918651527e-06,5.0011535752307e-05, +MEA,mfh_sr32_low,urban,2020,,3.0307146930058824e-05,0.0004612306997994, +MEA,sfh_s1,rural,2020,75.85670326891506,770.0767775064387,33933.89359375985,0.5809057862306568 +MEA,sfh_s1,urban,2020,97.3101139918426,190.8187879479449,13400.17077078925,0.7216576483446848 +MEA,sfh_s2,rural,2020,69.4736343700237,1371.1901020518983,55638.56325292926,0.5840610144188265 +MEA,sfh_s2,urban,2020,88.92246856974509,1284.984549856645,79883.58607060343,0.6991142205417803 +MEA,sfh_s3,rural,2020,60.03501647189002,1376.51914370207,46995.34008353389,0.5686799374292556 +MEA,sfh_s3,urban,2020,76.45601740237107,2423.8755184436054,130690.65480148638,0.7052166377740918 +MEA,sfh_s51_std,rural,2020,57.0425754730092,226.7941201307374,7847.174191905972,0.6065720247613486 +MEA,sfh_s51_std,urban,2020,72.62967157285844,807.7771343685993,39318.94464503021,0.6701873353923846 +MEA,sfh_s52_low,rural,2020,9.814977908264838,0.0005144662028896,0.0136344275787846,2.700167672069804 +MEA,sfh_s52_low,urban,2020,13.379005774112764,0.0038863202670049,0.1026227456183305,1.973700273058382 +MEA,sfh_sr11_std,rural,2020,,7.549198639689184,375.41884317710105, +MEA,sfh_sr11_std,urban,2020,,2.50873479778579,147.58080630417112, +MEA,sfh_sr12_low,rural,2020,,0.6343180283723495,30.50627353590735, +MEA,sfh_sr12_low,urban,2020,,0.371676429882076,17.04052184601144, +MEA,sfh_sr21_std,rural,2020,,13.535698353807383,643.6813269557097, +MEA,sfh_sr21_std,urban,2020,,16.20199620570921,938.9705252073892, +MEA,sfh_sr22_low,rural,2020,,0.8315759035465388,36.854232416084415, +MEA,sfh_sr22_low,urban,2020,,2.0010085480841777,84.33947829573223, +MEA,sfh_sr31_std,rural,2020,,13.26869580225456,572.1876151424074, +MEA,sfh_sr31_std,urban,2020,,27.915789797745266,1591.9715538005998, +MEA,sfh_sr32_low,rural,2020,,0.4438424042256016,16.957986207779424, +MEA,sfh_sr32_low,urban,2020,,2.2008122052806844,81.02732495510222, +NAM,mfh_s1,rural,2020,82.69639826712788,57.03886352192607,9714.2986496329,2.0594629928002632 +NAM,mfh_s1,urban,2020,70.52964270766337,552.0599352414305,73899.74549288188,1.8979511436375 +NAM,mfh_s2,rural,2020,60.17283600220628,33.06357917966228,4306.829948794784,2.1647481587711512 +NAM,mfh_s2,urban,2020,51.05353564869867,1098.0806366766767,113083.75700469998,2.0171591815976595 +NAM,mfh_s3,rural,2020,49.70921108471192,10.475586418467447,1361.9040779193472,2.615358966864294 +NAM,mfh_s3,urban,2020,41.99876647144607,1244.4321830103029,104902.54137051362,2.007142654187148 +NAM,mfh_s51_std,urban,2020,73.5945725250397,224.3071415738091,21042.814624631228,1.2747204150960871 +NAM,mfh_s52_low,urban,2020,7.937554654338519,0.1533747387214261,5.419706342441509,4.451795345855948 +NAM,mfh_sr11_std,rural,2020,,3.871328821476121,186.41339484697045, +NAM,mfh_sr11_std,urban,2020,,24.52242155815308,1305.5573660667983, +NAM,mfh_sr12_low,rural,2020,,0.2070337486132001,15.210296185547673, +NAM,mfh_sr12_low,urban,2020,,0.3666494119363204,22.90451527614863, +NAM,mfh_sr21_std,rural,2020,,1.9749269314733304,83.66449702640755, +NAM,mfh_sr21_std,urban,2020,,40.07470583615531,1657.6520191778193, +NAM,mfh_sr22_low,rural,2020,,0.0687810026192076,4.1867952172238825, +NAM,mfh_sr22_low,urban,2020,,0.3764987429389084,19.079417856945287, +NAM,mfh_sr31_std,rural,2020,,0.612756101527175,26.063891557302625, +NAM,mfh_sr31_std,urban,2020,,42.3589902399554,1433.768270485008, +NAM,mfh_sr32_low,rural,2020,,0.0200443156581107,1.1585843485336054, +NAM,mfh_sr32_low,urban,2020,,0.2189314884425802,10.031484182980876, +NAM,sfh_s1,rural,2020,203.33980270417155,4220.434377256761,1772447.2479724777,2.0653505219069563 +NAM,sfh_s1,urban,2020,175.05413195701038,3068.517565006714,1025195.7247220606,1.908559951506888 +NAM,sfh_s2,rural,2020,150.10102812483387,2427.2728150192256,791795.8902540021,2.1732564856926757 +NAM,sfh_s2,urban,2020,129.1403235187039,6084.30337651371,1567057.5096815156,1.9943997183502775 +NAM,sfh_s3,rural,2020,124.75864973611948,767.7439637964346,249417.92987177556,2.6039976862035896 +NAM,sfh_s3,urban,2020,107.17596396921276,6934.904038731856,1457643.168338506,1.9611615374996147 +NAM,sfh_s51_std,urban,2020,185.5903186606859,833.2704169086157,99697.47363405793,0.6446780331144357 +NAM,sfh_s52_low,urban,2020,19.38063764259675,469.4515334719678,19769.723624910155,2.172910178792523 +NAM,sfh_sr11_std,rural,2020,,189.7004765504727,11638.224907873528, +NAM,sfh_sr11_std,urban,2020,,200.72196742410543,14355.846385643044, +NAM,sfh_sr12_low,rural,2020,,204.0772341050472,20856.174402666424, +NAM,sfh_sr12_low,urban,2020,,79.24748729863613,7316.377733374664, +NAM,sfh_sr21_std,rural,2020,,120.20518490647378,6196.91636959463, +NAM,sfh_sr21_std,urban,2020,,398.1856225004119,24401.20034773256, +NAM,sfh_sr22_low,rural,2020,,103.04262662407044,8456.516470486067, +NAM,sfh_sr22_low,urban,2020,,125.30311202377185,9187.825474236672, +NAM,sfh_sr31_std,rural,2020,,38.90817577342968,2006.5784220895648, +NAM,sfh_sr31_std,urban,2020,,421.9505410260923,24262.25621681709, +NAM,sfh_sr32_low,rural,2020,,32.005902575199364,2605.519048946787, +NAM,sfh_sr32_low,urban,2020,,112.67320084590332,6941.417097696127, +PAO,mfh_s1,rural,2020,73.51502132384644,19.459732569679737,1522.14455707089,1.0640032241033208 +PAO,mfh_s1,urban,2020,54.0707718976781,134.68645789437966,5208.936100209733,0.7152576784556952 +PAO,mfh_s2,rural,2020,55.79930206832088,11.98943729454046,690.4452961741001,1.032052303986198 +PAO,mfh_s2,urban,2020,40.4821273091578,521.351228701015,15399.16865712808,0.7296314538509087 +PAO,mfh_s3,rural,2020,30.191266332618994,13.046173061101776,425.840302760676,1.08114090041856 +PAO,mfh_s3,urban,2020,20.90155846066448,599.1259035747116,8918.972222912054,0.7122263633577681 +PAO,mfh_s51_std,urban,2020,18.496210272458505,81.38901614586318,622.4993015246124,0.413514093446901 +PAO,mfh_s52_low,urban,2020,4.39325274443708,0.0034421635453667,0.006908261576924,0.4568262840800409 +PAO,mfh_sr11_std,rural,2020,,0.6053436651533143,16.71435805411141, +PAO,mfh_sr11_std,urban,2020,,0.9141077486519076,24.465934681795822, +PAO,mfh_sr12_low,rural,2020,,0.0011566677124302,0.0275902763486056, +PAO,mfh_sr12_low,urban,2020,,0.0002901582697398,0.0060703858892352, +PAO,mfh_sr21_std,rural,2020,,0.3436771427461726,7.1900308725140185, +PAO,mfh_sr21_std,urban,2020,,3.376069915703091,69.28596472230655, +PAO,mfh_sr22_low,rural,2020,,0.0002153845491572,0.003847669544497, +PAO,mfh_sr22_low,urban,2020,,0.0004005089541017,0.0074753946954605, +PAO,mfh_sr31_std,rural,2020,,0.1556331142398808,2.2251869788285137, +PAO,mfh_sr31_std,urban,2020,,0.2589798960432025,4.213094613679586, +PAO,mfh_sr32_low,rural,2020,,2.02584025031188e-05,0.0002149112321384, +PAO,sfh_s1,rural,2020,181.4146385705439,1286.417667131839,249338.733555286,1.0684038036905643 +PAO,sfh_s1,urban,2020,136.74473589934956,381.44958113705087,36417.91475908185,0.6981798585441642 +PAO,sfh_s2,rural,2020,139.50758480374236,793.7706983815461,114241.68215783632,1.0316483929819549 +PAO,sfh_s2,urban,2020,104.7608864022302,1478.668139947948,109427.29766363117,0.7064083017414894 +PAO,sfh_s3,rural,2020,77.51842152194855,853.5999103225109,70408.09222315023,1.0640530852116348 +PAO,sfh_s3,urban,2020,57.17689824123386,1703.1364683247416,65911.04464618186,0.6768433319968952 +PAO,sfh_s51_std,rural,2020,69.77638784345169,271.63255297521044,10456.750748642076,0.551704412442583 +PAO,sfh_s51_std,urban,2020,51.27286178185185,242.2342292765732,4547.571162672331,0.3661478041184398 +PAO,sfh_s52_low,rural,2020,20.35462905816778,0.3211509329465082,6.769565359204959,1.0355913290220362 +PAO,sfh_s52_low,urban,2020,13.45863597731658,0.0309609707187317,0.4022476853075774,0.9653347459482432 +PAO,sfh_sr11_std,rural,2020,,88.64030133038935,3897.346996278474, +PAO,sfh_sr11_std,urban,2020,,21.274371069731107,606.635164409564, +PAO,sfh_sr12_low,rural,2020,,21.3500447109231,1050.329370847606, +PAO,sfh_sr12_low,urban,2020,,0.8944110752095203,41.12521179480637, +PAO,sfh_sr21_std,rural,2020,,54.76423168752315,1987.106921968374, +PAO,sfh_sr21_std,urban,2020,,81.29061097017532,1876.1507845456413, +PAO,sfh_sr22_low,rural,2020,,7.941517530244511,307.04218032331164, +PAO,sfh_sr22_low,urban,2020,,1.9025945328723253,69.48741742830829, +PAO,sfh_sr31_std,rural,2020,,62.04389213180687,1393.5323182601808, +PAO,sfh_sr31_std,urban,2020,,80.51672935482304,991.2415439895556, +PAO,sfh_sr32_low,rural,2020,,2.3193265177342908,52.15224331334174, +PAO,sfh_sr32_low,urban,2020,,0.4265871927436754,8.979020208114866, +PAS,inf_ns,urban,2020,,674.6552188249898,5804.565659765994, +PAS,mfh_s1,rural,2020,3.788824488523777,137.63282829518832,1580.6466694923529,3.031155931636816 +PAS,mfh_s1,urban,2020,15.771068796603116,35.214902063761066,682.171864161977,1.2283049217518358 +PAS,mfh_s2,rural,2020,3.788824488523777,217.8583298052129,923.6211848935206,1.1189617166306562 +PAS,mfh_s2,urban,2020,15.771068796603116,227.4368856833239,8134.843533426438,2.267917112462849 +PAS,mfh_s3,rural,2020,3.5278065826042355,256.16605088459653,1039.8405615190218,1.150642509832636 +PAS,mfh_s3,urban,2020,14.734230196024075,615.0607742607954,18457.393926418223,2.036689854320689 +PAS,mfh_s51_std,rural,2020,3.263697227386193,27.38618157793919,0.5762661830425486,0.0064473580451787 +PAS,mfh_s51_std,urban,2020,13.673969600972049,193.2714073219853,1392.7356739821105,0.5269949830790519 +PAS,mfh_s52_low,urban,2020,2.365858489825168,0.0002569864690192,0.0009437477850335,1.5522330412131748 +PAS,mfh_sr11_std,rural,2020,,0.2800413788158967,14.543313092838485, +PAS,mfh_sr11_std,urban,2020,,0.1253831139785926,6.262595256262027, +PAS,mfh_sr21_std,rural,2020,,0.162531780294493,8.440718944275822, +PAS,mfh_sr21_std,urban,2020,,1.4952208335007544,74.68280692144992, +PAS,mfh_sr31_std,rural,2020,,0.1894169690332214,9.196742005529412, +PAS,mfh_sr31_std,urban,2020,,3.5336831185376627,164.98760179934658, +PAS,sfh_s1,rural,2020,9.40514542576685,1042.8934699654897,29061.176116420764,2.9628367514773157 +PAS,sfh_s1,urban,2020,38.34144069394136,169.79871309175076,7918.482000927701,1.2162955333484882 +PAS,sfh_s2,rural,2020,9.40514542576685,1611.3843511520806,16943.359282021556,1.1179821337682223 +PAS,sfh_s2,urban,2020,38.34144069394136,1073.3473542504769,91656.24763064644,2.227169936797014 +PAS,sfh_s3,rural,2020,8.791509221524276,1955.6795330142163,18804.10879470866,1.0936834204317467 +PAS,sfh_s3,urban,2020,35.89226851914735,2958.44784629038,216663.58915273155,2.040427214786182 +PAS,sfh_s51_std,rural,2020,8.186710664774559,215.49560674149987,16.612167394892307,0.009416259880887 +PAS,sfh_s51_std,urban,2020,33.42798304087046,948.345971136037,16768.16424606221,0.5289425962814036 +PAS,sfh_s52_low,urban,2020,6.252874223065266,1.1476644326263334,11.254641175435925,1.56832851120598 +PAS,sfh_sr11_std,rural,2020,,2.314692804172902,290.9166569221026, +PAS,sfh_sr11_std,urban,2020,,0.6586173529630531,79.6948997674544, +PAS,sfh_sr21_std,rural,2020,,1.3371864080553462,168.06109167810433, +PAS,sfh_sr21_std,urban,2020,,7.6237793982554045,922.5027741061618, +PAS,sfh_sr31_std,rural,2020,,1.5253613922011091,179.5166720172422, +PAS,sfh_sr31_std,urban,2020,,18.675377303914487,2115.900671693208, +RCPA,inf_ns,urban,2020,,184.8228789327621,9515.883179572447, +RCPA,mfh_s1,rural,2020,6.701041021210691,228.75303894536344,2011.4442504920992,1.312196428176586 +RCPA,mfh_s1,urban,2020,5.685688029556295,29.77410549737653,504.4963194197545,2.9801371598053548 +RCPA,mfh_s2,rural,2020,5.062889502707298,440.1009308274582,2957.278851439955,1.3272157944718133 +RCPA,mfh_s2,urban,2020,4.278005151455028,114.47792333727644,1485.81504061439,3.033903091615066 +RCPA,mfh_s3,rural,2020,3.419832883710589,669.8854746934805,3109.64977003704,1.3573943389192766 +RCPA,mfh_s3,urban,2020,2.8659548627173805,467.024867335577,4202.040074601824,3.1394302454752623 +RCPA,mfh_s51_std,urban,2020,2.6299602604209986,49.15958872788102,657.6056625224082,5.086371967812899 +RCPA,sfh_s1,rural,2020,16.59768545780076,199.87296733581348,4258.480144066895,1.2836689502256986 +RCPA,sfh_s1,urban,2020,14.192712111139484,4.285560296106658,175.02663551055463,2.87760474677271 +RCPA,sfh_s2,rural,2020,12.538149344958589,386.34124439390735,6257.0678066594,1.2917139461608016 +RCPA,sfh_s2,urban,2020,10.699434644722263,16.837001470594828,523.6167418775553,2.9066179009962068 +RCPA,sfh_s3,rural,2020,8.576730468055716,570.267968892904,6371.642715848302,1.3027187811729912 +RCPA,sfh_s3,urban,2020,7.2965641518054545,66.80710266739409,1436.485989143939,2.946865754480551 +RCPA,sfh_s51_std,urban,2020,6.719754826999609,6.822454451996647,220.09564825213343,4.800841665048265 +SAS,inf_ns,urban,2020,,1687.9166150140752,11599.502053806324, +SAS,mfh_s1,rural,2020,10.629190919395503,134.91594107293244,877.93490442799,0.6122077751825895 +SAS,mfh_s1,urban,2020,7.10243524740392,116.49749361292294,334.1426715220577,0.4038388306957908 +SAS,mfh_s2,rural,2020,10.629190919395503,227.38424919168645,1447.507700846783,0.598908252051235 +SAS,mfh_s2,urban,2020,7.10243524740392,587.1283417505268,1483.6795159010371,0.3557949443452156 +SAS,mfh_s3,rural,2020,9.804925353166862,283.0497364716952,1659.3596750717277,0.5979067899046533 +SAS,mfh_s3,urban,2020,6.506259014082712,1168.3156621429969,2670.284872359484,0.3512902110887986 +SAS,mfh_s51_std,rural,2020,8.98719042878908,42.36630041884183,131.8830078598726,0.3463732607541678 +SAS,mfh_s51_std,urban,2020,5.921185304384903,357.1324976657258,390.2904911742348,0.1845652548871474 +SAS,mfh_s52_low,rural,2020,0.9781742013454334,0.0210526725149367,0.3153256980557165,15.31214124543917 +SAS,mfh_s52_low,urban,2020,0.4399614887671711,0.0020964433054676,0.0089901467155009,9.746955743695764 +SAS,mfh_sr11_std,rural,2020,,0.1617749361160154,7.688564876660025, +SAS,mfh_sr11_std,urban,2020,,0.0568843458254438,2.524162720985309, +SAS,mfh_sr21_std,rural,2020,,0.2679879724883831,12.601609886601008, +SAS,mfh_sr21_std,urban,2020,,0.2427018524021394,10.665062447560588, +SAS,mfh_sr31_std,rural,2020,,0.2862682311487153,13.436161811648416, +SAS,mfh_sr31_std,urban,2020,,0.442623142986578,18.145168310380534, +SAS,sfh_s1,rural,2020,27.920219068923384,4355.515998899186,69110.14021307981,0.5683074367738378 +SAS,sfh_s1,urban,2020,19.475961621349654,332.8246317153585,2347.0712369795374,0.362086139954882 +SAS,sfh_s2,rural,2020,27.920219068923384,7340.841986657485,114022.04540279612,0.556319303960675 +SAS,sfh_s2,urban,2020,19.475961621349654,1677.5736646332564,10448.911214401744,0.3198088878629498 +SAS,sfh_s3,rural,2020,26.009493066659733,9137.64683336655,131249.88516080604,0.5522461229952298 +SAS,sfh_s3,urban,2020,18.098868704137963,3338.5277612640352,18992.43561378413,0.3143216107303712 +SAS,sfh_s51_std,rural,2020,24.19495241487609,1353.2039456283874,6295.268881449742,0.1922765214611699 +SAS,sfh_s51_std,urban,2020,16.81882657838885,1015.119517831384,1824.078540102846,0.1068392088499848 +SAS,sfh_s52_low,rural,2020,3.38854677911892,16.751201430259407,337.18127938236336,5.940240216854639 +SAS,sfh_s52_low,urban,2020,1.9686799182805228,6.339669122218719,69.66430085038823,5.581726848518744 +SAS,sfh_sr11_std,rural,2020,,10.182292121127276,783.2700176598563, +SAS,sfh_sr11_std,urban,2020,,0.538591387566116,24.71916037784884, +SAS,sfh_sr21_std,rural,2020,,16.85558399049015,1286.8784272554544, +SAS,sfh_sr21_std,urban,2020,,2.39672896577912,107.31929442744614, +SAS,sfh_sr31_std,rural,2020,,19.744542037664445,1432.588333502359, +SAS,sfh_sr31_std,urban,2020,,4.298443665885178,184.7997669222125, +WEU,mfh_s1,rural,2020,80.7214847219604,92.04000615657338,27057.737638714894,3.641880581282408 +WEU,mfh_s1,urban,2020,75.46094840597016,1492.9628836697266,431449.73519200674,3.829648694812078 +WEU,mfh_s2,rural,2020,54.60195225078522,44.38980089021753,8903.969769213798,3.673603743632929 +WEU,mfh_s2,urban,2020,50.90782756658002,2023.0299381751145,360461.9909434346,3.500036737775184 +WEU,mfh_s3,rural,2020,26.101564963582245,38.42241735424072,3527.90659424044,3.517757081902356 +WEU,mfh_s3,urban,2020,24.201483293168184,2238.8051830655704,187681.57781157765,3.463884143477904 +WEU,mfh_s51_std,rural,2020,18.62191919237557,0.0837896123374968,3.701477535885961,2.372250239501042 +WEU,mfh_s51_std,urban,2020,17.232515999327646,95.7706595627116,4629.249153888111,2.804977533434079 +WEU,mfh_s52_low,rural,2020,9.479374668926278,1.1558044360253412,22.40420321405882,2.04486884076916 +WEU,mfh_s52_low,urban,2020,8.760506566901418,350.23238311262133,6301.032243439722,2.0536488353624778 +WEU,mfh_sr11_std,rural,2020,,2.580895894955036,213.0861537195721, +WEU,mfh_sr11_std,urban,2020,,35.158635960777474,2891.981764316512, +WEU,mfh_sr12_low,rural,2020,,3.0683440568313705,192.591456140054, +WEU,mfh_sr12_low,urban,2020,,27.38843831004113,1654.7756895938433, +WEU,mfh_sr21_std,rural,2020,,1.1970957191501268,65.92396021409324, +WEU,mfh_sr21_std,urban,2020,,43.07916781171053,2387.0541859505465, +WEU,mfh_sr22_low,rural,2020,,1.041195056976976,41.032034153511766, +WEU,mfh_sr22_low,urban,2020,,26.179235310011528,1094.0493974684136, +WEU,mfh_sr31_std,rural,2020,,0.6294096282611426,18.109556956418928, +WEU,mfh_sr31_std,urban,2020,,9.139727955452964,309.4799019671709, +WEU,mfh_sr32_low,rural,2020,,0.3374049775521923,6.9769310109442015, +WEU,mfh_sr32_low,urban,2020,,2.5294935891174952,77.04190371011258, +WEU,sfh_s1,rural,2020,199.1571575477619,3705.7232479082313,2689443.4970790674,3.6441271618193136 +WEU,sfh_s1,urban,2020,186.929981883403,2266.7321326498814,1605479.7361583882,3.789009231693212 +WEU,sfh_s2,rural,2020,136.7840900323082,1770.7993978041384,883175.5501748491,3.646213429814597 +WEU,sfh_s2,urban,2020,128.21663961744198,3061.957320284083,1354988.8217228674,3.451375318770177 +WEU,sfh_s3,rural,2020,66.90839717456522,1523.7397856972543,351013.7972094553,3.4429661577875903 +WEU,sfh_s3,urban,2020,62.47385740033076,3346.472019180836,699129.4829141858,3.344044877212218 +WEU,sfh_s51_std,rural,2020,47.83149923897789,1.1863442431378073,110.02477440768688,1.9389462315863089 +WEU,sfh_s51_std,urban,2020,44.55263979646592,121.66718776455002,14553.435040543976,2.684841179650597 +WEU,sfh_s52_low,rural,2020,23.2687751503444,50.31166724350869,2447.731296376802,2.0908434103452387 +WEU,sfh_s52_low,urban,2020,21.5589809218736,580.8030850240793,25646.414742233108,2.0481865905043795 +WEU,sfh_sr11_std,rural,2020,,74.49871794966066,10426.887325650634, +WEU,sfh_sr11_std,urban,2020,,47.75667387860163,7674.861506858242, +WEU,sfh_sr12_low,rural,2020,,278.2100917862828,37467.19706163995, +WEU,sfh_sr12_low,urban,2020,,135.49517723702692,18347.409204159783, +WEU,sfh_sr21_std,rural,2020,,39.70968498813815,4221.837334258112, +WEU,sfh_sr21_std,urban,2020,,77.77822674025784,8038.119721063602, +WEU,sfh_sr22_low,rural,2020,,126.62269015499834,11601.985630401889, +WEU,sfh_sr22_low,urban,2020,,155.69364612571312,14146.160514675885, +WEU,sfh_sr31_std,rural,2020,,40.905218854737136,2405.8804304795176, +WEU,sfh_sr31_std,urban,2020,,88.04931026706043,5389.064148206009, +WEU,sfh_sr32_low,rural,2020,,71.7533449532306,3389.662386833418, +WEU,sfh_sr32_low,urban,2020,,110.05658809148802,5166.210262323677, +AFR,inf_ns,urban,2025,,2245.786455195419,10154.595436890084, +AFR,mfh_s1,rural,2025,3.1013220072466567,31.32826299981193,102.65482210539692,1.0565648970659764 +AFR,mfh_s1,urban,2025,4.18368698147431,14.37522939031835,138.85196494074023,2.3087561361412248 +AFR,mfh_s2,rural,2025,3.1011186438445857,67.50964232904624,252.7416164975081,1.2072370899566174 +AFR,mfh_s2,urban,2025,4.18368698147431,95.85118541325517,712.3339040491632,1.7763434685189654 +AFR,mfh_s3,rural,2025,2.7852483450518424,96.61328099691184,278.8090513207165,1.0361105904296646 +AFR,mfh_s3,urban,2025,3.790118394145393,254.69301562282283,1542.1860295198676,1.597595955901334 +AFR,mfh_s51_std,rural,2025,2.4944455680602524,44.54943765734136,58.53423391653084,0.5267368241058884 +AFR,mfh_s51_std,urban,2025,3.418475844527482,206.21891412557892,568.4792421467212,0.8064057207077292 +AFR,mfh_sr11_std,rural,2025,,0.0358735770259964,0.4420875209642157, +AFR,mfh_sr11_std,urban,2025,,0.1613125459130822,1.890764706250328, +AFR,mfh_sr21_std,rural,2025,,0.1093245054965031,1.347304350828346, +AFR,mfh_sr21_std,urban,2025,,0.7906801658002611,9.26757272266742, +AFR,mfh_sr31_std,rural,2025,,0.0918317228699089,1.0437019826013678, +AFR,mfh_sr31_std,urban,2025,,1.6535772895141634,17.90008820056956, +AFR,sfh_s1,rural,2025,9.034579294709577,1187.5666435853625,10302.467735912236,0.9602301509068988 +AFR,sfh_s1,urban,2025,11.818416132375573,120.19928532580428,3010.3301763783984,2.119107404594858 +AFR,sfh_s2,rural,2025,9.034251626334314,2557.61042035272,25230.428547899715,1.0919381811250772 +AFR,sfh_s2,urban,2025,11.818416132375573,803.3061974466715,15504.740801721306,1.633142629426002 +AFR,sfh_s3,rural,2025,8.348413847590809,3664.860695831031,29205.93421086972,0.9545741323107424 +AFR,sfh_s3,urban,2025,10.950517599152844,2137.239172955643,34320.02244325152,1.4664247772482784 +AFR,sfh_s51_std,rural,2025,7.802427876164306,1696.450770350792,6961.97326415328,0.5259704277832234 +AFR,sfh_s51_std,urban,2025,10.21436869661869,1744.813332209391,13897.387978559862,0.7797810572956387 +AFR,sfh_s52_low,rural,2025,0.5816583520100288,4.544910195103818e-05,0.0001776849858539,6.721364646628156 +AFR,sfh_s52_low,urban,2025,0.9218978842013382,0.0022787718930214,0.0071895845876513,3.4223161388825267 +AFR,sfh_sr11_std,rural,2025,,6.7883039860074055,163.0374455491089, +AFR,sfh_sr11_std,urban,2025,,2.80083841134992,75.7167389791033, +AFR,sfh_sr21_std,rural,2025,,17.33843469249465,429.2097125345018, +AFR,sfh_sr21_std,urban,2025,,14.295846724890524,380.0992997502525, +AFR,sfh_sr31_std,rural,2025,,17.696597397437298,396.51640241120464, +AFR,sfh_sr31_std,urban,2025,,30.79362649612525,759.036934256406, +CHN,inf_ns,urban,2025,,3042.074610601882,381692.6766349073, +CHN,mfh_s1,rural,2025,78.77142098402773,4469.997686758944,462048.5901899866,1.3122351633104996 +CHN,mfh_s1,urban,2025,66.83584295968217,556.948040159399,30410.83939100754,0.8169665923948537 +CHN,mfh_s2,rural,2025,59.51478272570211,6128.615405123502,479195.3702310412,1.3137883078168735 +CHN,mfh_s2,urban,2025,50.28838708649175,2520.0735725480745,104032.59432346102,0.8208966857483466 +CHN,mfh_s3,rural,2025,40.20048451055713,4348.532647595099,236805.12395980424,1.3546187199758466 +CHN,mfh_s3,urban,2025,33.68959185561655,11028.65106716516,308886.1082020357,0.8313429741859222 +CHN,mfh_s51_std,rural,2025,36.97277815159439,2.363848829787449,103.14026965882462,1.180120835464881 +CHN,mfh_s51_std,urban,2025,30.91545122454072,8037.211643733239,228325.13317094935,0.9189094658146584 +CHN,mfh_s52_low,rural,2025,13.433115933282863,5.0718145209200544e-05,0.0023126379862986,3.394435253345949 +CHN,mfh_s52_low,urban,2025,10.72490364996518,0.0451266626679199,1.5942156872885922,3.2939762422026413 +CHN,mfh_sr11_std,rural,2025,,173.55013172534973,8900.580358494222, +CHN,mfh_sr11_std,urban,2025,,12.836140090394448,625.1579914320641, +CHN,mfh_sr12_low,rural,2025,,23.092498262269142,1450.1430625694336, +CHN,mfh_sr12_low,urban,2025,,0.2543135617582469,14.50240183786678, +CHN,mfh_sr21_std,rural,2025,,206.6932976610839,9581.370274286974, +CHN,mfh_sr21_std,urban,2025,,58.66110435354628,2231.245232124396, +CHN,mfh_sr22_low,rural,2025,,23.70978904576841,1168.1227587413298, +CHN,mfh_sr22_low,urban,2025,,0.5576811604461384,24.704844582355808, +CHN,mfh_sr31_std,rural,2025,,151.15003042244464,5780.058970181022, +CHN,mfh_sr31_std,urban,2025,,154.98818538588523,4839.031763820314, +CHN,mfh_sr32_low,rural,2025,,5.852312227962479,207.4500752596062, +CHN,mfh_sr32_low,urban,2025,,0.2437360009990758,7.493147842027391, +CHN,sfh_s1,rural,2025,195.1074861978212,3870.954875716719,982847.87460569,1.3013504323751075 +CHN,sfh_s1,urban,2025,166.83677910237435,80.04761183361758,10844.326780787094,0.8120119480964568 +CHN,sfh_s2,rural,2025,147.3872249529826,5158.708172356357,991369.3809451628,1.3038712184098058 +CHN,sfh_s2,urban,2025,125.7729460277556,368.6305837387279,37693.42289850249,0.81299332408759 +CHN,sfh_s3,rural,2025,100.82034182857332,3586.9641182815926,484719.1090915939,1.3403398916495115 +CHN,sfh_s3,urban,2025,85.77185615183555,1575.582901002355,110829.84377974048,0.8201072543808833 +CHN,sfh_s51_std,urban,2025,78.99140368064847,1108.6544102847336,78869.25942312207,0.9005995850792853 +CHN,sfh_s52_low,urban,2025,28.7570469183084,3.672508171752245,308.6826971173785,2.922841260307792 +CHN,sfh_sr11_std,rural,2025,,123.38565157927388,8174.007970307428, +CHN,sfh_sr11_std,urban,2025,,1.6478210663726292,118.84149887630564, +CHN,sfh_sr12_low,rural,2025,,113.3836791402386,8453.498434772642, +CHN,sfh_sr12_low,urban,2025,,0.9217870709481802,44.166614891984665, +CHN,sfh_sr21_std,rural,2025,,191.05550377908364,11338.813869602223, +CHN,sfh_sr21_std,urban,2025,,8.705944676710294,570.6622655037694, +CHN,sfh_sr22_low,rural,2025,,117.643772579693,7561.714664759896, +CHN,sfh_sr22_low,urban,2025,,2.571226216794404,107.67419300850216, +CHN,sfh_sr31_std,rural,2025,,156.145052283631,7781.178474180058, +CHN,sfh_sr31_std,urban,2025,,42.00806827481946,2194.3067096133536, +CHN,sfh_sr32_low,rural,2025,,46.45607075123803,2578.15750247114, +CHN,sfh_sr32_low,urban,2025,,3.5831528248101963,149.99658054388735, +EEU,mfh_s1,rural,2025,64.12436316514965,139.6181201495253,35434.43767273182,3.957862422232468 +EEU,mfh_s1,urban,2025,63.30299418701474,288.27342502704965,64221.954924736216,3.519286803611689 +EEU,mfh_s2,rural,2025,61.257892110790976,37.13101485645412,8737.084570857407,3.841206644681583 +EEU,mfh_s2,urban,2025,60.47095129077096,535.8835037433648,113607.70004274698,3.5058277862738456 +EEU,mfh_s3,rural,2025,38.19078550746308,25.144895764448915,4127.8005396826575,4.298434099414767 +EEU,mfh_s3,urban,2025,37.69964925217732,251.88599295616885,33110.933752632525,3.486824597797959 +EEU,mfh_s51_std,urban,2025,27.70756747843088,110.31047570341066,9470.663477159113,3.0985980839718854 +EEU,mfh_s52_low,urban,2025,12.621275813052426,111.97617883856236,2825.392877378864,1.999171009288651 +EEU,mfh_sr11_std,rural,2025,,20.48967241250664,1157.8539959183786, +EEU,mfh_sr11_std,urban,2025,,22.671478840473235,1292.0004587204846, +EEU,mfh_sr12_low,rural,2025,,0.5779473436250565,24.061374172025875, +EEU,mfh_sr12_low,urban,2025,,0.4106374276339642,16.92584490182096, +EEU,mfh_sr21_std,rural,2025,,5.236251356597579,280.15356607419704, +EEU,mfh_sr21_std,urban,2025,,40.44218891119797,2202.51693065836, +EEU,mfh_sr22_low,rural,2025,,0.1274842190401309,5.054293946060683, +EEU,mfh_sr22_low,urban,2025,,0.6518907757681324,25.79747437643615, +EEU,mfh_sr31_std,rural,2025,,3.212522929829559,114.73391843241522, +EEU,mfh_sr31_std,urban,2025,,14.846148192316427,499.3187389010827, +EEU,mfh_sr32_low,rural,2025,,0.0252348445212336,0.6504746126728363, +EEU,mfh_sr32_low,urban,2025,,0.0750127225212239,1.8496777657768733, +EEU,sfh_s1,rural,2025,155.97355901445528,813.5313597839485,499046.6247822028,3.9329266063483015 +EEU,sfh_s1,urban,2025,154.00125595322768,203.2465971592204,109269.5045555911,3.491012694125996 +EEU,sfh_s2,rural,2025,150.12995088013693,226.39643196653847,130111.18444459511,3.8280509536721934 +EEU,sfh_s2,urban,2025,148.2242811575877,399.0229563748759,205530.49532515937,3.4750338074487206 +EEU,sfh_s3,rural,2025,94.0451623485602,151.12905119399548,60288.29625584808,4.241784439341755 +EEU,sfh_s3,urban,2025,92.84094315572732,179.90729305725105,57452.76691438226,3.439716393766507 +EEU,sfh_s51_std,urban,2025,67.87188465470435,60.28749040831256,12671.381530151775,3.0967550389441603 +EEU,sfh_s52_low,urban,2025,28.538979274615865,70.0845976557975,4093.19504265638,2.0464513228778167 +EEU,sfh_sr11_std,rural,2025,,83.46977198933334,10859.011714032267, +EEU,sfh_sr11_std,urban,2025,,12.0608978951847,1608.7592090975158, +EEU,sfh_sr12_low,rural,2025,,92.1703062655149,9052.67299941952, +EEU,sfh_sr12_low,urban,2025,,9.46793351643054,926.7546929157204, +EEU,sfh_sr21_std,rural,2025,,24.59741117533256,2984.2507470118603, +EEU,sfh_sr21_std,urban,2025,,24.710057748403216,3155.2578958284275, +EEU,sfh_sr22_low,rural,2025,,23.816183187070543,2230.58655922115, +EEU,sfh_sr22_low,urban,2025,,17.423042099463714,1644.884229045086, +EEU,sfh_sr31_std,rural,2025,,21.1102323262481,1805.722361726905, +EEU,sfh_sr31_std,urban,2025,,14.454991322136753,1152.395859870286, +EEU,sfh_sr32_low,rural,2025,,9.98644120846722,617.7007204910462, +EEU,sfh_sr32_low,urban,2025,,3.733403020612332,220.2466681761556, +FSU,mfh_s1,rural,2025,78.88906776442855,190.624863050453,89093.08096515048,5.924444140441413 +FSU,mfh_s1,urban,2025,84.25923175677347,401.8779036136806,186245.04065686488,5.500131766143261 +FSU,mfh_s2,rural,2025,75.38516636437427,131.5331144026387,48503.64391533248,4.8916273660585645 +FSU,mfh_s2,urban,2025,80.50069618939732,999.8784018505582,434641.9339100045,5.3998886043116725 +FSU,mfh_s3,rural,2025,47.82354118521248,116.518456622499,31320.169437881843,5.620664312018591 +FSU,mfh_s3,urban,2025,51.3429061897636,893.6654040522885,256305.7719524946,5.586026520037313 +FSU,mfh_s51_std,rural,2025,35.65343552191879,17.84927379682371,1650.908382080137,2.594185555626614 +FSU,mfh_s51_std,urban,2025,38.46677978449432,435.7342611208061,88222.39529398028,5.263459730109672 +FSU,mfh_s52_low,rural,2025,17.04185541223791,0.1107237218885107,12.227741971991223,6.48020453290254 +FSU,mfh_s52_low,urban,2025,18.729894866743734,0.0759132739724796,7.562546485019462,5.318816355307529 +FSU,mfh_sr11_std,rural,2025,,33.31956550233337,3374.712074726196, +FSU,mfh_sr11_std,urban,2025,,5.011563398586041,600.3038648624404, +FSU,mfh_sr12_low,rural,2025,,3.526071134642329,476.2262396224166, +FSU,mfh_sr12_low,urban,2025,,0.2845297875124786,38.36625194727755, +FSU,mfh_sr21_std,rural,2025,,23.174578725321982,1789.951898692486, +FSU,mfh_sr21_std,urban,2025,,12.266690338421837,1394.1638440503684, +FSU,mfh_sr22_low,rural,2025,,2.555646208713006,299.1401054960325, +FSU,mfh_sr22_low,urban,2025,,0.6693800795339421,85.93436086815784, +FSU,mfh_sr31_std,rural,2025,,17.28205199150025,1134.8004713020352, +FSU,mfh_sr31_std,urban,2025,,10.474357482236364,810.5845304711776, +FSU,mfh_sr32_low,rural,2025,,1.056364266210993,89.66476137713765, +FSU,mfh_sr32_low,urban,2025,,0.2150318647367759,18.8925001011447, +FSU,sfh_s1,rural,2025,188.56014629449896,750.953620780461,836344.3232339786,5.906389608804935 +FSU,sfh_s1,urban,2025,200.56128269578684,204.72329922660063,225301.78040904825,5.487193221424597 +FSU,sfh_s2,rural,2025,181.1450399182557,610.5041798350144,540159.5609374049,4.884352275442033 +FSU,sfh_s2,urban,2025,192.48467278925145,626.3984327919181,649308.0323313558,5.38522632089516 +FSU,sfh_s3,rural,2025,114.31898027465358,430.56598898147234,289366.7791360654,5.878826011654199 +FSU,sfh_s3,urban,2025,121.65569464496242,403.5096871090733,273885.2215403788,5.579331816884456 +FSU,sfh_s51_std,rural,2025,84.22718797291225,50.081656163086656,8681.74085359943,2.0581443656153624 +FSU,sfh_s51_std,urban,2025,89.80459642129672,199.38762479494528,92911.35253406558,5.188860760907361 +FSU,sfh_s52_low,rural,2025,36.6888014199283,6.158302315393748,1402.102740803593,6.2056218737214905 +FSU,sfh_s52_low,urban,2025,39.57967404187526,1.0855941184006486,265.8182430591806,6.186501010748965 +FSU,sfh_sr11_std,rural,2025,,96.16594272611596,18749.348374127818, +FSU,sfh_sr11_std,urban,2025,,2.549719133093377,543.4493237741742, +FSU,sfh_sr12_low,rural,2025,,68.9727730785649,15704.663747947458, +FSU,sfh_sr12_low,urban,2025,,1.1603411613668753,294.2593573988253, +FSU,sfh_sr21_std,rural,2025,,77.06588959063068,11841.27531204963, +FSU,sfh_sr21_std,urban,2025,,7.940615297917549,1599.1502023970484, +FSU,sfh_sr22_low,rural,2025,,56.96812580570442,10325.544777514608, +FSU,sfh_sr22_low,urban,2025,,3.391168657236081,823.4420101171568, +FSU,sfh_sr31_std,rural,2025,,67.98216577781704,8196.212455815976, +FSU,sfh_sr31_std,urban,2025,,5.997746675668559,847.4369239158347, +FSU,sfh_sr32_low,rural,2025,,26.18605666018509,4124.932593408525, +FSU,sfh_sr32_low,urban,2025,,1.2897299719585766,227.2294949012488, +LAM,inf_ns,urban,2025,,1159.9485919830888,21721.06784484156, +LAM,mfh_s1,rural,2025,11.734953283073736,5.1418144024005725,32.33091044307113,0.535821546071036 +LAM,mfh_s1,urban,2025,17.39348078174734,30.55421178165128,358.7308285701248,0.6750114107163933 +LAM,mfh_s2,rural,2025,10.491773635690206,8.29463977499548,44.87064087938586,0.5156034690021283 +LAM,mfh_s2,urban,2025,15.466880731485482,247.91367086029587,2358.1414356044074,0.6149879932179275 +LAM,mfh_s3,rural,2025,9.5728449345448,5.199533502169205,30.049130304687623,0.6037074038636476 +LAM,mfh_s3,urban,2025,14.056118281582108,434.4800978649327,3618.7980533184577,0.5925555324975204 +LAM,mfh_s51_std,rural,2025,9.44458308208488,0.5224130377447449,1.9838136185110065,0.4020722210179223 +LAM,mfh_s51_std,urban,2025,13.85948654446876,174.27900809915735,1435.279349823302,0.5942158279365389 +LAM,mfh_sr11_std,rural,2025,,0.0047110788681851,0.2472663309608282, +LAM,mfh_sr11_std,urban,2025,,0.0160718112848163,0.7978783806135871, +LAM,mfh_sr21_std,rural,2025,,0.0063046174420313,0.3011472943191112, +LAM,mfh_sr21_std,urban,2025,,0.089784639641029,4.04940279097064, +LAM,mfh_sr31_std,rural,2025,,0.0043790824967301,0.1929830035803942, +LAM,mfh_sr31_std,urban,2025,,0.1416757915699426,5.900067135513836, +LAM,sfh_s1,rural,2025,31.56805960282636,907.4286571770064,15058.55614010694,0.5256818154893588 +LAM,sfh_s1,urban,2025,47.84997626684211,385.3087540041337,11751.28680470983,0.6373747037646861 +LAM,sfh_s2,rural,2025,28.527433433741454,1463.7973713384672,21330.604187132514,0.5108101207247292 +LAM,sfh_s2,urban,2025,43.14312953577765,3134.471723215362,78998.2507669879,0.5841729909979719 +LAM,sfh_s3,rural,2025,26.46929394030581,915.6422128910026,14787.761768066928,0.6101467219791195 +LAM,sfh_s3,urban,2025,40.01185699522313,5498.779131318877,125725.68489943142,0.5714378806669197 +LAM,sfh_s51_std,rural,2025,26.185180601839782,93.16516466428376,1104.3150879787172,0.4526722546194131 +LAM,sfh_s51_std,urban,2025,39.58077395502615,2243.084783969684,54136.42924100736,0.6097609886226729 +LAM,sfh_s52_low,rural,2025,4.006725816071103,0.0002061860689609,0.0033324937909669,4.033856141156533 +LAM,sfh_s52_low,urban,2025,5.48322773892528,0.0115214968494755,0.1538360310277187,2.4350780000583256 +LAM,sfh_sr11_std,rural,2025,,10.341395538369843,441.24862587307246, +LAM,sfh_sr11_std,urban,2025,,8.129991358618108,376.6512776587175, +LAM,sfh_sr12_low,rural,2025,,0.0459673485368594,1.655035871611414, +LAM,sfh_sr12_low,urban,2025,,0.0131302409158397,0.4454013376100128, +LAM,sfh_sr21_std,rural,2025,,16.533431567719006,623.1850469931644, +LAM,sfh_sr21_std,urban,2025,,57.42515028665287,2415.7612085922246, +LAM,sfh_sr22_low,rural,2025,,0.0348822012057219,1.1434442599209196, +LAM,sfh_sr22_low,urban,2025,,0.0380059393900859,1.1686386171251446, +LAM,sfh_sr31_std,rural,2025,,12.389174199802952,430.4689094547737, +LAM,sfh_sr31_std,urban,2025,,94.9280288148662,3718.89691582936, +LAM,sfh_sr32_low,rural,2025,,0.0188813162726967,0.5749565879909558, +LAM,sfh_sr32_low,urban,2025,,0.0313033714373112,0.8895988068211907, +MEA,inf_ns,urban,2025,,946.8548490791898,47796.803588695686, +MEA,mfh_s1,rural,2025,29.764723740932496,52.60687777001506,952.2644655713996,0.6081534789910809 +MEA,mfh_s1,urban,2025,38.65301809789404,26.945154558984463,774.0232656659022,0.7431730046872274 +MEA,mfh_s2,rural,2025,26.69162714162626,92.24450570886054,1512.496977954946,0.6142977972520961 +MEA,mfh_s2,urban,2025,34.7132282678955,178.32319543063872,4493.356267650181,0.7258853177980709 +MEA,mfh_s3,rural,2025,22.057479154314716,95.25637052657788,1275.0853576026325,0.6068611715614437 +MEA,mfh_s3,urban,2025,28.76645607181196,345.7743501422844,7368.070827801431,0.7407551109154825 +MEA,mfh_s51_std,rural,2025,20.72829785808926,30.17132177282197,401.1648670490632,0.6414531090060157 +MEA,mfh_s51_std,urban,2025,27.0854826939562,234.71106536866787,4529.788130728356,0.7125375318941443 +MEA,mfh_s52_low,rural,2025,2.67036486960113,7.647558910528698e-06,9.174922396367648e-05,4.492715961693624 +MEA,mfh_s52_low,urban,2025,4.028545653973641,6.834191521147529e-05,0.0008601342859722,3.1241424251445564 +MEA,mfh_sr11_std,rural,2025,,0.3600407948199607,15.623881008237332, +MEA,mfh_sr11_std,urban,2025,,0.3057754861002295,15.241382853402754, +MEA,mfh_sr12_low,rural,2025,,3.3626662541032006e-05,0.0006922737226196, +MEA,mfh_sr12_low,urban,2025,,3.105382346566099e-05,0.0006243178006855, +MEA,mfh_sr21_std,rural,2025,,0.585018342462347,23.310977640788906, +MEA,mfh_sr21_std,urban,2025,,1.7810483533424468,88.04262625212392, +MEA,mfh_sr22_low,rural,2025,,3.232382355765939e-05,0.0006011299397642, +MEA,mfh_sr22_low,urban,2025,,0.0001234182662829,0.0022357777097216, +MEA,mfh_sr31_std,rural,2025,,0.312338137204295,14.433223997706754, +MEA,mfh_sr31_std,urban,2025,,2.855904355236736,137.31386888491767, +MEA,mfh_sr32_low,rural,2025,,1.0239113961465015e-05,0.0001594869571235, +MEA,mfh_sr32_low,urban,2025,,8.625467373573065e-05,0.0013056993970846, +MEA,sfh_s1,rural,2025,75.85670326891506,808.3268990181285,36034.24176043102,0.5876711792122967 +MEA,sfh_s1,urban,2025,97.3101139918426,197.64776951884,14009.777717962545,0.7284191349120032 +MEA,sfh_s2,rural,2025,69.4736343700237,1417.2721236558796,58197.011469780366,0.5910543522155017 +MEA,sfh_s2,urban,2025,88.92246856974509,1309.2623128648663,82039.67931508605,0.7046699902186778 +MEA,sfh_s3,rural,2025,60.03501647189002,1460.7680200797304,50777.38587075468,0.5790078503912699 +MEA,sfh_s3,urban,2025,76.45601740237107,2540.3928642913115,138845.64022165313,0.7148578512000892 +MEA,sfh_s51_std,rural,2025,57.0425754730092,470.4012917028011,16699.73065872416,0.6223602339479646 +MEA,sfh_s51_std,urban,2025,72.62967157285844,1755.410234763065,88277.70702034417,0.6924020380811773 +MEA,sfh_s52_low,rural,2025,9.814977908264838,0.0174647475118372,0.4811855131913596,2.8071195314041955 +MEA,sfh_s52_low,urban,2025,13.379005774112764,0.153829467545262,4.167516871685789,2.0249485294857035 +MEA,sfh_sr11_std,rural,2025,,15.95253141138938,777.8837235962674, +MEA,sfh_sr11_std,urban,2025,,5.304268194151797,300.2935730454392, +MEA,sfh_sr12_low,rural,2025,,1.558851662482209,72.75238202535745, +MEA,sfh_sr12_low,urban,2025,,0.8759998309438047,39.01716832791277, +MEA,sfh_sr21_std,rural,2025,,27.97827534655544,1313.7981535948036, +MEA,sfh_sr21_std,urban,2025,,33.02097984231273,1864.105617571969, +MEA,sfh_sr22_low,rural,2025,,2.108723075892187,90.49021118331262, +MEA,sfh_sr22_low,urban,2025,,4.836892567548847,197.69995328028605, +MEA,sfh_sr31_std,rural,2025,,28.03716052898329,1208.8386685699986, +MEA,sfh_sr31_std,urban,2025,,61.21198355056879,3376.805413965757, +MEA,sfh_sr32_low,rural,2025,,1.2618025106905133,46.81278509293343, +MEA,sfh_sr32_low,urban,2025,,6.033026400303741,214.3708328623576, +NAM,mfh_s1,rural,2025,82.69639826712788,50.72159557568645,8414.48148265981,2.006078194452982 +NAM,mfh_s1,urban,2025,70.52964270766337,520.34738765462,67120.41833672009,1.828898451774928 +NAM,mfh_s2,rural,2025,60.17283600220628,29.48524014745615,3716.248507131226,2.094592758578401 +NAM,mfh_s2,urban,2025,51.05353564869867,1011.5668198216254,100813.13737444874,1.9520760395306276 +NAM,mfh_s3,rural,2025,49.70921108471192,9.590383685467645,1215.0651799217812,2.548746969082781 +NAM,mfh_s3,urban,2025,41.99876647144607,1197.0581594889077,98376.0067234946,1.956759285352745 +NAM,mfh_s51_std,urban,2025,73.5945725250397,457.9960271696938,42624.22238299698,1.2645877519516897 +NAM,mfh_s52_low,urban,2025,7.937554654338519,1.219928669924029,39.24518600513696,4.052893812661216 +NAM,mfh_sr11_std,rural,2025,,6.995991899224443,320.3627060217914, +NAM,mfh_sr11_std,urban,2025,,44.2126946046403,2233.83676367839, +NAM,mfh_sr12_low,rural,2025,,0.3373206700707264,24.130789214181583, +NAM,mfh_sr12_low,urban,2025,,0.6113876040126266,36.72587738665792, +NAM,mfh_sr21_std,rural,2025,,3.412148719178287,139.162508082936, +NAM,mfh_sr21_std,urban,2025,,72.80592578717739,2850.199947796821, +NAM,mfh_sr22_low,rural,2025,,0.1108790656883516,6.517491417820597, +NAM,mfh_sr22_low,urban,2025,,0.5941646136037152,29.53514889319791, +NAM,mfh_sr31_std,rural,2025,,1.0988476947514894,45.05127383091829, +NAM,mfh_sr31_std,urban,2025,,81.25625142327578,2603.4819722740667, +NAM,mfh_sr32_low,rural,2025,,0.0339342120818585,1.8815697952085064, +NAM,mfh_sr32_low,urban,2025,,0.3462396376567512,15.93562113045616, +NAM,sfh_s1,rural,2025,203.33980270417155,3685.5968756172297,1528690.2833642252,2.0398079318314704 +NAM,sfh_s1,urban,2025,175.05413195701038,2764.8135283159345,904210.96233609,1.86823522317966 +NAM,sfh_s2,rural,2025,150.10102812483387,2098.791672719944,676373.183961223,2.1470066099902483 +NAM,sfh_s2,urban,2025,129.1403235187039,5384.554909547212,1347168.0890904884,1.9373590099791265 +NAM,sfh_s3,rural,2025,124.75864973611948,680.2540317053773,220091.6233281529,2.593353523940725 +NAM,sfh_s3,urban,2025,107.17596396921276,6419.995391372288,1313853.9627357735,1.9094794139367424 +NAM,sfh_s51_std,urban,2025,185.5903186606859,1473.429689952899,145748.62549547193,0.5329908256208875 +NAM,sfh_s52_low,urban,2025,19.38063764259675,1191.759165099225,47177.444808123066,2.042574252040412 +NAM,sfh_sr11_std,rural,2025,,345.8155380960151,20299.83893163528, +NAM,sfh_sr11_std,urban,2025,,373.85520078753785,25631.340188649043, +NAM,sfh_sr12_low,rural,2025,,351.6016083895124,34489.9311254669, +NAM,sfh_sr12_low,urban,2025,,141.46402162029997,12528.154777170625, +NAM,sfh_sr21_std,rural,2025,,217.5494704766143,10737.229264317568, +NAM,sfh_sr21_std,urban,2025,,698.4001324940022,42347.90199218391, +NAM,sfh_sr22_low,rural,2025,,175.7082863065676,13827.716533564257, +NAM,sfh_sr22_low,urban,2025,,213.9578154524842,15109.993706930736, +NAM,sfh_sr31_std,rural,2025,,72.88068735448346,3602.798828896893, +NAM,sfh_sr31_std,urban,2025,,800.8597604724624,44331.54383831418, +NAM,sfh_sr32_low,rural,2025,,56.43999258533774,4406.80353192154, +NAM,sfh_sr32_low,urban,2025,,200.21420585131327,11901.70858693366, +PAO,mfh_s1,rural,2025,73.51502132384644,17.93679090434745,1368.0523853284303,1.0374851631621052 +PAO,mfh_s1,urban,2025,54.0707718976781,130.7683004702206,4968.603652496935,0.7026989512023818 +PAO,mfh_s2,rural,2025,55.79930206832088,11.12935310782486,624.583853161418,1.0057546842899427 +PAO,mfh_s2,urban,2025,40.4821273091578,511.9123678451639,15001.325816163771,0.7238868628293764 +PAO,mfh_s3,rural,2025,30.191266332618994,12.547538902393011,403.5523645002379,1.065270783636217 +PAO,mfh_s3,urban,2025,20.90155846066448,602.2228639558177,9005.340885937112,0.7154252239052 +PAO,mfh_s51_std,rural,2025,27.008310389537304,0.0789127908703858,0.2120165652699114,0.0994775258843474 +PAO,mfh_s51_std,urban,2025,18.496210272458505,161.56847509902667,1201.756655831094,0.402139891143305 +PAO,mfh_s52_low,rural,2025,7.92104669082347,3.04369459051242e-05,9.378862346819584e-06,0.0389015150941979 +PAO,mfh_s52_low,urban,2025,4.39325274443708,0.0341776104421119,0.0623211090770099,0.4150565665324117 +PAO,mfh_sr11_std,rural,2025,,1.1129182710868022,29.079547176456632, +PAO,mfh_sr11_std,urban,2025,,2.2356920062356105,54.232422033867095, +PAO,mfh_sr12_low,rural,2025,,0.0025635459810362,0.0574403566377239, +PAO,mfh_sr12_low,urban,2025,,0.0008526624365717,0.0159462005347038, +PAO,mfh_sr21_std,rural,2025,,0.6310791935898546,12.522869769964377, +PAO,mfh_sr21_std,urban,2025,,4.9344730527448,102.81345434076924, +PAO,mfh_sr22_low,rural,2025,,0.000452763958261,0.0077694617812189, +PAO,mfh_sr22_low,urban,2025,,0.001261213487253,0.0210392356965916, +PAO,mfh_sr31_std,rural,2025,,0.3037825314112352,4.100213184424156, +PAO,mfh_sr31_std,urban,2025,,0.5052279648770214,7.770001705093362, +PAO,mfh_sr32_low,rural,2025,,5.51285745357272e-05,0.000541517997745, +PAO,mfh_sr32_low,urban,2025,,1.7829680741819087e-05,0.0001942333877718, +PAO,sfh_s1,rural,2025,181.4146385705439,1125.2329036043377,214504.63626358527,1.0508045203034222 +PAO,sfh_s1,urban,2025,136.74473589934956,354.29303232250163,33100.98265368813,0.6832311498421011 +PAO,sfh_s2,rural,2025,139.50758480374236,702.3339059661014,98848.37222952144,1.008853411439437 +PAO,sfh_s2,urban,2025,104.7608864022302,1381.1883612387787,99965.26253296233,0.6908711165938475 +PAO,sfh_s3,rural,2025,77.51842152194855,772.6267601719345,62570.61895577898,1.0447100782446292 +PAO,sfh_s3,urban,2025,57.17689824123386,1633.3704778149208,62369.99731369848,0.6678369312473161 +PAO,sfh_s51_std,rural,2025,69.77638784345169,273.1172175516451,10091.467630158411,0.5295375586584459 +PAO,sfh_s51_std,urban,2025,51.27286178185185,480.6942196769654,8930.608724092173,0.3623469450547477 +PAO,sfh_s52_low,rural,2025,20.35462905816778,0.3208879238097202,6.606271639083179,1.0114393868839044 +PAO,sfh_s52_low,urban,2025,13.45863597731658,0.3180737185583256,3.90244684071584,0.9116080737790114 +PAO,sfh_sr11_std,rural,2025,,157.61614443018007,6480.6107154972005, +PAO,sfh_sr11_std,urban,2025,,39.80496959352197,1066.190907201508, +PAO,sfh_sr12_low,rural,2025,,39.881452675780295,1867.022448080272, +PAO,sfh_sr12_low,urban,2025,,1.793289377794569,77.87177910732653, +PAO,sfh_sr21_std,rural,2025,,97.44563393902062,3324.7983505932098, +PAO,sfh_sr21_std,urban,2025,,153.41113961055095,3318.142913109364, +PAO,sfh_sr22_low,rural,2025,,15.070201319818391,555.0619589655522, +PAO,sfh_sr22_low,urban,2025,,3.808083742752826,132.58375465186458, +PAO,sfh_sr31_std,rural,2025,,114.26369625481084,2414.073735717983, +PAO,sfh_sr31_std,urban,2025,,159.7518820142134,1854.08033490116, +PAO,sfh_sr32_low,rural,2025,,4.62436352858311,99.20805696753064, +PAO,sfh_sr32_low,urban,2025,,0.9085976113593806,18.20817016412674, +PAS,inf_ns,urban,2025,,676.613774942657,3916.0312721401447, +PAS,mfh_s1,rural,2025,3.788824488523777,146.119799193147,1508.087284857868,2.724036508654158 +PAS,mfh_s1,urban,2025,15.771068796603116,37.27588014350941,670.9858794675544,1.1413644668999732 +PAS,mfh_s2,rural,2025,3.788824488523777,221.9886696564749,850.9364909231431,1.0117235325825955 +PAS,mfh_s2,urban,2025,15.771068796603116,224.51405076421645,7494.207903581359,2.1165137060684684 +PAS,mfh_s3,rural,2025,3.5278065826042355,262.16202764725006,965.6145622425978,1.0440691248741454 +PAS,mfh_s3,urban,2025,14.734230196024075,615.2961634138716,17620.929032283962,1.943645890000004 +PAS,mfh_s51_std,rural,2025,3.263697227386193,55.47522402403423,1.2879978674896215,0.0071138747860261 +PAS,mfh_s51_std,urban,2025,13.673969600972049,381.3624683955197,2870.085015139094,0.5503794389957888 +PAS,mfh_s52_low,urban,2025,2.365858489825168,0.003348604612402,0.0123422413289293,1.5579065327592254 +PAS,mfh_sr11_std,rural,2025,,0.5482390398473224,29.471514499925544, +PAS,mfh_sr11_std,urban,2025,,0.2516409424615969,13.00792389658304, +PAS,mfh_sr21_std,rural,2025,,0.3068698369457806,16.496305827866607, +PAS,mfh_sr21_std,urban,2025,,2.8106477509428736,145.2891237876231, +PAS,mfh_sr31_std,rural,2025,,0.3523827819994656,17.70987651270188, +PAS,mfh_sr31_std,urban,2025,,6.733635891631491,325.3733197760187, +PAS,sfh_s1,rural,2025,9.40514542576685,1111.0358719710332,27582.121849984884,2.639575425113771 +PAS,sfh_s1,urban,2025,38.34144069394136,180.2849758595017,7748.597948922146,1.1209730292966242 +PAS,sfh_s2,rural,2025,9.40514542576685,1643.8975361805046,15540.509566577011,1.0051363872818695 +PAS,sfh_s2,urban,2025,38.34144069394136,1058.2210865045836,83637.04298333457,2.061359935978013 +PAS,sfh_s3,rural,2025,8.791509221524276,1985.4016516391505,17181.581473599803,0.9843540240630596 +PAS,sfh_s3,urban,2025,35.89226851914735,2930.2760635126306,203435.96698881208,1.9342753261749013 +PAS,sfh_s51_std,rural,2025,8.186710664774559,436.5077175620344,37.07476686377593,0.0103747361463659 +PAS,sfh_s51_std,urban,2025,33.42798304087046,1862.720225996868,32866.8589957347,0.5278376906992083 +PAS,sfh_s52_low,urban,2025,6.252874223065266,14.421262882192377,138.0169097655903,1.5305563119795331 +PAS,sfh_sr11_std,rural,2025,,4.966155884860127,646.3376467822294, +PAS,sfh_sr11_std,urban,2025,,1.4593672303486618,182.79898925526984, +PAS,sfh_sr21_std,rural,2025,,2.767652804731195,360.2058096326043, +PAS,sfh_sr21_std,urban,2025,,15.752891130554271,1973.1925707149635, +PAS,sfh_sr31_std,rural,2025,,3.081144605909332,375.5141470786497, +PAS,sfh_sr31_std,urban,2025,,38.919913837399584,4564.78004125977, +RCPA,inf_ns,urban,2025,,186.09573907473555,9668.192731687905, +RCPA,mfh_s1,rural,2025,6.701041021210691,253.7546485552743,2308.910905097502,1.357847170185315 +RCPA,mfh_s1,urban,2025,5.685688029556295,32.91870269627804,579.0917448685453,3.0940094500261965 +RCPA,mfh_s2,rural,2025,5.062889502707298,457.59113358304427,3181.776219484481,1.37338905400945 +RCPA,mfh_s2,urban,2025,4.278005151455028,118.2178343184774,1592.9860475957732,3.149834022935494 +RCPA,mfh_s3,rural,2025,3.419832883710589,659.5556026018501,3168.2129986958253,1.4046174958886213 +RCPA,mfh_s3,urban,2025,2.8659548627173805,461.1998507984246,4308.203023469332,3.2593999672264795 +RCPA,mfh_s51_std,urban,2025,2.6299602604209986,110.08156427630917,1526.7318205996978,5.27350034610636 +RCPA,sfh_s1,rural,2025,16.59768545780076,221.269096054802,4878.35463264404,1.3283272330751783 +RCPA,sfh_s1,urban,2025,14.192712111139484,4.726496442723172,200.49843386542423,2.9888646992858243 +RCPA,sfh_s2,rural,2025,12.538149344958589,398.72875857291547,6682.352602499441,1.3366521118758898 +RCPA,sfh_s2,urban,2025,10.699434644722263,17.257454141396245,557.4437574784635,3.0190026768463327 +RCPA,sfh_s3,rural,2025,8.576730468055716,568.7109836542007,6575.307878256625,1.3480397999627605 +RCPA,sfh_s3,urban,2025,7.2965641518054545,66.82687949601001,1492.4715194055052,3.060810658989095 +RCPA,sfh_s51_std,urban,2025,6.719754826999609,15.305158224611942,511.8339740948592,4.976658703948789 +SAS,inf_ns,urban,2025,,1850.7115687936257,13114.91860632616, +SAS,mfh_s1,rural,2025,10.629190919395503,147.27504547939137,944.0769276103564,0.6030842832603711 +SAS,mfh_s1,urban,2025,7.10243524740392,126.87886158281148,358.2174793509224,0.3975119759732068 +SAS,mfh_s2,rural,2025,10.629190919395503,244.23467194840595,1532.0678457266629,0.5901609546243238 +SAS,mfh_s2,urban,2025,7.10243524740392,629.0035920664527,1567.322112569388,0.3508309119195667 +SAS,mfh_s3,rural,2025,9.804925353166862,311.782846535283,1826.688658913128,0.5975414312845164 +SAS,mfh_s3,urban,2025,6.506259014082712,1288.6761902251164,2956.847946934504,0.3526580801216372 +SAS,mfh_s51_std,rural,2025,8.98719042878908,90.14944117148472,274.6884719102801,0.3390419603371595 +SAS,mfh_s51_std,urban,2025,5.921185304384903,851.8502143945676,972.848438819366,0.192873826475478 +SAS,mfh_s52_low,rural,2025,0.9781742013454334,0.1581279668883889,2.299043303299845,14.863540127035986 +SAS,mfh_s52_low,urban,2025,0.4399614887671711,0.0623651537496184,0.2617631068980141,9.54007472407581 +SAS,mfh_sr11_std,rural,2025,,0.3489441613713696,17.12172908603418, +SAS,mfh_sr11_std,urban,2025,,0.1210186343045306,5.579362796617769, +SAS,mfh_sr21_std,rural,2025,,0.5687292282271772,27.615363410782724, +SAS,mfh_sr21_std,urban,2025,,0.5085225004566422,23.208272591749864, +SAS,mfh_sr31_std,rural,2025,,0.6598963237533977,30.87008441059025, +SAS,mfh_sr31_std,urban,2025,,0.9565431472957322,40.7649635244599, +SAS,sfh_s1,rural,2025,27.920219068923384,4749.311892347461,73693.55014481163,0.5557506333066492 +SAS,sfh_s1,urban,2025,19.475961621349654,362.0879976254497,2489.133968317328,0.3529679171877539 +SAS,sfh_s2,rural,2025,27.920219068923384,7876.3739951945745,119663.1417262534,0.544145760356361 +SAS,sfh_s2,urban,2025,19.475961621349654,1795.4604400167473,10910.962863376417,0.3120242348850464 +SAS,sfh_s3,rural,2025,26.009493066659733,10055.222995656908,143399.5719570358,0.5483075939401721 +SAS,sfh_s3,urban,2025,18.098868704137963,3678.917793744221,20828.56084151909,0.3128151297531145 +SAS,sfh_s51_std,rural,2025,24.19495241487609,2868.2890868114223,12302.997614804372,0.1772814303201149 +SAS,sfh_s51_std,urban,2025,16.81882657838885,2415.429100660169,3704.178646286261,0.0911804931998089 +SAS,sfh_s52_low,rural,2025,3.38854677911892,50.44267566389749,850.2660349597585,4.974428929118465 +SAS,sfh_s52_low,urban,2025,1.9686799182805228,21.170272824379406,221.7720137938294,5.321145985799409 +SAS,sfh_sr11_std,rural,2025,,21.880709787976365,1730.1351961869489, +SAS,sfh_sr11_std,urban,2025,,1.1509483731007344,54.2766874000409, +SAS,sfh_sr21_std,rural,2025,,35.64748461445341,2797.66392943304, +SAS,sfh_sr21_std,urban,2025,,5.039816835433066,231.9735618242128, +SAS,sfh_sr31_std,rural,2025,,42.89525023715271,3204.52606056023, +SAS,sfh_sr31_std,urban,2025,,9.627690835722442,415.4664669549539, +WEU,mfh_s1,rural,2025,80.7214847219604,83.48005516525019,23797.24809833014,3.5314647014172005 +WEU,mfh_s1,urban,2025,75.46094840597016,1407.943934261155,397736.07107539,3.743582074555775 +WEU,mfh_s2,rural,2025,54.60195225078522,38.96670432871854,7630.453622298722,3.586315638701325 +WEU,mfh_s2,urban,2025,50.90782756658002,1847.3044676032853,320397.86364648544,3.4069563284231816 +WEU,mfh_s3,rural,2025,26.101564963582245,36.3733384912525,3284.2071112204067,3.4592410499522277 +WEU,mfh_s3,urban,2025,24.201483293168184,2220.9912971226267,183771.5600033529,3.418924109501939 +WEU,mfh_s51_std,rural,2025,18.62191919237557,0.1585797242257472,6.638872130755503,2.248134073081075 +WEU,mfh_s51_std,urban,2025,17.232515999327646,195.10713256665127,9290.753723608632,2.763306836223037 +WEU,mfh_s52_low,rural,2025,9.479374668926278,2.1828733290444275,40.91027416475575,1.9770796523546088 +WEU,mfh_s52_low,urban,2025,8.760506566901418,715.2095043734038,12466.354043981164,1.9896512543381093 +WEU,mfh_sr11_std,rural,2025,,5.175566299458834,400.9972406642312, +WEU,mfh_sr11_std,urban,2025,,73.67404515230606,5745.937908067817, +WEU,mfh_sr12_low,rural,2025,,5.555713036623844,330.14124564073734, +WEU,mfh_sr12_low,urban,2025,,53.38282282827712,3068.1237882080554, +WEU,mfh_sr21_std,rural,2025,,2.3430955770045543,122.02833500442404, +WEU,mfh_sr21_std,urban,2025,,81.98070897825993,4315.7718704924455, +WEU,mfh_sr22_low,rural,2025,,1.902204282287661,71.28682006240734, +WEU,mfh_sr22_low,urban,2025,,46.81600728675339,1864.2306368225204, +WEU,mfh_sr31_std,rural,2025,,1.3091766718865956,34.98490815086976, +WEU,mfh_sr31_std,urban,2025,,24.34014889833535,743.7257308512217, +WEU,mfh_sr32_low,rural,2025,,0.6137251450486246,12.037734353787362, +WEU,mfh_sr32_low,urban,2025,,5.679283568207014,157.73136017285847, +WEU,sfh_s1,rural,2025,199.1571575477619,3265.876555497914,2322212.485728466,3.5703128371449604 +WEU,sfh_s1,urban,2025,186.929981883403,2074.3123575934515,1440595.2866269953,3.715257084410692 +WEU,sfh_s2,rural,2025,136.7840900323082,1506.8256130020582,735824.0800792587,3.570059192079514 +WEU,sfh_s2,urban,2025,128.21663961744198,2693.617303181963,1162469.1061250293,3.365899435637349 +WEU,sfh_s3,rural,2025,66.90839717456522,1377.4946054799032,311064.3148607135,3.3750457087367285 +WEU,sfh_s3,urban,2025,62.47385740033076,3156.620625999565,642676.4644566039,3.258904875102476 +WEU,sfh_s51_std,rural,2025,47.83149923897789,2.3595740492312016,192.66425294303093,1.707078678538939 +WEU,sfh_s51_std,urban,2025,44.55263979646592,249.38435132710927,29293.26237746572,2.6364837664259624 +WEU,sfh_s52_low,rural,2025,23.2687751503444,94.91431342744224,4227.436617634312,1.9141319453552956 +WEU,sfh_s52_low,urban,2025,21.5589809218736,1184.3961234373055,48859.6009342077,1.913483448882115 +WEU,sfh_sr11_std,rural,2025,,150.3456316686806,19481.19264476118, +WEU,sfh_sr11_std,urban,2025,,97.77565129111332,14815.580414529204, +WEU,sfh_sr12_low,rural,2025,,497.7224407192098,63580.50110427864, +WEU,sfh_sr12_low,urban,2025,,245.59331896534,31589.53359993337, +WEU,sfh_sr21_std,rural,2025,,73.69546421410155,7433.7303454977, +WEU,sfh_sr21_std,urban,2025,,149.465631141351,14529.4173936252, +WEU,sfh_sr22_low,rural,2025,,214.69170935400177,18698.23410867716, +WEU,sfh_sr22_low,urban,2025,,269.34731796791255,23226.725248283827, +WEU,sfh_sr31_std,rural,2025,,84.90320560012637,4475.503493165562, +WEU,sfh_sr31_std,urban,2025,,182.2548388519399,10496.89071726772, +WEU,sfh_sr32_low,rural,2025,,128.59295672235422,5741.482564422301, +WEU,sfh_sr32_low,urban,2025,,206.5471838044808,9182.884411764517, +AFR,inf_ns,urban,2030,,2170.433855661223,10270.102918402095, +AFR,mfh_s1,rural,2030,3.1013220072466567,34.497520751895294,110.48808492713582,1.0327155123112222 +AFR,mfh_s1,urban,2030,4.18368698147431,14.732388136323538,135.19402500036182,2.1934369855296314 +AFR,mfh_s2,rural,2030,3.1011186438445857,72.49025953646048,262.4747964706726,1.1675878606581855 +AFR,mfh_s2,urban,2030,4.18368698147431,97.5894579458396,683.0462904465347,1.6729695934534088 +AFR,mfh_s3,rural,2030,2.7852483450518424,106.24941442354226,300.97374513748497,1.0170402538250385 +AFR,mfh_s3,urban,2030,3.790118394145393,266.6957883873099,1524.987030083108,1.508680288391575 +AFR,mfh_s51_std,rural,2030,2.4944455680602524,75.60863844774644,99.73888443095504,0.5288336203697389 +AFR,mfh_s51_std,urban,2030,3.418475844527482,456.6513415143831,938.5233845222322,0.601212283016958 +AFR,mfh_s52_low,rural,2030,0.0516494338446167,0.0023936175564155,3.8955333800250985e-05,0.315098693978092 +AFR,mfh_s52_low,urban,2030,0.0994453850557055,0.0207565907950009,0.0021001041304105,1.0174197687956488 +AFR,mfh_sr11_std,rural,2030,,0.0428196206551948,0.535053375415063, +AFR,mfh_sr11_std,urban,2030,,0.1818265127428844,2.187055625762069, +AFR,mfh_sr21_std,rural,2030,,0.1276991965458695,1.5957656178445192, +AFR,mfh_sr21_std,urban,2030,,0.8722148322171649,10.491065582372537, +AFR,mfh_sr31_std,rural,2030,,0.1094609555350403,1.2582234338672968, +AFR,mfh_sr31_std,urban,2030,,1.8687638926622607,20.73714500248715, +AFR,sfh_s1,rural,2030,9.034579294709577,1306.1317954361411,10918.388383260495,0.9252596069913968 +AFR,sfh_s1,urban,2030,11.818416132375573,122.52916396736576,2880.1694037652637,1.988929020581282 +AFR,sfh_s2,rural,2030,9.034251626334314,2742.50478461151,25804.188522445816,1.0414792691259804 +AFR,sfh_s2,urban,2030,11.818416132375573,814.5049601172693,14609.828377286523,1.5177215589571582 +AFR,sfh_s3,rural,2030,8.348413847590809,4026.056357650259,31223.60171441597,0.9289646301366538 +AFR,sfh_s3,urban,2030,10.950517599152844,2229.8349174700065,33419.32362901469,1.3686433658057355 +AFR,sfh_s51_std,rural,2030,7.802427876164306,2879.1189991664405,11868.422052982683,0.5283279706092033 +AFR,sfh_s51_std,urban,2030,10.21436869661869,3861.777274117113,23139.498394304934,0.5866177337715628 +AFR,sfh_s52_low,rural,2030,0.5816583520100288,0.1657962265642444,0.1271949126319745,1.318946351442481 +AFR,sfh_s52_low,urban,2030,0.9218978842013382,0.8326224010504976,1.926585048139278,2.509904956346277 +AFR,sfh_sr11_std,rural,2030,,9.173866361885494,226.34861357374345, +AFR,sfh_sr11_std,urban,2030,,3.666887172209702,101.54024789236264, +AFR,sfh_sr21_std,rural,2030,,22.807055715676302,580.523213845378, +AFR,sfh_sr21_std,urban,2030,,18.50262195347792,501.9256896723258, +AFR,sfh_sr31_std,rural,2030,,24.118871078144743,553.8432739118829, +AFR,sfh_sr31_std,urban,2030,,41.557886579633255,1039.059161983797, +CHN,inf_ns,urban,2030,,2638.20999223316,340293.0507245513, +CHN,mfh_s1,rural,2030,78.77142098402773,4465.506498346608,463665.2284891874,1.3181508759225973 +CHN,mfh_s1,urban,2030,66.83584295968217,566.6857497477172,31588.192749014357,0.8340134562521967 +CHN,mfh_s2,rural,2030,59.51478272570211,5907.47563284898,462619.9432728704,1.3158232613312972 +CHN,mfh_s2,urban,2030,50.28838708649175,2424.584997012724,102267.14054961767,0.8387470252921694 +CHN,mfh_s3,rural,2030,40.20048451055713,3839.334488336872,210774.12972397465,1.3656206248996925 +CHN,mfh_s3,urban,2030,33.68959185561655,9874.412714288605,283058.5693776547,0.8508818944017866 +CHN,mfh_s51_std,rural,2030,36.97277815159439,2.2454060464370738,99.72642712390753,1.201249686350801 +CHN,mfh_s51_std,urban,2030,30.91545122454072,11893.2634849983,343980.56439412915,0.9355290435235408 +CHN,mfh_s52_low,rural,2030,13.433115933282863,4.817658453740929e-05,0.0022281600840798,3.442973019265153 +CHN,mfh_s52_low,urban,2030,10.72490364996518,8.097051543505088,226.4466120074779,2.607627330321544 +CHN,mfh_sr11_std,rural,2030,,276.6130372304616,14030.363699036036, +CHN,mfh_sr11_std,urban,2030,,19.62109932063415,977.2423277568536, +CHN,mfh_sr12_low,rural,2030,,36.28207444065181,2190.4582838785013, +CHN,mfh_sr12_low,urban,2030,,0.4095659881613231,22.73822146495123, +CHN,mfh_sr21_std,rural,2030,,301.76190743238254,14059.900892518146, +CHN,mfh_sr21_std,urban,2030,,84.47765662014076,3292.325593031421, +CHN,mfh_sr22_low,rural,2030,,35.935330332296964,1724.4350424779589, +CHN,mfh_sr22_low,urban,2030,,0.8881644509404957,38.40449075123745, +CHN,mfh_sr31_std,rural,2030,,201.1592750656242,7776.159893699861, +CHN,mfh_sr31_std,urban,2030,,213.6972811955792,6732.305907677488, +CHN,mfh_sr32_low,rural,2030,,8.996537696933794,309.57173858911347, +CHN,mfh_sr32_low,urban,2030,,0.3756250823208662,11.278998390032513, +CHN,sfh_s1,rural,2030,195.1074861978212,3844.982559627067,978794.7850395278,1.304738083821765 +CHN,sfh_s1,urban,2030,166.83677910237435,81.01646788199113,11219.502459847294,0.8300581080226268 +CHN,sfh_s2,rural,2030,147.3872249529826,4881.502984621579,940463.7550874336,1.3071597350767428 +CHN,sfh_s2,urban,2030,125.7729460277556,350.2285771419161,36597.81427053311,0.830837968940374 +CHN,sfh_s3,rural,2030,100.82034182857332,3168.7341998805628,432165.272062614,1.352744846726435 +CHN,sfh_s3,urban,2030,85.77185615183555,1419.4536260200794,102156.25778755234,0.8390714772055873 +CHN,sfh_s51_std,urban,2030,78.99140368064847,1610.6400300173393,113048.90884761572,0.8885626517384266 +CHN,sfh_s52_low,urban,2030,28.7570469183084,40.75087923677192,1677.9828619275245,1.4318787746129824 +CHN,sfh_sr11_std,rural,2030,,183.69200559197915,12265.630992139146, +CHN,sfh_sr11_std,urban,2030,,2.466710944302976,180.13068370721115, +CHN,sfh_sr12_low,rural,2030,,174.04344436498096,12472.912721872215, +CHN,sfh_sr12_low,urban,2030,,1.450921066409017,67.08658505592447, +CHN,sfh_sr21_std,rural,2030,,268.9343750353163,16009.7304574334, +CHN,sfh_sr21_std,urban,2030,,12.384056079637055,821.1370278252532, +CHN,sfh_sr22_low,rural,2030,,174.20965024929137,10678.20643601801, +CHN,sfh_sr22_low,urban,2030,,3.8403181605518872,154.91682200904816, +CHN,sfh_sr31_std,rural,2030,,207.46087035152624,10432.89227797002, +CHN,sfh_sr31_std,urban,2030,,56.603401065104734,3020.361291325662, +CHN,sfh_sr32_low,rural,2030,,66.87178688557341,3546.5167804204843, +CHN,sfh_sr32_low,urban,2030,,5.226166876502389,208.98917588918675, +EEU,mfh_s1,rural,2030,64.12436316514965,126.19652244786532,31527.577521230272,3.896010779276301 +EEU,mfh_s1,urban,2030,63.30299418701474,281.09197135538545,61818.806837355725,3.474144874185577 +EEU,mfh_s2,rural,2030,61.257892110790976,32.108182121386804,7424.260284989453,3.7746390018337928 +EEU,mfh_s2,urban,2030,60.47095129077096,496.23479232125607,103883.36139614887,3.4618797835857618 +EEU,mfh_s3,rural,2030,38.19078550746308,22.14441588074907,3599.618854073357,4.256314374656042 +EEU,mfh_s3,urban,2030,37.69964925217732,244.08957830080132,31844.89318499319,3.4606147120293604 +EEU,mfh_s51_std,urban,2030,27.70756747843088,165.88702844087692,14192.098726925577,3.0877049671736576 +EEU,mfh_s52_low,urban,2030,12.621275813052426,168.34894137371964,4179.697899222974,1.967121774259952 +EEU,mfh_sr11_std,rural,2030,,33.094672032558705,1775.3395558832942, +EEU,mfh_sr11_std,urban,2030,,37.75339971561888,2044.075126191853, +EEU,mfh_sr12_low,rural,2030,,0.8295566041027356,32.979730883122286, +EEU,mfh_sr12_low,urban,2030,,0.6083137390783042,23.997793134621933, +EEU,mfh_sr21_std,rural,2030,,8.109252161416986,410.6295597004504, +EEU,mfh_sr21_std,urban,2030,,63.939283922125625,3307.1930156937374, +EEU,mfh_sr22_low,rural,2030,,0.1750896527555192,6.6243520136218885, +EEU,mfh_sr22_low,urban,2030,,0.9067834882546968,34.33751646385105, +EEU,mfh_sr31_std,rural,2030,,5.057447253836396,171.60664346016318, +EEU,mfh_sr31_std,urban,2030,,24.755194152583183,790.4003694435634, +EEU,mfh_sr32_low,rural,2030,,0.0350152887963847,0.8639126338537318, +EEU,mfh_sr32_low,urban,2030,,0.1016210945007539,2.392356451926234, +EEU,sfh_s1,rural,2030,155.97355901445528,696.0446690770054,419640.3547916469,3.8653529134234543 +EEU,sfh_s1,urban,2030,154.00125595322768,194.83545870281003,103174.815376139,3.438598262240568 +EEU,sfh_s2,rural,2030,150.12995088013693,187.53664079939267,105816.64030106542,3.758378312919151 +EEU,sfh_s2,urban,2030,148.2242811575877,369.2311017244492,187292.79778219297,3.422184722934728 +EEU,sfh_s3,rural,2030,94.0451623485602,127.977462094487,50428.71135994879,4.189941086202027 +EEU,sfh_s3,urban,2030,92.84094315572732,174.38363468740988,55021.14877211386,3.3984773866846973 +EEU,sfh_s51_std,urban,2030,67.87188465470435,92.20662316916383,19331.858195313493,3.0890260776148017 +EEU,sfh_s52_low,urban,2030,28.538979274615865,107.0304267877586,6148.796255441086,2.013002940878605 +EEU,sfh_sr11_std,rural,2030,,141.5540227607116,17509.5736439744, +EEU,sfh_sr11_std,urban,2030,,20.91228383291652,2652.730312692594, +EEU,sfh_sr12_low,rural,2030,,142.3116174836552,13370.557056458028, +EEU,sfh_sr12_low,urban,2030,,14.873940351619304,1393.5961879013537, +EEU,sfh_sr21_std,rural,2030,,40.25965850518802,4646.154615769976, +EEU,sfh_sr21_std,urban,2030,,41.16319306446559,5000.085431087619, +EEU,sfh_sr22_low,rural,2030,,35.538007617404745,3183.1848647094885, +EEU,sfh_sr22_low,urban,2030,,26.35089396827748,2381.3015436887185, +EEU,sfh_sr31_std,rural,2030,,36.06680241315736,2932.663269411379, +EEU,sfh_sr31_std,urban,2030,,24.50119851914212,1856.0132304546928, +EEU,sfh_sr32_low,rural,2030,,15.104613068973382,894.3166637021594, +EEU,sfh_sr32_low,urban,2030,,5.643937787545493,318.6557225801286, +FSU,mfh_s1,rural,2030,78.88906776442855,171.84532222965564,78861.744232929,5.817171123370744 +FSU,mfh_s1,urban,2030,84.25923175677347,423.1728379080233,193925.33640969536,5.438752231091098 +FSU,mfh_s2,rural,2030,75.38516636437427,113.2298487833931,40956.486137301705,4.798172577652109 +FSU,mfh_s2,urban,2030,80.50069618939732,989.049872417668,425138.1525568666,5.339643389524565 +FSU,mfh_s3,rural,2030,47.82354118521248,103.8538515774075,27210.4235036622,5.478617273241551 +FSU,mfh_s3,urban,2030,51.3429061897636,917.9485451510578,260240.87611177724,5.521749834743298 +FSU,mfh_s51_std,rural,2030,35.65343552191879,24.30956862073009,2169.411117564492,2.5030136897673416 +FSU,mfh_s51_std,urban,2030,38.46677978449432,684.5104597195003,137174.46436411203,5.209635676860273 +FSU,mfh_s52_low,rural,2030,17.04185541223791,0.8809610737275967,84.01888131123478,5.596329789502114 +FSU,mfh_s52_low,urban,2030,18.729894866743734,1.2643590727774427,116.89370289910224,4.936115887363498 +FSU,mfh_sr11_std,rural,2030,,54.5378773018413,5161.595135393102, +FSU,mfh_sr11_std,urban,2030,,8.781163097733254,981.574637124997, +FSU,mfh_sr12_low,rural,2030,,6.690848332405417,858.2621525332111, +FSU,mfh_sr12_low,urban,2030,,0.5685684759418885,73.37801443488674, +FSU,mfh_sr21_std,rural,2030,,36.194631904430345,2615.368627364812, +FSU,mfh_sr21_std,urban,2030,,20.244284876448333,2142.68623308678, +FSU,mfh_sr22_low,rural,2030,,4.525637334124153,501.8028466586889, +FSU,mfh_sr22_low,urban,2030,,1.2545485035511097,154.09343448093972, +FSU,mfh_sr31_std,rural,2030,,28.209621024617803,1715.4392288500292, +FSU,mfh_sr31_std,urban,2030,,18.20627640524689,1331.655964092463, +FSU,mfh_sr32_low,rural,2030,,1.971885325490644,159.76752990605914, +FSU,mfh_sr32_low,urban,2030,,0.4458068590013062,37.05688570286679, +FSU,sfh_s1,rural,2030,188.56014629449896,650.3004419827989,714478.8809694581,5.82673733038574 +FSU,sfh_s1,urban,2030,200.56128269578684,208.58657232664444,227106.8357891869,5.428711475906186 +FSU,sfh_s2,rural,2030,181.1450399182557,526.9966137366096,459581.5569002895,4.814246470287526 +FSU,sfh_s2,urban,2030,192.48467278925145,630.9044341941395,647048.7631027051,5.3281602527539365 +FSU,sfh_s3,rural,2030,114.31898027465358,383.4252599957492,253901.25248530204,5.79249650745696 +FSU,sfh_s3,urban,2030,121.65569464496242,423.7304414633738,284546.2067905272,5.519893417887754 +FSU,sfh_s51_std,rural,2030,84.22718797291225,62.77439613945394,10469.16555631692,1.9800548570998 +FSU,sfh_s51_std,urban,2030,89.80459642129672,313.3438210670422,144551.56673200557,5.136923551576957 +FSU,sfh_s52_low,rural,2030,36.6888014199283,16.1994375683185,2763.9481133964464,4.650465484199737 +FSU,sfh_s52_low,urban,2030,39.57967404187526,4.747333956352841,996.505139676296,5.303438610017684 +FSU,sfh_sr11_std,rural,2030,,146.48125502091,27016.96551959953, +FSU,sfh_sr11_std,urban,2030,,4.047575575483342,814.7553984105402, +FSU,sfh_sr12_low,rural,2030,,119.78635037175704,25545.844484252262, +FSU,sfh_sr12_low,urban,2030,,2.105358964240408,501.5632634615144, +FSU,sfh_sr21_std,rural,2030,,117.3194827702718,17046.23135864774, +FSU,sfh_sr21_std,urban,2030,,12.493545747763696,2375.5542007313056, +FSU,sfh_sr22_low,rural,2030,,98.37133872107644,16670.826426714568, +FSU,sfh_sr22_low,urban,2030,,6.086533955680442,1388.4503077618524, +FSU,sfh_sr31_std,rural,2030,,108.49432078875468,12283.800983632696, +FSU,sfh_sr31_std,urban,2030,,10.098879769652717,1340.0995404418975, +FSU,sfh_sr32_low,rural,2030,,47.73232053578565,7057.341882718517, +FSU,sfh_sr32_low,urban,2030,,2.492368716735528,415.5003935547532, +LAM,inf_ns,urban,2030,,1177.7046620466149,22732.164353774187, +LAM,mfh_s1,rural,2030,11.734953283073736,5.387679428145471,34.20031314754705,0.540937351940829 +LAM,mfh_s1,urban,2030,17.39348078174734,31.763682859910787,379.1057946206837,0.6861879224003592 +LAM,mfh_s2,rural,2030,10.491773635690206,8.528326301295023,46.5906358252456,0.5206980088102542 +LAM,mfh_s2,urban,2030,15.466880731485482,252.69302912975564,2442.0273170251858,0.6248194203822437 +LAM,mfh_s3,rural,2030,9.5728449345448,5.422429084549437,31.81487013385703,0.6129079432312817 +LAM,mfh_s3,urban,2030,14.056118281582108,451.77330629587584,3844.766890880729,0.6054580308467787 +LAM,mfh_s51_std,rural,2030,9.44458308208488,0.7346613975769791,2.6470747751865336,0.3815014540116344 +LAM,mfh_s51_std,urban,2030,13.85948654446876,286.5947023180954,2408.269680495237,0.6063031417109287 +LAM,mfh_s52_low,rural,2030,0.9356461239424204,1.724927909717601e-05,3.7944805371983593e-06,0.235109272441776 +LAM,mfh_s52_low,urban,2030,1.0431809713333997,0.0174974813601089,0.0128836137219609,0.705833877726634 +LAM,mfh_sr11_std,rural,2030,,0.0078041758986039,0.4031748329027585, +LAM,mfh_sr11_std,urban,2030,,0.0350355087217379,1.7361838768407278, +LAM,mfh_sr12_low,rural,2030,,5.357170827757295e-08,7.46443177566293e-07, +LAM,mfh_sr21_std,rural,2030,,0.010142599412882,0.4845672187102383, +LAM,mfh_sr21_std,urban,2030,,0.1973254286706988,8.94801629213031, +LAM,mfh_sr22_low,rural,2030,,4.8469640822566e-08,6.114903377411554e-07, +LAM,mfh_sr31_std,rural,2030,,0.007064738804962,0.3144707938253792, +LAM,mfh_sr31_std,urban,2030,,0.3171244838496284,13.38519423187502, +LAM,mfh_sr32_low,rural,2030,,3.061240473004168e-08,3.554343512642873e-07, +LAM,sfh_s1,rural,2030,31.56805960282636,945.7729586484328,15627.813611587648,0.5234358238982028 +LAM,sfh_s1,urban,2030,47.84997626684211,396.7240737292734,12125.708353597953,0.6387587125566839 +LAM,sfh_s2,rural,2030,28.527433433741454,1496.8063866596322,21711.314790460427,0.5084611741013166 +LAM,sfh_s2,urban,2030,43.14312953577765,3166.7077947869884,79906.31211167958,0.5848728358901696 +LAM,sfh_s3,rural,2030,26.46929394030581,948.5931284899611,15331.875926808549,0.6106227276984253 +LAM,sfh_s3,urban,2030,40.01185699522313,5668.7193867748665,130274.5195288318,0.5743621507677302 +LAM,sfh_s51_std,rural,2030,26.185180601839782,130.9935459172569,1484.411922323848,0.4327618431401679 +LAM,sfh_s51_std,urban,2030,39.58077395502615,3684.4167178833495,90042.60251597135,0.6174403575189351 +LAM,sfh_s52_low,rural,2030,4.006725816071103,0.0267803868850671,0.252642355796521,2.354505402296057 +LAM,sfh_s52_low,urban,2030,5.48322773892528,4.494998548707775,54.76234105802172,2.2218573154223766 +LAM,sfh_sr11_std,rural,2030,,16.23500944190846,690.0115392792734, +LAM,sfh_sr11_std,urban,2030,,12.477451678076,590.5198780945941, +LAM,sfh_sr12_low,rural,2030,,0.2065105690351044,7.256179454513075, +LAM,sfh_sr12_low,urban,2030,,0.0607968182539975,2.0100709075966146, +LAM,sfh_sr21_std,rural,2030,,25.73621423404189,966.3577211252108, +LAM,sfh_sr21_std,urban,2030,,87.90323411625535,3755.329171754336, +LAM,sfh_sr22_low,rural,2030,,0.182508623131644,5.8402986196259095, +LAM,sfh_sr22_low,urban,2030,,0.2206755477735271,6.626548611370278, +LAM,sfh_sr31_std,rural,2030,,19.59223212675879,681.1595952544687, +LAM,sfh_sr31_std,urban,2030,,149.61177523893392,5930.865149841973, +LAM,sfh_sr32_low,rural,2030,,0.0944055322493375,2.8074766249987766, +LAM,sfh_sr32_low,urban,2030,,0.2377444336573405,6.645249032288409, +MEA,inf_ns,urban,2030,,922.88987646938,49909.0664334819, +MEA,mfh_s1,rural,2030,29.764723740932496,55.09668609150693,1002.911828874612,0.6115548567660506 +MEA,mfh_s1,urban,2030,38.65301809789404,27.921271078524427,803.7180247675176,0.7447064461316998 +MEA,mfh_s2,rural,2030,26.69162714162626,94.62041250134358,1561.052581073499,0.618098436649403 +MEA,mfh_s2,urban,2030,34.7132282678955,180.6653687304692,4558.477659167568,0.7268585690345902 +MEA,mfh_s3,rural,2030,22.057479154314716,99.52860887950172,1345.5723695011468,0.6129192326257784 +MEA,mfh_s3,urban,2030,28.76645607181196,358.41766786650606,7679.086989379542,0.7447899642708539 +MEA,mfh_s51_std,rural,2030,20.72829785808926,46.18656925301072,625.665913461078,0.6535264215244163 +MEA,mfh_s51_std,urban,2030,27.0854826939562,388.71612805434535,7570.602797147951,0.7190536930230484 +MEA,mfh_s52_low,rural,2030,2.67036486960113,0.0039494410226956,0.0240004720012282,2.275692320606186 +MEA,mfh_s52_low,urban,2030,4.028545653973641,0.0572052832777536,0.3976858421373336,1.7256618571382607 +MEA,mfh_sr11_std,rural,2030,,0.7164426453237729,28.80690922660211, +MEA,mfh_sr11_std,urban,2030,,0.5920088182136226,26.85036188032985, +MEA,mfh_sr12_low,rural,2030,,8.845028643007376e-05,0.0018240202397244, +MEA,mfh_sr12_low,urban,2030,,6.771251599558132e-05,0.0013871623887477, +MEA,mfh_sr21_std,rural,2030,,1.166880543333774,42.45535515664619, +MEA,mfh_sr21_std,urban,2030,,3.417961409876925,151.7450042049412, +MEA,mfh_sr22_low,rural,2030,,4.857034085259819e-05,0.0008838305944842, +MEA,mfh_sr22_low,urban,2030,,0.0001702925133187,0.0030190857481775, +MEA,mfh_sr31_std,rural,2030,,0.8461328531909421,29.621547778375344, +MEA,mfh_sr31_std,urban,2030,,5.067005651426959,230.7731429832248, +MEA,mfh_sr32_low,rural,2030,,1.4419561555252413e-05,0.0002198982153665, +MEA,mfh_sr32_low,urban,2030,,0.0001202522990325,0.0017731069504967, +MEA,sfh_s1,rural,2030,75.85670326891506,837.8533176806211,37444.58061437004,0.5891515339039767 +MEA,sfh_s1,urban,2030,97.3101139918426,202.5217278872192,14370.788994398616,0.7292072994348349 +MEA,sfh_s2,rural,2030,69.4736343700237,1438.6605619302543,59269.00975002101,0.5929926550303056 +MEA,sfh_s2,urban,2030,88.92246856974509,1312.695032852072,82227.12945889562,0.7044331362784915 +MEA,sfh_s3,rural,2030,60.03501647189002,1509.9066514895253,52893.27824411871,0.5835065726705041 +MEA,sfh_s3,urban,2030,76.45601740237107,2600.2541482815886,142697.07202496487,0.7177737842545118 +MEA,sfh_s51_std,rural,2030,57.0425754730092,716.1816685684768,25217.5738091187,0.6172782494728182 +MEA,sfh_s51_std,urban,2030,72.62967157285844,2870.482598832401,140240.6588129841,0.6726744688831823 +MEA,sfh_s52_low,rural,2030,9.814977908264838,4.001038746036246,100.25280020840596,2.552903674477455 +MEA,sfh_s52_low,urban,2030,13.379005774112764,37.41497195630214,915.863071420602,1.8296216174959383 +MEA,sfh_sr11_std,rural,2030,,29.636995194406303,1382.266229364494, +MEA,sfh_sr11_std,urban,2030,,9.2782881197888,525.472483971078, +MEA,sfh_sr12_low,rural,2030,,2.7257275262064127,124.33109445192456, +MEA,sfh_sr12_low,urban,2030,,1.4702469267204197,64.03931650461345, +MEA,sfh_sr21_std,rural,2030,,51.237535538901085,2287.8243920821787, +MEA,sfh_sr21_std,urban,2030,,56.39426356615233,3206.010226949504, +MEA,sfh_sr22_low,rural,2030,,3.577558732850364,150.20242486944238, +MEA,sfh_sr22_low,urban,2030,,7.793457724175151,312.05457639904546, +MEA,sfh_sr31_std,rural,2030,,52.95613759928698,2147.7425207097967, +MEA,sfh_sr31_std,urban,2030,,108.84439448743024,5979.316000752383, +MEA,sfh_sr32_low,rural,2030,,2.137890534233176,77.87529812215507, +MEA,sfh_sr32_low,urban,2030,,9.645627709426174,336.90942322826965, +NAM,mfh_s1,rural,2030,82.69639826712788,43.497307761130045,6950.680364484668,1.932316868618568 +NAM,mfh_s1,urban,2030,70.52964270766337,474.069074537421,57514.91382063023,1.720153344467472 +NAM,mfh_s2,rural,2030,60.17283600220628,24.972114844000604,3026.701280272665,2.014251780636788 +NAM,mfh_s2,urban,2030,51.05353564869867,901.0218114393512,85242.53319279477,1.8530844815265812 +NAM,mfh_s3,rural,2030,49.70921108471192,8.369700429241428,1023.8367167725278,2.460843049124046 +NAM,mfh_s3,urban,2030,41.99876647144607,1126.9934020966243,88661.13110277256,1.8731620866204708 +NAM,mfh_s51_std,urban,2030,73.5945725250397,669.5561684971417,56946.84153295263,1.1556779818568343 +NAM,mfh_s52_low,urban,2030,7.937554654338519,28.283770543971475,622.220506968377,2.771534483025936 +NAM,mfh_sr11_std,rural,2030,,10.871784683900197,466.33605923438233, +NAM,mfh_sr11_std,urban,2030,,76.55222086042174,3627.517787736497, +NAM,mfh_sr12_low,rural,2030,,0.6253382411645856,41.687386920331086, +NAM,mfh_sr12_low,urban,2030,,1.2263396235444104,68.55747458293052, +NAM,mfh_sr21_std,rural,2030,,5.584625002395073,203.5916325497389, +NAM,mfh_sr21_std,urban,2030,,121.82427414927996,4493.549512754813, +NAM,mfh_sr22_low,rural,2030,,0.2054507581991364,11.3843846013188, +NAM,mfh_sr22_low,urban,2030,,1.1760774950866928,54.58302968367284, +NAM,mfh_sr31_std,rural,2030,,1.893398051791947,69.24767189193713, +NAM,mfh_sr31_std,urban,2030,,139.8406810438284,4237.308460821914, +NAM,mfh_sr32_low,rural,2030,,0.0671194733786254,3.5214733407528795, +NAM,mfh_sr32_low,urban,2030,,0.7897644297141038,32.39893782330472, +NAM,sfh_s1,rural,2030,203.33980270417155,3048.325521434965,1243296.895727591,2.0058160834095315 +NAM,sfh_s1,urban,2030,175.05413195701038,2381.109222852812,757775.1004410846,1.8179781003280604 +NAM,sfh_s2,rural,2030,150.10102812483387,1710.0251924265697,540994.5445804262,2.107689879366465 +NAM,sfh_s2,urban,2030,129.1403235187039,4493.588285071867,1092255.0684569515,1.8822136557476288 +NAM,sfh_s3,rural,2030,124.75864973611948,570.8927316065196,182156.75543182087,2.55752626535868 +NAM,sfh_s3,urban,2030,107.17596396921276,5636.228873071979,1119766.3427374244,1.853708284351657 +NAM,sfh_s51_std,urban,2030,185.5903186606859,1909.904913160132,153909.34411098898,0.434208103235043 +NAM,sfh_s52_low,urban,2030,19.38063764259675,2140.202690889992,76003.71079686236,1.832364331590126 +NAM,sfh_sr11_std,rural,2030,,534.5628384630118,29134.369412544314, +NAM,sfh_sr11_std,urban,2030,,591.3860290423588,38019.26853229344, +NAM,sfh_sr12_low,rural,2030,,569.0665457086905,52893.9630212027, +NAM,sfh_sr12_low,urban,2030,,230.30884835431124,19492.01421227458, +NAM,sfh_sr21_std,rural,2030,,329.3099372481372,15166.737502159727, +NAM,sfh_sr21_std,urban,2030,,1106.4288351060325,60921.246880996994, +NAM,sfh_sr22_low,rural,2030,,283.14055283378684,21090.495618354897, +NAM,sfh_sr22_low,urban,2030,,343.1856304867026,23089.604891830983, +NAM,sfh_sr31_std,rural,2030,,113.638978516565,5288.042855708611, +NAM,sfh_sr31_std,urban,2030,,1371.8056470185495,67468.3288314387, +NAM,sfh_sr32_low,rural,2030,,95.3763462233178,7033.231956038344, +NAM,sfh_sr32_low,urban,2030,,348.979624588412,19663.10473220858, +PAO,mfh_s1,rural,2030,73.51502132384644,16.246750941353344,1199.0373131044782,1.003899152919902 +PAO,mfh_s1,urban,2030,54.0707718976781,126.3098318151387,4675.198477764607,0.6845423580089196 +PAO,mfh_s2,rural,2030,55.79930206832088,10.13484901338529,549.9799811965787,0.9725251291489398 +PAO,mfh_s2,urban,2030,40.4821273091578,495.7548482392763,14174.933811945775,0.7063024997001811 +PAO,mfh_s3,rural,2030,30.191266332618994,11.771771687142376,369.37189729144654,1.0392994333095806 +PAO,mfh_s3,urban,2030,20.90155846066448,601.1421434953611,8981.82696296637,0.7148399887426423 +PAO,mfh_s51_std,rural,2030,27.008310389537304,0.1302669442826108,0.3434220800230367,0.0976105078630416 +PAO,mfh_s51_std,urban,2030,18.496210272458505,238.55597666070213,1731.1572441138003,0.3923407896015013 +PAO,mfh_s52_low,rural,2030,7.92104669082347,0.0005215735419468,0.0001582919704092,0.0383142879882196 +PAO,mfh_s52_low,urban,2030,4.39325274443708,0.7148341414052133,1.173679939168581,0.373730210749268 +PAO,mfh_sr11_std,rural,2030,,1.7711737236075145,43.91105481702198, +PAO,mfh_sr11_std,urban,2030,,4.155119164262521,94.13907906135984, +PAO,mfh_sr12_low,rural,2030,,0.0047951430562646,0.1017430941229093, +PAO,mfh_sr12_low,urban,2030,,0.0026017886731634,0.0487123601955813, +PAO,mfh_sr21_std,rural,2030,,1.0047687049934388,18.94572616500495, +PAO,mfh_sr21_std,urban,2030,,11.746248000980438,214.0504222657791, +PAO,mfh_sr22_low,rural,2030,,0.0011707931057239,0.018934165294796, +PAO,mfh_sr22_low,urban,2030,,0.003087610380989,0.0470100836222727, +PAO,mfh_sr31_std,rural,2030,,0.6164556679019063,7.36982269881718, +PAO,mfh_sr31_std,urban,2030,,1.2569491999986728,18.33357017763464, +PAO,mfh_sr32_low,rural,2030,,0.0001171284324685,0.0010696834593539, +PAO,mfh_sr32_low,urban,2030,,0.000112031676193,0.0010992906324066, +PAO,sfh_s1,rural,2030,181.4146385705439,945.937141371284,176686.97784763557,1.0296033252449055 +PAO,sfh_s1,urban,2030,136.74473589934956,320.67184818307766,29097.515649091554,0.6635665093723213 +PAO,sfh_s2,rural,2030,139.50758480374236,597.3192500424134,81740.7864546059,0.9809220127350928 +PAO,sfh_s2,urban,2030,104.7608864022302,1253.671370354832,88055.14737317248,0.670458460812992 +PAO,sfh_s3,rural,2030,77.51842152194855,669.5245645167479,52739.508831519386,1.0161659641721408 +PAO,sfh_s3,urban,2030,57.17689824123386,1519.8855354350644,56774.77349807374,0.6533169660041318 +PAO,sfh_s51_std,rural,2030,69.77638784345169,270.0590386288985,9633.815503526686,0.5112474140517085 +PAO,sfh_s51_std,urban,2030,51.27286178185185,705.7754236453063,12791.882208175755,0.3534926287903189 +PAO,sfh_s52_low,rural,2030,20.35462905816778,0.3743341935592201,6.474568900539676,0.8497441141714334 +PAO,sfh_s52_low,urban,2030,13.45863597731658,6.415405032955079,69.48436758340044,0.8047518466000262 +PAO,sfh_sr11_std,rural,2030,,237.91103499029728,9185.62871152026, +PAO,sfh_sr11_std,urban,2030,,64.51845050970651,1618.787090134373, +PAO,sfh_sr12_low,rural,2030,,64.76939125800216,2889.1942053083058, +PAO,sfh_sr12_low,urban,2030,,3.148696669794491,129.70006039003263, +PAO,sfh_sr21_std,rural,2030,,148.04911429344682,4738.687039908433, +PAO,sfh_sr21_std,urban,2030,,250.1727992693133,5064.024260542459, +PAO,sfh_sr22_low,rural,2030,,24.92750249668844,875.2742755804783, +PAO,sfh_sr22_low,urban,2030,,6.751075777255304,224.03897704599177, +PAO,sfh_sr31_std,rural,2030,,179.93477681369694,3574.383645712752, +PAO,sfh_sr31_std,urban,2030,,271.4703442371165,2950.275284032275, +PAO,sfh_sr32_low,rural,2030,,8.13851196201766,166.7240903668392, +PAO,sfh_sr32_low,urban,2030,,1.6960861373124454,32.466081004475406, +PAS,inf_ns,urban,2030,,665.7482198011083,2387.040115955596, +PAS,mfh_s1,rural,2030,3.788824488523777,154.64259632784533,1423.603176627331,2.4297149626142662 +PAS,mfh_s1,urban,2030,15.771068796603116,39.2262830741772,660.8106698204463,1.0681660302321343 +PAS,mfh_s2,rural,2030,3.788824488523777,225.8920184450649,779.6828889743282,0.9109879438125256 +PAS,mfh_s2,urban,2030,15.771068796603116,221.3852605902684,6934.708515377169,1.9861789827798768 +PAS,mfh_s3,rural,2030,3.5278065826042355,262.1472669415444,865.0553701445118,0.93539233328005 +PAS,mfh_s3,urban,2030,14.734230196024075,601.758601630954,16442.20504931298,1.8544293935538123 +PAS,mfh_s51_std,rural,2030,3.263697227386193,81.4309601597572,2.0612316144595733,0.0077558138475795 +PAS,mfh_s51_std,urban,2030,13.673969600972049,597.7854318427346,4300.987259206333,0.5261725880990182 +PAS,mfh_s52_low,rural,2030,0.5238539257290249,0.0034933043900003,5.4329178080533994e-08,2.9688380149613676e-05 +PAS,mfh_s52_low,urban,2030,2.365858489825168,0.6102790375338616,2.113420877669069,1.4637562966233575 +PAS,mfh_sr11_std,rural,2030,,0.7789468091098751,43.03969543046021, +PAS,mfh_sr11_std,urban,2030,,0.3742034914893189,19.883945298660528, +PAS,mfh_sr21_std,rural,2030,,0.4226232834403024,23.351501312150845, +PAS,mfh_sr21_std,urban,2030,,3.927114574693225,208.6739786353332, +PAS,mfh_sr31_std,rural,2030,,0.4675479731024258,24.152458564596, +PAS,mfh_sr31_std,urban,2030,,9.349234345222694,464.3865404314959, +PAS,sfh_s1,rural,2030,9.40514542576685,1179.75680911354,26081.46361650423,2.350574125986354 +PAS,sfh_s1,urban,2030,38.34144069394136,190.3574222998004,7649.811703110106,1.048123606286161 +PAS,sfh_s2,rural,2030,9.40514542576685,1677.7631445059558,14290.725320163076,0.9056452354034984 +PAS,sfh_s2,urban,2030,38.34144069394136,1046.0963987469202,77455.56189703559,1.931134284623623 +PAS,sfh_s3,rural,2030,8.791509221524276,1970.1789778575496,15256.128141128256,0.8807957513708132 +PAS,sfh_s3,urban,2030,35.89226851914735,2842.3267829132046,188175.49799955732,1.8445403435651684 +PAS,sfh_s51_std,rural,2030,8.186710664774559,638.8905033589264,59.126278906851695,0.0113043259931971 +PAS,sfh_s51_std,urban,2030,33.42798304087046,2810.2470497520635,34131.98791585612,0.3633347273411966 +PAS,sfh_s52_low,rural,2030,1.4316309414460588,0.0245621568335693,4.24511585757482e-05,0.001207235426263 +PAS,sfh_s52_low,urban,2030,6.252874223065266,131.40021868344306,1194.238152578676,1.4535004168388084 +PAS,sfh_sr11_std,rural,2030,,6.760913202030155,904.2482577624816, +PAS,sfh_sr11_std,urban,2030,,2.0738268682815817,266.9939230715632, +PAS,sfh_sr21_std,rural,2030,,3.657433646507025,489.1688303212581, +PAS,sfh_sr21_std,urban,2030,,20.99894128879076,2703.499410529216, +PAS,sfh_sr31_std,rural,2030,,3.874434974952198,485.2462964502424, +PAS,sfh_sr31_std,urban,2030,,51.09734910062945,6159.761089439276, +RCPA,inf_ns,urban,2030,,181.63350428210137,9565.579885816844, +RCPA,mfh_s1,rural,2030,6.701041021210691,277.8305890328677,2598.8007395867803,1.3958882304662887 +RCPA,mfh_s1,urban,2030,5.685688029556295,35.8816893790564,648.8992892026768,3.180690338167091 +RCPA,mfh_s2,rural,2030,5.062889502707298,478.1094576930068,3417.5833751666123,1.4118655278355663 +RCPA,mfh_s2,urban,2030,4.278005151455028,122.62374793222568,1698.647687937795,3.2380788735274253 +RCPA,mfh_s3,rural,2030,3.419832883710589,633.2975303208567,3127.3069163790688,1.4439688580371142 +RCPA,mfh_s3,urban,2030,2.8659548627173805,441.0144883333248,4235.060449580469,3.350714385370044 +RCPA,mfh_s51_std,urban,2030,2.6299602604209986,179.35819315747776,2516.6938585860685,5.335313985131947 +RCPA,sfh_s1,rural,2030,16.59768545780076,241.9771018858175,5484.368536260164,1.36554126851987 +RCPA,sfh_s1,urban,2030,14.192712111139484,5.145848104682969,224.40284949464217,3.0725998943814483 +RCPA,sfh_s2,rural,2030,12.538149344958589,412.9336427439055,7114.294665558159,1.374099378790655 +RCPA,sfh_s2,urban,2030,10.699434644722263,17.744150195080618,589.2224536207839,3.1035822047026222 +RCPA,sfh_s3,rural,2030,8.576730468055716,552.3639123840998,6565.223679400279,1.3858060979123852 +RCPA,sfh_s3,urban,2030,7.2965641518054545,64.74444366523,1486.473349323081,3.146561457471247 +RCPA,sfh_s51_std,urban,2030,6.719754826999609,25.08133135168348,847.7190514675998,5.029767726041945 +SAS,inf_ns,urban,2030,,1966.6645868481755,14312.158825767146, +SAS,mfh_s1,rural,2030,10.629190919395503,158.48123673822465,994.450598894144,0.590344000748013 +SAS,mfh_s1,urban,2030,7.10243524740392,136.30657545424629,376.55156720938527,0.388955905476324 +SAS,mfh_s2,rural,2030,10.629190919395503,257.2466994584912,1580.4011282498143,0.577985990430907 +SAS,mfh_s2,urban,2030,7.10243524740392,659.5572449785328,1613.707907940163,0.3444809015081611 +SAS,mfh_s3,rural,2030,9.804925353166862,334.16814981394526,1933.42903964484,0.590090865025421 +SAS,mfh_s3,urban,2030,6.506259014082712,1378.684005729175,3153.3291469226924,0.3515387622296511 +SAS,mfh_s51_std,rural,2030,8.98719042878908,139.2214757940014,399.433544307201,0.3192378349966354 +SAS,mfh_s51_std,urban,2030,5.921185304384903,1480.56714740162,1520.1691109954372,0.1734024153530735 +SAS,mfh_s52_low,rural,2030,0.9781742013454334,0.7066091697910972,6.5835984690125935,9.525063115246 +SAS,mfh_s52_low,urban,2030,0.4399614887671711,4.854163910539044,18.688987893839293,8.750979826542622 +SAS,mfh_sr11_std,rural,2030,,0.5679344917852402,28.29142547263369, +SAS,mfh_sr11_std,urban,2030,,0.1974539636307719,9.158344512744952, +SAS,mfh_sr21_std,rural,2030,,0.9062427646128765,44.68177376405424, +SAS,mfh_sr21_std,urban,2030,,0.8463265117262468,37.6496561149654, +SAS,mfh_sr31_std,rural,2030,,1.0922330453339162,51.24724837701488, +SAS,mfh_sr31_std,urban,2030,,1.5262054630475743,66.7438391386021, +SAS,sfh_s1,rural,2030,27.920219068923384,5105.481952378301,77009.87878892696,0.5402451453018802 +SAS,sfh_s1,urban,2030,19.475961621349654,388.3691995307644,2584.4154461554995,0.3416792758692666 +SAS,sfh_s2,rural,2030,27.920219068923384,8287.687472732332,122449.84640379086,0.5291832115065421 +SAS,sfh_s2,urban,2030,19.475961621349654,1879.9313178859245,11091.53570952748,0.3029359317641987 +SAS,sfh_s3,rural,2030,26.009493066659733,10766.763344851124,150649.05090979283,0.5379592072446252 +SAS,sfh_s3,urban,2030,18.098868704137963,3929.7174733196266,21937.540307569056,0.3084431816622405 +SAS,sfh_s51_std,rural,2030,24.19495241487609,4391.889372629624,15973.075450833068,0.1503184810696942 +SAS,sfh_s51_std,urban,2030,16.81882657838885,4194.81218053094,5647.745859504367,0.0800510315979816 +SAS,sfh_s52_low,rural,2030,3.38854677911892,130.5725242006753,1561.885676665542,3.5300751978009064 +SAS,sfh_s52_low,urban,2030,1.9686799182805228,53.71838444111759,476.7115547638204,4.507727190430194 +SAS,sfh_sr11_std,rural,2030,,34.97137725617738,2823.715503375269, +SAS,sfh_sr11_std,urban,2030,,2.0530566434337274,89.65694606046416, +SAS,sfh_sr21_std,rural,2030,,55.78984018143198,4471.259891567647, +SAS,sfh_sr21_std,urban,2030,,8.923197487484988,376.21173401851337, +SAS,sfh_sr31_std,rural,2030,,68.8187473153032,5228.030368042825, +SAS,sfh_sr31_std,urban,2030,,17.89335458215549,693.8735149736605, +WEU,mfh_s1,rural,2030,80.7214847219604,74.06213483354735,20385.54365661011,3.409862998796422 +WEU,mfh_s1,urban,2030,75.46094840597016,1306.701275801428,359863.2373182189,3.649546556504341 +WEU,mfh_s2,rural,2030,54.60195225078522,33.46030756482249,6390.245030136981,3.4976746688162867 +WEU,mfh_s2,urban,2030,50.90782756658002,1652.474782910995,277969.8475842223,3.3042909716143147 +WEU,mfh_s3,rural,2030,26.101564963582245,33.63148306789027,2974.288380606777,3.3882114707502167 +WEU,mfh_s3,urban,2030,24.201483293168184,2169.6567824059675,176452.69142717472,3.360433180931689 +WEU,mfh_s51_std,rural,2030,18.62191919237557,0.2151259022496718,8.978473882954587,2.241224602320233 +WEU,mfh_s51_std,urban,2030,17.232515999327646,295.20150757461613,13969.31704049692,2.7460466610866376 +WEU,mfh_s52_low,rural,2030,9.479374668926278,3.0557580975826646,57.49042052407565,1.984708936345814 +WEU,mfh_s52_low,urban,2030,8.760506566901418,1090.7766777395152,18870.15090008435,1.9747417587512293 +WEU,mfh_sr11_std,rural,2030,,7.477709702375359,547.2514508347126, +WEU,mfh_sr11_std,urban,2030,,111.35031205136028,8215.632757075366, +WEU,mfh_sr12_low,rural,2030,,9.371319341897502,527.1308685609639, +WEU,mfh_sr12_low,urban,2030,,92.27794272967256,5045.287771960323, +WEU,mfh_sr21_std,rural,2030,,3.3425849766394853,164.35839248183905, +WEU,mfh_sr21_std,urban,2030,,124.06996710416271,6149.516936441685, +WEU,mfh_sr22_low,rural,2030,,3.1088321427427794,111.1433656444974, +WEU,mfh_sr22_low,urban,2030,,79.67549145912953,2998.557632260149, +WEU,mfh_sr31_std,rural,2030,,2.2841797667036268,55.9146141511776, +WEU,mfh_sr31_std,urban,2030,,49.90482315073997,1386.8908459062554, +WEU,mfh_sr32_low,rural,2030,,1.1156460375563837,20.72218197742563, +WEU,mfh_sr32_low,urban,2030,,14.150612172319578,336.64065830441467, +WEU,sfh_s1,rural,2030,199.1571575477619,2768.0863710525155,1924478.5018681048,3.490900799844581 +WEU,sfh_s1,urban,2030,186.929981883403,1830.0142905406285,1240012.6829991487,3.624872055331192 +WEU,sfh_s2,rural,2030,136.7840900323082,1228.475689720369,587657.3019083927,3.497212198595397 +WEU,sfh_s2,urban,2030,128.21663961744198,2281.794136273731,955758.3740942084,3.266835465136856 +WEU,sfh_s3,rural,2030,66.90839717456522,1194.800245489452,263095.5771194719,3.291073774887172 +WEU,sfh_s3,urban,2030,62.47385740033076,2891.935943422987,567452.482415074,3.140816105325747 +WEU,sfh_s51_std,rural,2030,47.83149923897789,3.0531385365667214,256.79903809761845,1.7584615963190824 +WEU,sfh_s51_std,urban,2030,44.55263979646592,374.8374528192512,44158.589590819145,2.644227235480319 +WEU,sfh_s52_low,rural,2030,23.2687751503444,132.8333767557408,6189.746759443968,2.0025904703611 +WEU,sfh_s52_low,urban,2030,21.5589809218736,1808.1299459880463,76870.1456629938,1.9719678804987144 +WEU,sfh_sr11_std,rural,2030,,215.4827651704704,26393.82128554597, +WEU,sfh_sr11_std,urban,2030,,143.96434043239648,20480.40305078162, +WEU,sfh_sr12_low,rural,2030,,793.2721905785154,96088.71594285156, +WEU,sfh_sr12_low,urban,2030,,404.8445589964286,49527.609735867925, +WEU,sfh_sr21_std,rural,2030,,101.28047594699376,9520.035063695545, +WEU,sfh_sr21_std,urban,2030,,213.5438305027345,19201.157366768035, +WEU,sfh_sr22_low,rural,2030,,328.348796009017,27103.34574258481, +WEU,sfh_sr22_low,urban,2030,,428.2755008644608,34936.22629161896, +WEU,sfh_sr31_std,rural,2030,,125.29188230771054,6077.702628131394, +WEU,sfh_sr31_std,urban,2030,,271.50389717163296,14708.401427638615, +WEU,sfh_sr32_low,rural,2030,,218.3479390280121,9117.613465100225, +WEU,sfh_sr32_low,urban,2030,,354.73703126781976,15002.698003365786, +AFR,inf_ns,urban,2035,,2214.8335069463087,10455.250776200166, +AFR,mfh_s1,rural,2035,3.1013220072466567,37.36136858070751,117.34792774890548,1.012758244675615 +AFR,mfh_s1,urban,2035,4.18368698147431,14.910924300644377,130.44010414591952,2.0909680064882754 +AFR,mfh_s2,rural,2035,3.1011186438445857,76.33894492131111,268.49655426781544,1.1341596212845515 +AFR,mfh_s2,urban,2035,4.18368698147431,97.3763772958502,646.0428167297181,1.58580033368529 +AFR,mfh_s3,rural,2035,2.7852483450518424,113.52682250099352,316.22057522869824,1.0000638226237648 +AFR,mfh_s3,urban,2035,3.790118394145393,271.13402362200225,1471.0642572149357,1.4315115219884875 +AFR,mfh_s51_std,rural,2035,2.4944455680602524,110.5498484343658,146.66361204990008,0.531851261438982 +AFR,mfh_s51_std,urban,2035,3.418475844527482,659.5365464465668,1359.2299916817303,0.60286707715508 +AFR,mfh_s52_low,rural,2035,0.0516494338446167,0.0051274809686592,7.995820530447916e-05,0.3019210652862981 +AFR,mfh_s52_low,urban,2035,0.0994453850557055,0.0387097241415066,0.0040645587020166,1.0558657197442276 +AFR,mfh_sr11_std,rural,2035,,0.0569804571180981,0.7319180355500103, +AFR,mfh_sr11_std,urban,2035,,0.2299245729266607,2.8490578925321097, +AFR,mfh_sr21_std,rural,2035,,0.1655631473108048,2.1273824915784787, +AFR,mfh_sr21_std,urban,2035,,1.0749130858513944,13.318697664221483, +AFR,mfh_sr31_std,rural,2035,,0.1429883845367476,1.690464648399277, +AFR,mfh_sr31_std,urban,2035,,2.333398196883206,26.68082095047429, +AFR,sfh_s1,rural,2035,9.034579294709577,1411.3535617397192,11327.591199282488,0.8883698480756952 +AFR,sfh_s1,urban,2035,11.818416132375573,123.53980968081662,2748.2785438682467,1.8823247025056071 +AFR,sfh_s2,rural,2035,9.034251626334314,2881.2933799633706,25826.41433049757,0.9921662507523856 +AFR,sfh_s2,urban,2035,11.818416132375573,810.2418777802568,13667.88429623409,1.4273396488930634 +AFR,sfh_s3,rural,2035,8.348413847590809,4292.058325123271,32122.080926857987,0.8964665455276787 +AFR,sfh_s3,urban,2035,10.950517599152844,2260.5216326725563,31917.256313760387,1.289383879850853 +AFR,sfh_s51_std,rural,2035,7.802427876164306,4209.605146988164,17478.376299663403,0.5321449690530597 +AFR,sfh_s51_std,urban,2035,10.21436869661869,5577.164622546321,33727.99319551754,0.5920597094225017 +AFR,sfh_s52_low,rural,2035,0.5816583520100288,0.3506100900633586,0.2562201170290349,1.2563795141418206 +AFR,sfh_s52_low,urban,2035,0.9218978842013382,1.4923606064098085,3.362945711983521,2.444349269922097 +AFR,sfh_sr11_std,rural,2035,,13.547461226096573,333.69929179170026, +AFR,sfh_sr11_std,urban,2035,,4.57731037218701,129.3169001006468, +AFR,sfh_sr21_std,rural,2035,,32.01932777341391,813.8706343226993, +AFR,sfh_sr21_std,urban,2035,,22.690395235054112,625.6997719657727, +AFR,sfh_sr31_std,rural,2035,,36.519339400317456,834.3669379357588, +AFR,sfh_sr31_std,urban,2035,,52.34593326415611,1326.693807518995, +CHN,inf_ns,urban,2035,,2224.6739561345257,293350.4437857417, +CHN,mfh_s1,rural,2035,78.77142098402773,4373.060168801752,454118.4843558548,1.3183024128343308 +CHN,mfh_s1,urban,2035,66.83584295968217,575.4359808409577,32570.89151855433,0.8468825848700081 +CHN,mfh_s2,rural,2035,59.51478272570211,5661.310110157945,441976.2393886012,1.3117682800034718 +CHN,mfh_s2,urban,2035,50.28838708649175,2368.715542192205,101533.13231977944,0.852368061545669 +CHN,mfh_s3,rural,2035,40.20048451055713,3337.930641565559,183049.34086374287,1.364141978848438 +CHN,mfh_s3,urban,2035,33.68959185561655,8800.274412995022,256651.68615198732,0.8656695821403014 +CHN,mfh_s51_std,rural,2035,36.97277815159439,2.007872880474384,90.27790480305616,1.2160828742579703 +CHN,mfh_s51_std,urban,2035,30.91545122454072,15268.346847871437,447306.6582095681,0.947627719477715 +CHN,mfh_s52_low,rural,2035,13.433115933282863,4.307347413463104e-05,0.0020116677820958,3.476719040059488 +CHN,mfh_s52_low,urban,2035,10.72490364996518,18.584443227788988,518.2594971903775,2.600185400603742 +CHN,mfh_sr11_std,rural,2035,,375.5058549201205,18926.418436577176, +CHN,mfh_sr11_std,urban,2035,,26.63004894374931,1348.764530012098, +CHN,mfh_sr12_low,rural,2035,,49.46627124668972,2865.6005164289904, +CHN,mfh_sr12_low,urban,2035,,0.5816726682085918,31.307036546425326, +CHN,mfh_sr21_std,rural,2035,,388.67050390525895,18144.89153955748, +CHN,mfh_sr21_std,urban,2035,,109.79233891403436,4359.647531772346, +CHN,mfh_sr22_low,rural,2035,,47.78190540872569,2225.4834958202127, +CHN,mfh_sr22_low,urban,2035,,1.266845703395478,53.28061949380136, +CHN,mfh_sr31_std,rural,2035,,233.9704688958294,9061.223537399814, +CHN,mfh_sr31_std,urban,2035,,262.3642745092879,8269.40754959846, +CHN,mfh_sr32_low,rural,2035,,12.012328835173642,400.0654653368097, +CHN,mfh_sr32_low,urban,2035,,0.5222481509301903,15.266322621451256, +CHN,sfh_s1,rural,2035,195.1074861978212,3752.9792155460223,953316.4962296968,1.3019281444537616 +CHN,sfh_s1,urban,2035,166.83677910237435,81.88145644654111,11530.20887008129,0.8440337613510085 +CHN,sfh_s2,rural,2035,147.3872249529826,4601.8611736338735,884673.4819976508,1.3043365212497218 +CHN,sfh_s2,urban,2035,125.7729460277556,337.6006585494873,35870.790869423465,0.844793246199084 +CHN,sfh_s3,rural,2035,100.82034182857332,2748.109219340704,374742.2525145777,1.352541216110755 +CHN,sfh_s3,urban,2035,85.77185615183555,1269.190128525615,92855.70242342044,0.8529765377492654 +CHN,sfh_s51_std,urban,2035,78.99140368064847,2045.027653025712,142523.81495857873,0.8822840384313363 +CHN,sfh_s52_low,urban,2035,28.7570469183084,85.15619585103366,3091.356775701885,1.2623756012875216 +CHN,sfh_sr11_std,rural,2035,,235.2058824838571,15790.104332343628, +CHN,sfh_sr11_std,urban,2035,,3.2765006020454965,240.7776058656202, +CHN,sfh_sr12_low,rural,2035,,236.0786091395537,16065.0771821999, +CHN,sfh_sr12_low,urban,2035,,2.025982516259122,90.12583930844156, +CHN,sfh_sr21_std,rural,2035,,334.51685818034025,19876.53421743728, +CHN,sfh_sr21_std,urban,2035,,15.799577797427858,1048.2481551074577, +CHN,sfh_sr22_low,rural,2035,,228.025747613018,13305.506229148645, +CHN,sfh_sr22_low,urban,2035,,5.274768849094675,202.55917076752925, +CHN,sfh_sr31_std,rural,2035,,239.951512492652,12104.549638893151, +CHN,sfh_sr31_std,urban,2035,,67.13110615571775,3634.6557918713065, +CHN,sfh_sr32_low,rural,2035,,82.9896977963523,4192.8490907837895, +CHN,sfh_sr32_low,urban,2035,,6.865159527757305,258.22309311797034, +EEU,mfh_s1,rural,2035,64.12436316514965,113.43880596623268,27976.11401215105,3.845941531965103 +EEU,mfh_s1,urban,2035,63.30299418701474,272.78784203836886,59392.18805507845,3.439379218098993 +EEU,mfh_s2,rural,2035,61.257892110790976,27.86724398965184,6350.210073771767,3.719906499293325 +EEU,mfh_s2,urban,2035,60.47095129077096,460.8954209979429,95502.37192572944,3.4266122556783616 +EEU,mfh_s3,rural,2035,38.19078550746308,19.01867277370954,3057.8921458191635,4.2100123147022375 +EEU,mfh_s3,urban,2035,37.69964925217732,231.9212940485785,30001.566259095343,3.4313576968580546 +EEU,mfh_s51_std,urban,2035,27.70756747843088,218.53154374563675,18632.487324558624,3.0772182624113444 +EEU,mfh_s52_low,urban,2035,12.621275813052426,222.31131156644955,5430.95597690947,1.9355815068229636 +EEU,mfh_sr11_std,rural,2035,,44.02699461833664,2245.620782777108, +EEU,mfh_sr11_std,urban,2035,,52.18730389264817,2687.2885097712287, +EEU,mfh_sr12_low,rural,2035,,1.1208869383540865,42.69017425378467, +EEU,mfh_sr12_low,urban,2035,,0.836483723935962,31.61549084569589, +EEU,mfh_sr21_std,rural,2035,,10.434521594491097,501.4559570530749, +EEU,mfh_sr21_std,urban,2035,,85.16243243345808,4189.9596537813495, +EEU,mfh_sr22_low,rural,2035,,0.2291688404247232,8.293582536570085, +EEU,mfh_sr22_low,urban,2035,,1.2242875298819489,44.40805487081644, +EEU,mfh_sr31_std,rural,2035,,6.613637010359826,213.74516470779287, +EEU,mfh_sr31_std,urban,2035,,33.95364236758793,1032.0074581898352, +EEU,mfh_sr32_low,rural,2035,,0.0461184021649692,1.0914492675121608, +EEU,mfh_sr32_low,urban,2035,,0.135439484207166,3.0431021980200152, +EEU,sfh_s1,rural,2035,155.97355901445528,595.5222457131281,353602.7724950456,3.8068581128431886 +EEU,sfh_s1,urban,2035,154.00125595322768,187.01209076965736,97877.45897549605,3.398511451596773 +EEU,sfh_s2,rural,2035,150.12995088013693,155.45211677881673,86298.14256320345,3.697749317730291 +EEU,sfh_s2,urban,2035,148.2242811575877,341.93212772861665,171408.54743164798,3.3819969609722547 +EEU,sfh_s3,rural,2035,94.0451623485602,107.79113732687286,41916.06647956279,4.134861867135927 +EEU,sfh_s3,urban,2035,92.84094315572732,167.97553986171553,52438.23414621428,3.3625013636771044 +EEU,sfh_s51_std,urban,2035,67.87188465470435,123.6503473500755,25866.74502410144,3.0821696005082404 +EEU,sfh_s52_low,urban,2035,28.538979274615865,143.63515544035585,8093.621638698825,1.974438965840533 +EEU,sfh_sr11_std,rural,2035,,183.1338056725023,21526.38473594889, +EEU,sfh_sr11_std,urban,2035,,27.95983646991681,3375.261579579905, +EEU,sfh_sr12_low,rural,2035,,187.4686987397409,16862.328110434602, +EEU,sfh_sr12_low,urban,2035,,20.239716614600027,1817.2054539105864, +EEU,sfh_sr21_std,rural,2035,,50.44035301354104,5527.177214096147, +EEU,sfh_sr21_std,urban,2035,,53.0325887590405,6128.420736417323, +EEU,sfh_sr22_low,rural,2035,,45.43025036007893,3894.15993002581, +EEU,sfh_sr22_low,urban,2035,,34.636086307048345,2998.927427408758, +EEU,sfh_sr31_std,rural,2035,,46.359046132756845,3587.0208202428084, +EEU,sfh_sr31_std,urban,2035,,32.80416897857273,2362.8092261793054, +EEU,sfh_sr32_low,rural,2035,,19.855424918275045,1126.6811369440627, +EEU,sfh_sr32_low,urban,2035,,7.725965138798652,417.8217190928633, +FSU,mfh_s1,rural,2035,78.88906776442855,154.35192805956677,69602.64966576506,5.716061464249434 +FSU,mfh_s1,urban,2035,84.25923175677347,445.1374537011103,201734.1430050804,5.378581768528316 +FSU,mfh_s2,rural,2035,75.38516636437427,97.35757120068376,34549.322572203775,4.707430402036492 +FSU,mfh_s2,urban,2035,80.50069618939732,976.5261825764256,415098.13213497255,5.280405208996116 +FSU,mfh_s3,rural,2035,47.82354118521248,90.1057660050828,22991.37125926248,5.335443929229286 +FSU,mfh_s3,urban,2035,51.3429061897636,922.050248900492,258335.6253633604,5.4569410715882265 +FSU,mfh_s51_std,rural,2035,35.65343552191879,29.3951362157788,2541.957598099586,2.4254450539882364 +FSU,mfh_s51_std,urban,2035,38.46677978449432,950.4635483694626,188482.65758916608,5.15525437808315 +FSU,mfh_s52_low,rural,2035,17.04185541223791,1.5347789874527038,142.81637179354738,5.46028454038488 +FSU,mfh_s52_low,urban,2035,18.729894866743734,2.689325726865118,246.0385601710776,4.884548551287922 +FSU,mfh_sr11_std,rural,2035,,74.22127327587751,6603.760056538593, +FSU,mfh_sr11_std,urban,2035,,12.829195745920863,1339.0095511206318, +FSU,mfh_sr12_low,rural,2035,,9.69637923595445,1185.772603308135, +FSU,mfh_sr12_low,urban,2035,,0.8643005882943143,106.459876377011, +FSU,mfh_sr21_std,rural,2035,,47.02332804789075,3199.639544346894, +FSU,mfh_sr21_std,urban,2035,,27.777553490494864,2743.027122913189, +FSU,mfh_sr22_low,rural,2035,,6.178400642801156,652.2777305907834, +FSU,mfh_sr22_low,urban,2035,,1.787714974623243,209.53934043741071, +FSU,mfh_sr31_std,rural,2035,,37.54519244234797,2120.8183217594515, +FSU,mfh_sr31_std,urban,2035,,25.24889212247188,1744.2519440711576, +FSU,mfh_sr32_low,rural,2035,,2.746506937994306,212.2574758801032, +FSU,mfh_sr32_low,urban,2035,,0.6612074161455709,52.371613611110384, +FSU,sfh_s1,rural,2035,188.56014629449896,564.0933009259995,611886.9668721012,5.75268182436423 +FSU,sfh_s1,urban,2035,200.56128269578684,212.3609409170181,228696.86416553875,5.369557164899407 +FSU,sfh_s2,rural,2035,181.1450399182557,452.7645951972247,389896.2527164749,4.753901242374135 +FSU,sfh_s2,urban,2035,192.48467278925145,629.6889839411416,638799.107350408,5.270381485372933 +FSU,sfh_s3,rural,2035,114.31898027465358,336.384447139789,219023.70452941023,5.695565760551222 +FSU,sfh_s3,urban,2035,121.65569464496242,438.1835509161229,290969.2147482275,5.458314163711558 +FSU,sfh_s51_std,rural,2035,84.22718797291225,72.99184059793284,11775.67975292914,1.915399499430655 +FSU,sfh_s51_std,urban,2035,89.80459642129672,437.4812154107699,199763.7369049152,5.084622068819363 +FSU,sfh_s52_low,rural,2035,36.6888014199283,24.75662991870354,3858.268855677824,4.2478330408035045 +FSU,sfh_s52_low,urban,2035,39.57967404187526,9.059046741097193,1820.2638520924872,5.076678150003912 +FSU,sfh_sr11_std,rural,2035,,188.0823372799896,32954.24376589954, +FSU,sfh_sr11_std,urban,2035,,5.378837923540928,1028.8674253544932, +FSU,sfh_sr12_low,rural,2035,,163.30261666297883,33025.637723523774, +FSU,sfh_sr12_low,urban,2035,,2.975207878091723,673.340134951578, +FSU,sfh_sr21_std,rural,2035,,149.49013141683253,20623.00834958851, +FSU,sfh_sr21_std,urban,2035,,16.29896787447141,2944.3078960955054, +FSU,sfh_sr22_low,rural,2035,,132.5500649101421,21289.15370152799, +FSU,sfh_sr22_low,urban,2035,,8.433855016641209,1827.801307955162, +FSU,sfh_sr31_std,rural,2035,,143.095722630111,15290.676948272918, +FSU,sfh_sr31_std,urban,2035,,13.849729711704166,1741.5589830341949, +FSU,sfh_sr32_low,rural,2035,,66.65853658976765,9333.057891795825, +FSU,sfh_sr32_low,urban,2035,,3.645369153758861,579.3931570668005, +LAM,inf_ns,urban,2035,,1179.7604600616194,23126.974085824106, +LAM,mfh_s1,rural,2035,11.734953283073736,5.596931534977209,35.61475102782616,0.5422487421644351 +LAM,mfh_s1,urban,2035,17.39348078174734,32.72274790258837,392.1506185693216,0.6889958978059688 +LAM,mfh_s2,rural,2035,10.491773635690206,8.674603077517828,47.56095382181795,0.5225790942140169 +LAM,mfh_s2,urban,2035,15.466880731485482,254.86596342281,2484.9615566952425,0.6303838774185899 +LAM,mfh_s3,rural,2035,9.5728449345448,5.549459905654598,32.77598162329673,0.6169698839130666 +LAM,mfh_s3,urban,2035,14.056118281582108,461.2150279614001,3967.837720410254,0.6120473882284495 +LAM,mfh_s51_std,rural,2035,9.44458308208488,0.90302527152932,3.095488487985648,0.3629497465561426 +LAM,mfh_s51_std,urban,2035,13.85948654446876,410.49537374478416,3504.959055866226,0.6160664249933885 +LAM,mfh_s52_low,rural,2035,0.9356461239424204,2.961841449615597e-05,4.293726370844969e-06,0.154939066496783 +LAM,mfh_s52_low,urban,2035,1.0431809713333997,0.037986622499899,0.0292979224155865,0.7393438883584873 +LAM,mfh_sr11_std,rural,2035,,0.0206018184313714,0.7115800919861379, +LAM,mfh_sr11_std,urban,2035,,0.1454854158908981,4.603486404548558, +LAM,mfh_sr12_low,rural,2035,,1.965136424343917e-07,2.665884464638672e-06, +LAM,mfh_sr21_std,rural,2035,,0.0233507549904549,0.8015364726188551, +LAM,mfh_sr21_std,urban,2035,,0.3196912714642106,14.277033238181476, +LAM,mfh_sr22_low,rural,2035,,1.6606786684596488e-07,2.039824319858656e-06, +LAM,mfh_sr31_std,rural,2035,,0.0147093863891123,0.502932735010921, +LAM,mfh_sr31_std,urban,2035,,0.5070946418320768,21.43660482650756, +LAM,mfh_sr32_low,rural,2035,,8.026613564221634e-08,9.0736425595427e-07, +LAM,sfh_s1,rural,2035,31.56805960282636,979.0426271426394,16058.717408924613,0.5195906969499666 +LAM,sfh_s1,urban,2035,47.84997626684211,405.7243161030024,12350.210234292954,0.6361530107987281 +LAM,sfh_s2,rural,2035,28.527433433741454,1516.1024475820566,21856.76638851893,0.5053527820506772 +LAM,sfh_s2,urban,2035,43.14312953577765,3164.67157320266,79468.65704614283,0.5820436867152095 +LAM,sfh_s3,rural,2035,26.46929394030581,965.4169666744972,15553.64160568082,0.6086600588883375 +LAM,sfh_s3,urban,2035,40.01185699522313,5735.551885299035,131385.8266454014,0.5725120040114977 +LAM,sfh_s51_std,rural,2035,26.185180601839782,161.0073209858261,1751.5897211889694,0.4154618881768715 +LAM,sfh_s51_std,urban,2035,39.58077395502615,5271.630984831059,129961.5848866239,0.6228532213425398 +LAM,sfh_s52_low,rural,2035,4.006725816071103,0.0407402715527721,0.2901421622728633,1.7774496184415405 +LAM,sfh_s52_low,urban,2035,5.48322773892528,12.217997149814972,153.07836039235545,2.284954193967975 +LAM,sfh_sr11_std,rural,2035,,22.24828873944277,947.9586676330916, +LAM,sfh_sr11_std,urban,2035,,17.13937545487447,821.0518780990707, +LAM,sfh_sr12_low,rural,2035,,0.5232826662265586,17.89094630479214, +LAM,sfh_sr12_low,urban,2035,,0.1637339930826477,5.160969701833631, +LAM,sfh_sr21_std,rural,2035,,34.572884470308594,1299.0665622207305, +LAM,sfh_sr21_std,urban,2035,,119.08755640531297,5132.389399783527, +LAM,sfh_sr22_low,rural,2035,,0.4918737323590075,15.320119674423948, +LAM,sfh_sr22_low,urban,2035,,0.6143892788996814,17.68479131660608, +LAM,sfh_sr31_std,rural,2035,,26.61292478750412,926.4632506066577, +LAM,sfh_sr31_std,urban,2035,,206.2877345603053,8238.942768777633, +LAM,sfh_sr32_low,rural,2035,,0.2675041916708365,7.744931692787325, +LAM,sfh_sr32_low,urban,2035,,0.6951066626481506,18.930261986947635, +MEA,inf_ns,urban,2035,,904.4144420162932,51421.43504434281, +MEA,mfh_s1,rural,2035,29.764723740932496,57.277361920778176,1042.4078552800158,0.6114385439375117 +MEA,mfh_s1,urban,2035,38.65301809789404,28.71120858262724,825.3269088498371,0.7436885938861462 +MEA,mfh_s2,rural,2035,26.69162714162626,95.96991174998676,1583.5861469541985,0.6182036273381095 +MEA,mfh_s2,urban,2035,34.7132282678955,180.93452051734783,4552.450061624961,0.7248176369447148 +MEA,mfh_s3,rural,2035,22.057479154314716,102.1333845996715,1385.206152300079,0.6148806271353581 +MEA,mfh_s3,urban,2035,28.76645607181196,364.2557131666182,7791.634359248575,0.743593920288739 +MEA,mfh_s51_std,rural,2035,20.72829785808926,62.10499946645224,854.6631268882351,0.6639032036642147 +MEA,mfh_s51_std,urban,2035,27.0854826939562,557.9915476052145,11017.643965034593,0.7289949739561602 +MEA,mfh_s52_low,rural,2035,2.67036486960113,0.0106254244108619,0.0727590851681786,2.564308889099268 +MEA,mfh_s52_low,urban,2035,4.028545653973641,0.1660020229141439,1.2526319577522036,1.873103680926148 +MEA,mfh_sr11_std,rural,2035,,1.1858972649145882,44.66764909203757, +MEA,mfh_sr11_std,urban,2035,,0.8987646995669011,39.06599715211724, +MEA,mfh_sr12_low,rural,2035,,0.0005654572801627,0.0115375928263458, +MEA,mfh_sr12_low,urban,2035,,0.0002839853190512,0.0057970352845522, +MEA,mfh_sr21_std,rural,2035,,1.8986901415020567,64.7568097509863, +MEA,mfh_sr21_std,urban,2035,,5.136449068487812,216.1149408535604, +MEA,mfh_sr22_low,rural,2035,,0.0003498891329151,0.0063848126913248, +MEA,mfh_sr22_low,urban,2035,,0.000983116280798,0.0179984657873064, +MEA,mfh_sr31_std,rural,2035,,1.4251141966827996,45.83546444172875, +MEA,mfh_sr31_std,urban,2035,,7.751797812430545,332.3187614780938, +MEA,mfh_sr32_low,rural,2035,,5.046727702226754e-05,0.0007517099959217, +MEA,mfh_sr32_low,urban,2035,,0.0003236733276046,0.0046883537396817, +MEA,sfh_s1,rural,2035,75.85670326891506,861.1573107574648,38455.54238938246,0.5886843412978681 +MEA,sfh_s1,urban,2035,97.3101139918426,205.48989450240688,14562.748144032706,0.7282741385518371 +MEA,sfh_s2,rural,2035,69.4736343700237,1441.6853256846218,59447.892582034256,0.5935344985146933 +MEA,sfh_s2,urban,2035,88.92246856974509,1299.753347363177,81218.58461366055,0.7027210477572291 +MEA,sfh_s3,rural,2035,60.03501647189002,1529.1034553955003,53726.290872779326,0.5852552998274294 +MEA,sfh_s3,urban,2035,76.45601740237107,2615.235647997262,143269.32663716946,0.7165239649331706 +MEA,sfh_s51_std,rural,2035,57.0425754730092,956.5341235083586,33057.22101981466,0.6058522820534028 +MEA,sfh_s51_std,urban,2035,72.62967157285844,4055.38516052478,190922.78912103004,0.6482038142205693 +MEA,sfh_s52_low,rural,2035,9.814977908264838,11.94549668164868,300.2426398306284,2.560818693843674 +MEA,sfh_s52_low,urban,2035,13.379005774112764,119.44590240224652,2927.0880493199147,1.8316424053651736 +MEA,sfh_sr11_std,rural,2035,,45.69908023826986,1942.45343836677, +MEA,sfh_sr11_std,urban,2035,,13.53830417424412,708.0952811529348, +MEA,sfh_sr12_low,rural,2035,,4.686798154920361,204.90244797163177, +MEA,sfh_sr12_low,urban,2035,,2.4465807585850032,102.75544609088264, +MEA,sfh_sr21_std,rural,2035,,78.04113366469,3136.4343247744264, +MEA,sfh_sr21_std,urban,2035,,79.0324171417657,4146.781035701283, +MEA,sfh_sr22_low,rural,2035,,6.204780668196783,249.7820045383368, +MEA,sfh_sr22_low,urban,2035,,12.96994902298186,500.4347475989743, +MEA,sfh_sr31_std,rural,2035,,81.39900177448455,2971.9312695654435, +MEA,sfh_sr31_std,urban,2035,,149.3035014020602,7779.336260650567, +MEA,sfh_sr32_low,rural,2035,,4.1385769995638215,144.65284114404847, +MEA,sfh_sr32_low,urban,2035,,17.954513119288684,602.2253096575794, +NAM,mfh_s1,rural,2035,82.69639826712788,37.40750858947974,5761.5249748791175,1.8624819375122548 +NAM,mfh_s1,urban,2035,70.52964270766337,434.1863474415314,49584.40795649993,1.6191880311573494 +NAM,mfh_s2,rural,2035,60.17283600220628,21.05423929849767,2453.5762252939985,1.9366873655768315 +NAM,mfh_s2,urban,2035,51.05353564869867,800.8756011146048,72136.03298209146,1.764255046139109 +NAM,mfh_s3,rural,2035,49.70921108471192,7.419293679462118,865.3135180436458,2.346248756774227 +NAM,mfh_s3,urban,2035,41.99876647144607,1062.2397054684911,79908.51687195472,1.7911584412243144 +NAM,mfh_s51_std,urban,2035,73.5945725250397,885.8035808680597,72227.90191090417,1.107954130643684 +NAM,mfh_s52_low,urban,2035,7.937554654338519,51.84012838621029,1136.1949616129375,2.761213970158255 +NAM,mfh_sr11_std,rural,2035,,13.752660038809475,557.7644248156096, +NAM,mfh_sr11_std,urban,2035,,101.1806104162656,4558.866319999038, +NAM,mfh_sr12_low,rural,2035,,0.8029639038099006,51.18811110800727, +NAM,mfh_sr12_low,urban,2035,,1.6323716768690533,87.31508958642367, +NAM,mfh_sr21_std,rural,2035,,7.084698840753425,240.2280233251608, +NAM,mfh_sr21_std,urban,2035,,155.1621848769327,5433.660123505671, +NAM,mfh_sr22_low,rural,2035,,0.2594724900813696,13.76354575483613, +NAM,mfh_sr22_low,urban,2035,,1.508210728241124,66.90075108125251, +NAM,mfh_sr31_std,rural,2035,,2.417267836114056,84.95615408914381, +NAM,mfh_sr31_std,urban,2035,,189.28199610406944,5447.340604246586, +NAM,mfh_sr32_low,rural,2035,,0.0889346497064511,4.478192485608722, +NAM,mfh_sr32_low,urban,2035,,1.148318763646098,43.3438035509425, +NAM,sfh_s1,rural,2035,203.33980270417155,2528.8646554643224,1014151.223758994,1.972217166424025 +NAM,sfh_s1,urban,2035,175.05413195701038,2053.64793172586,635744.1687288858,1.7684143361487277 +NAM,sfh_s2,rural,2035,150.10102812483387,1390.9916074051105,431607.0086001036,2.0671896012914024 +NAM,sfh_s2,urban,2035,129.1403235187039,3739.4129577010335,881583.9000908656,1.825569417185418 +NAM,sfh_s3,rural,2035,124.75864973611948,481.04237388882046,150870.13624653706,2.513907437027308 +NAM,sfh_s3,urban,2035,107.17596396921276,4970.4564620676265,952840.1744200932,1.788654203725624 +NAM,sfh_s51_std,urban,2035,185.5903186606859,2365.1943531752822,163664.22595838775,0.3728478215283636 +NAM,sfh_s52_low,urban,2035,19.38063764259675,3076.680262342192,105240.28774512102,1.7649467210094156 +NAM,sfh_sr11_std,rural,2035,,675.3730903977054,35011.64735991122, +NAM,sfh_sr11_std,urban,2035,,767.2388779336209,46809.09215566225, +NAM,sfh_sr12_low,rural,2035,,718.861019307372,64086.035844352366, +NAM,sfh_sr12_low,urban,2035,,295.74094280466164,24029.87219219352, +NAM,sfh_sr21_std,rural,2035,,404.07533036909086,17752.993927622534, +NAM,sfh_sr21_std,urban,2035,,1392.876182160297,72080.47315214736, +NAM,sfh_sr22_low,rural,2035,,348.9487092857209,24954.497736459027, +NAM,sfh_sr22_low,urban,2035,,425.1003451765465,27450.95016951292, +NAM,sfh_sr31_std,rural,2035,,145.48942339303215,6455.031193862314, +NAM,sfh_sr31_std,urban,2035,,1838.2152079118348,84579.27539803743, +NAM,sfh_sr32_low,rural,2035,,122.82068254968355,8707.172147022095, +NAM,sfh_sr32_low,urban,2035,,461.553701659338,24936.089470270297, +PAO,mfh_s1,rural,2035,73.51502132384644,14.66927899978188,1044.478563172574,0.968533562291656 +PAO,mfh_s1,urban,2035,54.0707718976781,122.1134294705153,4397.151195779865,0.6659557933356125 +PAO,mfh_s2,rural,2035,55.79930206832088,9.183437398374071,481.08621600924266,0.9388341465846524 +PAO,mfh_s2,urban,2035,40.4821273091578,478.9163630488396,13365.37692979478,0.6893792530770942 +PAO,mfh_s3,rural,2035,30.191266332618994,10.847963299513092,330.2142026496292,1.0082453134093667 +PAO,mfh_s3,urban,2035,20.90155846066448,595.8957462271995,8855.026280360524,0.7109530145723755 +PAO,mfh_s51_std,rural,2035,27.008310389537304,0.1607352290478419,0.4156398589186801,0.0957433676707403 +PAO,mfh_s51_std,urban,2035,18.496210272458505,313.2312251055626,2215.7799236153287,0.382453658754382 +PAO,mfh_s52_low,rural,2035,7.92104669082347,0.0008201946623532,0.0002461755301329,0.0378918116527945 +PAO,mfh_s52_low,urban,2035,4.39325274443708,1.3929998481524994,2.2565140121556944,0.3687234652263417 +PAO,mfh_sr11_std,rural,2035,,2.327500105452218,55.07141814612389, +PAO,mfh_sr11_std,urban,2035,,5.889007940105747,126.3485461692718, +PAO,mfh_sr12_low,rural,2035,,0.0071183224268606,0.1425835243955676, +PAO,mfh_sr12_low,urban,2035,,0.005210466694999,0.0959612441117348, +PAO,mfh_sr21_std,rural,2035,,1.3113041614914058,23.551341930408583, +PAO,mfh_sr21_std,urban,2035,,18.038835540328456,306.00636456896655, +PAO,mfh_sr22_low,rural,2035,,0.0019011717980783,0.0291802102761264, +PAO,mfh_sr22_low,urban,2035,,0.0054126819678945,0.0759686330209592, +PAO,mfh_sr31_std,rural,2035,,0.99076996645118,10.67736726460808, +PAO,mfh_sr31_std,urban,2035,,2.632567909956102,34.9414471395888, +PAO,mfh_sr32_low,rural,2035,,0.0001834436654448,0.0015693325769953, +PAO,mfh_sr32_low,urban,2035,,0.0002790322748198,0.0026480679872055, +PAO,sfh_s1,rural,2035,181.4146385705439,793.6176632745015,145795.6940394287,1.012653911437261 +PAO,sfh_s1,urban,2035,136.74473589934956,289.9595601272122,25634.05369770537,0.6465010590965401 +PAO,sfh_s2,rural,2035,139.50758480374236,504.91083674025856,67492.93534225454,0.9581771380111954 +PAO,sfh_s2,urban,2035,104.7608864022302,1136.2537167369594,77632.35420084717,0.6521811993478559 +PAO,sfh_s3,rural,2035,77.51842152194855,577.4881032966966,44173.93689063574,0.9867750129242984 +PAO,sfh_s3,urban,2035,57.17689824123386,1405.1258911645991,51108.39435612569,0.6361454262873152 +PAO,sfh_s51_std,rural,2035,69.77638784345169,263.4222392213627,9108.726658466796,0.495560576125584 +PAO,sfh_s51_std,urban,2035,51.27286178185185,923.5291859843388,16124.570907331112,0.3405257698103511 +PAO,sfh_s52_low,rural,2035,20.35462905816778,0.3974250937365114,6.24816780133373,0.772385668498999 +PAO,sfh_s52_low,urban,2035,13.45863597731658,12.950691836098157,138.4426323187946,0.7942840328420391 +PAO,sfh_sr11_std,rural,2035,,299.8858784053283,10847.652852236966, +PAO,sfh_sr11_std,urban,2035,,86.79478637799723,2038.0519553379336, +PAO,sfh_sr12_low,rural,2035,,82.37987315424267,3513.0520040941988, +PAO,sfh_sr12_low,urban,2035,,4.262698121307106,167.31566881736023, +PAO,sfh_sr21_std,rural,2035,,187.6094763699395,5595.483558950747, +PAO,sfh_sr21_std,urban,2035,,333.72531299177723,6342.962336226116, +PAO,sfh_sr22_low,rural,2035,,31.937745814723293,1072.1529781767365, +PAO,sfh_sr22_low,urban,2035,,9.233084034369565,291.1484440905818, +PAO,sfh_sr31_std,rural,2035,,229.7790120887667,4301.568239242423, +PAO,sfh_sr31_std,urban,2035,,373.97527514911457,3858.533451533753, +PAO,sfh_sr32_low,rural,2035,,10.80836227457427,211.9929821209189, +PAO,sfh_sr32_low,urban,2035,,2.429855245574132,44.29592498755836, +PAS,inf_ns,urban,2035,,635.2210079818242,1255.5643919962347, +PAS,mfh_s1,rural,2035,3.788824488523777,162.99797442569286,1322.0116611094638,2.1406644203468543 +PAS,mfh_s1,urban,2035,15.771068796603116,41.02328619390674,649.9790828388369,1.0046338512152004 +PAS,mfh_s2,rural,2035,3.788824488523777,229.905609667672,706.686643596133,0.8112838437984249 +PAS,mfh_s2,urban,2035,15.771068796603116,218.45589348045132,6446.728693744733,1.8711754111023784 +PAS,mfh_s3,rural,2035,3.5278065826042355,257.7510024929437,747.5321575619712,0.8221001939388979 +PAS,mfh_s3,urban,2035,14.734230196024075,578.5792807229221,15026.80908594306,1.7626920301405458 +PAS,mfh_s51_std,rural,2035,3.263697227386193,102.57838973771254,2.8089683304355524,0.0083903698095333 +PAS,mfh_s51_std,urban,2035,13.673969600972049,834.1894049945464,5597.923650329932,0.4907583427325473 +PAS,mfh_s52_low,rural,2035,0.5238539257290249,0.0062607599892074,1.0021152522271125e-07,3.055486816520475e-05 +PAS,mfh_s52_low,urban,2035,2.365858489825168,1.2996975253113954,4.385539213214021,1.4262377988972774 +PAS,mfh_sr11_std,rural,2035,,0.985023169880073,55.64154696700815, +PAS,mfh_sr11_std,urban,2035,,0.5008838248476699,27.20907227266488, +PAS,mfh_sr21_std,rural,2035,,0.5207847723140084,29.41785666671225, +PAS,mfh_sr21_std,urban,2035,,4.968134349398055,269.87960049668703, +PAS,mfh_sr31_std,rural,2035,,0.5448741172295223,28.77572171575538, +PAS,mfh_sr31_std,urban,2035,,11.538128287396567,585.8995731997516, +PAS,sfh_s1,rural,2035,9.40514542576685,1246.5730787266516,24144.32132087098,2.0593574894384696 +PAS,sfh_s1,urban,2035,38.34144069394136,199.5339037912736,7506.766820069914,0.981223178786836 +PAS,sfh_s2,rural,2035,9.40514542576685,1714.3374703370564,12947.790490219748,0.8030338098754597 +PAS,sfh_s2,urban,2035,38.34144069394136,1035.620089513775,71881.47502755052,1.8102897241938785 +PAS,sfh_s3,rural,2035,8.791509221524276,1924.6371517841023,13026.985984200148,0.7698952586627874 +PAS,sfh_s3,urban,2035,35.89226851914735,2711.5790919167835,169904.70958668526,1.745750730862036 +PAS,sfh_s51_std,rural,2035,8.186710664774559,800.5165223797034,80.17686076178366,0.0122340233788092 +PAS,sfh_s51_std,urban,2035,33.42798304087046,3856.098716958645,34104.11189347931,0.264574770431308 +PAS,sfh_s52_low,rural,2035,1.4316309414460588,0.0450176749190377,8.249597670959738e-05,0.0012800255305745 +PAS,sfh_s52_low,urban,2035,6.252874223065266,240.7396962493741,2126.2419670804748,1.4124896841935333 +PAS,sfh_sr11_std,rural,2035,,8.577045060781778,1172.7046656829923, +PAS,sfh_sr11_std,urban,2035,,2.7879954519856067,366.9385902269959, +PAS,sfh_sr21_std,rural,2035,,4.530994021800405,619.5044786492692, +PAS,sfh_sr21_std,urban,2035,,26.6982053020218,3513.8514338632976, +PAS,sfh_sr31_std,rural,2035,,4.498080131763262,575.9156068757536, +PAS,sfh_sr31_std,urban,2035,,62.91211477591585,7753.118133977466, +RCPA,inf_ns,urban,2035,,173.14100083053123,9186.564066810686, +RCPA,mfh_s1,rural,2035,6.701041021210691,300.3406910507638,2871.995515492771,1.4270109486174751 +RCPA,mfh_s1,urban,2035,5.685688029556295,38.46878567243789,711.1964059285672,3.251606996684622 +RCPA,mfh_s2,rural,2035,5.062889502707298,500.6542258723042,3658.5275420451776,1.4433444730440077 +RCPA,mfh_s2,urban,2035,4.278005151455028,127.08202032701136,1799.655990947979,3.310275065510525 +RCPA,mfh_s3,rural,2035,3.419832883710589,601.3457371567339,3035.7332478898256,1.4761635809369384 +RCPA,mfh_s3,urban,2035,2.8659548627173805,413.3580908554601,4057.9795908512447,3.4254218965001155 +RCPA,mfh_s51_std,urban,2035,2.6299602604209986,251.7849133702365,3521.009927362495,5.317265662283012 +RCPA,sfh_s1,rural,2035,16.59768545780076,261.4132050738086,6056.985595830562,1.395987369747613 +RCPA,sfh_s1,urban,2035,14.192712111139484,5.513300860126756,245.7874805680648,3.1411065748418348 +RCPA,sfh_s2,rural,2035,12.538149344958589,428.63679781254046,7549.491374566909,1.4047362925117597 +RCPA,sfh_s2,urban,2035,10.699434644722263,18.226755338821835,618.7427268117427,3.17277965958881 +RCPA,sfh_s3,rural,2035,8.576730468055716,528.4356534795897,6420.8570526494,1.4167040239106066 +RCPA,sfh_s3,urban,2035,7.2965641518054545,61.28162003111983,1438.339878738108,3.216717181597373 +RCPA,sfh_s51_std,urban,2035,6.719754826999609,35.52272015464593,1194.1547549820252,5.002659795916796 +SAS,inf_ns,urban,2035,,2037.2686759747128,15146.92330401648, +SAS,mfh_s1,rural,2035,10.629190919395503,168.6167173180073,1027.892717990576,0.573517866042738 +SAS,mfh_s1,urban,2035,7.10243524740392,144.206421295797,386.1684232015003,0.3770377860392035 +SAS,mfh_s2,rural,2035,10.629190919395503,266.8418593461589,1593.6673010565642,0.5618798992541374 +SAS,mfh_s2,urban,2035,7.10243524740392,679.8877803860017,1614.9859735252971,0.3344446369282083 +SAS,mfh_s3,rural,2035,9.804925353166862,350.02415269537005,1974.4248155546068,0.5753051956254653 +SAS,mfh_s3,urban,2035,6.506259014082712,1440.5092703796815,3228.675238863501,0.3444902676624283 +SAS,mfh_s51_std,rural,2035,8.98719042878908,187.50875057077016,520.6993964895296,0.3089879836471579 +SAS,mfh_s51_std,urban,2035,5.921185304384903,2284.627882749852,2159.6666633267405,0.1596476753514719 +SAS,mfh_s52_low,rural,2035,0.9781742013454334,1.4054205884930029,11.355808117087042,8.260294469936934 +SAS,mfh_s52_low,urban,2035,0.4399614887671711,12.35236010468555,46.10116831229083,8.482958152402768 +SAS,mfh_sr11_std,rural,2035,,0.842581190194494,41.73906779928853, +SAS,mfh_sr11_std,urban,2035,,0.3734773205058164,13.67649385443556, +SAS,mfh_sr21_std,rural,2035,,1.31367285625682,64.33567868495786, +SAS,mfh_sr21_std,urban,2035,,1.549512054028307,54.957998548946826, +SAS,mfh_sr31_std,rural,2035,,1.5982769165411057,74.66089147315049, +SAS,mfh_sr31_std,urban,2035,,2.3605566094466925,97.21650887342676, +SAS,sfh_s1,rural,2035,27.920219068923384,5421.709344047346,78797.53124535679,0.5205441355313656 +SAS,sfh_s1,urban,2035,19.475961621349654,410.4606946226114,2621.5995629878203,0.3279411159124025 +SAS,sfh_s2,rural,2035,27.920219068923384,8580.55974732195,122225.0748612892,0.5101828678060453 +SAS,sfh_s2,urban,2035,19.475961621349654,1935.895537940104,10970.882891571226,0.2909783992159456 +SAS,sfh_s3,rural,2035,26.009493066659733,11258.418906611403,152294.42956682728,0.52008547728079 +SAS,sfh_s3,urban,2035,18.098868704137963,4099.745657374439,22159.23288376584,0.2986389003239003 +SAS,sfh_s51_std,rural,2035,24.19495241487609,5885.755073823689,19323.38187317523,0.1356926045512783 +SAS,sfh_s51_std,urban,2035,16.81882657838885,6471.185741585468,8045.309086189406,0.0739202071999183 +SAS,sfh_s52_low,rural,2035,3.38854677911892,219.9322508271001,2279.929641891619,3.0592786832708216 +SAS,sfh_s52_low,urban,2035,1.9686799182805228,98.5266285056046,802.0483123994375,4.134964603644092 +SAS,sfh_sr11_std,rural,2035,,55.19825922570301,4162.596159753296, +SAS,sfh_sr11_std,urban,2035,,3.05977403908305,130.72868344628557, +SAS,sfh_sr21_std,rural,2035,,86.20027653575998,6431.718773258632, +SAS,sfh_sr21_std,urban,2035,,13.118613961852391,535.8028460870173, +SAS,sfh_sr31_std,rural,2035,,105.98290283775334,7609.10180207634, +SAS,sfh_sr31_std,urban,2035,,27.08118835214148,1008.1580957943288, +WEU,mfh_s1,rural,2035,80.7214847219604,65.62082980969413,17403.498866023525,3.285532064636749 +WEU,mfh_s1,urban,2035,75.46094840597016,1204.303271544697,322659.6665757686,3.5504757878689777 +WEU,mfh_s2,rural,2035,54.60195225078522,28.43454082109203,5280.015322790831,3.4007976561650546 +WEU,mfh_s2,urban,2035,50.90782756658002,1473.2612648104969,240230.02372655604,3.203044329831624 +WEU,mfh_s3,rural,2035,26.101564963582245,30.892903975329247,2668.8327144809286,3.309756708327141 +WEU,mfh_s3,urban,2035,24.201483293168184,2076.629826201837,164721.956470331,3.277558259301124 +WEU,mfh_s51_std,rural,2035,18.62191919237557,0.2611017450369124,10.643767066232131,2.1890775622240377 +WEU,mfh_s51_std,urban,2035,17.232515999327646,396.4689670449507,18524.124661461152,2.711313929706655 +WEU,mfh_s52_low,rural,2035,9.479374668926278,3.762733100267033,69.91895801296653,1.960251724890727 +WEU,mfh_s52_low,urban,2035,8.760506566901418,1472.364972772702,24908.991379846622,1.9311297112754944 +WEU,mfh_sr11_std,rural,2035,,9.702972846234982,671.7818498055778, +WEU,mfh_sr11_std,urban,2035,,150.29790229853097,10531.792584033492, +WEU,mfh_sr12_low,rural,2035,,12.430861176258174,664.9316060747767, +WEU,mfh_sr12_low,urban,2035,,127.1851493704962,6645.154057514348, +WEU,mfh_sr21_std,rural,2035,,4.283089008885543,199.5406535505972, +WEU,mfh_sr21_std,urban,2035,,160.36129470070057,7536.124894087271, +WEU,mfh_sr22_low,rural,2035,,4.085095666179866,139.2592312243456, +WEU,mfh_sr22_low,urban,2035,,104.15381716847112,3733.113943603206, +WEU,mfh_sr31_std,rural,2035,,3.080510854645193,71.44172633847792, +WEU,mfh_sr31_std,urban,2035,,89.15987897375129,2284.6729833501263, +WEU,mfh_sr32_low,rural,2035,,1.5953029550346305,27.832726592915417, +WEU,mfh_sr32_low,urban,2035,,30.069667092886053,610.1933301048604, +WEU,sfh_s1,rural,2035,199.1571575477619,2339.062419192089,1594868.3880847576,3.423632334326568 +WEU,sfh_s1,urban,2035,186.929981883403,1618.1211436401532,1071384.6194877014,3.5420558997692884 +WEU,sfh_s2,rural,2035,136.7840900323082,996.1921138427398,466499.6551906022,3.4235182085788045 +WEU,sfh_s2,urban,2035,128.21663961744198,1933.835673874668,788052.0184909467,3.178271019184657 +WEU,sfh_s3,rural,2035,66.90839717456522,1029.9950373113293,220482.52288223212,3.199325379880904 +WEU,sfh_s3,urban,2035,62.47385740033076,2615.153245007513,493344.4505359438,3.019637306429132 +WEU,sfh_s51_std,rural,2035,47.83149923897789,3.6550811272575663,298.12455335371527,1.7052447893578049 +WEU,sfh_s51_std,urban,2035,44.55263979646592,502.8794491682227,58716.07275866308,2.620714251489382 +WEU,sfh_s52_low,rural,2035,23.2687751503444,163.51222737430686,7487.915926420884,1.9680548675863327 +WEU,sfh_s52_low,urban,2035,21.5589809218736,2440.605840485121,101183.9203293481,1.923028087507104 +WEU,sfh_sr11_std,rural,2035,,280.00915758917625,32110.22490031322, +WEU,sfh_sr11_std,urban,2035,,188.68352295954577,25357.35607915583, +WEU,sfh_sr12_low,rural,2035,,1026.6351424264858,117972.72473295066, +WEU,sfh_sr12_low,urban,2035,,527.0619478214887,61488.79904037647, +WEU,sfh_sr21_std,rural,2035,,125.15329366897777,11048.357110877205, +WEU,sfh_sr21_std,urban,2035,,267.45932874062487,22541.72886004289, +WEU,sfh_sr22_low,rural,2035,,407.5983334637834,32057.288561815643, +WEU,sfh_sr22_low,urban,2035,,535.7651291582627,41502.43934401997, +WEU,sfh_sr31_std,rural,2035,,161.86334625250296,7332.508097077534, +WEU,sfh_sr31_std,urban,2035,,364.9554005767733,18462.52765034661, +WEU,sfh_sr32_low,rural,2035,,285.81935018324924,11349.971067117573, +WEU,sfh_sr32_low,urban,2035,,478.448636741949,19231.5463328715, +AFR,inf_ns,urban,2040,,2107.6373901723714,10375.093147481144, +AFR,mfh_s1,rural,2040,3.1013220072466567,39.956405326385415,122.15640021758334,0.9857867015956732 +AFR,mfh_s1,urban,2040,4.18368698147431,15.072230837121248,125.1168784961996,1.9841713763117357 +AFR,mfh_s2,rural,2040,3.1011186438445857,79.24450023228223,269.4204075860518,1.096334235239343 +AFR,mfh_s2,urban,2040,4.18368698147431,96.63299856670444,605.580846508155,1.4979161076577707 +AFR,mfh_s3,rural,2040,2.7852483450518424,118.52286740962091,321.6161914877969,0.974253175878694 +AFR,mfh_s3,urban,2040,3.790118394145393,272.00388823642766,1392.7921009455067,1.351009510753581 +AFR,mfh_s51_std,rural,2040,2.4944455680602524,147.5485573487934,196.3723897660366,0.5335454568674779 +AFR,mfh_s51_std,urban,2040,3.418475844527482,1022.0319881750696,1816.4837237415363,0.5199175848133444 +AFR,mfh_s52_low,rural,2040,0.0516494338446167,0.0081513634894422,0.0001231573020873,0.2925259115789664 +AFR,mfh_s52_low,urban,2040,0.0994453850557055,0.0691394954975508,0.0062683182514945,0.9116753200600712 +AFR,mfh_sr11_std,rural,2040,,0.070830978163499,0.9260744611787148, +AFR,mfh_sr11_std,urban,2040,,0.295875884581184,3.714287505657, +AFR,mfh_sr21_std,rural,2040,,0.1998067012379255,2.61506348523356, +AFR,mfh_sr21_std,urban,2040,,1.3443249112441935,16.873319298066114, +AFR,mfh_sr31_std,rural,2040,,0.1733862604862302,2.091073231165362, +AFR,mfh_sr31_std,urban,2040,,2.8033132492834447,32.66569938574069, +AFR,sfh_s1,rural,2040,9.034579294709577,1506.0209252107045,11641.656540785456,0.8556099811444556 +AFR,sfh_s1,urban,2040,11.818416132375573,124.64512864012114,2624.78992181002,1.7818041333955357 +AFR,sfh_s2,rural,2040,9.034251626334314,2984.147909872502,25596.862783918496,0.949454620999658 +AFR,sfh_s2,urban,2040,11.818416132375573,802.6667010111046,12750.719561272936,1.3441265818331094 +AFR,sfh_s3,rural,2040,8.348413847590809,4470.737090256744,32247.91623232923,0.8640095764171312 +AFR,sfh_s3,urban,2040,10.950517599152844,2262.917630198279,29986.86876972243,1.2101180129292484 +AFR,sfh_s51_std,rural,2040,7.802427876164306,5618.407991148341,23413.93986396227,0.5341109265665531 +AFR,sfh_s51_std,urban,2040,10.21436869661869,8642.230819008893,45316.48798864464,0.513356249496046 +AFR,sfh_s52_low,rural,2040,0.5816583520100288,0.5777870330567005,0.4271876386420244,1.2711093628850598 +AFR,sfh_s52_low,urban,2040,0.9218978842013382,2.4209064344965565,5.2006763619640894,2.33023116059234 +AFR,sfh_sr11_std,rural,2040,,18.227242553503768,446.09373108615273, +AFR,sfh_sr11_std,urban,2040,,5.397470439664736,152.84510023984035, +AFR,sfh_sr21_std,rural,2040,,41.11314722643269,1037.8422214758182, +AFR,sfh_sr21_std,urban,2040,,26.26416699552127,722.3849786540977, +AFR,sfh_sr31_std,rural,2040,,49.24889791872258,1113.1483687945454, +AFR,sfh_sr31_std,urban,2040,,61.28794970298685,1548.643239516619, +CHN,inf_ns,urban,2040,,1818.6508901762347,243995.10463917453, +CHN,mfh_s1,rural,2040,78.77142098402773,4222.224317431759,436691.1911064432,1.3129991618231047 +CHN,mfh_s1,urban,2040,66.83584295968217,582.6525155815025,33431.80320327624,0.8585008824455983 +CHN,mfh_s2,rural,2040,59.51478272570211,5375.536511306157,418093.66643247847,1.3068535447408371 +CHN,mfh_s2,urban,2040,50.28838708649175,2343.0872445151576,101903.80377747292,0.8648369348649927 +CHN,mfh_s3,rural,2040,40.20048451055713,2888.200175945616,157595.58157407134,1.3573300364700536 +CHN,mfh_s3,urban,2040,33.68959185561655,7898.28917905259,233890.70034590515,0.8789904857082225 +CHN,mfh_s51_std,rural,2040,36.97277815159439,1.7163963795030497,77.76293267046609,1.22538611814019 +CHN,mfh_s51_std,urban,2040,30.91545122454072,17993.466803424755,531984.725268446,0.9563320838804296 +CHN,mfh_s52_low,rural,2040,13.433115933282863,3.683424456615136e-05,0.001730648980915,3.4976831171162024 +CHN,mfh_s52_low,urban,2040,10.72490364996518,30.88950536706713,843.5603563831683,2.5463131233139555 +CHN,mfh_sr11_std,rural,2040,,436.5533775039193,22324.263045799773, +CHN,mfh_sr11_std,urban,2040,,33.76807940420396,1728.4366848361349, +CHN,mfh_sr12_low,rural,2040,,63.42491304135906,3462.922256742648, +CHN,mfh_sr12_low,urban,2040,,0.7981899079006138,40.963040720331016, +CHN,mfh_sr21_std,rural,2040,,460.4409445732662,21389.247083782488, +CHN,mfh_sr21_std,urban,2040,,130.94201316574745,5251.370993800447, +CHN,mfh_sr22_low,rural,2040,,59.5394231211904,2672.281807718533, +CHN,mfh_sr22_low,urban,2040,,1.8303732224144225,74.35945074461517, +CHN,mfh_sr31_std,rural,2040,,250.5441418022888,9568.679032285076, +CHN,mfh_sr31_std,urban,2040,,306.86019222591386,9512.755835579575, +CHN,mfh_sr32_low,rural,2040,,15.746261735921848,504.8509733546285, +CHN,mfh_sr32_low,urban,2040,,0.8722589463675954,24.697788799774223, +CHN,sfh_s1,rural,2040,195.1074861978212,3600.095209617156,910404.0621699848,1.2961231481314257 +CHN,sfh_s1,urban,2040,166.83677910237435,82.55317584188047,11769.041169955104,0.8545067542255921 +CHN,sfh_s2,rural,2040,147.3872249529826,4310.20039528329,823703.8961201202,1.2966232832398976 +CHN,sfh_s2,urban,2040,125.7729460277556,329.14036952032694,35429.41499852401,0.8558459411621381 +CHN,sfh_s3,rural,2040,100.82034182857332,2362.964016792252,319988.2734577568,1.3431632148761528 +CHN,sfh_s3,urban,2040,85.77185615183555,1137.2586978119334,84199.69246583356,0.8631900581522003 +CHN,sfh_s51_std,urban,2040,78.99140368064847,2393.057251757692,165959.58161964754,0.8779492479224813 +CHN,sfh_s52_low,urban,2040,28.7570469183084,131.2682818125795,4369.066766144629,1.1574029760088904 +CHN,sfh_sr11_std,rural,2040,,269.4305112220019,18100.96904390182, +CHN,sfh_sr11_std,urban,2040,,4.017304135091586,294.2528853376065, +CHN,sfh_sr12_low,rural,2040,,297.84581636369,19027.053234433475, +CHN,sfh_sr12_low,urban,2040,,2.6915809416337617,113.928008776123, +CHN,sfh_sr21_std,rural,2040,,380.6046175390419,22370.7814972107, +CHN,sfh_sr21_std,urban,2040,,18.76688264561802,1231.1661654467423, +CHN,sfh_sr22_low,rural,2040,,280.4849636388001,15455.08695821988, +CHN,sfh_sr22_low,urban,2040,,7.13659476166095,256.77883540454656, +CHN,sfh_sr31_std,rural,2040,,251.4933774701414,12567.484508018117, +CHN,sfh_sr31_std,urban,2040,,74.43756723858951,4034.7249124814766, +CHN,sfh_sr32_low,rural,2040,,97.6339156362595,4595.434389115371, +CHN,sfh_sr32_low,urban,2040,,9.056897802955897,308.80284089525435, +EEU,mfh_s1,rural,2040,64.12436316514965,101.7224909483671,24772.88316233571,3.7978385878056464 +EEU,mfh_s1,urban,2040,63.30299418701474,264.3020479775116,57018.23236011223,3.4079166850996785 +EEU,mfh_s2,rural,2040,61.257892110790976,24.38792909355727,5478.733726339144,3.667272834191388 +EEU,mfh_s2,urban,2040,60.47095129077096,432.0059860346973,88683.64143314897,3.394743395262405 +EEU,mfh_s3,rural,2040,38.19078550746308,16.174309326666016,2574.2742814371686,4.167450808889787 +EEU,mfh_s3,urban,2040,37.69964925217732,216.9933506500724,27808.852438761303,3.399377002855365 +EEU,mfh_s51_std,rural,2040,28.06765222007525,0.0011908028276216,0.0790433802516053,2.3649369156874407 +EEU,mfh_s51_std,urban,2040,27.70756747843088,268.132891838227,22797.584531715194,3.068600440288177 +EEU,mfh_s52_low,rural,2040,12.780969209989566,0.0153643903703355,0.3610345553314186,1.838525464783227 +EEU,mfh_s52_low,urban,2040,12.621275813052426,273.0831441418061,6580.580763972361,1.9092643862285668 +EEU,mfh_sr11_std,rural,2040,,53.16871240439179,2585.4403030990143, +EEU,mfh_sr11_std,urban,2040,,65.06954943411226,3195.6059800345483, +EEU,mfh_sr12_low,rural,2040,,1.3270273595702309,48.4912581504845, +EEU,mfh_sr12_low,urban,2040,,1.011724162823844,36.694346694232685, +EEU,mfh_sr21_std,rural,2040,,12.30554700681377,563.111634161022, +EEU,mfh_sr21_std,urban,2040,,103.20006053932516,4842.024889116466, +EEU,mfh_sr22_low,rural,2040,,0.2647330349774464,9.183768731656524, +EEU,mfh_sr22_low,urban,2040,,1.4494824166354288,50.46710839119367, +EEU,mfh_sr31_std,rural,2040,,7.654373893948463,236.11803928372936, +EEU,mfh_sr31_std,urban,2040,,41.36026632316112,1199.4327166212106, +EEU,mfh_sr32_low,rural,2040,,0.0526372134670628,1.1978683620969055, +EEU,mfh_sr32_low,urban,2040,,0.1567238376878101,3.376775220875683, +EEU,sfh_s1,rural,2040,155.97355901445528,509.7047231855413,298065.57931128656,3.749230889413694 +EEU,sfh_s1,urban,2040,154.00125595322768,179.60396177537714,93004.40683745367,3.3625082011649363 +EEU,sfh_s2,rural,2040,150.12995088013693,129.17456650782356,70553.83649398251,3.638113794548896 +EEU,sfh_s2,urban,2040,148.2242811575877,317.19419377108693,157323.9692540098,3.346187813697692 +EEU,sfh_s3,rural,2040,94.0451623485602,90.40751173571812,34691.20991855701,4.080171988623375 +EEU,sfh_s3,urban,2040,92.84094315572732,160.62857491595076,49610.75030183278,3.3266985214810147 +EEU,sfh_s51_std,urban,2040,67.87188465470435,154.67241496639895,32300.32731786547,3.076834581767994 +EEU,sfh_s52_low,urban,2040,28.538979274615865,179.64321839025754,9988.80262998703,1.9483374069697452 +EEU,sfh_sr11_std,rural,2040,,218.58680433760563,24490.42806946416, +EEU,sfh_sr11_std,urban,2040,,34.38637289548218,3961.2390595113984, +EEU,sfh_sr12_low,rural,2040,,220.68656759066755,19047.16492625608, +EEU,sfh_sr12_low,urban,2040,,24.5217290266806,2113.961414126961, +EEU,sfh_sr21_std,rural,2040,,58.336653642927,6090.217166278455, +EEU,sfh_sr21_std,urban,2040,,62.88224827257054,6932.649744134933, +EEU,sfh_sr22_low,rural,2040,,51.87782630647987,4266.000141870797, +EEU,sfh_sr22_low,urban,2040,,40.51600759807191,3367.8454790020774, +EEU,sfh_sr31_std,rural,2040,,54.13685541447998,3996.25029395476, +EEU,sfh_sr31_std,urban,2040,,39.97133172162763,2745.1364020419987, +EEU,sfh_sr32_low,rural,2040,,22.806979570141067,1242.6453304424283, +EEU,sfh_sr32_low,urban,2040,,9.259837165172147,480.6067835692518, +FSU,mfh_s1,rural,2040,78.88906776442855,138.06943283572508,61166.23458801947,5.615615720679282 +FSU,mfh_s1,urban,2040,84.25923175677347,467.01739260798615,209316.16594780795,5.319272279295698 +FSU,mfh_s2,rural,2040,75.38516636437427,83.735866338531,29146.92247983795,4.617376522266861 +FSU,mfh_s2,urban,2040,80.50069618939732,965.1649776137058,405721.8032658403,5.221883232804382 +FSU,mfh_s3,rural,2040,47.82354118521248,75.8463855614512,18880.054528964483,5.205070590334586 +FSU,mfh_s3,urban,2040,51.3429061897636,907.3603233399624,251194.2147927209,5.3919940053041095 +FSU,mfh_s51_std,rural,2040,35.65343552191879,33.089371943332964,2766.311435524836,2.3448289300142355 +FSU,mfh_s51_std,urban,2040,38.46677978449432,1231.0361591428868,241568.6266811721,5.101335532348823 +FSU,mfh_s52_low,rural,2040,17.04185541223791,2.067241488220521,186.84059795700185,5.303507163418808 +FSU,mfh_s52_low,urban,2040,18.729894866743734,4.406721717266807,395.804659351229,4.795456290664829 +FSU,mfh_sr11_std,rural,2040,,92.43461495634,7772.591893983345, +FSU,mfh_sr11_std,urban,2040,,17.30898286594407,1689.1988769421334, +FSU,mfh_sr12_low,rural,2040,,12.453197326791532,1455.5794166920034, +FSU,mfh_sr12_low,urban,2040,,1.1644044932780002,136.95921600275165, +FSU,mfh_sr21_std,rural,2040,,56.25007639156952,3619.515299425095, +FSU,mfh_sr21_std,urban,2040,,35.31833379365345,3259.1769087739003, +FSU,mfh_sr22_low,rural,2040,,7.54151108318487,760.0774470731274, +FSU,mfh_sr22_low,urban,2040,,2.2655869110902787,253.6164420655844, +FSU,mfh_sr31_std,rural,2040,,45.49671333454173,2390.290904724739, +FSU,mfh_sr31_std,urban,2040,,31.43292489640061,2048.01394623575, +FSU,mfh_sr32_low,rural,2040,,3.336505806333347,246.2038470135581, +FSU,mfh_sr32_low,urban,2040,,0.8423159828833591,63.64557661785168, +FSU,sfh_s1,rural,2040,188.56014629449896,490.50370577155496,525169.0681600843,5.678151023897558 +FSU,sfh_s1,urban,2040,200.56128269578684,216.14416427219484,230202.38386601527,5.310301796859617 +FSU,sfh_s2,rural,2040,181.1450399182557,387.7177320557194,329486.5737726995,4.691325986160689 +FSU,sfh_s2,urban,2040,192.48467278925145,623.957073414198,626026.7416523064,5.212451410645501 +FSU,sfh_s3,rural,2040,114.31898027465358,290.72106923899184,186203.23442614867,5.602635534457694 +FSU,sfh_s3,urban,2040,121.65569464496242,446.3668878462493,292971.91675683775,5.395125841231264 +FSU,sfh_s51_std,rural,2040,84.22718797291225,81.0792899106832,12629.87859009638,1.849425910254988 +FSU,sfh_s51_std,urban,2040,89.80459642129672,571.604587558773,258438.1931645133,5.034570478583354 +FSU,sfh_s52_low,rural,2040,36.6888014199283,32.13022996137868,4691.469741108536,3.9798028766469153 +FSU,sfh_s52_low,urban,2040,39.57967404187526,14.12287347357592,2696.646614459112,4.82423834109473 +FSU,sfh_sr11_std,rural,2040,,223.6198736479784,37333.350234055055, +FSU,sfh_sr11_std,urban,2040,,6.61205240150811,1205.192216324142, +FSU,sfh_sr12_low,rural,2040,,200.10132474203564,38620.68838459893, +FSU,sfh_sr12_low,urban,2040,,3.766653315752518,813.6640855808392, +FSU,sfh_sr21_std,rural,2040,,175.29711580347842,23032.79109347705, +FSU,sfh_sr21_std,urban,2040,,19.529222742049253,3360.6627708738806, +FSU,sfh_sr22_low,rural,2040,,159.64640032812866,24473.541887006028, +FSU,sfh_sr22_low,urban,2040,,10.396764930643384,2150.659936684223, +FSU,sfh_sr31_std,rural,2040,,171.96083475884342,17397.05339543182, +FSU,sfh_sr31_std,urban,2040,,17.166138783130545,2053.9779587355592, +FSU,sfh_sr32_low,rural,2040,,82.07930104103664,10936.56112094276, +FSU,sfh_sr32_low,urban,2040,,4.662279576199288,708.9156508108886, +LAM,inf_ns,urban,2040,,1156.4676785678903,22826.215509893653, +LAM,mfh_s1,rural,2040,11.734953283073736,5.762655610006089,36.21952443544973,0.5355977116420464 +LAM,mfh_s1,urban,2040,17.39348078174734,33.53499821953708,401.6145655840053,0.6885328509496742 +LAM,mfh_s2,rural,2040,10.491773635690206,8.733033115953702,47.397032918480384,0.5172936371237079 +LAM,mfh_s2,urban,2040,15.466880731485482,254.3103944516945,2476.9368525317186,0.6297208698030068 +LAM,mfh_s3,rural,2040,9.5728449345448,5.576027243431547,32.70419845535684,0.6126854945814089 +LAM,mfh_s3,urban,2040,14.056118281582108,463.0792974977076,3990.280642028256,0.6130313328341236 +LAM,mfh_s51_std,rural,2040,9.44458308208488,1.042152147036198,3.462937233769835,0.3518282442332394 +LAM,mfh_s51_std,urban,2040,13.85948654446876,542.538945828162,4678.303477382093,0.6221718107923373 +LAM,mfh_s52_low,rural,2040,0.9356461239424204,4.071155292852369e-05,4.622790134329785e-06,0.1213598095525736 +LAM,mfh_s52_low,urban,2040,1.0431809713333997,0.0617912503896486,0.0502651083754804,0.7797941687023953 +LAM,mfh_sr11_std,rural,2040,,0.0419833470491559,1.1574326075557249, +LAM,mfh_sr11_std,urban,2040,,0.2596093600717611,7.653174745036432, +LAM,mfh_sr12_low,rural,2040,,4.461957985793205e-07,5.878710902024745e-06, +LAM,mfh_sr12_low,urban,2040,,3.98236676674508e-07,4.9706407484232525e-06, +LAM,mfh_sr21_std,rural,2040,,0.0451763139665911,1.2400478391072367, +LAM,mfh_sr21_std,urban,2040,,1.102660341778362,31.647821086120643, +LAM,mfh_sr22_low,rural,2040,,3.6885519349223844e-07,4.400186348953408e-06, +LAM,mfh_sr31_std,rural,2040,,0.0259862898042602,0.7413513855381284, +LAM,mfh_sr31_std,urban,2040,,1.1087244201763655,37.085698300562456, +LAM,mfh_sr32_low,rural,2040,,1.4873193285977354e-07,1.632907345317342e-06, +LAM,sfh_s1,rural,2040,31.56805960282636,1005.5396181796302,16161.8496364548,0.5091479360767309 +LAM,sfh_s1,urban,2040,47.84997626684211,412.68684408504686,12446.656193640643,0.630304405163775 +LAM,sfh_s2,rural,2040,28.527433433741454,1520.794694970098,21499.79128595491,0.4955653745770935 +LAM,sfh_s2,urban,2040,43.14312953577765,3136.72293114006,77997.04687776233,0.5763553859531787 +LAM,sfh_s3,rural,2040,26.46929394030581,964.6935128051236,15265.965946389337,0.5978504691828922 +LAM,sfh_s3,urban,2040,40.01185699522313,5712.0009008259685,129420.2243773869,0.5662721111992969 +LAM,sfh_s51_std,rural,2040,26.185180601839782,185.80314954884344,1973.04191561994,0.4055343689836012 +LAM,sfh_s51_std,urban,2040,39.58077395502615,6958.468511246319,171925.75683977056,0.6242276424778956 +LAM,sfh_s52_low,rural,2040,4.006725816071103,0.0583581691623997,0.3277636967463438,1.401746777634841 +LAM,sfh_s52_low,urban,2040,5.48322773892528,25.16321737185937,317.844089153201,2.3036244852741685 +LAM,sfh_sr11_std,rural,2040,,28.639208673246223,1219.0178810779337, +LAM,sfh_sr11_std,urban,2040,,21.94977753991653,1060.4857544828378, +LAM,sfh_sr12_low,rural,2040,,1.0032691357684755,33.22246957675377, +LAM,sfh_sr12_low,urban,2040,,0.3136502894941611,9.51074546448188, +LAM,sfh_sr21_std,rural,2040,,43.73698225196828,1640.9118259578972, +LAM,sfh_sr21_std,urban,2040,,149.38439650480834,6483.486906601234, +LAM,sfh_sr22_low,rural,2040,,0.948111454867876,28.58509604420368, +LAM,sfh_sr22_low,urban,2040,,1.1932440512695532,33.019330085165706, +LAM,sfh_sr31_std,rural,2040,,33.829783935361284,1176.115143609507, +LAM,sfh_sr31_std,urban,2040,,260.8685915874189,10488.472953332104, +LAM,sfh_sr32_low,rural,2040,,0.523142394750215,14.707017131655476, +LAM,sfh_sr32_low,urban,2040,,1.4044340197246388,36.80872806157653, +MEA,inf_ns,urban,2040,,868.1412282829981,51641.623452550186, +MEA,mfh_s1,rural,2040,29.764723740932496,59.22305503011672,1071.2357140712963,0.6077043994794947 +MEA,mfh_s1,urban,2040,38.65301809789404,29.108630009706086,835.6101414532561,0.7426745233240432 +MEA,mfh_s2,rural,2040,26.69162714162626,96.55417203386202,1583.975393470176,0.6146138421927659 +MEA,mfh_s2,urban,2040,34.7132282678955,178.42670651907306,4476.175819959952,0.7226903797625409 +MEA,mfh_s3,rural,2040,22.057479154314716,103.04805807180108,1390.373303867183,0.6116961273684735 +MEA,mfh_s3,urban,2040,28.76645607181196,361.6557738478076,7705.5723739583555,0.7406672454450971 +MEA,mfh_s51_std,rural,2040,20.72829785808926,77.25273839501583,1074.6407404159777,0.6710977417084987 +MEA,mfh_s51_std,urban,2040,27.0854826939562,749.5818837786096,14971.043896441006,0.7373886054473744 +MEA,mfh_s52_low,rural,2040,2.67036486960113,0.0198039232386195,0.1462186811171275,2.7649101450516635 +MEA,mfh_s52_low,urban,2040,4.028545653973641,0.3359583260776928,2.631031475938077,1.9439824744528436 +MEA,mfh_sr11_std,rural,2040,,1.7077170384891929,62.49212639286117, +MEA,mfh_sr11_std,urban,2040,,1.3114693278756775,53.986154481914845, +MEA,mfh_sr12_low,rural,2040,,0.0013856438946418,0.0270907635553914, +MEA,mfh_sr12_low,urban,2040,,0.0007564626799811,0.0145685435016079, +MEA,mfh_sr21_std,rural,2040,,2.678779763367061,88.64474535148324, +MEA,mfh_sr21_std,urban,2040,,7.1766399065968045,287.6658238642645, +MEA,mfh_sr22_low,rural,2040,,0.001080780183103,0.01884040177785, +MEA,mfh_sr22_low,urban,2040,,0.0024760234569851,0.0446692282244348, +MEA,mfh_sr31_std,rural,2040,,2.174645195770781,65.27804758863614, +MEA,mfh_sr31_std,urban,2040,,11.218143004697223,447.11220126121407, +MEA,mfh_sr32_low,rural,2040,,0.0002206371951579,0.0032927208706858, +MEA,mfh_sr32_low,urban,2040,,0.000991745802514,0.0146483934377818, +MEA,sfh_s1,rural,2040,75.85670326891506,879.9812334051203,39051.188664499525,0.5850148400683082 +MEA,sfh_s1,urban,2040,97.3101139918426,206.05700149503429,14584.266589592722,0.7273429560017884 +MEA,sfh_s2,rural,2040,69.4736343700237,1432.53012988436,58774.24778261848,0.5905590045023751 +MEA,sfh_s2,urban,2040,88.92246856974509,1268.395575215868,78982.00941756305,0.700264241045337 +MEA,sfh_s3,rural,2040,60.03501647189002,1522.9192564641726,53213.23102336659,0.5820202794867768 +MEA,sfh_s3,urban,2040,76.45601740237107,2567.4748534669625,139826.55328916712,0.7123144949351118 +MEA,sfh_s51_std,rural,2040,57.0425754730092,1182.286872582186,39986.72481133491,0.5929169156230718 +MEA,sfh_s51_std,urban,2040,72.62967157285844,5366.560040173595,243534.1193432836,0.624812546827722 +MEA,sfh_s52_low,rural,2040,9.814977908264838,22.51175838703153,553.9909651638403,2.5072863520361426 +MEA,sfh_s52_low,urban,2040,13.379005774112764,242.57614741168453,5802.338855347636,1.7878503029592834 +MEA,sfh_sr11_std,rural,2040,,63.15177048486938,2559.08290488856, +MEA,sfh_sr11_std,urban,2040,,17.94828033885779,900.7877053299306, +MEA,sfh_sr12_low,rural,2040,,6.895388726329564,288.8145967287064, +MEA,sfh_sr12_low,urban,2040,,3.532502599394548,142.87078267238584, +MEA,sfh_sr21_std,rural,2040,,105.51005026141104,4017.006081915202, +MEA,sfh_sr21_std,urban,2040,,101.06162531946406,5075.974107929129, +MEA,sfh_sr22_low,rural,2040,,9.174820665911222,354.0847296444628, +MEA,sfh_sr22_low,urban,2040,,18.812016337580204,699.0094103474668, +MEA,sfh_sr31_std,rural,2040,,110.99714060583798,3823.615493090578, +MEA,sfh_sr31_std,urban,2040,,192.8258968425217,9608.504650014898, +MEA,sfh_sr32_low,rural,2040,,6.674861083680075,223.39256230119724, +MEA,sfh_sr32_low,urban,2040,,28.67833663413627,922.9467750226336, +NAM,mfh_s1,rural,2040,82.69639826712788,32.31142947613316,4797.103783806887,1.7952971757102447 +NAM,mfh_s1,urban,2040,70.52964270766337,401.6849542276988,43581.549632295166,1.538315513555 +NAM,mfh_s2,rural,2040,60.17283600220628,17.983936849376946,2000.2729718989144,1.848434293068438 +NAM,mfh_s2,urban,2040,51.05353564869867,709.5528102883713,61012.897625514735,1.6842676320652 +NAM,mfh_s3,rural,2040,49.70921108471192,6.629292876265127,738.6412895468101,2.241452314199611 +NAM,mfh_s3,urban,2040,41.99876647144607,999.9735461690948,71852.59182269326,1.7108715013843012 +NAM,mfh_s51_std,urban,2040,73.5945725250397,1106.602850269981,90678.90947778082,1.1134448658261495 +NAM,mfh_s52_low,urban,2040,7.937554654338519,71.27647961149744,1577.697523422962,2.78862921962522 +NAM,mfh_sr11_std,rural,2040,,15.773649497627838,608.0056084653131, +NAM,mfh_sr11_std,urban,2040,,117.11744848571132,5033.900876888341, +NAM,mfh_sr12_low,rural,2040,,0.9215873323233454,56.60411567976, +NAM,mfh_sr12_low,urban,2040,,1.8881173173079329,97.7964612333882, +NAM,mfh_sr21_std,rural,2040,,7.703277492263636,252.2863024453304, +NAM,mfh_sr21_std,urban,2040,,176.72322933697578,5892.401330928763, +NAM,mfh_sr22_low,rural,2040,,0.2887167637140552,14.780191514739888, +NAM,mfh_sr22_low,urban,2040,,1.6825794032733392,72.19180716413109, +NAM,mfh_sr31_std,rural,2040,,2.7756310512666977,93.59459970500384, +NAM,mfh_sr31_std,urban,2040,,230.99434475152484,6327.514982054559, +NAM,mfh_sr32_low,rural,2040,,0.1040750309130421,5.060290366940347, +NAM,mfh_sr32_low,urban,2040,,1.4001520573176125,50.42372292630031, +NAM,sfh_s1,rural,2040,203.33980270417155,2101.926901212959,828214.1009569748,1.937771722727606 +NAM,sfh_s1,urban,2040,175.05413195701038,1782.8536177232806,534645.5727493414,1.7130810935714722 +NAM,sfh_s2,rural,2040,150.10102812483387,1124.9823182786065,342737.8666709247,2.029704084436671 +NAM,sfh_s2,urban,2040,129.1403235187039,3117.148094467373,709877.7015121756,1.7634543774754945 +NAM,sfh_s3,rural,2040,124.75864973611948,405.4505732006688,125146.29762262542,2.474055405885464 +NAM,sfh_s3,urban,2040,107.17596396921276,4427.767504745763,809075.7030767404,1.7049315686472692 +NAM,sfh_s51_std,urban,2040,185.5903186606859,2839.455282312706,177750.67882645637,0.3373035538819793 +NAM,sfh_s52_low,urban,2040,19.38063764259675,3996.698134703375,137113.09318984594,1.7701477560596206 +NAM,sfh_sr11_std,rural,2040,,774.7719205888042,38346.77021879146, +NAM,sfh_sr11_std,urban,2040,,889.9200081868531,51907.59415495334, +NAM,sfh_sr12_low,rural,2040,,823.1934419994456,70572.08394709752, +NAM,sfh_sr12_low,urban,2040,,349.201329948964,27261.735853570965, +NAM,sfh_sr21_std,rural,2040,,448.3949399495198,18827.783885013025, +NAM,sfh_sr21_std,urban,2040,,1557.0460142562915,76734.02983427476, +NAM,sfh_sr22_low,rural,2040,,387.7466786299262,26667.330353802725, +NAM,sfh_sr22_low,urban,2040,,479.3253145094258,29764.88228665483, +NAM,sfh_sr31_std,rural,2040,,169.16794948190994,7176.57739756667, +NAM,sfh_sr31_std,urban,2040,,2171.17150817636,95906.62480410212, +NAM,sfh_sr32_low,rural,2040,,143.28936097797347,9777.08639798747, +NAM,sfh_sr32_low,urban,2040,,553.4580811700782,28773.367576816003, +PAO,mfh_s1,rural,2040,73.51502132384644,13.17790195951348,899.8118758322446,0.928815300596681 +PAO,mfh_s1,urban,2040,54.0707718976781,118.17017624896523,4131.548834664248,0.6466100311192335 +PAO,mfh_s2,rural,2040,55.79930206832088,8.284906646607514,417.61231546661145,0.903351794351068 +PAO,mfh_s2,urban,2040,40.4821273091578,461.58871704890896,12567.726793725224,0.6725711283680508 +PAO,mfh_s3,rural,2040,30.191266332618994,9.927434005380794,292.38359829983085,0.9755166102138187 +PAO,mfh_s3,urban,2040,20.90155846066448,586.8001125048185,8629.958683884282,0.7036227273537211 +PAO,mfh_s51_std,rural,2040,27.008310389537304,0.178458223220243,0.4529661638127032,0.0939792080654867 +PAO,mfh_s51_std,urban,2040,18.496210272458505,386.04696963798136,2660.3369011455934,0.372575022892787 +PAO,mfh_s52_low,rural,2040,7.92104669082347,0.0010010668316194,0.0002973616373817,0.037500693059186 +PAO,mfh_s52_low,urban,2040,4.39325274443708,2.068724822380769,3.300151579207016,0.363115655273061 +PAO,mfh_sr11_std,rural,2040,,2.8241311302383534,64.01878917081154, +PAO,mfh_sr11_std,urban,2040,,7.463858546619472,152.51310066718676, +PAO,mfh_sr12_low,rural,2040,,0.0096396694563793,0.1816599935028512, +PAO,mfh_sr12_low,urban,2040,,0.0076320453306905,0.1353525876619045, +PAO,mfh_sr21_std,rural,2040,,1.558541177313696,26.778874299392708, +PAO,mfh_sr21_std,urban,2040,,23.901246993021847,382.5926000508232, +PAO,mfh_sr22_low,rural,2040,,0.0024714179652933,0.0363738359174694, +PAO,mfh_sr22_low,urban,2040,,0.0089340032034511,0.1194015814601275, +PAO,mfh_sr31_std,rural,2040,,1.2984019938387217,13.05588990221099, +PAO,mfh_sr31_std,urban,2040,,4.569990282041983,56.06788132057628, +PAO,mfh_sr32_low,rural,2040,,0.0002518150377583,0.0020239041927705, +PAO,mfh_sr32_low,urban,2040,,0.0005290599665709,0.0047810928562855, +PAO,sfh_s1,rural,2040,181.4146385705439,665.9503843888713,120657.91453388592,0.9987150922053324 +PAO,sfh_s1,urban,2040,136.74473589934956,260.2928393489726,22519.132707830628,0.6326723032994043 +PAO,sfh_s2,rural,2040,139.50758480374236,422.8885290865377,55617.56899985172,0.9427320610885418 +PAO,sfh_s2,urban,2040,104.7608864022302,1026.6318351233408,68380.62440356004,0.6357980190208244 +PAO,sfh_s3,rural,2040,77.51842152194855,495.8394696656228,36833.74942161578,0.9582965268514522 +PAO,sfh_s3,urban,2040,57.17689824123386,1292.072733965063,45564.43091095125,0.6167631199631578 +PAO,sfh_s51_std,rural,2040,69.77638784345169,254.2039631385228,8539.40704743021,0.4814341742883687 +PAO,sfh_s51_std,urban,2040,51.27286178185185,1135.683668974863,19037.32710801287,0.32693471161558 +PAO,sfh_s52_low,rural,2040,20.35462905816778,0.4019496318747916,5.957526986536119,0.728167331462699 +PAO,sfh_s52_low,urban,2040,13.45863597731658,19.54570738798077,204.8154897500896,0.7785927560802627 +PAO,sfh_sr11_std,rural,2040,,346.2224047167278,11793.492772372949, +PAO,sfh_sr11_std,urban,2040,,108.5686326318533,2376.340709809755, +PAO,sfh_sr12_low,rural,2040,,93.41686677600605,3818.928719869965, +PAO,sfh_sr12_low,urban,2040,,5.113187958948882,191.5394179122988, +PAO,sfh_sr21_std,rural,2040,,219.4054598653192,6076.534954092103, +PAO,sfh_sr21_std,urban,2040,,407.3248542138731,7280.999851368989, +PAO,sfh_sr22_low,rural,2040,,36.23664629177148,1165.4931907598782, +PAO,sfh_sr22_low,urban,2040,,11.139430724673105,334.268069342584, +PAO,sfh_sr31_std,rural,2040,,266.1626481732127,4704.205312627097, +PAO,sfh_sr31_std,urban,2040,,465.1191565157535,4570.999463032453, +PAO,sfh_sr32_low,rural,2040,,12.55393809145959,236.08723899328524, +PAO,sfh_sr32_low,urban,2040,,3.0333316938289827,52.77269415039572, +PAS,inf_ns,urban,2040,,597.6121210954759,520.2536672532351, +PAS,mfh_s1,rural,2040,3.788824488523777,171.00868761483784,1201.1961491760608,1.8539211946683345 +PAS,mfh_s1,urban,2040,15.771068796603116,42.63622988890946,636.7142107130707,0.946901100926021 +PAS,mfh_s2,rural,2040,3.788824488523777,234.1954854986672,630.1523605127255,0.7101703897840858 +PAS,mfh_s2,urban,2040,15.771068796603116,215.93644093341192,6012.853739398468,1.7656051000416293 +PAS,mfh_s3,rural,2040,3.5278065826042355,250.7046217380524,622.5375384169262,0.7038796956794477 +PAS,mfh_s3,urban,2040,14.734230196024075,550.025023846104,13465.376124698343,1.6615315403251396 +PAS,mfh_s51_std,rural,2040,3.263697227386193,116.61590985151015,3.461306564958702,0.0090943653768194 +PAS,mfh_s51_std,urban,2040,13.673969600972049,1080.79105262478,6673.961944539174,0.4515931806452172 +PAS,mfh_s52_low,rural,2040,0.5238539257290249,0.0081457899166256,1.3640173919466838e-07,3.196513182026247e-05 +PAS,mfh_s52_low,urban,2040,2.365858489825168,1.934089371615764,6.325630193669543,1.3824151862048608 +PAS,mfh_sr11_std,rural,2040,,1.1765791097578526,67.64534766453832, +PAS,mfh_sr11_std,urban,2040,,0.6397270253078684,35.3631665918216, +PAS,mfh_sr21_std,rural,2040,,0.609271152801737,35.02897395168753, +PAS,mfh_sr21_std,urban,2040,,6.041556057837,333.9683097202301, +PAS,mfh_sr31_std,rural,2040,,0.5961415550121933,32.044686717528066, +PAS,mfh_sr31_std,urban,2040,,13.50594061445304,697.905922095496, +PAS,sfh_s1,rural,2040,9.40514542576685,1309.7001683734152,21583.305864608803,1.7521874557498305 +PAS,sfh_s1,urban,2040,38.34144069394136,207.48829401656425,7232.100175323656,0.9090806328387818 +PAS,sfh_s2,rural,2040,9.40514542576685,1753.9158583039552,11398.38274060704,0.6909855506350802 +PAS,sfh_s2,urban,2040,38.34144069394136,1025.8036077181189,66087.09899472092,1.6802892094920978 +PAS,sfh_s3,rural,2040,8.791509221524276,1863.286375564404,10598.057552769347,0.6469686389365582 +PAS,sfh_s3,urban,2040,35.89226851914735,2556.8253317015683,148394.93112107296,1.617026353839448 +PAS,sfh_s51_std,rural,2040,8.186710664774559,903.2427480917278,98.18877463266134,0.0132784662779696 +PAS,sfh_s51_std,urban,2040,33.42798304087046,4958.081853012419,33151.13016713507,0.2000204837378073 +PAS,sfh_s52_low,rural,2040,1.4316309414460588,0.0587419038669926,0.0001142178430584,0.0013581722731556 +PAS,sfh_s52_low,urban,2040,6.252874223065266,333.82286327757475,2861.300768961812,1.3707799414627564 +PAS,sfh_sr11_std,rural,2040,,10.848310783739052,1508.6649331929873, +PAS,sfh_sr11_std,urban,2040,,3.8047268759982886,509.4110800219629, +PAS,sfh_sr21_std,rural,2040,,5.626619102261062,782.4889146637476, +PAS,sfh_sr21_std,urban,2040,,34.770023676391695,4655.323731223261, +PAS,sfh_sr31_std,rural,2040,,5.23787485513233,682.2013645368331, +PAS,sfh_sr31_std,urban,2040,,79.17043174042936,9925.513437643483, +RCPA,inf_ns,urban,2040,,162.48434721968854,8596.52897296366, +RCPA,mfh_s1,rural,2040,6.701041021210691,320.8837600969821,3121.969916549412,1.451906666367505 +RCPA,mfh_s1,urban,2040,5.685688029556295,40.643074988928696,764.5027091665208,3.308334727317443 +RCPA,mfh_s2,rural,2040,5.062889502707298,524.0364448755071,3896.200779510028,1.4685251484083146 +RCPA,mfh_s2,urban,2040,4.278005151455028,131.3507923692489,1892.559217297848,3.3680263227293112 +RCPA,mfh_s3,rural,2040,3.419832883710589,571.7384491682888,2936.6227858769635,1.5019168198199424 +RCPA,mfh_s3,urban,2040,2.8659548627173805,385.5270188464941,3850.788182367823,3.4851820137831013 +RCPA,mfh_s51_std,urban,2040,2.6299602604209986,322.03463326965243,4445.412703345407,5.248803562720255 +RCPA,sfh_s1,rural,2040,16.59768545780076,279.2002960175879,6581.975908564848,1.420341851007415 +RCPA,sfh_s1,urban,2040,14.192712111139484,5.822970152157993,264.1216622701397,3.1959064952986758 +RCPA,sfh_s2,rural,2040,12.538149344958589,445.2314920407996,7978.578274140844,1.4292434031236998 +RCPA,sfh_s2,urban,2040,10.699434644722263,18.69099388068457,645.571775584884,3.2281321801285463 +RCPA,sfh_s3,rural,2040,8.576730468055716,503.4037825615438,6223.414951608238,1.4414199287991678 +RCPA,sfh_s3,urban,2040,7.2965641518054545,57.40276958509692,1370.8045128742096,3.272836225234444 +RCPA,sfh_s51_std,urban,2040,6.719754826999609,45.88396366963745,1519.447413616281,4.928007034301148 +SAS,inf_ns,urban,2040,,2054.0562181939085,15592.576820039403, +SAS,mfh_s1,rural,2040,10.629190919395503,177.74819094177303,1043.7096336116722,0.5524262345846029 +SAS,mfh_s1,urban,2040,7.10243524740392,150.61248360760686,387.2269664380992,0.3619906397487876 +SAS,mfh_s2,rural,2040,10.629190919395503,273.529689848705,1574.8604616474158,0.5416732624484862 +SAS,mfh_s2,urban,2040,7.10243524740392,689.9678347248224,1575.724271693619,0.3215467295344396 +SAS,mfh_s3,rural,2040,9.804925353166862,359.59482305327674,1951.1291418210203,0.5533861597064044 +SAS,mfh_s3,urban,2040,6.506259014082712,1469.4312372524373,3162.62685810691,0.3308013996179341 +SAS,mfh_s51_std,rural,2040,8.98719042878908,231.579481874482,631.2049445646151,0.3032818149010747 +SAS,mfh_s51_std,urban,2040,5.921185304384903,3249.236912588099,2873.5593009924683,0.1493585652345699 +SAS,mfh_s52_low,rural,2040,0.9781742013454334,2.229384908475009,16.322558305649967,7.484916628778059 +SAS,mfh_s52_low,urban,2040,0.4399614887671711,22.85693859575164,82.43135658218883,8.19709036119304 +SAS,mfh_sr11_std,rural,2040,,1.1997748549107017,57.930727299835006, +SAS,mfh_sr11_std,urban,2040,,0.5704635567783504,18.87957319057309, +SAS,mfh_sr21_std,rural,2040,,1.819897332949402,86.89883448335246, +SAS,mfh_sr21_std,urban,2040,,2.297667514414284,73.86359560808025, +SAS,mfh_sr31_std,rural,2040,,2.252345962480712,101.60986923621068, +SAS,mfh_sr31_std,urban,2040,,3.927711585338903,133.29713860112474, +SAS,sfh_s1,rural,2040,27.920219068923384,5705.151053571558,79108.05671779091,0.4966320544779178 +SAS,sfh_s1,urban,2040,19.475961621349654,428.2269028072037,2601.1937254428567,0.3118888434042369 +SAS,sfh_s2,rural,2040,27.920219068923384,8779.916123343912,119407.7345105222,0.4871057656186865 +SAS,sfh_s2,urban,2040,19.475961621349654,1962.4616689866305,10587.81619916369,0.277016922762947 +SAS,sfh_s3,rural,2040,26.009493066659733,11545.140485505965,148709.87145013583,0.4952319876355918 +SAS,sfh_s3,urban,2040,18.098868704137963,4177.431212258228,21451.06372935742,0.2837187882385124 +SAS,sfh_s51_std,rural,2040,24.19495241487609,7243.228624173594,22200.45976877524,0.1266791098494842 +SAS,sfh_s51_std,urban,2040,16.81882657838885,9201.986397845068,10855.414462630342,0.0701405440360084 +SAS,sfh_s52_low,rural,2040,3.38854677911892,313.45079189760827,2961.073274706692,2.787830067208497 +SAS,sfh_s52_low,urban,2040,1.9686799182805228,156.698993850792,1192.092429437473,3.864280209550696 +SAS,sfh_sr11_std,rural,2040,,78.42932879364683,5750.701145982751, +SAS,sfh_sr11_std,urban,2040,,4.179287560409497,178.6359044493343, +SAS,sfh_sr21_std,rural,2040,,119.35503952714656,8647.777240439844, +SAS,sfh_sr21_std,urban,2040,,17.522807461951945,712.2546579416854, +SAS,sfh_sr31_std,rural,2040,,149.72388048833557,10309.355108458449, +SAS,sfh_sr31_std,urban,2040,,36.59915260368145,1356.470891025957, +WEU,mfh_s1,rural,2040,80.7214847219604,58.335693773537606,14902.760489384396,3.164777724905656 +WEU,mfh_s1,urban,2040,75.46094840597016,1108.6574190838269,288927.97240021406,3.453583518299958 +WEU,mfh_s2,rural,2040,54.60195225078522,24.224631430902125,4369.962552549691,3.3037894834677606 +WEU,mfh_s2,urban,2040,50.90782756658002,1315.011514817053,208006.2112554823,3.1071497410521443 +WEU,mfh_s3,rural,2040,26.101564963582245,28.08727099677724,2366.951617251425,3.2285929130234168 +WEU,mfh_s3,urban,2040,24.201483293168184,1965.7394699630736,151812.1753561677,3.191087120271651 +WEU,mfh_s51_std,rural,2040,18.62191919237557,0.2963282827382211,11.856600923353286,2.148635071890852 +WEU,mfh_s51_std,urban,2040,17.232515999327646,497.9148424560908,23001.44372364681,2.6807192516565537 +WEU,mfh_s52_low,rural,2040,9.479374668926278,4.309235766152676,79.40608370875651,1.9438996094624184 +WEU,mfh_s52_low,urban,2040,8.760506566901418,1856.546519573988,30785.053477851703,1.892800565408041 +WEU,mfh_sr11_std,rural,2040,,11.472700752031535,752.5521852049095, +WEU,mfh_sr11_std,urban,2040,,183.42944425904392,12246.33647630934, +WEU,mfh_sr12_low,rural,2040,,14.887822145399364,759.2635703915464, +WEU,mfh_sr12_low,urban,2040,,157.6649303082348,7877.612182955924, +WEU,mfh_sr21_std,rural,2040,,4.931607051793326,218.5676931469752, +WEU,mfh_sr21_std,urban,2040,,187.15245429326885,8373.663384808628, +WEU,mfh_sr22_low,rural,2040,,4.794675100182812,156.27542116145085, +WEU,mfh_sr22_low,urban,2040,,123.17232579060678,4214.92929951481, +WEU,mfh_sr31_std,rural,2040,,3.7885369661943327,83.21832440055712, +WEU,mfh_sr31_std,urban,2040,,123.78193690797308,2968.626163632263, +WEU,mfh_sr32_low,rural,2040,,2.020979298275313,33.45223866622897, +WEU,mfh_sr32_low,urban,2040,,46.86876211816752,878.1192777407506, +WEU,sfh_s1,rural,2040,199.1571575477619,1982.0223397455309,1326278.5992961987,3.359930526418545 +WEU,sfh_s1,urban,2040,186.929981883403,1434.8088997177797,929484.1581279078,3.465524443932308 +WEU,sfh_s2,rural,2040,136.7840900323082,809.7018234970294,371335.2424849111,3.3527831564300827 +WEU,sfh_s2,urban,2040,128.21663961744198,1645.8547906160602,654007.5539342761,3.0991804100056606 +WEU,sfh_s3,rural,2040,66.90839717456522,881.7343583472956,183106.28018765204,3.103736542989642 +WEU,sfh_s3,urban,2040,62.47385740033076,2349.98964884049,425776.7922859079,2.9001316605227387 +WEU,sfh_s51_std,rural,2040,47.83149923897789,4.114535247789164,327.77799950998525,1.6655014668144834 +WEU,sfh_s51_std,urban,2040,44.55263979646592,631.3101605279414,73146.4755058218,2.6006217130378584 +WEU,sfh_s52_low,rural,2040,23.2687751503444,187.22031664819485,8478.847879113877,1.94630252088274 +WEU,sfh_s52_low,urban,2040,21.5589809218736,3077.0568240719986,125059.11916977727,1.885174778842601 +WEU,sfh_sr11_std,rural,2040,,330.4839974117356,35738.20018649189, +WEU,sfh_sr11_std,urban,2040,,225.1573685973464,28658.14015115521, +WEU,sfh_sr12_low,rural,2040,,1206.1393128751197,132008.38229276414, +WEU,sfh_sr12_low,urban,2040,,623.4448129218408,69509.24338231797, +WEU,sfh_sr21_std,rural,2040,,141.26166350939243,11758.584969896749, +WEU,sfh_sr21_std,urban,2040,,305.87190190542594,24256.40482580721, +WEU,sfh_sr22_low,rural,2040,,459.5037043625768,34519.88782901307, +WEU,sfh_sr22_low,urban,2040,,608.2362769027991,44907.03586952438, +WEU,sfh_sr31_std,rural,2040,,189.14168461765087,8066.617209135245, +WEU,sfh_sr31_std,urban,2040,,441.0073197362051,20872.618575688448, +WEU,sfh_sr32_low,rural,2040,,337.3424959136288,12775.976544277744, +WEU,sfh_sr32_low,urban,2040,,573.894185253197,22008.733648589, +AFR,inf_ns,urban,2045,,1997.7189942093653,9804.78044470841, +AFR,mfh_s1,rural,2045,3.1013220072466567,42.28222228832667,125.65911291305676,0.9582731581869536 +AFR,mfh_s1,urban,2045,4.18368698147431,15.181840958453314,119.89021729434498,1.8875572212018568 +AFR,mfh_s2,rural,2045,3.1011186438445857,81.32573452943399,267.1482235856961,1.0592681501496313 +AFR,mfh_s2,urban,2045,4.18368698147431,95.214482985878,565.7186812939929,1.4201634234891316 +AFR,mfh_s3,rural,2045,2.7852483450518424,121.43128966153591,321.10208658532895,0.9493986184152826 +AFR,mfh_s3,urban,2045,3.790118394145393,268.6489182321608,1300.5904069235517,1.2773287099430704 +AFR,mfh_s51_std,rural,2045,2.4944455680602524,184.6556875845296,245.8068154761538,0.5336508431690282 +AFR,mfh_s51_std,urban,2045,3.418475844527482,1388.38878947074,2319.573538880932,0.4887249738169902 +AFR,mfh_s52_low,rural,2045,0.0516494338446167,0.0111261322720993,0.000167532389617,0.2915338574601344 +AFR,mfh_s52_low,urban,2045,0.0994453850557055,0.1012613735849776,0.0085073142101569,0.8448196864950107 +AFR,mfh_sr11_std,rural,2045,,0.1115308508845299,1.3467486926594672, +AFR,mfh_sr11_std,urban,2045,,0.3607041364803338,4.555228021237301, +AFR,mfh_sr21_std,rural,2045,,0.2883275424255456,3.556957766054945, +AFR,mfh_sr21_std,urban,2045,,1.5991065509674554,20.13153873905224, +AFR,mfh_sr31_std,rural,2045,,0.2193292440092226,2.6242918333595924, +AFR,mfh_sr31_std,urban,2045,,3.3315835161614538,39.13814385047532, +AFR,sfh_s1,rural,2045,9.034579294709577,1590.5881669800506,11840.877190833731,0.8239828936643646 +AFR,sfh_s1,urban,2045,11.818416132375573,125.1399108658185,2496.233051410188,1.687835084670572 +AFR,sfh_s2,rural,2045,9.034251626334314,3056.435359028796,25109.12795568959,0.9093356799735368 +AFR,sfh_s2,urban,2045,11.818416132375573,788.7190856183163,11819.121767849712,1.2679542370263186 +AFR,sfh_s3,rural,2045,8.348413847590809,4569.486236180886,31762.215332475866,0.8326058202141917 +AFR,sfh_s3,urban,2045,10.950517599152844,2228.807343374536,27778.19330896545,1.1381429651703676 +AFR,sfh_s51_std,rural,2045,7.802427876164306,7031.315591176231,29307.02136556029,0.5342017753362794 +AFR,sfh_s51_std,urban,2045,10.21436869661869,11739.8085196107,58171.77698488529,0.4851095082380295 +AFR,sfh_s52_low,rural,2045,0.5816583520100288,0.8326111295626928,0.6299664155844795,1.3007900818303089 +AFR,sfh_s52_low,urban,2045,0.9218978842013382,3.514431026141357,7.242187312427319,2.235279888631482 +AFR,sfh_sr11_std,rural,2045,,23.77761231074049,575.2573186480081, +AFR,sfh_sr11_std,urban,2045,,6.380718404182848,180.14841364952707, +AFR,sfh_sr21_std,rural,2045,,51.450570074290354,1283.6146234880905, +AFR,sfh_sr21_std,urban,2045,,30.37258425481761,829.1577616515917, +AFR,sfh_sr31_std,rural,2045,,63.0027936100377,1408.7970800325522, +AFR,sfh_sr31_std,urban,2045,,71.49608562225237,1786.3024278274331, +CHN,inf_ns,urban,2045,,1431.7837287565517,194653.3630249317, +CHN,mfh_s1,rural,2045,78.77142098402773,3981.410935160945,408766.1922849404,1.3033746942851776 +CHN,mfh_s1,urban,2045,66.83584295968217,588.1245819613256,33975.497858926654,0.8643448871920183 +CHN,mfh_s2,rural,2045,59.51478272570211,5045.952131824853,388450.2136295915,1.2935028379786009 +CHN,mfh_s2,urban,2045,50.28838708649175,2328.786135560231,102042.91393448824,0.871335760643002 +CHN,mfh_s3,rural,2045,40.20048451055713,2503.822341272925,134927.74995466962,1.3404989573018986 +CHN,mfh_s3,urban,2045,33.68959185561655,7202.097618650746,214997.99688133356,0.8860937237985852 +CHN,mfh_s51_std,rural,2045,36.97277815159439,1.4306347621466904,65.05476561555822,1.2298956291756895 +CHN,mfh_s51_std,urban,2045,30.91545122454072,20015.61987243521,594207.252189433,0.9602698953956144 +CHN,mfh_s52_low,rural,2045,13.433115933282863,3.070053618911412e-05,0.0014465815689654,3.507681917679388 +CHN,mfh_s52_low,urban,2045,10.72490364996518,45.71366467025463,1230.012589757957,2.5088235585459517 +CHN,mfh_sr11_std,rural,2045,,507.1211518335775,25764.57501304573, +CHN,mfh_sr11_std,urban,2045,,40.94606496338178,2115.0525037709704, +CHN,mfh_sr12_low,rural,2045,,74.94609577091538,3904.7834364368814, +CHN,mfh_sr12_low,urban,2045,,1.006243433412298,49.74018888603127, +CHN,mfh_sr21_std,rural,2045,,521.265737669697,24173.262578250466, +CHN,mfh_sr21_std,urban,2045,,156.64420804840333,6343.745406666333, +CHN,mfh_sr22_low,rural,2045,,69.12977493344091,2995.7839374719715, +CHN,mfh_sr22_low,urban,2045,,2.353259268097456,92.54948500718405, +CHN,mfh_sr31_std,rural,2045,,261.0933624094889,9902.778165830268, +CHN,mfh_sr31_std,urban,2045,,346.3999480309581,10656.721637643115, +CHN,mfh_sr32_low,rural,2045,,18.048705608595323,558.8465815548016, +CHN,mfh_sr32_low,urban,2045,,1.3083388577372872,35.94387506141657, +CHN,sfh_s1,rural,2045,195.1074861978212,3390.476121464566,849164.5933456124,1.2836814165341786 +CHN,sfh_s1,urban,2045,166.83677910237435,82.98144995966594,11930.292369882329,0.8617440050859781 +CHN,sfh_s2,rural,2045,147.3872249529826,3998.980298353437,757145.4142124334,1.2846067209650438 +CHN,sfh_s2,urban,2045,125.7729460277556,323.47057549989614,35112.75750886148,0.8630638421921477 +CHN,sfh_s3,rural,2045,100.82034182857332,2026.10418073754,271236.0014677581,1.327814464078622 +CHN,sfh_s3,urban,2045,85.77185615183555,1029.6564059748423,76756.59307438176,0.8691176217048373 +CHN,sfh_s51_std,urban,2045,78.99140368064847,2640.098700450228,181585.003471304,0.8707229350016557 +CHN,sfh_s52_low,urban,2045,28.7570469183084,183.95764150189927,5582.776748253382,1.0553296551406492 +CHN,sfh_sr11_std,rural,2045,,300.80102938131347,20220.45203190582, +CHN,sfh_sr11_std,urban,2045,,4.742344906038557,347.65235269987824, +CHN,sfh_sr12_low,rural,2045,,348.4741592010333,21183.66602614991, +CHN,sfh_sr12_low,urban,2045,,3.382914182883377,136.37728555662565, +CHN,sfh_sr21_std,rural,2045,,420.2101408373868,24530.758210212385, +CHN,sfh_sr21_std,urban,2045,,21.859200533568707,1427.0910187752786, +CHN,sfh_sr22_low,rural,2045,,322.68646675975845,16933.736482132932, +CHN,sfh_sr22_low,urban,2045,,8.890766307808947,304.55826084165955, +CHN,sfh_sr31_std,rural,2045,,257.36872501759177,12799.430271987889, +CHN,sfh_sr31_std,urban,2045,,80.14034973804642,4358.307722308737, +CHN,sfh_sr32_low,rural,2045,,106.20812853301535,4725.363908141087, +CHN,sfh_sr32_low,urban,2045,,11.011343720125865,349.3453832947644, +EEU,mfh_s1,rural,2045,64.12436316514965,90.32325336371808,21638.72732243436,3.736019007385023 +EEU,mfh_s1,urban,2045,63.30299418701474,255.16060068570823,54592.51032012595,3.3798326472175466 +EEU,mfh_s2,rural,2045,61.257892110790976,21.40084837486189,4722.50992283488,3.6022996879251066 +EEU,mfh_s2,urban,2045,60.47095129077096,408.048283776131,83064.94999836435,3.3663514264769803 +EEU,mfh_s3,rural,2045,38.19078550746308,13.549843258420475,2130.648313261367,4.117360636091136 +EEU,mfh_s3,urban,2045,37.69964925217732,198.6998682628713,25184.919819896768,3.3620617343697683 +EEU,mfh_s51_std,rural,2045,28.06765222007525,0.0033505987579609,0.2073989162269625,2.205352279276176 +EEU,mfh_s51_std,urban,2045,27.70756747843088,313.97141110888015,26623.56817505443,3.060396919214343 +EEU,mfh_s52_low,rural,2045,12.780969209989566,0.0453969266129649,1.0260394887236417,1.768372835723402 +EEU,mfh_s52_low,urban,2045,12.621275813052426,320.49139167260535,7582.52466423638,1.8745378121648948 +EEU,mfh_sr11_std,rural,2045,,61.29960604053724,2849.999823493913, +EEU,mfh_sr11_std,urban,2045,,76.86379561975684,3603.081038896647, +EEU,mfh_sr12_low,rural,2045,,1.499216497230792,52.67916901015211, +EEU,mfh_sr12_low,urban,2045,,1.1660143310995603,40.60948825642137, +EEU,mfh_sr21_std,rural,2045,,13.979386586239462,610.9452230624628, +EEU,mfh_sr21_std,urban,2045,,119.9842106831185,5370.208782206561, +EEU,mfh_sr22_low,rural,2045,,0.29434905683609,9.815939103044355, +EEU,mfh_sr22_low,urban,2045,,1.6434372435119584,54.90281601688966, +EEU,mfh_sr31_std,rural,2045,,8.40187530515221,247.75662308283296, +EEU,mfh_sr31_std,urban,2045,,48.61779481214096,1349.2496913254924, +EEU,mfh_sr32_low,rural,2045,,0.0580596570367319,1.269857434347604, +EEU,mfh_sr32_low,urban,2045,,0.179632329548757,3.719098375119628, +EEU,sfh_s1,rural,2045,155.97355901445528,436.2511560050359,251154.21133492465,3.691075188013643 +EEU,sfh_s1,urban,2045,154.00125595322768,172.23416281144495,88236.38360769083,3.3266272368867567 +EEU,sfh_s2,rural,2045,150.12995088013693,107.60855902105364,57803.72657975465,3.578011068854662 +EEU,sfh_s2,urban,2045,148.2242811575877,294.40529368636726,144363.858102714,3.3082133693359825 +EEU,sfh_s3,rural,2045,94.0451623485602,74.9011870557155,28279.925875866986,4.014700071362777 +EEU,sfh_s3,urban,2045,92.84094315572732,151.2489593213179,46092.70111164199,3.2824658795735675 +EEU,sfh_s51_std,urban,2045,67.87188465470435,184.9945274445511,38570.989996966986,3.0719348157350583 +EEU,sfh_s52_low,urban,2045,28.538979274615865,214.89506971764527,11544.804192810474,1.882442345102046 +EEU,sfh_sr11_std,rural,2045,,247.35540408234743,26463.01182795277, +EEU,sfh_sr11_std,urban,2045,,40.20740215236404,4427.889022934441, +EEU,sfh_sr12_low,rural,2045,,245.6288421229266,20376.09228819784, +EEU,sfh_sr12_low,urban,2045,,28.097007223791145,2328.520275469889, +EEU,sfh_sr21_std,rural,2045,,64.18800765904776,6395.001037634051, +EEU,sfh_sr21_std,urban,2045,,71.18511169445961,7501.172628089886, +EEU,sfh_sr22_low,rural,2045,,56.173149546740206,4438.597209772619, +EEU,sfh_sr22_low,urban,2045,,44.98901269388255,3594.4164449944965, +EEU,sfh_sr31_std,rural,2045,,59.98452571044663,4232.331339947847, +EEU,sfh_sr31_std,urban,2045,,46.77116969725436,3068.418770098349, +EEU,sfh_sr32_low,rural,2045,,24.78663044992803,1298.6175486075897, +EEU,sfh_sr32_low,urban,2045,,10.606557063474517,529.1628580761902, +FSU,mfh_s1,rural,2045,78.88906776442855,123.0346799376196,53583.81753107723,5.520638165306007 +FSU,mfh_s1,urban,2045,84.25923175677347,488.61865134526977,216586.109592693,5.260694288654823 +FSU,mfh_s2,rural,2045,75.38516636437427,72.2805350420878,24696.18613928576,4.53234158550009 +FSU,mfh_s2,urban,2045,80.50069618939732,957.7542227997805,398147.1607660884,5.1640437302415565 +FSU,mfh_s3,rural,2045,47.82354118521248,62.90322810319716,15287.202989473528,5.081750842363175 +FSU,mfh_s3,urban,2045,51.3429061897636,877.693041644739,240144.2881023553,5.3290421876629255 +FSU,mfh_s51_std,rural,2045,35.65343552191879,34.98857626207319,2844.4198167810264,2.280163769096682 +FSU,mfh_s51_std,urban,2045,38.46677978449432,1511.9525384346969,293578.85853882873,5.047784292431523 +FSU,mfh_s52_low,rural,2045,17.04185541223791,2.3812501877796817,210.6858329549069,5.1917459161556 +FSU,mfh_s52_low,urban,2045,18.729894866743734,6.280218061883612,553.1091700184337,4.702196733942924 +FSU,mfh_sr11_std,rural,2045,,108.57945129339276,8662.45382140632, +FSU,mfh_sr11_std,urban,2045,,21.81020494256951,2005.2319625021253, +FSU,mfh_sr12_low,rural,2045,,14.85003651713488,1663.1215687129882, +FSU,mfh_sr12_low,urban,2045,,1.4513796295332029,163.58739322941994, +FSU,mfh_sr21_std,rural,2045,,64.01093857827003,3907.400488813464, +FSU,mfh_sr21_std,urban,2045,,42.2821959490638,3673.173746843545, +FSU,mfh_sr22_low,rural,2045,,8.643502020295612,834.124085989011, +FSU,mfh_sr22_low,urban,2045,,2.677319836300028,287.16833542851987, +FSU,mfh_sr31_std,rural,2045,,50.934573100173296,2507.904769244042, +FSU,mfh_sr31_std,urban,2045,,36.52168194778593,2245.396772530781, +FSU,mfh_sr32_low,rural,2045,,3.709896187935557,262.0796579108516, +FSU,mfh_sr32_low,urban,2045,,0.9760544804969908,70.50610190565588, +FSU,sfh_s1,rural,2045,188.56014629449896,427.6604253054989,452031.2680154058,5.605566473222969 +FSU,sfh_s1,urban,2045,200.56128269578684,220.0616691614993,231768.49900919275,5.251252567981803 +FSU,sfh_s2,rural,2045,181.1450399182557,331.6749046760465,278063.1688644677,4.628117836711919 +FSU,sfh_s2,urban,2045,192.48467278925145,615.2685283547523,610467.5505916957,5.154680239090355 +FSU,sfh_s3,rural,2045,114.31898027465358,248.62417426045053,156812.87958331514,5.517216600733014 +FSU,sfh_s3,urban,2045,121.65569464496242,448.3231784446676,290848.2404658843,5.332646622731195 +FSU,sfh_s51_std,rural,2045,84.22718797291225,86.56939081470766,13082.106739389716,1.7941594024489602 +FSU,sfh_s51_std,urban,2045,89.80459642129672,709.6930791740937,317745.02267380303,4.985510332693804 +FSU,sfh_s52_low,rural,2045,36.6888014199283,37.22478491910671,5217.615903125921,3.8203784265009615 +FSU,sfh_s52_low,urban,2045,39.57967404187526,19.59024210189146,3572.9557964412184,4.608033490891327 +FSU,sfh_sr11_std,rural,2045,,253.44641318048107,40421.8010864657, +FSU,sfh_sr11_std,urban,2045,,7.733793235574051,1347.8004977383682, +FSU,sfh_sr12_low,rural,2045,,230.50726113013792,42647.33583630993, +FSU,sfh_sr12_low,urban,2045,,4.473965621316935,926.7790278687364, +FSU,sfh_sr21_std,rural,2045,,195.28105192570845,24496.83301604665, +FSU,sfh_sr21_std,urban,2045,,22.139255473126653,3641.906492559496, +FSU,sfh_sr22_low,rural,2045,,180.2034957571649,26485.26322474439, +FSU,sfh_sr22_low,urban,2045,,11.961425004948955,2372.766141327722, +FSU,sfh_sr31_std,rural,2045,,193.5399844704345,18609.073349661, +FSU,sfh_sr31_std,urban,2045,,19.920593491496145,2275.1171274255544, +FSU,sfh_sr32_low,rural,2045,,93.42717240297992,11901.94152529962, +FSU,sfh_sr32_low,urban,2045,,5.49175940820964,801.195839735299, +LAM,inf_ns,urban,2045,,1101.165746037718,21619.733624878056, +LAM,mfh_s1,rural,2045,11.734953283073736,5.880292428901688,36.28632999742688,0.5258510635241533 +LAM,mfh_s1,urban,2045,17.39348078174734,34.13005314812122,405.3409179042608,0.6828054523415749 +LAM,mfh_s2,rural,2045,10.491773635690206,8.70164637383834,46.38441500649576,0.5080678823653044 +LAM,mfh_s2,urban,2045,15.466880731485482,252.10192169991703,2439.5995437507904,0.6256618156844954 +LAM,mfh_s3,rural,2045,9.5728449345448,5.499125865088814,31.708853523594435,0.6023457573701088 +LAM,mfh_s3,urban,2045,14.056118281582108,458.0482764851181,3922.4805736409617,0.6092340177060728 +LAM,mfh_s51_std,rural,2045,9.44458308208488,1.1598873365143585,3.747886005081373,0.3421273352286256 +LAM,mfh_s51_std,urban,2045,13.85948654446876,678.1553117918016,5871.499854289044,0.6247017829606037 +LAM,mfh_s52_low,rural,2045,0.9356461239424204,5.124784349059193e-05,4.846880552949559e-06,0.1010822962930703 +LAM,mfh_s52_low,urban,2045,1.0431809713333997,0.0884003843015407,0.0765624308783629,0.8302366566279807 +LAM,mfh_sr11_std,rural,2045,,0.0670368684585177,1.6656832415517249, +LAM,mfh_sr11_std,urban,2045,,0.4658397817065492,12.369124149227968, +LAM,mfh_sr12_low,rural,2045,,7.670666705343135e-07,9.795741132730192e-06, +LAM,mfh_sr12_low,urban,2045,,8.434395965898877e-07,1.0204052082949132e-05, +LAM,mfh_sr21_std,rural,2045,,0.0775287618988403,1.7915812175052488, +LAM,mfh_sr21_std,urban,2045,,2.007673981516336,51.60166988828246, +LAM,mfh_sr22_low,rural,2045,,6.085818212503644e-07,7.036905232245149e-06, +LAM,mfh_sr22_low,urban,2045,,2.7537205416545314e-06,3.0149188343097383e-05, +LAM,mfh_sr31_std,rural,2045,,0.0506605622720159,1.1116888163774912, +LAM,mfh_sr31_std,urban,2045,,2.5433651125670496,66.11943007824553, +LAM,mfh_sr32_low,rural,2045,,2.282181829688867e-07,2.4285951543016893e-06, +LAM,sfh_s1,rural,2045,31.56805960282636,1023.5408690588928,16011.594168144988,0.4955431733953873 +LAM,sfh_s1,urban,2045,47.84997626684211,417.5336234434496,12398.281564462322,0.6205664806212684 +LAM,sfh_s2,rural,2045,28.527433433741454,1511.011292982595,20790.8664688872,0.4823276713464981 +LAM,sfh_s2,urban,2045,43.14312953577765,3087.998291219111,75568.6068518908,0.5672215463990067 +LAM,sfh_s3,rural,2045,26.46929394030581,947.9007736203496,14617.471114008384,0.5825953443783944 +LAM,sfh_s3,urban,2045,40.01185699522313,5610.12231562868,124925.8916610024,0.5565336389559161 +LAM,sfh_s51_std,rural,2045,26.185180601839782,206.7768139181174,2147.149736982541,0.3965563597225211 +LAM,sfh_s51_std,urban,2045,39.58077395502615,8682.628957826884,213416.23535663047,0.6210004720616442 +LAM,sfh_s52_low,rural,2045,4.006725816071103,0.0830540679869032,0.3697392434182521,1.1110791934493025 +LAM,sfh_s52_low,urban,2045,5.48322773892528,46.81094418490167,580.7741750490524,2.262682466158977 +LAM,sfh_sr11_std,rural,2045,,35.54362124752948,1508.7214501651815, +LAM,sfh_sr11_std,urban,2045,,27.21627265575331,1325.196982069716, +LAM,sfh_sr12_low,rural,2045,,1.5446304342918804,49.39842353937149, +LAM,sfh_sr12_low,urban,2045,,0.5132917621290207,14.99437036741943, +LAM,sfh_sr21_std,rural,2045,,53.13957569742499,1990.686548268285, +LAM,sfh_sr21_std,urban,2045,,180.55058239281925,7897.853305821424, +LAM,sfh_sr22_low,rural,2045,,1.5011839661301725,43.79122231293253, +LAM,sfh_sr22_low,urban,2045,,1.9759787251987635,52.82555314882294, +LAM,sfh_sr31_std,rural,2045,,40.9737032695087,1424.833229610331, +LAM,sfh_sr31_std,urban,2045,,315.4462660663239,12792.388346468257, +LAM,sfh_sr32_low,rural,2045,,0.8579432056404004,23.34580005375006, +LAM,sfh_sr32_low,urban,2045,,2.420376247447473,61.121322592489015, +MEA,inf_ns,urban,2045,,839.7108735206202,51835.79608955302, +MEA,mfh_s1,rural,2045,29.764723740932496,60.87456014502463,1089.5710868776148,0.6013369326108854 +MEA,mfh_s1,urban,2045,38.65301809789404,29.50242040424923,840.1538216066222,0.7367459375101414 +MEA,mfh_s2,rural,2045,26.69162714162626,96.56152717926145,1567.2079024103305,0.6080614034768135 +MEA,mfh_s2,urban,2045,34.7132282678955,175.6602684835146,4364.141845568582,0.7156988369256279 +MEA,mfh_s3,rural,2045,22.057479154314716,102.59377696436928,1369.8015843248224,0.6053140690769047 +MEA,mfh_s3,urban,2045,28.76645607181196,356.04584114720404,7498.263985489768,0.7320966967941652 +MEA,mfh_s51_std,rural,2045,20.72829785808926,90.64160225364516,1269.5213508025215,0.6756920274813665 +MEA,mfh_s51_std,urban,2045,27.0854826939562,952.7417409831024,19067.19593086404,0.7388819493409834 +MEA,mfh_s52_low,rural,2045,2.67036486960113,0.0320314599904647,0.2498714570129082,2.921253925879451 +MEA,mfh_s52_low,urban,2045,4.028545653973641,0.5884311572240005,4.760785645332431,2.0083281593508238 +MEA,mfh_sr11_std,rural,2045,,2.351476128816132,82.41301775442777, +MEA,mfh_sr11_std,urban,2045,,1.7707173980122777,70.25044221575702, +MEA,mfh_sr12_low,rural,2045,,0.003066819620137,0.0572590520512706, +MEA,mfh_sr12_low,urban,2045,,0.0015956672678156,0.0296303272333198, +MEA,mfh_sr21_std,rural,2045,,3.47972504181158,113.27284053168128, +MEA,mfh_sr21_std,urban,2045,,9.422484556981145,362.1121572168568, +MEA,mfh_sr22_low,rural,2045,,0.0023770107571025,0.0401872925437797, +MEA,mfh_sr22_low,urban,2045,,0.0051572501852953,0.0885771832427606, +MEA,mfh_sr31_std,rural,2045,,2.964635665584148,85.47314489825095, +MEA,mfh_sr31_std,urban,2045,,15.12126221422571,567.1330202365913, +MEA,mfh_sr32_low,rural,2045,,0.000672483823554,0.0096987202216629, +MEA,mfh_sr32_low,urban,2045,,0.0024269490914375,0.0355230570619503, +MEA,sfh_s1,rural,2045,75.85670326891506,894.7975994467535,39296.71887743725,0.578945277014722 +MEA,sfh_s1,urban,2045,97.3101139918426,206.57455168309787,14508.641759081089,0.7217585831706306 +MEA,sfh_s2,rural,2045,69.4736343700237,1414.4328617673118,57482.51307688504,0.5849697255932025 +MEA,sfh_s2,urban,2045,88.92246856974509,1236.2474402907417,76157.78594623144,0.6927832738604016 +MEA,sfh_s3,rural,2045,60.03501647189002,1496.6777974011518,51776.60078372591,0.5762362621498004 +MEA,sfh_s3,urban,2045,76.45601740237107,2501.0624107286835,134455.63400480693,0.7031416178842342 +MEA,sfh_s51_std,rural,2045,57.0425754730092,1379.196187856711,45617.097721833416,0.5798323970807202 +MEA,sfh_s51_std,urban,2045,72.62967157285844,6727.03197864817,291839.7563998548,0.5973197595667599 +MEA,sfh_s52_low,rural,2045,9.814977908264838,34.54538529268338,826.5492734666396,2.437751213082225 +MEA,sfh_s52_low,urban,2045,13.379005774112764,403.5589012495173,9383.59508026093,1.737954837928238 +MEA,sfh_sr11_std,rural,2045,,81.74271306495145,3216.128238769601, +MEA,sfh_sr11_std,urban,2045,,22.66604549728854,1101.3965807204, +MEA,sfh_sr12_low,rural,2045,,9.301079266139412,371.9955799391095, +MEA,sfh_sr12_low,urban,2045,,4.683905454616595,182.19762523859745, +MEA,sfh_sr21_std,rural,2045,,133.06973714148435,4897.585650012779, +MEA,sfh_sr21_std,urban,2045,,123.2110797929721,5964.264721652323, +MEA,sfh_sr22_low,rural,2045,,12.335290558551598,455.08227344368106, +MEA,sfh_sr22_low,urban,2045,,24.93688791127756,890.8330416388632, +MEA,sfh_sr31_std,rural,2045,,139.75584336522863,4634.829462070353, +MEA,sfh_sr31_std,urban,2045,,235.0884331380097,11231.16012842957, +MEA,sfh_sr32_low,rural,2045,,9.3989010972684,301.3374494475152, +MEA,sfh_sr32_low,urban,2045,,40.07258615419142,1238.6531986180826, +NAM,mfh_s1,rural,2045,82.69639826712788,27.93492212976959,3998.997031118263,1.7310795336551248 +NAM,mfh_s1,urban,2045,70.52964270766337,369.80491993303866,37946.864452558286,1.4548945848595007 +NAM,mfh_s2,rural,2045,60.17283600220628,15.09373053267921,1613.8720163407927,1.776936949947854 +NAM,mfh_s2,urban,2045,51.05353564869867,624.6824618924363,51162.15890424338,1.604219256136234 +NAM,mfh_s3,rural,2045,49.70921108471192,5.890602221018768,626.2181429954726,2.138597616697615 +NAM,mfh_s3,urban,2045,41.99876647144607,936.5417341550268,64191.66816475817,1.631980599496966 +NAM,mfh_s51_std,urban,2045,73.5945725250397,1325.703903229236,106899.14006251398,1.0956753459391348 +NAM,mfh_s52_low,urban,2045,7.937554654338519,91.47854191567744,2025.0376886098827,2.7888627912809683 +NAM,mfh_sr11_std,rural,2045,,17.22001032932797,632.601181827983, +NAM,mfh_sr11_std,urban,2045,,131.15788128471235,5384.431246875315, +NAM,mfh_sr12_low,rural,2045,,0.9904638082369842,58.70141539185549, +NAM,mfh_sr12_low,urban,2045,,2.069108611883971,103.17248078391152, +NAM,mfh_sr21_std,rural,2045,,8.162269373723335,253.308971668787, +NAM,mfh_sr21_std,urban,2045,,191.49604436301567,6090.072558811673, +NAM,mfh_sr22_low,rural,2045,,0.2994780541875633,14.783420339647211, +NAM,mfh_sr22_low,urban,2045,,1.7884934262313918,73.20836173142564, +NAM,mfh_sr31_std,rural,2045,,3.07032101444853,99.1738251380156, +NAM,mfh_sr31_std,urban,2045,,267.12544245614095,6980.458801070571, +NAM,mfh_sr32_low,rural,2045,,0.1138923968646992,5.338286922677648, +NAM,mfh_sr32_low,urban,2045,,1.5659785644417368,54.21577257927876, +NAM,sfh_s1,rural,2045,203.33980270417155,1750.6207295572426,677997.9030282901,1.9046443206732957 +NAM,sfh_s1,urban,2045,175.05413195701038,1541.7539048934375,449434.38293192,1.665247808242868 +NAM,sfh_s2,rural,2045,150.10102812483387,905.9411682937302,271066.44025206944,1.9933891494596865 +NAM,sfh_s2,urban,2045,129.1403235187039,2586.679583333252,570038.2474444483,1.706473273941472 +NAM,sfh_s3,rural,2045,124.75864973611948,341.89677463136866,103912.30690197456,2.436134807060777 +NAM,sfh_s3,urban,2045,107.17596396921276,3935.206390310239,685728.765521672,1.6258761290539865 +NAM,sfh_s51_std,urban,2045,185.5903186606859,3307.348460205564,189280.2860007763,0.3083685734747646 +NAM,sfh_s52_low,urban,2045,19.38063764259675,4917.668504160213,166914.58683205277,1.75132593913704 +NAM,sfh_sr11_std,rural,2045,,845.9476415732034,40154.5319523798, +NAM,sfh_sr11_std,urban,2045,,994.7309164252596,55385.5801914967, +NAM,sfh_sr12_low,rural,2045,,887.3044878722371,73402.58900162058, +NAM,sfh_sr12_low,urban,2045,,383.00338718522187,28812.852716598623, +NAM,sfh_sr21_std,rural,2045,,470.2921732710324,18967.11939651117, +NAM,sfh_sr21_std,urban,2045,,1660.3201472540586,78012.40052107448, +NAM,sfh_sr22_low,rural,2045,,402.1518669019746,26706.382291893027, +NAM,sfh_sr22_low,urban,2045,,500.3034996259105,29963.084634677165, +NAM,sfh_sr31_std,rural,2045,,186.6496941736819,7610.783612040082, +NAM,sfh_sr31_std,urban,2045,,2446.389822990878,103546.45405113613, +NAM,sfh_sr32_low,rural,2045,,156.58155782365594,10328.72696394368, +NAM,sfh_sr32_low,urban,2045,,613.3158716599095,30757.13713868113, +PAO,mfh_s1,rural,2045,73.51502132384644,11.821427171542076,772.0218405146406,0.8883489393762056 +PAO,mfh_s1,urban,2045,54.0707718976781,114.4423263768989,3882.685562116253,0.6274555625453884 +PAO,mfh_s2,rural,2045,55.79930206832088,7.4510630578317505,360.5203006031355,0.8671270192396636 +PAO,mfh_s2,urban,2045,40.4821273091578,444.204134829913,11778.424816140618,0.654999986382085 +PAO,mfh_s3,rural,2045,30.191266332618994,9.033659222646202,257.0663671550261,0.9425409487712406 +PAO,mfh_s3,urban,2045,20.90155846066448,574.9820369052668,8372.793406033143,0.6966865546461825 +PAO,mfh_s51_std,rural,2045,27.008310389537304,0.1854794341232944,0.4625808027272787,0.0923409689012802 +PAO,mfh_s51_std,urban,2045,18.496210272458505,456.416573366478,3063.385302504685,0.3628753471064496 +PAO,mfh_s52_low,rural,2045,7.92104669082347,0.0010821060641776,0.0003183306632964,0.0371386463316076 +PAO,mfh_s52_low,urban,2045,4.39325274443708,2.730976301751704,4.272545284170663,0.3561086753762782 +PAO,mfh_sr11_std,rural,2045,,3.2176489371689936,69.87411121772791, +PAO,mfh_sr11_std,urban,2045,,8.932270737241273,174.27670178482242, +PAO,mfh_sr12_low,rural,2045,,0.0114120569140878,0.2045600165890659, +PAO,mfh_sr12_low,urban,2045,,0.0095982539541566,0.1634269118852739, +PAO,mfh_sr21_std,rural,2045,,1.744766637233086,28.74243489361924, +PAO,mfh_sr21_std,urban,2045,,29.18746252598375,443.6860814785952, +PAO,mfh_sr22_low,rural,2045,,0.0030056868178246,0.0418967616022186, +PAO,mfh_sr22_low,urban,2045,,0.0127552590681156,0.1645580391290982, +PAO,mfh_sr31_std,rural,2045,,1.5330968794259223,14.56492571609275, +PAO,mfh_sr31_std,urban,2045,,6.302737072903831,73.06689307112757, +PAO,mfh_sr32_low,rural,2045,,0.0003421519838805,0.0026719436317059, +PAO,mfh_sr32_low,urban,2045,,0.0008264626756428,0.0071679222481082, +PAO,sfh_s1,rural,2045,181.4146385705439,561.3229018912915,100331.80890629606,0.9852661281120848 +PAO,sfh_s1,urban,2045,136.74473589934956,232.86260857646167,19784.32711440969,0.6213136700923423 +PAO,sfh_s2,rural,2045,139.50758480374236,354.3942347622394,45918.86228029488,0.9287667319317832 +PAO,sfh_s2,urban,2045,104.7608864022302,925.9714088897824,60261.5528728608,0.621217350666346 +PAO,sfh_s3,rural,2045,77.51842152194855,424.2508283820419,30654.974166734864,0.932123237112177 +PAO,sfh_s3,urban,2045,57.17689824123386,1182.8460204125968,40535.34426662198,0.5993562810018727 +PAO,sfh_s51_std,rural,2045,69.77638784345169,242.8609786859946,7940.157861537522,0.4685575204355969 +PAO,sfh_s51_std,urban,2045,51.27286178185185,1340.9369262022788,21620.12925936261,0.3144578042687742 +PAO,sfh_s52_low,rural,2045,20.35462905816778,0.3910805806832499,5.616196370744776,0.7055257042755247 +PAO,sfh_s52_low,urban,2045,13.45863597731658,25.72023928586993,263.2458319901385,0.7604758943228462 +PAO,sfh_sr11_std,rural,2045,,377.4162486525258,12203.309042536532, +PAO,sfh_sr11_std,urban,2045,,128.66969508514867,2637.963764168137, +PAO,sfh_sr12_low,rural,2045,,99.24727292037142,3899.51555810815, +PAO,sfh_sr12_low,urban,2045,,5.722952226835825,205.19110133962263, +PAO,sfh_sr21_std,rural,2045,,240.5244384900801,6254.950020667096, +PAO,sfh_sr21_std,urban,2045,,470.6875278018467,7940.525888330279, +PAO,sfh_sr22_low,rural,2045,,38.26871214689146,1182.4421198110658, +PAO,sfh_sr22_low,urban,2045,,12.437553443180713,356.9164276768839, +PAO,sfh_sr31_std,rural,2045,,290.53856663412506,4858.644994597046, +PAO,sfh_sr31_std,urban,2045,,543.9005271520749,5078.982427553607, +PAO,sfh_sr32_low,rural,2045,,13.430349042410862,242.5076505757144, +PAO,sfh_sr32_low,urban,2045,,3.460398845737592,57.65502219673692, +PAS,inf_ns,urban,2045,,565.323067859023,133.7448011026943, +PAS,mfh_s1,rural,2045,3.788824488523777,178.40978080720583,1074.4782670366797,1.5895510793256156 +PAS,mfh_s1,urban,2045,15.771068796603116,44.07091345811709,623.5010793199159,0.8970652450533794 +PAS,mfh_s2,rural,2045,3.788824488523777,238.5316476171325,555.9646979150422,0.6151722271062419 +PAS,mfh_s2,urban,2045,15.771068796603116,214.1074190376252,5650.775386235441,1.6734594844468975 +PAS,mfh_s3,rural,2045,3.5278065826042355,242.2931545891642,510.1736173967586,0.5968594653725529 +PAS,mfh_s3,urban,2045,14.734230196024075,520.2267204592006,12051.884765621213,1.572298009853751 +PAS,mfh_s51_std,rural,2045,3.263697227386193,122.79352445353668,3.9604162194968304,0.0098822424162784 +PAS,mfh_s51_std,urban,2045,13.673969600972049,1326.2549338870688,7482.013549048167,0.412569261485511 +PAS,mfh_s52_low,rural,2045,0.5238539257290249,0.0091167995958404,1.62278516773059e-07,3.3978829828965674e-05 +PAS,mfh_s52_low,urban,2045,2.365858489825168,2.545796084180759,8.058507079961391,1.3379571761924929 +PAS,mfh_sr11_std,rural,2045,,1.3015747418685122,75.8321369188473, +PAS,mfh_sr11_std,urban,2045,,0.7742340959027812,43.36990388620096, +PAS,mfh_sr21_std,rural,2045,,0.6631706747205119,38.63754255263501, +PAS,mfh_sr21_std,urban,2045,,7.0171819647869365,393.0781516999132, +PAS,mfh_sr31_std,rural,2045,,0.6032404268712479,32.86002950745847, +PAS,mfh_sr31_std,urban,2045,,14.97123358136684,783.9540272552464, +PAS,sfh_s1,rural,2045,9.40514542576685,1367.569991153528,19132.578750540222,1.4875049924259027 +PAS,sfh_s1,urban,2045,38.34144069394136,214.66394498805155,7025.788746104068,0.8536258401384129 +PAS,sfh_s2,rural,2045,9.40514542576685,1793.9016217237536,10001.968839008154,0.5928179695444851 +PAS,sfh_s2,urban,2045,38.34144069394136,1021.3396563665204,61818.80904176947,1.5786360326586726 +PAS,sfh_s3,rural,2045,8.791509221524276,1796.2036975627188,8583.014129795649,0.5435266028530515 +PAS,sfh_s3,urban,2045,35.89226851914735,2408.764655295462,131106.53740113636,1.5164534009515545 +PAS,sfh_s51_std,rural,2045,8.186710664774559,943.8656418735084,111.55413454556088,0.0144366375143095 +PAS,sfh_s51_std,urban,2045,33.42798304087046,6066.498965326929,31530.362070191084,0.1554821927629343 +PAS,sfh_s52_low,rural,2045,1.4316309414460588,0.0657150736155953,0.0001364782405156,0.0014506656916214 +PAS,sfh_s52_low,urban,2045,6.252874223065266,407.1702757762738,3381.151485884433,1.3280330092086297 +PAS,sfh_sr11_std,rural,2045,,12.036058566122712,1696.3611366812886, +PAS,sfh_sr11_std,urban,2045,,4.626279611167561,627.7048073074639, +PAS,sfh_sr21_std,rural,2045,,6.157361748946167,867.818075117233, +PAS,sfh_sr21_std,urban,2045,,40.70892288811218,5523.485121345951, +PAS,sfh_sr31_std,rural,2045,,5.295263241081769,698.9564759849084, +PAS,sfh_sr31_std,urban,2045,,87.83973890613387,11160.001360180093, +RCPA,inf_ns,urban,2045,,155.27445745249585,7822.504160046137, +RCPA,mfh_s1,rural,2045,6.701041021210691,332.40944718307367,3277.230964196436,1.471266732131424 +RCPA,mfh_s1,urban,2045,5.685688029556295,42.408088681432496,808.3396559326218,3.352448841684006 +RCPA,mfh_s2,rural,2045,5.062889502707298,536.0812219646324,4038.900437080408,1.4881068081189777 +RCPA,mfh_s2,urban,2045,4.278005151455028,135.21969590248216,1974.2832033237232,3.412936378600506 +RCPA,mfh_s3,rural,2045,3.419832883710589,537.7772668517811,2799.01947398978,1.5219437323339515 +RCPA,mfh_s3,urban,2045,2.8659548627173805,361.83064614630587,3662.2911997149104,3.531654250198889 +RCPA,mfh_s51_std,urban,2045,2.6299602604209986,385.6394050545948,5220.789550321761,5.147609536638498 +RCPA,sfh_s1,rural,2045,16.59768545780076,290.5364862423377,6940.548733096484,1.4392810191900345 +RCPA,sfh_s1,urban,2045,14.192712111139484,6.074852516467377,279.22089253145003,3.23852145634918 +RCPA,sfh_s2,rural,2045,12.538149344958589,454.8023015402376,8258.763008090827,1.4483012701608713 +RCPA,sfh_s2,urban,2045,10.699434644722263,19.11916019036983,669.1656932089076,3.2711768585046634 +RCPA,sfh_s3,rural,2045,8.576730468055716,474.07200137656525,5938.945034031896,1.4606401587797062 +RCPA,sfh_s3,urban,2045,7.2965641518054545,53.78711410196626,1301.588300594485,3.3164769853404827 +RCPA,sfh_s51_std,urban,2045,6.719754826999609,55.466786017224734,1798.3364760838765,4.824857860299164 +SAS,inf_ns,urban,2045,,2018.5663655613816,15444.568417679317, +SAS,mfh_s1,rural,2045,10.629190919395503,186.09302922703284,1056.1163222356809,0.5339264569941519 +SAS,mfh_s1,urban,2045,7.10243524740392,155.7621146964435,385.5559757912139,0.3485124691689626 +SAS,mfh_s2,rural,2045,10.629190919395503,278.07472872170774,1548.7274700975377,0.5239782638379304 +SAS,mfh_s2,urban,2045,7.10243524740392,692.2752465345222,1523.857652289469,0.3099262163526158 +SAS,mfh_s3,rural,2045,9.804925353166862,363.88400814056007,1905.5929496060055,0.534100366404585 +SAS,mfh_s3,urban,2045,6.506259014082712,1471.0077958944123,3054.6673510343044,0.3191667197757138 +SAS,mfh_s51_std,rural,2045,8.98719042878908,268.6320821069978,724.2801923570238,0.3000024393535807 +SAS,mfh_s51_std,urban,2045,5.921185304384903,4352.618773257879,3631.697435010299,0.1409127776754075 +SAS,mfh_s52_low,rural,2045,0.9781742013454334,3.141055163657177,21.15354304835892,6.88480034663593 +SAS,mfh_s52_low,urban,2045,0.4399614887671711,36.5731121013906,127.01406829070736,7.893602389770579 +SAS,mfh_sr11_std,rural,2045,,1.5049706287858875,72.47935248459636, +SAS,mfh_sr11_std,urban,2045,,0.7518057209282475,23.45850674674924, +SAS,mfh_sr21_std,rural,2045,,2.220343742071965,105.70371085552688, +SAS,mfh_sr21_std,urban,2045,,2.9381398610664995,89.24368100061255, +SAS,mfh_sr31_std,rural,2045,,2.744975018067342,123.12573793971804, +SAS,mfh_sr31_std,urban,2045,,5.289524447949538,161.91514453666713, +SAS,sfh_s1,rural,2045,27.920219068923384,5963.045034313419,79490.77686866067,0.4774521249962213 +SAS,sfh_s1,urban,2045,19.475961621349654,442.4191372370893,2575.081118676935,0.2988533303770507 +SAS,sfh_s2,rural,2045,27.920219068923384,8910.919752009808,116598.53103151495,0.468653348987361 +SAS,sfh_s2,urban,2045,19.475961621349654,1967.0014294795103,10174.59502010881,0.2655911175703741 +SAS,sfh_s3,rural,2045,26.009493066659733,11663.356992180616,144192.66400350415,0.4753217738187192 +SAS,sfh_s3,urban,2045,18.098868704137963,4177.8539224609685,20527.281920075293,0.2714730776463858 +SAS,sfh_s51_std,rural,2045,24.19495241487609,8378.140331631868,24478.417036920124,0.1207566139687686 +SAS,sfh_s51_std,urban,2045,16.81882657838885,12324.618885236692,13986.527800830208,0.0674746626559347 +SAS,sfh_s52_low,rural,2045,3.38854677911892,405.54052574893456,3563.6887365452576,2.5932955754936238 +SAS,sfh_s52_low,urban,2045,1.9686799182805228,229.13655055043645,1635.418909850656,3.625430073151868 +SAS,sfh_sr11_std,rural,2045,,100.10358491556204,7103.52892575285, +SAS,sfh_sr11_std,urban,2045,,5.234446292274392,218.1739136748125, +SAS,sfh_sr21_std,rural,2045,,148.18900140260766,10383.764049931098, +SAS,sfh_sr21_std,urban,2045,,21.414443422751763,845.9287475767891, +SAS,sfh_sr31_std,rural,2045,,186.0551289774792,12314.332945830089, +SAS,sfh_sr31_std,urban,2045,,44.5806312187465,1606.8842038053365, +WEU,mfh_s1,rural,2045,80.7214847219604,51.50331508773855,12769.980307710832,3.0716087936463894 +WEU,mfh_s1,urban,2045,75.46094840597016,1004.840902796361,253492.2482910296,3.3430672962824035 +WEU,mfh_s2,rural,2045,54.60195225078522,20.64161399302508,3611.443646253633,3.2042693769780515 +WEU,mfh_s2,urban,2045,50.90782756658002,1172.268871580863,179529.69298177864,3.008323185599715 +WEU,mfh_s3,rural,2045,26.101564963582245,25.34563657833897,2085.223125666122,3.151975131648852 +WEU,mfh_s3,urban,2045,24.201483293168184,1825.661479426172,137069.52662059397,3.1022634506746978 +WEU,mfh_s51_std,rural,2045,18.62191919237557,0.3209995231899787,12.536649003916772,2.097261776785486 +WEU,mfh_s51_std,urban,2045,17.232515999327646,596.6875619803442,27218.502387134296,2.647089043286678 +WEU,mfh_s52_low,rural,2045,9.479374668926278,4.699331666271254,85.60752380635567,1.9217467217570283 +WEU,mfh_s52_low,urban,2045,8.760506566901418,2237.249066497255,36154.74578178832,1.8446830495708928 +WEU,mfh_sr11_std,rural,2045,,13.35912500166858,810.2298053856737, +WEU,mfh_sr11_std,urban,2045,,220.4425239431573,14025.612791578267, +WEU,mfh_sr12_low,rural,2045,,16.789682891361103,816.0758081365968, +WEU,mfh_sr12_low,urban,2045,,189.40429841460235,9050.798679103133, +WEU,mfh_sr21_std,rural,2045,,5.441836924303092,229.8894341945163, +WEU,mfh_sr21_std,urban,2045,,211.1235485333252,9026.841945615077, +WEU,mfh_sr22_low,rural,2045,,5.305903613028305,165.79728947626302, +WEU,mfh_sr22_low,urban,2045,,139.14383760791273,4559.663314720718, +WEU,mfh_sr31_std,rural,2045,,4.325488551765683,90.55895971321488, +WEU,mfh_sr31_std,urban,2045,,169.78041439222406,3749.852343359288, +WEU,mfh_sr32_low,rural,2045,,2.337999264853037,36.96292148888836, +WEU,mfh_sr32_low,urban,2045,,60.75424330413037,1070.4887838347713, +WEU,sfh_s1,rural,2045,199.1571575477619,1684.341692613664,1107881.712656138,3.302685924773048 +WEU,sfh_s1,urban,2045,186.929981883403,1271.9556379927865,809294.2800158667,3.403733447019816 +WEU,sfh_s2,rural,2045,136.7840900323082,663.3031829951797,299529.6705773334,3.3013546555751674 +WEU,sfh_s2,urban,2045,128.21663961744198,1407.6240064864478,547377.5975254806,3.0328851434590773 +WEU,sfh_s3,rural,2045,66.90839717456522,754.4459251100957,152596.2514440185,3.0229789411881542 +WEU,sfh_s3,urban,2045,62.47385740033076,2082.856697610023,365194.4598459722,2.806509181796003 +WEU,sfh_s51_std,rural,2045,47.83149923897789,4.463372590506824,341.188115716335,1.598147131411018 +WEU,sfh_s51_std,urban,2045,44.55263979646592,757.2763571813897,86834.34219694172,2.5737341145326105 +WEU,sfh_s52_low,rural,2045,23.2687751503444,204.1027435469537,8988.316007973715,1.892587499556688 +WEU,sfh_s52_low,urban,2045,21.5589809218736,3706.280528905476,143760.8479101896,1.7991779062650204 +WEU,sfh_sr11_std,rural,2045,,371.402997648714,38059.01580030619, +WEU,sfh_sr11_std,urban,2045,,260.2165037095125,31328.328407923425, +WEU,sfh_sr12_low,rural,2045,,1336.4361955033694,139807.2597170603, +WEU,sfh_sr12_low,urban,2045,,696.0117737578105,74162.18831529458, +WEU,sfh_sr21_std,rural,2045,,152.75172741837426,11975.504748368485, +WEU,sfh_sr21_std,urban,2045,,336.50516489708167,25215.974991476018, +WEU,sfh_sr22_low,rural,2045,,487.9940821442203,35039.897103083866, +WEU,sfh_sr22_low,urban,2045,,653.9200518114689,46072.69466265598, +WEU,sfh_sr31_std,rural,2045,,207.64559168275903,8358.418133385974, +WEU,sfh_sr31_std,urban,2045,,512.0424406020215,22348.76217394369, +WEU,sfh_sr32_low,rural,2045,,367.7053742612569,13307.256151415206, +WEU,sfh_sr32_low,urban,2045,,643.6835386118578,23467.77618751574, +AFR,inf_ns,urban,2050,,1898.3925958349828,8904.472440742393, +AFR,mfh_s1,rural,2050,3.1013220072466567,44.33940692350424,127.13064000433252,0.9245140010803156 +AFR,mfh_s1,urban,2050,4.18368698147431,15.257487738894929,114.71934924128831,1.7971919368319549 +AFR,mfh_s2,rural,2050,3.1011186438445857,82.72019536203204,261.0261263978373,1.0175459853062607 +AFR,mfh_s2,urban,2050,4.18368698147431,93.42192083948687,526.9401612217903,1.3481968986781725 +AFR,mfh_s3,rural,2050,2.7852483450518424,122.52460162099698,315.35421712269294,0.9240839326154676 +AFR,mfh_s3,urban,2050,3.790118394145393,262.3852943724709,1204.9688512049888,1.2116677617375795 +AFR,mfh_s51_std,rural,2050,2.4944455680602524,220.17669667583007,292.321538372051,0.532249708572133 +AFR,mfh_s51_std,urban,2050,3.418475844527482,1754.5181137311297,2841.727276288688,0.4737966919604538 +AFR,mfh_s52_low,rural,2050,0.0516494338446167,0.0140804574752268,0.0002083496536913,0.2864906496755302 +AFR,mfh_s52_low,urban,2050,0.0994453850557055,0.1325596704374907,0.0108782741681057,0.8252089904597213 +AFR,mfh_sr11_std,rural,2050,,0.2012093839984436,2.1593250642764645, +AFR,mfh_sr11_std,urban,2050,,0.4288453459988606,5.396545723093639, +AFR,mfh_sr21_std,rural,2050,,0.4615666777272838,5.160624755831978, +AFR,mfh_sr21_std,urban,2050,,1.8690155975069789,23.28465295430341, +AFR,mfh_sr31_std,rural,2050,,0.3187233380122167,3.515454662002558, +AFR,mfh_sr31_std,urban,2050,,3.832411343078847,44.90041608572479, +AFR,sfh_s1,rural,2050,9.034579294709577,1666.3961249142549,11949.236859662811,0.7936956295500597 +AFR,sfh_s1,urban,2050,11.818416132375573,125.31171575147177,2365.0163172695284,1.5969201008370355 +AFR,sfh_s2,rural,2050,9.034251626334314,3105.725461342384,24460.63088847451,0.8717910559205034 +AFR,sfh_s2,urban,2050,11.818416132375573,771.7189902003003,10904.251602212154,1.19557657903721 +AFR,sfh_s3,rural,2050,8.348413847590809,4601.452035331316,30819.90297044666,0.8022918822558006 +AFR,sfh_s3,urban,2050,10.950517599152844,2170.9730820265822,25471.15550728609,1.0714195365901302 +AFR,sfh_s51_std,rural,2050,7.802427876164306,8383.772933072112,34841.12151315909,0.5326266051918614 +AFR,sfh_s51_std,urban,2050,10.21436869661869,14835.076255070931,71573.42850168726,0.4723354135112043 +AFR,sfh_s52_low,rural,2050,0.5816583520100288,1.1338058185267292,0.8832381728729133,1.3392793751683314 +AFR,sfh_s52_low,urban,2050,0.9218978842013382,4.9217998165285,9.85829505578742,2.172676406591284 +AFR,sfh_sr11_std,rural,2050,,29.722794222806066,711.545848599729, +AFR,sfh_sr11_std,urban,2050,,7.430946103363075,209.3808040297408, +AFR,sfh_sr21_std,rural,2050,,61.85891248908309,1526.6655947232723, +AFR,sfh_sr21_std,urban,2050,,34.49864650365283,936.899133410932, +AFR,sfh_sr31_std,rural,2050,,76.45556802685732,1692.632825743818, +AFR,sfh_sr31_std,urban,2050,,80.57791874926835,1994.7070550883143, +CHN,inf_ns,urban,2050,,1067.9194580524954,146617.83690554192, +CHN,mfh_s1,rural,2050,78.77142098402773,3695.293631464736,375448.19460819656,1.2898297413682884 +CHN,mfh_s1,urban,2050,66.83584295968217,591.7041044960291,34304.56879865624,0.8674370202551608 +CHN,mfh_s2,rural,2050,59.51478272570211,4661.33365986887,355150.654777859,1.2801992731286622 +CHN,mfh_s2,urban,2050,50.28838708649175,2322.28459667225,102188.19038586746,0.8750191550618489 +CHN,mfh_s3,rural,2050,40.20048451055713,2183.827574841287,115936.0482569748,1.3205926028132309 +CHN,mfh_s3,urban,2050,33.68959185561655,6696.035562808963,200843.1701445208,0.8903147461661465 +CHN,mfh_s51_std,rural,2050,36.97277815159439,1.1842308647903734,53.86868980743644,1.2303196260189369 +CHN,mfh_s51_std,urban,2050,30.91545122454072,21357.042962055497,634539.8580982686,0.9610416202331457 +CHN,mfh_s52_low,rural,2050,13.433115933282863,2.5413618917198605e-05,0.0011974926880453,3.5077577600497536 +CHN,mfh_s52_low,urban,2050,10.72490364996518,60.77408414240016,1606.4341819706142,2.464626504041621 +CHN,mfh_sr11_std,rural,2050,,559.7355647913473,28237.418682007865, +CHN,mfh_sr11_std,urban,2050,,48.13584560530854,2500.863139672078, +CHN,mfh_sr12_low,rural,2050,,85.90018468875319,4232.006548842874, +CHN,mfh_sr12_low,urban,2050,,1.228187756120649,58.21521998597429, +CHN,mfh_sr21_std,rural,2050,,589.9605675745423,26686.223973421504, +CHN,mfh_sr21_std,urban,2050,,182.47866876683307,7436.715676792341, +CHN,mfh_sr22_low,rural,2050,,77.05014899607,3214.553785075801, +CHN,mfh_sr22_low,urban,2050,,2.938853877428914,111.61034306398916, +CHN,mfh_sr31_std,rural,2050,,266.61564815106215,10002.41204039633, +CHN,mfh_sr31_std,urban,2050,,384.3461589661595,11759.737804375907, +CHN,mfh_sr32_low,rural,2050,,20.00452541037741,597.381437845851, +CHN,mfh_sr32_low,urban,2050,,1.7740219833405528,47.17333078758946, +CHN,sfh_s1,rural,2050,195.1074861978212,3138.6918758383827,777328.9624487977,1.269352470662062 +CHN,sfh_s1,urban,2050,166.83677910237435,83.15194931392374,12016.09370093543,0.8661618963954687 +CHN,sfh_s2,rural,2050,147.3872249529826,3674.577557700541,687511.3435465306,1.2694412545129026 +CHN,sfh_s2,urban,2050,125.7729460277556,319.49259361202155,34861.2594088045,0.8675510583195353 +CHN,sfh_s3,rural,2050,100.82034182857332,1742.1772751710164,229944.23404001247,1.309127704684407 +CHN,sfh_s3,urban,2050,85.77185615183555,946.1392456429506,70795.76965908756,0.8723834976820551 +CHN,sfh_s51_std,urban,2050,78.99140368064847,2795.126431559106,190450.11561176303,0.8625811281331088 +CHN,sfh_s52_low,urban,2050,28.7570469183084,234.26562449614767,6578.478088558076,0.9765007482969572 +CHN,sfh_sr11_std,rural,2050,,324.1303598858587,21557.16527278181, +CHN,sfh_sr11_std,urban,2050,,5.434779824470954,397.9334053398147, +CHN,sfh_sr12_low,rural,2050,,392.271240791626,22579.26215223473, +CHN,sfh_sr12_low,urban,2050,,4.102263752481485,157.64181492856727, +CHN,sfh_sr21_std,rural,2050,,447.8756631458906,25926.27088229339, +CHN,sfh_sr21_std,urban,2050,,24.836355534854327,1610.1810145734107, +CHN,sfh_sr22_low,rural,2050,,356.90841770457524,17829.896840882964, +CHN,sfh_sr22_low,urban,2050,,10.788460629209755,351.682291066669, +CHN,sfh_sr31_std,rural,2050,,256.51392618532026,12652.702279839425, +CHN,sfh_sr31_std,urban,2050,,85.26487279709181,4633.580779368591, +CHN,sfh_sr32_low,rural,2050,,112.5950086130568,4718.818978380044, +CHN,sfh_sr32_low,urban,2050,,12.99219954897024,385.6168175630618, +EEU,mfh_s1,rural,2050,64.12436316514965,80.6280845829327,19199.164714154183,3.713410206428477 +EEU,mfh_s1,urban,2050,63.30299418701474,246.4045793171147,52323.15465262924,3.354446682992288 +EEU,mfh_s2,rural,2050,61.257892110790976,19.056098794590312,4173.237213933379,3.5750080752999733 +EEU,mfh_s2,urban,2050,60.47095129077096,390.28751805706094,78842.81292431327,3.3406474665359256 +EEU,mfh_s3,rural,2050,38.19078550746308,11.399452805252222,1784.3986103026773,4.098729715874762 +EEU,mfh_s3,urban,2050,37.69964925217732,182.3881539088447,22926.158882405325,3.3342438641441072 +EEU,mfh_s51_std,rural,2050,28.06765222007525,0.0058611047351687,0.363933389134548,2.212260846618213 +EEU,mfh_s51_std,urban,2050,27.70756747843088,355.4186313016868,30084.71194377369,3.054972237421993 +EEU,mfh_s52_low,rural,2050,12.780969209989566,0.0779526005908172,1.762926513554668,1.7694561820089534 +EEU,mfh_s52_low,urban,2050,12.621275813052426,362.9928559375655,8494.117538208,1.8540307422218611 +EEU,mfh_sr11_std,rural,2050,,67.08742532568111,2986.1113552959328, +EEU,mfh_sr11_std,urban,2050,,86.66582404819471,3891.883935819156, +EEU,mfh_sr12_low,rural,2050,,1.5879067143754897,53.71808939510988, +EEU,mfh_sr12_low,urban,2050,,1.24473932105648,41.74458551789936, +EEU,mfh_sr21_std,rural,2050,,15.268352500718642,638.2362526119126, +EEU,mfh_sr21_std,urban,2050,,134.29265244771088,5757.891296987562, +EEU,mfh_sr22_low,rural,2050,,0.3095562681639076,9.947956195478334, +EEU,mfh_sr22_low,urban,2050,,1.7391905892813904,55.93865997258755, +EEU,mfh_sr31_std,rural,2050,,8.722998163420987,246.4721609183217, +EEU,mfh_sr31_std,urban,2050,,51.76102025218425,1378.2049056347091, +EEU,mfh_sr32_low,rural,2050,,0.0565497781220256,1.1915453425976958, +EEU,mfh_sr32_low,urban,2050,,0.1856845091357594,3.696969679720228, +EEU,sfh_s1,rural,2050,155.97355901445528,377.3142795937571,215106.3752562526,3.655098276060383 +EEU,sfh_s1,urban,2050,154.00125595322768,166.17966540616462,84517.28509672986,3.3025043251428 +EEU,sfh_s2,rural,2050,150.12995088013693,91.03932085762264,48392.80681565699,3.5406619223474425 +EEU,sfh_s2,urban,2050,148.2242811575877,276.0745984517345,134403.3221784505,3.284461698523991 +EEU,sfh_s3,rural,2050,94.0451623485602,63.53081821420681,23839.46653131215,3.990025062081504 +EEU,sfh_s3,urban,2050,92.84094315572732,142.88242348288273,43195.50713563302,3.2562686318980014 +EEU,sfh_s51_std,rural,2050,68.75647430413314,0.000575730464582,0.0798630741292517,2.017498469006641 +EEU,sfh_s51_std,urban,2050,67.87188465470435,213.98668440880823,44576.16154893054,3.0692058000274165 +EEU,sfh_s52_low,rural,2050,28.90919537644194,0.0301790624789703,1.6495271725287155,1.8906786743183104 +EEU,sfh_s52_low,urban,2050,28.538979274615865,248.4211590094653,13213.833992271731,1.8638108115889644 +EEU,sfh_sr11_std,rural,2050,,268.7506198231416,27529.337545135542, +EEU,sfh_sr11_std,urban,2050,,44.69835352445695,4715.457681486538, +EEU,sfh_sr12_low,rural,2050,,260.7509323613278,20829.16903887228, +EEU,sfh_sr12_low,urban,2050,,30.47252574436713,2431.955764236405, +EEU,sfh_sr21_std,rural,2050,,68.02993373252404,6486.336303903119, +EEU,sfh_sr21_std,urban,2050,,76.84563858442513,7756.077222068934, +EEU,sfh_sr22_low,rural,2050,,58.17792057513436,4426.18837777137, +EEU,sfh_sr22_low,urban,2050,,47.41156963869818,3647.468184565624, +EEU,sfh_sr31_std,rural,2050,,62.487787489309405,4223.766984816226, +EEU,sfh_sr31_std,urban,2050,,50.91332165884008,3197.865080392105, +EEU,sfh_sr32_low,rural,2050,,25.202209378495912,1271.8373395595354, +EEU,sfh_sr32_low,urban,2050,,11.239517880187526,539.8576068941998, +FSU,mfh_s1,rural,2050,78.88906776442855,109.93738403222986,47139.76890787836,5.435321358632605 +FSU,mfh_s1,urban,2050,84.25923175677347,509.6719766682672,223440.02741436855,5.202986816871732 +FSU,mfh_s2,rural,2050,75.38516636437427,63.17042769714033,21216.79174675333,4.455331246882225 +FSU,mfh_s2,urban,2050,80.50069618939732,955.6441173375785,392889.473937888,5.107102409573687 +FSU,mfh_s3,rural,2050,47.82354118521248,52.067831996603374,12393.265312587588,4.977078849047366 +FSU,mfh_s3,urban,2050,51.3429061897636,838.5195697228967,226817.3480656657,5.2684470302926565 +FSU,mfh_s51_std,rural,2050,35.65343552191879,34.78564839652958,2776.255605569372,2.2385044456858805 +FSU,mfh_s51_std,urban,2050,38.46677978449432,1780.7178241494037,342363.529419978,4.998118606738943 +FSU,mfh_s52_low,rural,2050,17.04185541223791,2.4190689366451346,212.2580708533672,5.148717833486831 +FSU,mfh_s52_low,urban,2050,18.729894866743734,8.11771327975354,706.0429273774191,4.643677594040186 +FSU,mfh_sr11_std,rural,2050,,121.5866607635645,9248.613137988164, +FSU,mfh_sr11_std,urban,2050,,26.04187042134819,2271.8027362338003, +FSU,mfh_sr12_low,rural,2050,,16.83078679459654,1811.787644860864, +FSU,mfh_sr12_low,urban,2050,,1.7142617967180196,185.70596113224337, +FSU,mfh_sr21_std,rural,2050,,70.03421355519028,4073.89561012123, +FSU,mfh_sr21_std,urban,2050,,48.36945893637848,3984.12362476529, +FSU,mfh_sr22_low,rural,2050,,9.520170362111088,882.9984236676431, +FSU,mfh_sr22_low,urban,2050,,3.0246498388937164,311.758559816057, +FSU,mfh_sr31_std,rural,2050,,53.75763981009192,2497.442040896178, +FSU,mfh_sr31_std,urban,2050,,40.10649552317656,2336.15690569202, +FSU,mfh_sr32_low,rural,2050,,3.893347470300304,264.01783868992266, +FSU,mfh_sr32_low,urban,2050,,1.0582202569825396,73.35106614995092, +FSU,sfh_s1,rural,2050,188.56014629449896,373.6926354206827,390979.8912863832,5.548683792511656 +FSU,sfh_s1,urban,2050,200.56128269578684,224.1471413288273,233432.12035453136,5.1925455145591 +FSU,sfh_s2,rural,2050,181.1450399182557,283.9157913958972,235149.77267885127,4.572235252906824 +FSU,sfh_s2,urban,2050,192.48467278925145,604.9793691490305,593556.1987466931,5.097123155346429 +FSU,sfh_s3,rural,2050,114.31898027465358,211.1486047325086,131275.0888216119,5.4384578000505375 +FSU,sfh_s3,urban,2050,121.65569464496242,444.5947734865981,285094.2330180926,5.270983254737352 +FSU,sfh_s51_std,rural,2050,84.22718797291225,88.57967914770398,13113.583355390976,1.7576604348330156 +FSU,sfh_s51_std,urban,2050,89.80459642129672,846.4471512361112,375467.82244889846,4.939401289231472 +FSU,sfh_s52_low,rural,2050,36.6888014199283,38.8504721458954,5377.5574637991385,3.772725736298 +FSU,sfh_s52_low,urban,2050,39.57967404187526,25.091063694646227,4458.636509211488,4.489632381652266 +FSU,sfh_sr11_std,rural,2050,,277.96574773964835,42440.334338440174, +FSU,sfh_sr11_std,urban,2050,,8.747547815539646,1461.70402205995, +FSU,sfh_sr12_low,rural,2050,,255.369895613926,45418.2796417849, +FSU,sfh_sr12_low,urban,2050,,5.107889494904464,1018.1490888296914, +FSU,sfh_sr21_std,rural,2050,,210.15824981718404,25222.36070389159, +FSU,sfh_sr21_std,urban,2050,,24.18026666657394,3813.4002293105937, +FSU,sfh_sr22_low,rural,2050,,195.37519000093903,27605.562791029843, +FSU,sfh_sr22_low,urban,2050,,13.183186612554415,2516.610779890902, +FSU,sfh_sr31_std,rural,2050,,207.54704811351647,19028.99449786032, +FSU,sfh_sr31_std,urban,2050,,21.97318575247212,2403.953512764207, +FSU,sfh_sr32_low,rural,2050,,100.88822429891384,12330.13847178706, +FSU,sfh_sr32_low,urban,2050,,6.116345125757512,858.898528116404, +LAM,inf_ns,urban,2050,,1010.2066969542948,19570.11455057572, +LAM,mfh_s1,rural,2050,11.734953283073736,5.945453641128905,35.844300377757385,0.5137522607277826 +LAM,mfh_s1,urban,2050,17.39348078174734,34.58639542138137,405.722835531764,0.6744311920846732 +LAM,mfh_s2,rural,2050,10.491773635690206,8.595741140155601,44.7852867505564,0.4965958879078354 +LAM,mfh_s2,urban,2050,15.466880731485482,248.5325188060752,2377.635811116628,0.6185280157205023 +LAM,mfh_s3,rural,2050,9.5728449345448,5.343559163141312,30.145397610138644,0.5893175439485139 +LAM,mfh_s3,urban,2050,14.056118281582108,447.6019123853821,3786.793181872068,0.6018860116143929 +LAM,mfh_s51_std,rural,2050,9.44458308208488,1.2495297097714415,3.935350605724354,0.3334679135600408 +LAM,mfh_s51_std,urban,2050,13.85948654446876,813.2125773264904,7034.966401915761,0.6241813663585273 +LAM,mfh_s52_low,rural,2050,0.9356461239424204,6.0408518277839816e-05,4.928668543030603e-06,0.0872006668954497 +LAM,mfh_s52_low,urban,2050,1.0431809713333997,0.117152927398595,0.1074847442340735,0.8794963181917778 +LAM,mfh_sr11_std,rural,2050,,0.0953128919105442,2.217431358174307, +LAM,mfh_sr11_std,urban,2050,,0.702301509333518,17.65913597223228, +LAM,mfh_sr12_low,rural,2050,,1.3306085499273086e-06,1.6445039097277173e-05, +LAM,mfh_sr12_low,urban,2050,,1.5973507398585607e-06,1.870248787384108e-05, +LAM,mfh_sr21_std,rural,2050,,0.1114544765218338,2.3574079740746208, +LAM,mfh_sr21_std,urban,2050,,3.2287101424507108,76.06898159196845, +LAM,mfh_sr22_low,rural,2050,,1.0256075976769683e-06,1.147689398387701e-05, +LAM,mfh_sr22_low,urban,2050,,5.251597740119607e-06,5.564518967190721e-05, +LAM,mfh_sr31_std,rural,2050,,0.0762592973103281,1.4787845213440702, +LAM,mfh_sr31_std,urban,2050,,4.640363951225984,103.8996807346286, +LAM,mfh_sr32_low,rural,2050,,3.820891050169099e-07,3.935047226256404e-06, +LAM,sfh_s1,rural,2050,31.56805960282636,1031.7924474822237,15648.637108745235,0.4804368235232675 +LAM,sfh_s1,urban,2050,47.84997626684211,420.8437053476825,12256.557291076231,0.6086476326569391 +LAM,sfh_s2,rural,2050,28.527433433741454,1488.7263501004563,19842.589278522137,0.4672192920504654 +LAM,sfh_s2,urban,2050,43.14312953577765,3026.9374129797866,72637.12104753497,0.5562160754795757 +LAM,sfh_s3,rural,2050,26.46929394030581,918.0341440737858,13725.820371987436,0.5648551857202875 +LAM,sfh_s3,urban,2050,40.01185699522313,5451.710672348293,118868.44918831342,0.5449354854192711 +LAM,sfh_s51_std,rural,2050,26.185180601839782,222.7356857500416,2264.2385035422576,0.3882190069199909 +LAM,sfh_s51_std,urban,2050,39.58077395502615,10392.78233862282,252844.0120392856,0.6146622751469956 +LAM,sfh_s52_low,rural,2050,4.006725816071103,0.1123047083779086,0.4120556937909165,0.9157318737455477 +LAM,sfh_s52_low,urban,2050,5.48322773892528,75.30012223649724,909.8410130795976,2.2036039611486986 +LAM,sfh_sr11_std,rural,2050,,43.3760764595492,1792.608326122977, +LAM,sfh_sr11_std,urban,2050,,32.575755581481936,1591.9022292281547, +LAM,sfh_sr12_low,rural,2050,,2.124008962624828,65.42102813570669, +LAM,sfh_sr12_low,urban,2050,,0.7604561137294731,21.317266735506745, +LAM,sfh_sr21_std,rural,2050,,61.98063735100842,2309.2367158067923, +LAM,sfh_sr21_std,urban,2050,,210.4023310234961,9236.561180999068, +LAM,sfh_sr22_low,rural,2050,,2.108517952653939,59.34783898389277, +LAM,sfh_sr22_low,urban,2050,,2.9609728446048043,75.94234934831822, +LAM,sfh_sr31_std,rural,2050,,47.28002461763962,1637.1133048988631, +LAM,sfh_sr31_std,urban,2050,,365.0873835896946,14870.535654788016, +LAM,sfh_sr32_low,rural,2050,,1.2401825817678147,32.56616552719964, +LAM,sfh_sr32_low,urban,2050,,3.732748707869658,90.35119762810037, +MEA,inf_ns,urban,2050,,772.3645272685793,50668.40770059548, +MEA,mfh_s1,rural,2050,29.764723740932496,62.32311797952519,1099.4487272411052,0.5926850220689743 +MEA,mfh_s1,urban,2050,38.65301809789404,29.712337030670167,836.8564277575626,0.7286697380348499 +MEA,mfh_s2,rural,2050,26.69162714162626,96.0394613686785,1536.980799181143,0.5995752219566841 +MEA,mfh_s2,urban,2050,34.7132282678955,171.75808397152812,4212.772302034538,0.7065709787081711 +MEA,mfh_s3,rural,2050,22.057479154314716,101.07097698661688,1329.5867496837875,0.5963954715367192 +MEA,mfh_s3,urban,2050,28.76645607181196,345.672267083875,7178.891295707008,0.7219489309577672 +MEA,mfh_s51_std,rural,2050,20.72829785808926,101.4373058330461,1426.0474192513163,0.6782231669790953 +MEA,mfh_s51_std,urban,2050,27.0854826939562,1152.0361643569358,22978.784930451748,0.7364179541695953 +MEA,mfh_s52_low,rural,2050,2.67036486960113,0.0480131572594324,0.3909014370246347,3.048852370097232 +MEA,mfh_s52_low,urban,2050,4.028545653973641,0.964713059987392,8.020904003566589,2.063844018393454 +MEA,mfh_sr11_std,rural,2050,,3.036907452988603,103.7472377863667, +MEA,mfh_sr11_std,urban,2050,,2.249168421351241,87.3178296655228, +MEA,mfh_sr12_low,rural,2050,,0.006278393492002,0.1130784480677694, +MEA,mfh_sr12_low,urban,2050,,0.003260401444174,0.0579890420366961, +MEA,mfh_sr21_std,rural,2050,,4.4068514251367175,138.9499124705885, +MEA,mfh_sr21_std,urban,2050,,11.680313750415264,436.7347783610748, +MEA,mfh_sr22_low,rural,2050,,0.0048691532679785,0.079354221220373, +MEA,mfh_sr22_low,urban,2050,,0.0104706853512977,0.1698469488211408, +MEA,mfh_sr31_std,rural,2050,,3.743720536307338,105.2797527088302, +MEA,mfh_sr31_std,urban,2050,,19.20456818606104,684.8236095280123, +MEA,mfh_sr32_low,rural,2050,,0.0014342790817563,0.0199137300605782, +MEA,mfh_sr32_low,urban,2050,,0.0058933456253954,0.0813007996954106, +MEA,sfh_s1,rural,2050,75.85670326891506,905.8592805422116,39234.75287556658,0.5709738508461436 +MEA,sfh_s1,urban,2050,97.3101139918426,205.7579416700067,14314.698905515954,0.7149367627550465 +MEA,sfh_s2,rural,2050,69.4736343700237,1390.03929127433,55766.03205183094,0.5774609872443908 +MEA,sfh_s2,urban,2050,88.92246856974509,1197.0879042126448,72807.12659756737,0.6839688740627159 +MEA,sfh_s3,rural,2050,60.03501647189002,1454.8877579125283,49638.24147051225,0.5683060294447789 +MEA,sfh_s3,urban,2050,76.45601740237107,2404.1134931639867,127194.20886967207,0.691991405558559 +MEA,sfh_s51_std,rural,2050,57.0425754730092,1535.4707350216286,49684.76809906664,0.5672605711654994 +MEA,sfh_s51_std,urban,2050,72.62967157285844,8028.522512110521,331048.16635476856,0.5677295203552558 +MEA,sfh_s52_low,rural,2050,9.814977908264838,46.84078855552147,1084.2797484515174,2.358456238207487 +MEA,sfh_s52_low,urban,2050,13.379005774112764,595.5361638800191,13407.4170591187,1.6827249678540976 +MEA,sfh_sr11_std,rural,2050,,101.39632660721011,3907.53939855534, +MEA,sfh_sr11_std,urban,2050,,27.46762494821951,1303.7764239209796, +MEA,sfh_sr12_low,rural,2050,,11.908113086556488,452.2350349764743, +MEA,sfh_sr12_low,urban,2050,,5.860146974630973,218.70724887665224, +MEA,sfh_sr21_std,rural,2050,,160.62802268838118,5772.182752134562, +MEA,sfh_sr21_std,urban,2050,,144.22155181245958,6785.465660920295, +MEA,sfh_sr22_low,rural,2050,,15.524963996282638,546.0844408170401, +MEA,sfh_sr22_low,urban,2050,,30.82647195887684,1057.9204210888909, +MEA,sfh_sr31_std,rural,2050,,167.16101818082765,5392.285020986728, +MEA,sfh_sr31_std,urban,2050,,273.2549634318124,12602.575075879373, +MEA,sfh_sr32_low,rural,2050,,12.199951481837996,373.7797415797264, +MEA,sfh_sr32_low,urban,2050,,51.8318136059601,1537.2590285666968, +NAM,mfh_s1,rural,2050,82.69639826712788,24.0541465045418,3303.7751144642907,1.6608634618593676 +NAM,mfh_s1,urban,2050,70.52964270766337,331.1302752446352,32076.910220190846,1.3734787820972498 +NAM,mfh_s2,rural,2050,60.17283600220628,12.52702517433515,1281.9635197262348,1.7006981369872884 +NAM,mfh_s2,urban,2050,51.05353564869867,535.0323403707429,41234.96978213166,1.5095928237666834 +NAM,mfh_s3,rural,2050,49.70921108471192,5.125888379870178,521.3068250275602,2.0459140993438214 +NAM,mfh_s3,urban,2050,41.99876647144607,853.6914571977784,54654.10070243468,1.524352060209219 +NAM,mfh_s51_std,urban,2050,73.5945725250397,1538.209919904781,113789.02824243715,1.0051687859293603 +NAM,mfh_s52_low,urban,2050,7.937554654338519,119.38750136443818,2515.98857864549,2.654991124499801 +NAM,mfh_sr11_std,rural,2050,,18.3336385746604,642.1864514248307, +NAM,mfh_sr11_std,urban,2050,,150.84877741727075,5729.898661037724, +NAM,mfh_sr12_low,rural,2050,,1.0340188301824325,59.28850063220887, +NAM,mfh_sr12_low,urban,2050,,2.205712172225323,104.74266392803204, +NAM,mfh_sr21_std,rural,2050,,8.391223295285032,246.937696141007, +NAM,mfh_sr21_std,urban,2050,,213.3688322747655,6334.535354263297, +NAM,mfh_sr22_low,rural,2050,,0.3005020744644341,14.334212810807022, +NAM,mfh_sr22_low,urban,2050,,1.8550500810455417,71.65931701643855, +NAM,mfh_sr31_std,rural,2050,,3.3738001863293725,102.56542203026166, +NAM,mfh_sr31_std,urban,2050,,314.490770426003,7792.707316349895, +NAM,mfh_sr32_low,rural,2050,,0.1211306198314209,5.471575592406991, +NAM,mfh_sr32_low,urban,2050,,1.7638984120113457,57.0356788202154, +NAM,sfh_s1,rural,2050,203.33980270417155,1450.2137612365807,556090.7343982793,1.8857809281905693 +NAM,sfh_s1,urban,2050,175.05413195701038,1328.244053246955,377920.1440329473,1.6253608511297202 +NAM,sfh_s2,rural,2050,150.10102812483387,720.308671855942,212881.9186494487,1.9689580597809215 +NAM,sfh_s2,urban,2050,129.1403235187039,2126.6936236771226,456891.9998477592,1.6635917372561615 +NAM,sfh_s3,rural,2050,124.75864973611948,285.0773798394388,85748.12756364176,2.4109667505686714 +NAM,sfh_s3,urban,2050,107.17596396921276,3418.263050995072,577345.5279144539,1.5759155003352632 +NAM,sfh_s51_std,urban,2050,185.5903186606859,3748.9033154690505,191748.39003245137,0.275595529602812 +NAM,sfh_s52_low,urban,2050,19.38063764259675,5871.435839344524,185437.23759462024,1.629613328148341 +NAM,sfh_sr11_std,rural,2050,,903.933278699848,40874.28783872444, +NAM,sfh_sr11_std,urban,2050,,1080.7277844500925,57417.588810610265, +NAM,sfh_sr12_low,rural,2050,,924.1007696265796,73863.95987699622, +NAM,sfh_sr12_low,urban,2050,,401.1316250379948,29159.730283537225, +NAM,sfh_sr21_std,rural,2050,,480.5106926034427,18487.14516909255, +NAM,sfh_sr21_std,urban,2050,,1731.112202748591,77145.45199727909, +NAM,sfh_sr22_low,rural,2050,,401.1482157054456,25755.871197328124, +NAM,sfh_sr22_low,urban,2050,,496.5187259953733,28777.297297110206, +NAM,sfh_sr31_std,rural,2050,,200.80898428576583,7829.338195593321, +NAM,sfh_sr31_std,urban,2050,,2730.291467372347,108443.27076609616, +NAM,sfh_sr32_low,rural,2050,,164.9659579136149,10530.42275460228, +NAM,sfh_sr32_low,urban,2050,,641.5592953592466,31150.283039625578, +PAO,mfh_s1,rural,2050,73.51502132384644,10.587206537162848,659.9953202495034,0.8479756532766878 +PAO,mfh_s1,urban,2050,54.0707718976781,110.9829431009362,3654.7759805230426,0.6090345845111849 +PAO,mfh_s2,rural,2050,55.79930206832088,6.673452816359872,308.65438179330096,0.8288827197570049 +PAO,mfh_s2,urban,2050,40.4821273091578,426.7938898475815,10999.387986847203,0.6366298559517243 +PAO,mfh_s3,rural,2050,30.191266332618994,8.175327896848,224.79188832284257,0.9107394012374735 +PAO,mfh_s3,urban,2050,20.90155846066448,560.8301219221547,8087.602222447109,0.6899375504442836 +PAO,mfh_s51_std,rural,2050,27.008310389537304,0.1821516058738728,0.4468186177325383,0.0908240450501254 +PAO,mfh_s51_std,urban,2050,18.496210272458505,523.724430505029,3421.6086705299235,0.3532195643782172 +PAO,mfh_s52_low,rural,2050,7.92104669082347,0.0010667134999362,0.0003110615713511,0.0368142533623405 +PAO,mfh_s52_low,urban,2050,4.39325274443708,3.3797977814136138,5.19375277126621,0.3497875659113754 +PAO,mfh_sr11_std,rural,2050,,3.527570878134167,73.28839945864813, +PAO,mfh_sr11_std,urban,2050,,10.25327053492964,191.81882901734912, +PAO,mfh_sr12_low,rural,2050,,0.0126278844299218,0.2159555223580266, +PAO,mfh_sr12_low,urban,2050,,0.0114516956975952,0.1877669529516703, +PAO,mfh_sr21_std,rural,2050,,1.8891592934906496,29.90246841161753, +PAO,mfh_sr21_std,urban,2050,,34.14171441724118,494.20292773704, +PAO,mfh_sr22_low,rural,2050,,0.0034708258785001,0.0459766167276181, +PAO,mfh_sr22_low,urban,2050,,0.0172659536821465,0.2125811922692325, +PAO,mfh_sr31_std,rural,2050,,1.7058662269299143,15.395592241100385, +PAO,mfh_sr31_std,urban,2050,,7.880961144288215,86.98797658736042, +PAO,mfh_sr32_low,rural,2050,,0.0004321792902494,0.0032543441694673, +PAO,mfh_sr32_low,urban,2050,,0.0011792500308767,0.0098582316747252, +PAO,sfh_s1,rural,2050,181.4146385705439,475.5804720183182,84020.34021952032,0.973841088167642 +PAO,sfh_s1,urban,2050,136.74473589934956,207.959165931909,17436.21543935135,0.613145496458419 +PAO,sfh_s2,rural,2050,139.50758480374236,298.39540042696314,38115.68974155993,0.9156169811153636 +PAO,sfh_s2,urban,2050,104.7608864022302,829.0055945330038,53012.93995392432,0.6104150937342964 +PAO,sfh_s3,rural,2050,77.51842152194855,361.7039756154298,25539.866671219792,0.9108784400470142 +PAO,sfh_s3,urban,2050,57.17689824123386,1080.9118855233355,36094.858551395606,0.5840290639014607 +PAO,sfh_s51_std,rural,2050,69.77638784345169,230.0473351220596,7328.196289416944,0.4565321885126761 +PAO,sfh_s51_std,urban,2050,51.27286178185185,1537.180141140692,23770.561081713287,0.3015970641443487 +PAO,sfh_s52_low,rural,2050,20.35462905816778,0.3731269023353523,5.24746709922644,0.69092350804874 +PAO,sfh_s52_low,urban,2050,13.45863597731658,31.75120725393249,316.19262691768665,0.739929681913983 +PAO,sfh_sr11_std,rural,2050,,396.29982307192665,12203.03219944922, +PAO,sfh_sr11_std,urban,2050,,146.78390560279186,2828.918491281797, +PAO,sfh_sr12_low,rural,2050,,101.51962712616938,3840.67195622378, +PAO,sfh_sr12_low,urban,2050,,6.152764638630811,211.5490742800933, +PAO,sfh_sr21_std,rural,2050,,251.86854659951504,6200.419967968878, +PAO,sfh_sr21_std,urban,2050,,529.7130005245823,8405.056027903294, +PAO,sfh_sr22_low,rural,2050,,38.77886425727125,1153.2695361070794, +PAO,sfh_sr22_low,urban,2050,,13.315835942563222,365.8780708110861, +PAO,sfh_sr31_std,rural,2050,,304.91842960526503,4823.2238189122645, +PAO,sfh_sr31_std,urban,2050,,608.1179723559807,5402.9488284549125, +PAO,sfh_sr32_low,rural,2050,,13.693979628331771,237.883891695779, +PAO,sfh_sr32_low,urban,2050,,3.752323573135003,59.99996688316554, +PAS,inf_ns,urban,2050,,519.4748236575397,4.309812953557349, +PAS,mfh_s1,rural,2050,3.788824488523777,183.9061831982953,945.413143094622,1.3568155640199142 +PAS,mfh_s1,urban,2050,15.771068796603116,45.33077252304163,609.3944768747334,0.8524016215406961 +PAS,mfh_s2,rural,2050,3.788824488523777,241.44594448154052,484.67098369181895,0.529813008564583 +PAS,mfh_s2,urban,2050,15.771068796603116,212.9515247479457,5341.4288971689775,1.590433706970508 +PAS,mfh_s3,rural,2050,3.5278065826042355,232.48580342785573,413.14965333470616,0.5037397105251998 +PAS,mfh_s3,urban,2050,14.734230196024075,491.8488701669556,10807.16946355837,1.491258158969563 +PAS,mfh_s51_std,rural,2050,3.263697227386193,124.41998693033293,4.27605593400578,0.0105303635145911 +PAS,mfh_s51_std,urban,2050,13.673969600972049,1560.6125148331528,8005.273092829881,0.3751340249011308 +PAS,mfh_s52_low,rural,2050,0.5238539257290249,0.0096246737013958,1.7526580637263037e-07,3.4761697633069614e-05 +PAS,mfh_s52_low,urban,2050,2.365858489825168,3.1766580561732227,9.730155144964948,1.294674314263053 +PAS,mfh_sr11_std,rural,2050,,1.3716184892252006,80.69793634384952, +PAS,mfh_sr11_std,urban,2050,,0.9078084921268011,51.35299727544079, +PAS,mfh_sr21_std,rural,2050,,0.6903307966788416,40.61498968231773, +PAS,mfh_sr21_std,urban,2050,,7.957457114333019,450.1381922680541, +PAS,mfh_sr31_std,rural,2050,,0.5835484188441309,32.09961349144112, +PAS,mfh_sr31_std,urban,2050,,16.140592293309872,853.5098989214172, +PAS,sfh_s1,rural,2050,9.40514542576685,1409.94915897406,16746.858231135033,1.2628866603201876 +PAS,sfh_s1,urban,2050,38.34144069394136,220.9909639624585,6840.458169857787,0.8073135607525956 +PAS,sfh_s2,rural,2050,9.40514542576685,1822.394234377672,8705.791507177619,0.5079259648436858 +PAS,sfh_s2,urban,2050,38.34144069394136,1020.7335484906594,58431.03933562717,1.4930102686685651 +PAS,sfh_s3,rural,2050,8.791509221524276,1722.5782853150554,6919.849644335904,0.4569348198764047 +PAS,sfh_s3,urban,2050,35.89226851914735,2275.553654881053,116873.9597478735,1.430967499708325 +PAS,sfh_s51_std,rural,2050,8.186710664774559,948.515874174621,119.50667801023368,0.0153899826030973 +PAS,sfh_s51_std,urban,2050,33.42798304087046,7136.657313091117,29541.56121822901,0.1238307281657711 +PAS,sfh_s52_low,rural,2050,1.4316309414460588,0.069139677516316,0.0001481993762965,0.0014972280340468 +PAS,sfh_s52_low,urban,2050,6.252874223065266,459.2797540803527,3689.6547095112032,1.28477989258261 +PAS,sfh_sr11_std,rural,2050,,12.524740985791333,1782.6208494543932, +PAS,sfh_sr11_std,urban,2050,,5.361951555621971,734.6943342558851, +PAS,sfh_sr21_std,rural,2050,,6.343452039542704,902.8505959771068, +PAS,sfh_sr21_std,urban,2050,,45.80535015286457,6276.2467901979535, +PAS,sfh_sr31_std,rural,2050,,5.045104361319863,672.4885821947968, +PAS,sfh_sr31_std,urban,2050,,93.38075016702106,11980.932138473623, +RCPA,inf_ns,urban,2050,,149.7448718535586,6856.4655860624325, +RCPA,mfh_s1,rural,2050,6.701041021210691,333.0160740441612,3315.604402671393,1.485782485494102 +RCPA,mfh_s1,urban,2050,5.685688029556295,43.807950998869536,843.2608657909589,3.3855246385938447 +RCPA,mfh_s2,rural,2050,5.062889502707298,533.1433862257326,4056.396498159888,1.5027887112439535 +RCPA,mfh_s2,urban,2050,4.278005151455028,138.58772331381564,2043.422051305854,3.446608955743764 +RCPA,mfh_s3,rural,2050,3.419832883710589,500.2545283570029,2629.4101081127874,1.5369594712050354 +RCPA,mfh_s3,urban,2050,2.8659548627173805,343.8975188702193,3515.121878187494,3.566498116393701 +RCPA,mfh_s51_std,urban,2050,2.6299602604209986,438.7673521122603,5805.134718207758,5.030704541483197 +RCPA,sfh_s1,rural,2050,16.59768545780076,292.66303750738973,7060.327131921658,1.453481198228955 +RCPA,sfh_s1,urban,2050,14.192712111139484,6.274904822999924,291.2615373162392,3.2704732483249117 +RCPA,sfh_s2,rural,2050,12.538149344958589,452.7561501545202,8302.722562503053,1.4625904359247333 +RCPA,sfh_s2,urban,2050,10.699434644722263,19.5018793153878,689.2950163785888,3.3034508053019627 +RCPA,sfh_s3,rural,2050,8.576730468055716,440.15653126857706,5568.471086860629,1.475051067866691 +RCPA,sfh_s3,urban,2050,7.2965641518054545,50.79512120808224,1241.312740628739,3.3491978735223604 +RCPA,sfh_s51_std,urban,2050,6.719754826999609,63.6325314572216,2013.8570090145256,4.709729907898861 +SAS,inf_ns,urban,2050,,1973.390439198533,14774.25009308778, +SAS,mfh_s1,rural,2050,10.629190919395503,193.6566880689641,1061.3641468544524,0.515622315580981 +SAS,mfh_s1,urban,2050,7.10243524740392,159.86249295222643,381.61473859471664,0.3361021381833475 +SAS,mfh_s2,rural,2050,10.629190919395503,280.90585498947814,1512.1960100435804,0.5064622599732688 +SAS,mfh_s2,urban,2050,7.10243524740392,689.0363979022073,1464.6788748990818,0.2992905269855479 +SAS,mfh_s3,rural,2050,9.804925353166862,363.6987920435835,1836.9184114989116,0.5151144309760439 +SAS,mfh_s3,urban,2050,6.506259014082712,1451.7671147695564,2912.8615192555853,0.3083837854244344 +SAS,mfh_s51_std,rural,2050,8.98719042878908,295.268681934732,792.429652156118,0.2986203421713857 +SAS,mfh_s51_std,urban,2050,5.921185304384903,5551.920696705903,4369.411267535676,0.1329140885918184 +SAS,mfh_s52_low,rural,2050,0.9781742013454334,4.11509886248059,25.549113892069705,6.3471588069420095 +SAS,mfh_s52_low,urban,2050,0.4399614887671711,54.00353276670877,179.40121541847662,7.550723148323613 +SAS,mfh_sr11_std,rural,2050,,1.8247197075934645,86.88325799441562, +SAS,mfh_sr11_std,urban,2050,,0.9412983920136478,27.87120056671645, +SAS,mfh_sr21_std,rural,2050,,2.617282779650183,123.16260462885312, +SAS,mfh_sr21_std,urban,2050,,3.5706701173296063,103.07706757906836, +SAS,mfh_sr31_std,rural,2050,,3.197399096423516,141.83354052489253, +SAS,mfh_sr31_std,urban,2050,,5.966831150619373,183.4573458117098, +SAS,sfh_s1,rural,2050,27.920219068923384,6195.301156350615,79484.78831706179,0.4595182644471407 +SAS,sfh_s1,urban,2050,19.475961621349654,453.6659583722401,2532.255140686924,0.2865974744249553 +SAS,sfh_s2,rural,2050,27.920219068923384,8986.900489644315,113267.04823156372,0.4514137967133492 +SAS,sfh_s2,urban,2050,19.475961621349654,1956.0133955329447,9707.15919324338,0.2548129038932875 +SAS,sfh_s3,rural,2050,26.009493066659733,11638.46452106879,138270.09139138574,0.4567732633963675 +SAS,sfh_s3,urban,2050,18.098868704137963,4117.795656803257,19370.53760296932,0.2599114747274615 +SAS,sfh_s51_std,rural,2050,24.19495241487609,9185.267404819471,26033.85503310089,0.117144500724709 +SAS,sfh_s51_std,urban,2050,16.81882657838885,15713.219621854543,17196.438297012573,0.0650695244225358 +SAS,sfh_s52_low,rural,2050,3.38854677911892,490.78669911305417,4047.862104373197,2.4339936421356567 +SAS,sfh_s52_low,urban,2050,1.9686799182805228,320.5751170272222,2117.99199732854,3.3559802327017563 +SAS,sfh_sr11_std,rural,2050,,122.63841930420152,8389.413655764156, +SAS,sfh_sr11_std,urban,2050,,6.257307553362546,254.48602565037663, +SAS,sfh_sr21_std,rural,2050,,176.5390134287833,11918.235218505102, +SAS,sfh_sr21_std,urban,2050,,24.94801088709748,959.1205151497226, +SAS,sfh_sr31_std,rural,2050,,219.5837363197468,13959.711749289854, +SAS,sfh_sr31_std,urban,2050,,51.54482671489572,1804.3097723646256, +WEU,mfh_s1,rural,2050,80.7214847219604,45.69451074902078,10884.98032677597,2.951035781658538 +WEU,mfh_s1,urban,2050,75.46094840597016,920.0133335320984,225564.19357459943,3.249030434193309 +WEU,mfh_s2,rural,2050,54.60195225078522,17.701326130826136,2992.4716299160323,3.0961077557550354 +WEU,mfh_s2,urban,2050,50.90782756658002,1053.885412120464,156668.47708086323,2.920139939979353 +WEU,mfh_s3,rural,2050,26.101564963582245,22.485804980793898,1789.9985180072656,3.049844414597303 +WEU,mfh_s3,urban,2050,24.201483293168184,1689.7766190388595,123622.65008313654,3.0229207955104167 +WEU,mfh_s51_std,rural,2050,18.62191919237557,0.3393942707479763,13.12722550715871,2.0770358917448446 +WEU,mfh_s51_std,urban,2050,17.232515999327646,692.586721357581,31349.308142907263,2.626667554413219 +WEU,mfh_s52_low,rural,2050,9.479374668926278,4.961874382704133,90.36994743672348,1.921315009303596 +WEU,mfh_s52_low,urban,2050,8.760506566901418,2603.7822839952805,41380.24225361335,1.814091304309257 +WEU,mfh_sr11_std,rural,2050,,14.59158557819206,841.9842247085778, +WEU,mfh_sr11_std,urban,2050,,246.60285088468467,14980.736938719869, +WEU,mfh_sr12_low,rural,2050,,18.241165355537667,848.3622019526549, +WEU,mfh_sr12_low,urban,2050,,210.5048649002192,9658.424336729577, +WEU,mfh_sr21_std,rural,2050,,5.793626945626817,233.4760232264153, +WEU,mfh_sr21_std,urban,2050,,228.18961082392067,9334.063367132016, +WEU,mfh_sr22_low,rural,2050,,5.628506484899429,168.9326423884891, +WEU,mfh_sr22_low,urban,2050,,149.798809672889,4707.975949084045, +WEU,mfh_sr31_std,rural,2050,,4.8042979150295,96.10184586492578, +WEU,mfh_sr31_std,urban,2050,,195.89700337293567,4114.63283410992, +WEU,mfh_sr32_low,rural,2050,,2.6319783691384857,39.86240280658108, +WEU,mfh_sr32_low,urban,2050,,72.47867580013909,1207.029667143746, +WEU,sfh_s1,rural,2050,199.1571575477619,1430.4646624138643,924621.2462883592,3.245568769584734 +WEU,sfh_s1,urban,2050,186.929981883403,1132.561017098725,708173.5592736007,3.34502320375751 +WEU,sfh_s2,rural,2050,136.7840900323082,544.5898547734267,240924.76881910636,3.234270345298428 +WEU,sfh_s2,urban,2050,128.21663961744198,1216.0412635902508,463612.59154277015,2.9734628736410595 +WEU,sfh_s3,rural,2050,66.90839717456522,634.3160821288387,123713.64010967696,2.914950853932077 +WEU,sfh_s3,urban,2050,62.47385740033076,1845.9703261082973,312668.92022683244,2.711200752771681 +WEU,sfh_s51_std,rural,2050,47.83149923897789,4.724809339759817,354.67052825081555,1.5693753249411788 +WEU,sfh_s51_std,urban,2050,44.55263979646592,879.7636015587474,100333.86713414064,2.5598122902434444 +WEU,sfh_s52_low,rural,2050,23.2687751503444,215.5126330213695,9411.801552568762,1.8768367799331205 +WEU,sfh_s52_low,urban,2050,21.5589809218736,4312.141547064105,163658.12531067015,1.7604201691379735 +WEU,sfh_sr11_std,rural,2050,,402.3787126588984,39261.51168162973, +WEU,sfh_sr11_std,urban,2050,,286.71426900875616,32847.469642442615, +WEU,sfh_sr12_low,rural,2050,,1429.5173143734887,143327.10021385993, +WEU,sfh_sr12_low,urban,2050,,749.7397673166142,76623.10038193224, +WEU,sfh_sr21_std,rural,2050,,160.16108108806375,11932.923360061077, +WEU,sfh_sr21_std,urban,2050,,357.4099046696362,25453.383319297733, +WEU,sfh_sr22_low,rural,2050,,505.1630215789097,34799.267435132184, +WEU,sfh_sr22_low,urban,2050,,681.8014832225052,46011.39442449563, +WEU,sfh_sr31_std,rural,2050,,220.6644219122358,8444.246509118964, +WEU,sfh_sr31_std,urban,2050,,554.0327557947508,22833.374663569688, +WEU,sfh_sr32_low,rural,2050,,388.1116236680432,13470.251517335097, +WEU,sfh_sr32_low,urban,2050,,684.1570315799657,23863.367051310383, +AFR,inf_ns,urban,2055,,1734.880675144025,7656.9114338526415, +AFR,mfh_s1,rural,2055,3.1013220072466567,46.18872646027846,127.85602005953034,0.892561875614385 +AFR,mfh_s1,urban,2055,4.18368698147431,15.291273233266644,109.7823780181226,1.71604946267889 +AFR,mfh_s2,rural,2055,3.1011186438445857,83.65849266838514,253.93065390010185,0.9787836671574076 +AFR,mfh_s2,urban,2055,4.18368698147431,91.33564137988614,490.8365888183977,1.2845099203742 +AFR,mfh_s3,rural,2055,2.7852483450518424,122.08328899784564,303.48971326529045,0.8925320692475734 +AFR,mfh_s3,urban,2055,3.790118394145393,253.6459550746012,1107.2952838539002,1.151815007232431 +AFR,mfh_s51_std,rural,2055,2.4944455680602524,251.9953254627743,332.8498190187676,0.5295193182954309 +AFR,mfh_s51_std,urban,2055,3.418475844527482,2196.1728840611604,3374.4286133450114,0.4494705118417581 +AFR,mfh_s52_low,rural,2055,0.0516494338446167,0.0168448774500884,0.0002437188497235,0.2801274698061905 +AFR,mfh_s52_low,urban,2055,0.0994453850557055,0.1702428676234061,0.0133462553980361,0.7883260385396583 +AFR,mfh_sr11_std,rural,2055,,0.2967504379275988,3.026250875922213, +AFR,mfh_sr11_std,urban,2055,,0.4960886361032738,6.222525971001736, +AFR,mfh_sr21_std,rural,2055,,0.635613592490157,6.771546157096256, +AFR,mfh_sr21_std,urban,2055,,2.118827257612218,26.18226896056504, +AFR,mfh_sr31_std,rural,2055,,0.544709593775064,5.308680844327196, +AFR,mfh_sr31_std,urban,2055,,4.400466529624989,50.61175722156701, +AFR,sfh_s1,rural,2055,9.034579294709577,1732.4971570938949,11893.0455452594,0.7598233181551604 +AFR,sfh_s1,urban,2055,11.818416132375573,125.03158129600098,2232.1179458569595,1.5105605474617694 +AFR,sfh_s2,rural,2055,9.034251626334314,3134.494775856163,23543.526962200835,0.8314033888510788 +AFR,sfh_s2,urban,2055,11.818416132375573,751.7837538752773,10018.70247652719,1.1276109009329958 +AFR,sfh_s3,rural,2055,8.348413847590809,4579.131862196874,29452.489771054123,0.7704330311971046 +AFR,sfh_s3,urban,2055,10.950517599152844,2092.5669583770336,23111.076949774717,1.008570294142145 +AFR,sfh_s51_std,rural,2055,7.802427876164306,9595.207733906416,39648.26577763569,0.5295903361207909 +AFR,sfh_s51_std,urban,2055,10.21436869661869,18568.882694173702,85282.60668555323,0.4496381616408063 +AFR,sfh_s52_low,rural,2055,0.5816583520100288,1.460410573444639,1.1668316144780158,1.3736157138682272 +AFR,sfh_s52_low,urban,2055,0.9218978842013382,6.69795057595574,12.935418501404367,2.0948634873965246 +AFR,sfh_sr11_std,rural,2055,,37.68258805752323,891.9328694638069, +AFR,sfh_sr11_std,urban,2055,,8.567246836705849,240.32931450226783, +AFR,sfh_sr21_std,rural,2055,,75.44797251341296,1840.198488681219, +AFR,sfh_sr21_std,urban,2055,,38.899926529449445,1047.418386030481, +AFR,sfh_sr31_std,rural,2055,,90.5760538233853,1988.125251276948, +AFR,sfh_sr31_std,urban,2055,,89.87616692735327,2205.441258434777, +CHN,inf_ns,urban,2055,,727.1283932040672,100525.89335147482, +CHN,mfh_s1,rural,2055,78.77142098402773,3379.386006807917,338899.73603490833,1.2731065402161772 +CHN,mfh_s1,urban,2055,66.83584295968217,593.3601899140695,34431.26016179616,0.868210598255333 +CHN,mfh_s2,rural,2055,59.51478272570211,4251.673214092691,319814.01870649646,1.2639001552919833 +CHN,mfh_s2,urban,2055,50.28838708649175,2317.9752027387167,102152.1695052299,0.876336906855023 +CHN,mfh_s3,rural,2055,40.20048451055713,1913.068614901974,99767.75929733177,1.2972640533948128 +CHN,mfh_s3,urban,2055,33.68959185561655,6339.553853734961,190476.8907080952,0.8918418503356305 +CHN,mfh_s51_std,rural,2055,36.97277815159439,0.9871231231698576,44.79382582671264,1.2273395996906105 +CHN,mfh_s51_std,urban,2055,30.91545122454072,22094.119756655487,655058.002736548,0.959019556410009 +CHN,mfh_s52_low,rural,2055,13.433115933282863,2.118639085250588e-05,0.0009962277824263,3.500458281514729 +CHN,mfh_s52_low,urban,2055,10.72490364996518,74.67513643136769,1940.969665241332,2.4235351558756437 +CHN,mfh_sr11_std,rural,2055,,602.9488680128276,30114.15491661415, +CHN,mfh_sr11_std,urban,2055,,55.27302840981646,2880.935156124832, +CHN,mfh_sr12_low,rural,2055,,94.70558738703028,4419.229295669997, +CHN,mfh_sr12_low,urban,2055,,1.4541147408765445,66.0708701587314, +CHN,mfh_sr21_std,rural,2055,,652.2861592334726,28721.015858847302, +CHN,mfh_sr21_std,urban,2055,,208.236976669356,8520.339889759394, +CHN,mfh_sr22_low,rural,2055,,83.49336981795904,3336.708134612306, +CHN,mfh_sr22_low,urban,2055,,3.5453706084843257,129.90418906387126, +CHN,mfh_sr31_std,rural,2055,,274.4343430274905,10096.182592219577, +CHN,mfh_sr31_std,urban,2055,,426.51110240906047,12991.241705045397, +CHN,mfh_sr32_low,rural,2055,,21.49115603867767,618.5425868260131, +CHN,mfh_sr32_low,urban,2055,,2.205611276785564,56.68839416739628, +CHN,sfh_s1,rural,2055,195.1074861978212,2866.435283924628,700924.6901262278,1.2533007045693811 +CHN,sfh_s1,urban,2055,166.83677910237435,83.0568497996395,12031.916436957405,0.8682955095990736 +CHN,sfh_s2,rural,2055,147.3872249529826,3342.698552769016,617061.98471864,1.2524827016957594 +CHN,sfh_s2,urban,2055,125.7729460277556,316.35526822821555,34606.27335563019,0.8697461784004152 +CHN,sfh_s3,rural,2055,100.82034182857332,1504.067205670907,195477.51539950015,1.289084548059004 +CHN,sfh_s3,urban,2055,85.77185615183555,883.5503050296976,66191.678191102,0.8734283864667427 +CHN,sfh_s51_std,urban,2055,78.99140368064847,2869.9434289219107,193506.07278111987,0.8535744982923655 +CHN,sfh_s52_low,urban,2055,28.7570469183084,278.7695342505863,7332.5983825327585,0.9146781468406918 +CHN,sfh_sr11_std,rural,2055,,339.99302855696715,22343.029805599945, +CHN,sfh_sr11_std,urban,2055,,6.107490798021823,445.9769112236139, +CHN,sfh_sr12_low,rural,2055,,424.8981109961105,23196.557714661325, +CHN,sfh_sr12_low,urban,2055,,4.825577045019792,177.0959233022324, +CHN,sfh_sr21_std,rural,2055,,468.7548542292789,26823.475764814128, +CHN,sfh_sr21_std,urban,2055,,27.77113204509245,1787.5459728199703, +CHN,sfh_sr22_low,rural,2055,,382.1040736256076,18185.00913817073, +CHN,sfh_sr22_low,urban,2055,,12.72744476682239,395.698011873262, +CHN,sfh_sr31_std,rural,2055,,255.0262750779553,12417.52330294389, +CHN,sfh_sr31_std,urban,2055,,90.47795526076403,4906.312341148632, +CHN,sfh_sr32_low,rural,2055,,116.30743191876584,4610.4463704869295, +CHN,sfh_sr32_low,urban,2055,,14.894795758420498,416.81228982453655, +EEU,mfh_s1,rural,2055,64.12436316514965,71.50801185868454,16915.995442118867,3.6890945903154617 +EEU,mfh_s1,urban,2055,63.30299418701474,237.32532193928807,50060.81623552951,3.3321887625743765 +EEU,mfh_s2,rural,2055,61.257892110790976,17.038993777306136,3701.281253747115,3.546060122554326 +EEU,mfh_s2,urban,2055,60.47095129077096,376.44174825297455,75515.96252694046,3.3173720396360817 +EEU,mfh_s3,rural,2055,38.19078550746308,9.54739879636002,1487.2890219086014,4.078981332639373 +EEU,mfh_s3,urban,2055,37.69964925217732,165.8996057610574,20680.214282988272,3.306529264966338 +EEU,mfh_s51_std,rural,2055,28.06765222007525,0.007825672354191,0.47948685502633,2.182975985332222 +EEU,mfh_s51_std,urban,2055,27.70756747843088,390.7381396257032,33017.90230725829,3.0497572627415765 +EEU,mfh_s52_low,rural,2055,12.780969209989566,0.1041762132084331,2.340001175722803,1.75745300311596 +EEU,mfh_s52_low,urban,2055,12.621275813052426,399.40506034715065,9245.900661567786,1.8341396633282607 +EEU,mfh_sr11_std,rural,2055,,71.55032786308013,3055.023035675639, +EEU,mfh_sr11_std,urban,2055,,95.22987104380184,4100.537513448019, +EEU,mfh_sr12_low,rural,2055,,1.6628333390198922,54.23528495028132, +EEU,mfh_sr12_low,urban,2055,,1.3343043513351698,43.15047491726261, +EEU,mfh_sr21_std,rural,2055,,16.399671929645727,657.1352199362627, +EEU,mfh_sr21_std,urban,2055,,147.88681231265832,6082.921111282737, +EEU,mfh_sr22_low,rural,2055,,0.3266615039380099,10.116664115212217, +EEU,mfh_sr22_low,urban,2055,,1.878324233196729,58.24656367836769, +EEU,mfh_sr31_std,rural,2055,,8.85604047487665,240.1640609721248, +EEU,mfh_sr31_std,urban,2055,,54.3383641535716,1387.8580684109031, +EEU,mfh_sr32_low,rural,2055,,0.0565521380711093,1.1493329499796583, +EEU,mfh_sr32_low,urban,2055,,0.1894913332928467,3.634139573854545, +EEU,sfh_s1,rural,2055,155.97355901445528,322.55823721284605,181954.59535747344,3.616628575170153 +EEU,sfh_s1,urban,2055,154.00125595322768,159.35998654436335,80416.84635734913,3.2767513768480923 +EEU,sfh_s2,rural,2055,150.12995088013693,76.46640795867741,40182.01227031844,3.5002063626737097 +EEU,sfh_s2,urban,2055,148.2242811575877,258.6128311764579,124929.2323790521,3.259077214033701 +EEU,sfh_s3,rural,2055,94.0451623485602,52.464812159673365,19520.104506687225,3.956193778746989 +EEU,sfh_s3,urban,2055,92.84094315572732,133.71069310523822,40101.93612422639,3.230424959465092 +EEU,sfh_s51_std,rural,2055,68.75647430413314,0.0022556166144474,0.2963324915535082,1.9107346919921664 +EEU,sfh_s51_std,urban,2055,67.87188465470435,240.43510831195576,50041.77540260134,3.0665137544460825 +EEU,sfh_s52_low,rural,2055,28.90919537644194,0.1232345705568632,6.527858458305746,1.8323235732917231 +EEU,sfh_s52_low,urban,2055,28.538979274615865,279.05307624894647,14659.3219854151,1.840723824639117 +EEU,sfh_sr11_std,rural,2055,,285.6091995093581,28051.374095848216, +EEU,sfh_sr11_std,urban,2055,,48.88129297854348,4949.933173920016, +EEU,sfh_sr12_low,rural,2055,,273.0388867373501,21025.23225201375, +EEU,sfh_sr12_low,urban,2055,,32.801981022887624,2524.3954620965565, +EEU,sfh_sr21_std,rural,2055,,70.96432808487853,6484.850721651758, +EEU,sfh_sr21_std,urban,2055,,82.01255196609286,7945.42101055153, +EEU,sfh_sr22_low,rural,2055,,59.80687697563522,4385.293314667852, +EEU,sfh_sr22_low,urban,2055,,49.85326708115268,3698.145646978142, +EEU,sfh_sr31_std,rural,2055,,64.20620132908265,4164.651142672967, +EEU,sfh_sr31_std,urban,2055,,54.0234694618724,3255.2413782840767, +EEU,sfh_sr32_low,rural,2055,,25.47099612856548,1239.6535252039953, +EEU,sfh_sr32_low,urban,2055,,11.73739373138392,543.5529331477303, +FSU,mfh_s1,rural,2055,78.88906776442855,96.7512806470979,40840.61819361204,5.350800524758405 +FSU,mfh_s1,urban,2055,84.25923175677347,529.535037743583,229580.27036428743,5.14543820171421 +FSU,mfh_s2,rural,2055,75.38516636437427,54.74333450276183,18075.743246369795,4.380049502117237 +FSU,mfh_s2,urban,2055,80.50069618939732,958.2818860192964,389601.6487302344,5.050424357395198 +FSU,mfh_s3,rural,2055,47.82354118521248,42.38755582311775,9873.484393275694,4.870688304477887 +FSU,mfh_s3,urban,2055,51.3429061897636,794.4482980585495,212487.21831975965,5.209388231195125 +FSU,mfh_s51_std,rural,2055,35.65343552191879,33.66404041870511,2638.785927691477,2.1985509547702606 +FSU,mfh_s51_std,urban,2055,38.46677978449432,2026.9163119637103,385620.3282751457,4.945819596759625 +FSU,mfh_s52_low,rural,2055,17.04185541223791,2.3902787549469124,208.06554591368132,5.107810099814047 +FSU,mfh_s52_low,urban,2055,18.729894866743734,10.18915918531623,871.1075610911298,4.564551342837723 +FSU,mfh_sr11_std,rural,2055,,132.60295285890473,9609.1808306777, +FSU,mfh_sr11_std,urban,2055,,30.14201493940934,2503.4950897872563, +FSU,mfh_sr12_low,rural,2055,,18.6435782629344,1926.590050119942, +FSU,mfh_sr12_low,urban,2055,,1.9956261087316207,207.99601422696293, +FSU,mfh_sr21_std,rural,2055,,75.1876433756509,4165.235805655539, +FSU,mfh_sr21_std,urban,2055,,54.16877182524457,4243.757028048768, +FSU,mfh_sr22_low,rural,2055,,10.32324795110105,918.620334012242, +FSU,mfh_sr22_low,urban,2055,,3.3984102143630914,336.98319693243235, +FSU,mfh_sr31_std,rural,2055,,55.096849558417055,2418.040599363196, +FSU,mfh_sr31_std,urban,2055,,43.0264510613199,2373.877208617853, +FSU,mfh_sr32_low,rural,2055,,4.001230698461097,260.4984513431433, +FSU,mfh_sr32_low,urban,2055,,1.1341372600328674,75.43538891062222, +FSU,sfh_s1,rural,2055,188.56014629449896,326.135012013705,337280.38275332813,5.484584738688248 +FSU,sfh_s1,urban,2055,200.56128269578684,228.33929651674137,235158.81881337136,5.134918002053377 +FSU,sfh_s2,rural,2055,181.1450399182557,242.42330235479068,198104.5200230761,4.511215511781312 +FSU,sfh_s2,urban,2055,192.48467278925145,594.1037637519863,576411.8620019126,5.0405096757742 +FSU,sfh_s3,rural,2055,114.31898027465358,176.98272479202367,108402.02695167378,5.35782079975757 +FSU,sfh_s3,urban,2055,121.65569464496242,435.8258721189886,276268.1201775684,5.210571045988826 +FSU,sfh_s51_std,rural,2055,84.22718797291225,88.6012356551295,12873.671736399045,1.7250844114784027 +FSU,sfh_s51_std,urban,2055,89.80459642129672,976.7502760848002,429157.57652593387,4.892543278007251 +FSU,sfh_s52_low,rural,2055,36.6888014199283,39.32655629667335,5395.162658192539,3.7392551489480095 +FSU,sfh_s52_low,urban,2055,39.57967404187526,30.96433338045229,5288.606971835824,4.315263751956 +FSU,sfh_sr11_std,rural,2055,,296.3089646966016,43384.3244048486, +FSU,sfh_sr11_std,urban,2055,,9.659575129559771,1549.431990252354, +FSU,sfh_sr12_low,rural,2055,,276.51632099753914,47278.386946521015, +FSU,sfh_sr12_low,urban,2055,,5.725515597199894,1097.5553984897208, +FSU,sfh_sr21_std,rural,2055,,219.52617115305745,25245.54506692526, +FSU,sfh_sr21_std,urban,2055,,25.752498015892893,3897.933965217407, +FSU,sfh_sr22_low,rural,2055,,206.74452815145136,28083.537802958355, +FSU,sfh_sr22_low,urban,2055,,14.250006351872372,2615.9662772989977, +FSU,sfh_sr31_std,rural,2055,,214.4486523600695,18771.48135477629, +FSU,sfh_sr31_std,urban,2055,,23.438982111092823,2456.8466516402227, +FSU,sfh_sr32_low,rural,2055,,105.5570152471312,12365.92506945658, +FSU,sfh_sr32_low,urban,2055,,6.616091472252926,893.428409029339, +LAM,inf_ns,urban,2055,,899.2955667718504,16875.522257555636, +LAM,mfh_s1,rural,2055,11.734953283073736,5.955619762183777,34.856028420569416,0.4987346861230232 +LAM,mfh_s1,urban,2055,17.39348078174734,34.93445594413305,403.16993396734665,0.663510273611454 +LAM,mfh_s2,rural,2055,10.491773635690206,8.420814001497778,42.60011509528534,0.4821784379939423 +LAM,mfh_s2,urban,2055,15.466880731485482,244.2287906228904,2300.572968820936,0.6090268183511157 +LAM,mfh_s3,rural,2055,9.5728449345448,5.125856299070049,28.11331968526425,0.5729341116617779 +LAM,mfh_s3,urban,2055,14.056118281582108,433.84266409805286,3613.6494594445862,0.5925818702676782 +LAM,mfh_s51_std,rural,2055,9.44458308208488,1.3092538382333003,4.023720381605642,0.3254026952281355 +LAM,mfh_s51_std,urban,2055,13.85948654446876,939.2151615702054,8116.210449388071,0.623506612516395 +LAM,mfh_s52_low,rural,2055,0.9356461239424204,6.771902653156592e-05,4.916840194582807e-06,0.0776003649960196 +LAM,mfh_s52_low,urban,2055,1.0431809713333997,0.1462954001696366,0.1412403024709655,0.9254827134520788 +LAM,mfh_sr11_std,rural,2055,,0.1265546306789175,2.8330134904777893, +LAM,mfh_sr11_std,urban,2055,,0.9584966947423228,23.524010664889417, +LAM,mfh_sr12_low,rural,2055,,3.417697600628105e-06,4.0832690491201296e-05, +LAM,mfh_sr12_low,urban,2055,,2.337840903999398e-06,2.646085117861199e-05, +LAM,mfh_sr21_std,rural,2055,,0.1493770140597791,2.986774273169857, +LAM,mfh_sr21_std,urban,2055,,4.58425720515336,103.07526730617371, +LAM,mfh_sr22_low,rural,2055,,2.326568603517175e-06,2.5168003533396293e-05, +LAM,mfh_sr22_low,urban,2055,,7.431935853055928e-06,7.612510233558359e-05, +LAM,mfh_sr31_std,rural,2055,,0.1015778503176374,1.85341709208712, +LAM,mfh_sr31_std,urban,2055,,6.701018310463248,141.51051705606366, +LAM,mfh_sr32_low,rural,2055,,1.323433880366805e-06,1.317580946229748e-05, +LAM,mfh_sr32_low,urban,2055,,3.587127294677869e-06,3.379783818021237e-05, +LAM,sfh_s1,rural,2055,31.56805960282636,1028.727116680642,15052.077426398417,0.4634985373418631 +LAM,sfh_s1,urban,2055,47.84997626684211,421.2066880740557,11985.5611152347,0.5946773337432609 +LAM,sfh_s2,rural,2055,28.527433433741454,1451.6855825011153,18639.127522121373,0.4500806223508358 +LAM,sfh_s2,urban,2055,43.14312953577765,2944.9750502897555,69037.15573835127,0.5433624542010008 +LAM,sfh_s3,rural,2055,26.46929394030581,875.944316267038,12615.365050317623,0.544102807024221 +LAM,sfh_s3,urban,2055,40.01185699522313,5227.287673077502,111116.43944337044,0.5312674491727984 +LAM,sfh_s51_std,rural,2055,26.185180601839782,233.3550048130914,2322.944433949476,0.3801597453271531 +LAM,sfh_s51_std,urban,2055,39.58077395502615,11980.093706645252,288367.7520298003,0.6081380745998739 +LAM,sfh_s52_low,rural,2055,4.006725816071103,0.1452898639251195,0.4538293869860726,0.7795925373806316 +LAM,sfh_s52_low,urban,2055,5.48322773892528,110.09426052768929,1287.1133444574175,2.1321405511634555 +LAM,sfh_sr11_std,rural,2055,,53.26635466360567,2092.5019993006485, +LAM,sfh_sr11_std,urban,2055,,39.72907060378938,1895.3750299567253, +LAM,sfh_sr12_low,rural,2055,,2.6839822172874555,79.52225088932029, +LAM,sfh_sr12_low,urban,2055,,1.021239905278914,27.42687065923387, +LAM,sfh_sr21_std,rural,2055,,74.02176895109929,2641.300217640698, +LAM,sfh_sr21_std,urban,2055,,253.4085285152241,10744.601906418133, +LAM,sfh_sr22_low,rural,2055,,2.675381798640661,72.56292121234905, +LAM,sfh_sr22_low,urban,2055,,3.9731252893989546,97.82724071831156, +LAM,sfh_sr31_std,rural,2055,,54.71522419586658,1844.7621356906616, +LAM,sfh_sr31_std,urban,2055,,437.6345177008951,17161.815299647704, +LAM,sfh_sr32_low,rural,2055,,1.5857270287168863,40.12722380108971, +LAM,sfh_sr32_low,urban,2055,,5.044170787843775,117.164828112978, +MEA,inf_ns,urban,2055,,722.850768686733,48158.17823713984, +MEA,mfh_s1,rural,2055,29.764723740932496,63.28545712069311,1097.941252593825,0.5828721776270109 +MEA,mfh_s1,urban,2055,38.65301809789404,29.817205635844555,827.2571108577738,0.7177780253811602 +MEA,mfh_s2,rural,2055,26.69162714162626,95.1788461417061,1495.9335425548531,0.5888393372470705 +MEA,mfh_s2,urban,2055,34.7132282678955,167.43998032478896,4037.03802829712,0.6945582463388805 +MEA,mfh_s3,rural,2055,22.057479154314716,98.59365303979637,1273.0907278242944,0.5854024281396281 +MEA,mfh_s3,urban,2055,28.76645607181196,332.8082443844324,6779.698449153207,0.7081576315690329 +MEA,mfh_s51_std,rural,2055,20.72829785808926,109.3158736503025,1538.205674949074,0.6788401778964985 +MEA,mfh_s51_std,urban,2055,27.0854826939562,1357.8528481411986,26965.246489887388,0.7331875932252663 +MEA,mfh_s52_low,rural,2055,2.67036486960113,0.0700351565161681,0.5897799074389899,3.153575721709714 +MEA,mfh_s52_low,urban,2055,4.028545653973641,1.5795296177060072,13.36953996538466,2.10106941264964 +MEA,mfh_sr11_std,rural,2055,,4.054551713225416,128.47317253401928, +MEA,mfh_sr11_std,urban,2055,,2.7761190564057814,105.8666904096886, +MEA,mfh_sr12_low,rural,2055,,0.011780435492407,0.2044823720076492, +MEA,mfh_sr12_low,urban,2055,,0.0060811317272571,0.1038048997258395, +MEA,mfh_sr21_std,rural,2055,,5.398927951201088,165.86809762618068, +MEA,mfh_sr21_std,urban,2055,,14.101578462963715,515.1482422228243, +MEA,mfh_sr22_low,rural,2055,,0.009100352415659,0.1430170319003696, +MEA,mfh_sr22_low,urban,2055,,0.0191328920168563,0.2967755858881971, +MEA,mfh_sr31_std,rural,2055,,4.6625140735033845,125.96177855847964, +MEA,mfh_sr31_std,urban,2055,,23.44054072775956,806.9542001393263, +MEA,mfh_sr32_low,rural,2055,,0.0028797437186543,0.038199462970236, +MEA,mfh_sr32_low,urban,2055,,0.0117127321486889,0.1547803420526449, +MEA,sfh_s1,rural,2055,75.85670326891506,912.5390430743104,38893.60798168969,0.5618660785805989 +MEA,sfh_s1,urban,2055,97.3101139918426,204.10313083100056,14037.119134018814,0.7067573568793625 +MEA,sfh_s2,rural,2055,69.4736343700237,1360.0900129345748,53735.28430047872,0.5686851407368214 +MEA,sfh_s2,urban,2055,88.92246856974509,1155.502238030765,69227.95096550677,0.6737506168402815 +MEA,sfh_s3,rural,2055,60.03501647189002,1400.553074052058,46997.20648261165,0.5589434085161749 +MEA,sfh_s3,urban,2055,76.45601740237107,2290.843010922347,118995.64851714182,0.6793977119033217 +MEA,sfh_s51_std,rural,2055,57.0425754730092,1646.8706334965173,52162.71004014756,0.5552665801639358 +MEA,sfh_s51_std,urban,2055,72.62967157285844,9350.748772775349,368296.93598466495,0.5422975427219655 +MEA,sfh_s52_low,rural,2055,9.814977908264838,58.62363613430343,1303.4604415306403,2.265352431784458 +MEA,sfh_s52_low,urban,2055,13.379005774112764,817.3458424945198,17610.221247098092,1.610405010925568 +MEA,sfh_sr11_std,rural,2055,,122.83778536165993,4630.632062023988, +MEA,sfh_sr11_std,urban,2055,,32.67664321860756,1517.6004712406518, +MEA,sfh_sr12_low,rural,2055,,14.743739549564689,528.9751514562922, +MEA,sfh_sr12_low,urban,2055,,7.052833415780572,251.95929018206672, +MEA,sfh_sr21_std,rural,2055,,189.46073108874305,6652.570106789695, +MEA,sfh_sr21_std,urban,2055,,166.11215466376035,7609.296808440928, +MEA,sfh_sr22_low,rural,2055,,18.757194140460093,626.8147865576391, +MEA,sfh_sr22_low,urban,2055,,36.39860744648168,1198.2320002666224, +MEA,sfh_sr31_std,rural,2055,,194.5676999270433,6119.599191146241, +MEA,sfh_sr31_std,urban,2055,,311.3049443648657,13867.6952646954, +MEA,sfh_sr32_low,rural,2055,,14.850544727803856,434.4767825769809, +MEA,sfh_sr32_low,urban,2055,,62.56092436677784,1780.9524880082256, +NAM,mfh_s1,rural,2055,82.69639826712788,20.85181481836374,2736.699106374903,1.587071877644474 +NAM,mfh_s1,urban,2055,70.52964270766337,298.4112504004926,27194.081827720333,1.2920744057952624 +NAM,mfh_s2,rural,2055,60.17283600220628,10.422319561998952,1018.4065945409592,1.6238889893072106 +NAM,mfh_s2,urban,2055,51.05353564869867,465.2841556238256,33658.765517288055,1.416948598164071 +NAM,mfh_s3,rural,2055,49.70921108471192,4.468476994404108,433.4290412185547,1.9512890621488157 +NAM,mfh_s3,urban,2055,41.99876647144607,783.4358544295709,47236.52399599007,1.435614886518896 +NAM,mfh_s51_std,urban,2055,73.5945725250397,1759.0602899115038,124583.27154912552,0.9623503741689332 +NAM,mfh_s52_low,urban,2055,7.937554654338519,142.6711544903202,2974.5104037352125,2.6265918238974857 +NAM,mfh_sr11_std,rural,2055,,18.96064290136737,637.3691964374099, +NAM,mfh_sr11_std,urban,2055,,163.6722908514407,5872.564501737654, +NAM,mfh_sr12_low,rural,2055,,1.0486673938549416,58.23254662773407, +NAM,mfh_sr12_low,urban,2055,,2.276174153884802,103.75207008380544, +NAM,mfh_sr21_std,rural,2055,,8.325859674122068,234.13914463719945, +NAM,mfh_sr21_std,urban,2055,,220.0791338848013,6261.752044736097, +NAM,mfh_sr22_low,rural,2055,,0.291442365788051,13.45012917733964, +NAM,mfh_sr22_low,urban,2055,,1.8501873269379228,68.29449796915381, +NAM,mfh_sr31_std,rural,2055,,3.5509334958174663,102.73105873905595, +NAM,mfh_sr31_std,urban,2055,,340.3233845573462,8081.096210552462, +NAM,mfh_sr32_low,rural,2055,,0.1240565132846852,5.411036827163866, +NAM,mfh_sr32_low,urban,2055,,1.86214996672418,57.3907928752406, +NAM,sfh_s1,rural,2055,203.33980270417155,1205.9370069110996,457558.0281790333,1.8659463782013244 +NAM,sfh_s1,urban,2055,175.05413195701038,1148.7974666907924,318134.00879892346,1.581955499427246 +NAM,sfh_s2,rural,2055,150.10102812483387,573.6078629503002,167106.20350275197,1.940858212647216 +NAM,sfh_s2,urban,2055,129.1403235187039,1756.902400238812,367339.7860466895,1.6190432952707712 +NAM,sfh_s3,rural,2055,124.75864973611948,237.9025925133121,70522.79626654203,2.376072475758715 +NAM,sfh_s3,urban,2055,107.17596396921276,2963.9026451669483,483997.6516030741,1.5236384425847318 +NAM,sfh_s51_std,urban,2055,185.5903186606859,4215.526866998875,197505.41250215485,0.2524479350608699 +NAM,sfh_s52_low,urban,2055,19.38063764259675,6821.709904451212,209347.43921792644,1.5834572551944577 +NAM,sfh_sr11_std,rural,2055,,939.5885382212416,40764.10596104802, +NAM,sfh_sr11_std,urban,2055,,1136.3721208792042,57998.36463638179, +NAM,sfh_sr12_low,rural,2055,,939.3968151080034,72673.13183502063, +NAM,sfh_sr12_low,urban,2055,,409.87358393726953,28819.6304225041, +NAM,sfh_sr21_std,rural,2055,,475.13547249074406,17581.197816397755, +NAM,sfh_sr21_std,urban,2055,,1748.97485618245,74441.51570265529, +NAM,sfh_sr22_low,rural,2055,,388.7049472005802,24177.93413663263, +NAM,sfh_sr22_low,urban,2055,,482.5608588395568,27082.08944750753, +NAM,sfh_sr31_std,rural,2055,,208.47841585552968,7839.630260461313, +NAM,sfh_sr31_std,urban,2055,,2915.7557329507185,109839.17087855667, +NAM,sfh_sr32_low,rural,2055,,168.432307385731,10426.149929071496, +NAM,sfh_sr32_low,urban,2055,,653.2042658092369,30718.27372545739, +PAO,mfh_s1,rural,2055,73.51502132384644,9.383734491301295,562.1822495362369,0.8149394283706055 +PAO,mfh_s1,urban,2055,54.0707718976781,107.75626266807777,3443.2243387138924,0.5909629171063764 +PAO,mfh_s2,rural,2055,55.79930206832088,5.969224574593829,263.7933850548806,0.7919854732620512 +PAO,mfh_s2,urban,2055,40.4821273091578,409.8260838358318,10262.973682709166,0.6186005372192825 +PAO,mfh_s3,rural,2055,30.191266332618994,7.360786113247051,195.4148580937716,0.8793303315504544 +PAO,mfh_s3,urban,2055,20.90155846066448,542.7139029021774,7702.431638102116,0.6790132298429781 +PAO,mfh_s51_std,rural,2055,27.008310389537304,0.1773585568708909,0.4281453840845745,0.0893802785457566 +PAO,mfh_s51_std,urban,2055,18.496210272458505,587.3560779041551,3746.502802482472,0.3448592192556503 +PAO,mfh_s52_low,rural,2055,7.92104669082347,0.0010422924822228,0.0003014506560034,0.0365127088994331 +PAO,mfh_s52_low,urban,2055,4.39325274443708,3.99094207688332,6.014173214380235,0.3430159527910171 +PAO,mfh_sr11_std,rural,2055,,3.84694288662992,74.77797628890227, +PAO,mfh_sr11_std,urban,2055,,11.472222990163246,206.2309181163748, +PAO,mfh_sr12_low,rural,2055,,0.013288225280844,0.2177074604715244, +PAO,mfh_sr12_low,urban,2055,,0.0137674899061013,0.2143480769192276, +PAO,mfh_sr21_std,rural,2055,,1.980175430665556,30.10155868554717, +PAO,mfh_sr21_std,urban,2055,,38.55287518178913,533.6891908292605, +PAO,mfh_sr22_low,rural,2055,,0.0037686402856908,0.0475658047227933, +PAO,mfh_sr22_low,urban,2055,,0.0213347441344515,0.2511542693434322, +PAO,mfh_sr31_std,rural,2055,,1.8234527715819333,15.7060775606163, +PAO,mfh_sr31_std,urban,2055,,11.421841177703392,111.13883620102382, +PAO,mfh_sr32_low,rural,2055,,0.0005625381161135,0.0040795372233908, +PAO,mfh_sr32_low,urban,2055,,0.0015038563738282,0.012111640365569, +PAO,sfh_s1,rural,2055,181.4146385705439,404.34556138294033,70619.74921243395,0.9627225909494928 +PAO,sfh_s1,urban,2055,136.74473589934956,186.89270730460208,15453.759703427286,0.6046877671867342 +PAO,sfh_s2,rural,2055,139.50758480374236,251.5607799963855,31694.18036402551,0.9031060928402952 +PAO,sfh_s2,urban,2055,104.7608864022302,741.3108774330692,46678.01350049612,0.6010530816863038 +PAO,sfh_s3,rural,2055,77.51842152194855,306.42487899430574,21232.11921869495,0.8938494969607257 +PAO,sfh_s3,urban,2055,57.17689824123386,985.3187504068392,32126.971672140124,0.5702593977624453 +PAO,sfh_s51_std,rural,2055,69.77638784345169,216.3238489198258,6718.501999595947,0.4451020207579174 +PAO,sfh_s51_std,urban,2055,51.27286178185185,1723.1717219212442,25838.5540114798,0.2924503117401689 +PAO,sfh_s52_low,rural,2055,20.35462905816778,0.3533928314964497,4.868896388059557,0.6768767624528227 +PAO,sfh_s52_low,urban,2055,13.45863597731658,36.97907256716477,361.2669955804165,0.7258906890597618 +PAO,sfh_sr11_std,rural,2055,,406.203541688373,11957.01263687651, +PAO,sfh_sr11_std,urban,2055,,161.57075419746312,2956.068364071395, +PAO,sfh_sr12_low,rural,2055,,101.47070734487008,3702.059490784438, +PAO,sfh_sr12_low,urban,2055,,6.463229589874545,213.8100950070292, +PAO,sfh_sr21_std,rural,2055,,256.7087377691385,6010.912038656904, +PAO,sfh_sr21_std,urban,2055,,579.4906573680664,8689.047155907077, +PAO,sfh_sr22_low,rural,2055,,38.29654112218503,1098.061415763468, +PAO,sfh_sr22_low,urban,2055,,13.869928737461183,366.0641593477529, +PAO,sfh_sr31_std,rural,2055,,312.0116199702477,4670.086590188614, +PAO,sfh_sr31_std,urban,2055,,660.1380731052144,5587.071383056456, +PAO,sfh_sr32_low,rural,2055,,13.536220402356529,226.54753075600263, +PAO,sfh_sr32_low,urban,2055,,3.942567962296436,60.614020175627296, +PAS,inf_ns,urban,2055,,430.54954539358215,4.074367492823925, +PAS,mfh_s1,rural,2055,3.788824488523777,187.4591882535672,815.7495866421972,1.1485387245001326 +PAS,mfh_s1,urban,2055,15.771068796603116,46.01472231577687,592.1412878027045,0.8159572622305529 +PAS,mfh_s2,rural,2055,3.788824488523777,242.94309289618832,416.0290692652891,0.4519752288477091 +PAS,mfh_s2,urban,2055,15.771068796603116,210.06904900494445,5055.149647118335,1.525846412411071 +PAS,mfh_s3,rural,2055,3.5278065826042355,222.3435661943692,330.93928121511266,0.4219091906838424 +PAS,mfh_s3,urban,2055,14.734230196024075,462.413810367464,9705.243869435108,1.4244532676762462 +PAS,mfh_s51_std,rural,2055,3.263697227386193,122.19235175488885,4.409142982714822,0.0110560577026829 +PAS,mfh_s51_std,urban,2055,13.673969600972049,1749.2170651762535,8279.35662979106,0.3461451687001855 +PAS,mfh_s52_low,rural,2055,0.5238539257290249,0.0096821451333909,1.779269843224436e-07,3.508003571100125e-05 +PAS,mfh_s52_low,urban,2055,2.365858489825168,3.696545912571107,10.944420212494109,1.2514338280421204 +PAS,mfh_sr11_std,rural,2055,,1.415548594014031,83.87416916259528, +PAS,mfh_sr11_std,urban,2055,,1.0519905912232108,59.927879297890186, +PAS,mfh_sr21_std,rural,2055,,0.7060105168609959,41.8325770347975, +PAS,mfh_sr21_std,urban,2055,,8.9813615212168,511.633805223324, +PAS,mfh_sr31_std,rural,2055,,0.5570077152521746,30.85772634008698, +PAS,mfh_sr31_std,urban,2055,,17.325095870586214,922.5982951814004, +PAS,sfh_s1,rural,2055,9.40514542576685,1436.1363577038378,14229.429943122346,1.0534800351524558 +PAS,sfh_s1,urban,2055,38.34144069394136,224.302176391342,6545.214772258958,0.7610654148859324 +PAS,sfh_s2,rural,2055,9.40514542576685,1838.7075455046183,7382.311634299467,0.4268882498429814 +PAS,sfh_s2,urban,2055,38.34144069394136,1010.1730157063846,54663.29829031322,1.411339972280392 +PAS,sfh_s3,rural,2055,8.791509221524276,1649.2210852353196,5469.906829945489,0.3772572671470913 +PAS,sfh_s3,urban,2055,35.89226851914735,2139.10955807868,103292.09945502624,1.3453434489535212 +PAS,sfh_s51_std,rural,2055,8.186710664774559,923.7213216130768,122.17521486299358,0.0161559574768427 +PAS,sfh_s51_std,urban,2055,33.42798304087046,8000.8614873273455,27488.30609890275,0.1027782108503444 +PAS,sfh_s52_low,rural,2055,1.4316309414460588,0.0691076072659021,0.0001501504525609,0.0015176433138076 +PAS,sfh_s52_low,urban,2055,6.252874223065266,491.4932359379374,3815.8334597309567,1.2416299321079545 +PAS,sfh_sr11_std,rural,2055,,13.073386014707438,1873.4089013949613, +PAS,sfh_sr11_std,urban,2055,,6.319611080275826,871.8855727901773, +PAS,sfh_sr21_std,rural,2055,,6.574428396797093,942.1119108315294, +PAS,sfh_sr21_std,urban,2055,,52.78356716238359,7282.2884369289795, +PAS,sfh_sr31_std,rural,2055,,4.890670838327641,656.3771464784764, +PAS,sfh_sr31_std,urban,2055,,102.3403802502624,13221.553843647094, +RCPA,inf_ns,urban,2055,,145.19987580416117,5671.231738701808, +RCPA,mfh_s1,rural,2055,6.701041021210691,324.2831521210116,3251.175594307316,1.496145269585619 +RCPA,mfh_s1,urban,2055,5.685688029556295,44.89762471356724,870.2637631033263,3.409137424916757 +RCPA,mfh_s2,rural,2055,5.062889502707298,517.0615980535148,3961.477430030132,1.513270105790974 +RCPA,mfh_s2,urban,2055,4.278005151455028,141.41538876699553,2099.657785266785,3.4706477819444395 +RCPA,mfh_s3,rural,2055,3.419832883710589,461.8435236543864,2444.447346804731,1.5476791968916157 +RCPA,mfh_s3,urban,2055,2.8659548627173805,331.5413437539679,3412.4599886353835,3.591373124739441 +RCPA,mfh_s51_std,urban,2055,2.6299602604209986,480.1899153752499,6210.277761945362,4.917550218583681 +RCPA,sfh_s1,rural,2055,16.59768545780076,286.5832876693423,6961.876862831067,1.4636186907588022 +RCPA,sfh_s1,urban,2055,14.192712111139484,6.430772730509061,300.5783424408507,3.2932835904368414 +RCPA,sfh_s2,rural,2055,12.538149344958589,440.1703042209239,8128.219747331719,1.4727914623780531 +RCPA,sfh_s2,urban,2055,10.699434644722263,19.833143986537227,705.8928285363867,3.3264911673553037 +RCPA,sfh_s3,rural,2055,8.576730468055716,404.8190344423896,5157.132298917823,1.4853390054557605 +RCPA,sfh_s3,urban,2055,7.2965641518054545,48.52302048580355,1194.0584028455294,3.3725572976313614 +RCPA,sfh_s51_std,urban,2055,6.719754826999609,70.12120134830344,2167.5686556186247,4.600129801123228 +SAS,inf_ns,urban,2055,,1800.1211334108368,13566.967484350407, +SAS,mfh_s1,rural,2055,10.629190919395503,200.38565436186093,1044.2314245312025,0.490263908908391 +SAS,mfh_s1,urban,2055,7.10243524740392,163.16778547628124,369.6900235186689,0.3190039264265172 +SAS,mfh_s2,rural,2055,10.629190919395503,282.3342806339107,1446.6730489218153,0.4820660757866904 +SAS,mfh_s2,urban,2055,7.10243524740392,682.4225845997333,1378.9178121112054,0.2844970106334153 +SAS,mfh_s3,rural,2055,9.804925353166862,359.8405350491591,1725.67734378292,0.4891085130037111 +SAS,mfh_s3,urban,2055,6.506259014082712,1417.01303803577,2696.7137625594487,0.2925025501412975 +SAS,mfh_s51_std,rural,2055,8.98719042878908,309.80284877987765,842.222645434324,0.302494556261204 +SAS,mfh_s51_std,urban,2055,5.921185304384903,6851.038445770362,5204.504375519569,0.1282963558384804 +SAS,mfh_s52_low,rural,2055,0.9781742013454334,4.866768103559282,28.66577538542465,6.021529746133898 +SAS,mfh_s52_low,urban,2055,0.4399614887671711,71.79469125992122,230.41862212346936,7.294752811380581 +SAS,mfh_sr11_std,rural,2055,,2.2755056738844712,105.84282219720464, +SAS,mfh_sr11_std,urban,2055,,1.1498801915624168,33.56263587276147, +SAS,mfh_sr21_std,rural,2055,,3.1708008072607603,145.8678303839908, +SAS,mfh_sr21_std,urban,2055,,4.234291931729337,120.54488727841208, +SAS,mfh_sr31_std,rural,2055,,3.832469583008692,165.82222058754712, +SAS,mfh_sr31_std,urban,2055,,7.282624932845343,213.60916652366728, +SAS,sfh_s1,rural,2055,27.920219068923384,6400.0579088175045,77617.45090993916,0.4343668271726857 +SAS,sfh_s1,urban,2055,19.475961621349654,462.5215120286777,2435.6433644708586,0.2703851594213873 +SAS,sfh_s2,rural,2055,27.920219068923384,9017.632850331918,107527.51389939256,0.4270790165990373 +SAS,sfh_s2,urban,2055,19.475961621349654,1935.050711636439,9067.719978024874,0.2406062137953639 +SAS,sfh_s3,rural,2055,26.009493066659733,11496.270889563482,128830.47142110571,0.430853593606668 +SAS,sfh_s3,urban,2055,18.098868704137963,4014.779052229437,17785.18545754519,0.2447627472979409 +SAS,sfh_s51_std,rural,2055,24.19495241487609,9613.496544148134,26991.123487001183,0.116041895793287 +SAS,sfh_s51_std,urban,2055,16.81882657838885,19388.74289574781,20758.104773904543,0.0636564412427605 +SAS,sfh_s52_low,rural,2055,3.38854677911892,556.5942592085313,4373.167879455565,2.3186966868402696 +SAS,sfh_s52_low,urban,2055,1.9686799182805228,411.6113325852423,2601.109576216564,3.20993481658369 +SAS,sfh_sr11_std,rural,2055,,149.93054256288193,10108.81637683577, +SAS,sfh_sr11_std,urban,2055,,7.451968144490242,301.7673324483588, +SAS,sfh_sr21_std,rural,2055,,209.8628739521376,13964.496268370202, +SAS,sfh_sr21_std,urban,2055,,28.89224344097771,1104.9489175680055, +SAS,sfh_sr31_std,rural,2055,,257.6043026071131,16135.7387977419, +SAS,sfh_sr31_std,urban,2055,,58.9228634768814,2054.6053642354946, +WEU,mfh_s1,rural,2055,80.7214847219604,40.587918725975165,9313.30353136767,2.8426136289669275 +WEU,mfh_s1,urban,2055,75.46094840597016,842.3713531849269,200818.7506151728,3.1592093960189573 +WEU,mfh_s2,rural,2055,54.60195225078522,15.292925061679425,2504.732097555324,2.9995945091405245 +WEU,mfh_s2,urban,2055,50.90782756658002,952.3140149878476,137475.91485252886,2.8357104147188856 +WEU,mfh_s3,rural,2055,26.101564963582245,19.76690548995362,1529.3766746337506,2.9642117839876474 +WEU,mfh_s3,urban,2055,24.201483293168184,1550.956860771853,110649.08527220789,2.947855053044594 +WEU,mfh_s51_std,rural,2055,18.62191919237557,0.3511753976720838,13.490468699901598,2.062901625184016 +WEU,mfh_s51_std,urban,2055,17.232515999327646,782.8903052049058,35220.425135301964,2.61062798052067 +WEU,mfh_s52_low,rural,2055,9.479374668926278,5.114750075176545,93.3568939613571,1.9254945233514955 +WEU,mfh_s52_low,urban,2055,8.760506566901418,2948.975151056324,46191.32289248897,1.787969342138534 +WEU,mfh_sr11_std,rural,2055,,15.50991684789132,852.7249671212722, +WEU,mfh_sr11_std,urban,2055,,268.401269144445,15589.895502682104, +WEU,mfh_sr12_low,rural,2055,,19.17523847160731,855.8707956627429, +WEU,mfh_sr12_low,urban,2055,,226.8518780038292,10007.968767423474, +WEU,mfh_sr21_std,rural,2055,,6.031610941704833,232.3105061985208, +WEU,mfh_sr21_std,urban,2055,,243.5132952869408,9532.848807396516, +WEU,mfh_sr22_low,rural,2055,,5.815963151915119,167.93471057586646, +WEU,mfh_sr22_low,urban,2055,,158.8380979687894,4783.080752056691, +WEU,mfh_sr31_std,rural,2055,,5.149167549614355,98.75362139581432, +WEU,mfh_sr31_std,urban,2055,,214.6521313048719,4305.926024445494, +WEU,mfh_sr32_low,rural,2055,,2.7703720226641013,40.234334890398856, +WEU,mfh_sr32_low,urban,2055,,81.2133438260186,1286.1114918531998, +WEU,sfh_s1,rural,2055,199.1571575477619,1215.078656566781,772772.9428668608,3.193387317321607 +WEU,sfh_s1,urban,2055,186.929981883403,1011.3132632624414,622455.7503195595,3.292636714494164 +WEU,sfh_s2,rural,2055,136.7840900323082,450.6115130429648,195962.26088352135,3.179322416528342 +WEU,sfh_s2,urban,2055,128.21663961744198,1061.060318879468,397748.6841153324,2.9236426439678853 +WEU,sfh_s3,rural,2055,66.90839717456522,531.0763750999893,100282.5523960306,2.8221998898175995 +WEU,sfh_s3,urban,2055,62.47385740033076,1624.090554939869,266773.2410074725,2.629261017264594 +WEU,sfh_s51_std,rural,2055,47.83149923897789,4.903773246843148,362.5572801806361,1.545725090640647 +WEU,sfh_s51_std,urban,2055,44.55263979646592,995.505400083269,113060.37297836716,2.549138029376882 +WEU,sfh_s52_low,rural,2055,23.2687751503444,222.1742624384977,9639.994774370529,1.8647023940713652 +WEU,sfh_s52_low,urban,2055,21.5589809218736,4882.323839178165,181477.89265009784,1.7241256661510729 +WEU,sfh_sr11_std,rural,2055,,424.2832259555031,39573.12020578264, +WEU,sfh_sr11_std,urban,2055,,308.2184113592504,33695.05720266717, +WEU,sfh_sr12_low,rural,2055,,1487.8058325415195,143352.0920679499, +WEU,sfh_sr12_low,urban,2055,,787.2748973038866,77319.06783920349, +WEU,sfh_sr21_std,rural,2055,,164.69847954369928,11699.725993939262, +WEU,sfh_sr21_std,urban,2055,,374.13606270338335,25385.681538136832, +WEU,sfh_sr22_low,rural,2055,,512.2232503278145,33921.070622169194, +WEU,sfh_sr22_low,urban,2055,,698.4502319140817,45232.09843408046, +WEU,sfh_sr31_std,rural,2055,,226.06492449430445,8235.635756882028, +WEU,sfh_sr31_std,urban,2055,,583.1239552581166,22653.707850040853, +WEU,sfh_sr32_low,rural,2055,,393.07286976552575,13102.875248328211, +WEU,sfh_sr32_low,urban,2055,,701.5969190351383,23460.43587768747, +AFR,inf_ns,urban,2060,,1568.6934826302,6427.976855654242, +AFR,mfh_s1,rural,2060,3.1013220072466567,47.832680702221104,127.80478467074012,0.861540169129045 +AFR,mfh_s1,urban,2060,4.18368698147431,15.288688554651518,105.09421189768187,1.643044705678547 +AFR,mfh_s2,rural,2060,3.1011186438445857,84.23738786347906,246.0068298807276,0.9417245480157208 +AFR,mfh_s2,urban,2060,4.18368698147431,89.11233360401162,457.7510680994449,1.2278133916678635 +AFR,mfh_s3,rural,2060,2.7852483450518424,120.58275911847738,289.617031584706,0.8623329007320263 +AFR,mfh_s3,urban,2060,3.790118394145393,243.50498458502028,1014.9214889324674,1.0996938991986844 +AFR,mfh_s51_std,rural,2060,2.4944455680602524,279.28639010308547,366.6394964480212,0.526278276327426 +AFR,mfh_s51_std,urban,2060,3.418475844527482,2681.4424928003587,3907.881570149956,0.426324597758932 +AFR,mfh_s52_low,rural,2060,0.0516494338446167,0.0193988217124602,0.0002789719442418,0.2784322982602306 +AFR,mfh_s52_low,urban,2060,0.0994453850557055,0.2127311808438635,0.016065224952982,0.7594007585531649 +AFR,mfh_sr11_std,rural,2060,,0.4055695560935721,4.002305486706691, +AFR,mfh_sr11_std,urban,2060,,0.5660826223203095,7.065124179105717, +AFR,mfh_sr21_std,rural,2060,,0.8247851282384021,8.496234265089402, +AFR,mfh_sr21_std,urban,2060,,2.3676312951986564,29.000460339407017, +AFR,mfh_sr31_std,rural,2060,,0.76943666708208,7.077476191786039, +AFR,mfh_sr31_std,urban,2060,,4.904324921655075,55.55430287817981, +AFR,sfh_s1,rural,2060,9.034579294709577,1792.7080834721646,11864.26892609571,0.7325267211291007 +AFR,sfh_s1,urban,2060,11.818416132375573,124.68970390965993,2123.0208080183984,1.4406695581333488 +AFR,sfh_s2,rural,2060,9.034251626334314,3153.5772624832807,22756.9875384211,0.7987651593008754 +AFR,sfh_s2,urban,2060,11.818416132375573,731.9219902151085,9283.398687208835,1.0732055972074528 +AFR,sfh_s3,rural,2060,8.348413847590809,4518.65800038924,28022.97175073332,0.7428493483318881 +AFR,sfh_s3,urban,2060,10.950517599152844,2004.8553825878016,21033.39709070957,0.9580578255649695 +AFR,sfh_s51_std,rural,2060,7.802427876164306,10634.1551981325,43630.109159183216,0.5258399070079408 +AFR,sfh_s51_std,urban,2060,10.21436869661869,22670.78989265742,99000.9676816904,0.4275247459144049 +AFR,sfh_s52_low,rural,2060,0.5816583520100288,1.8613323645149555,1.540714354552205,1.4230830027619303 +AFR,sfh_s52_low,urban,2060,0.9218978842013382,9.248715602009629,17.263290403568984,2.024693706725018 +AFR,sfh_sr11_std,rural,2060,,44.21775371983577,1037.4409005610446, +AFR,sfh_sr11_std,urban,2060,,9.480556670469548,264.31651813878017, +AFR,sfh_sr21_std,rural,2060,,85.61367821963802,2069.463460892517, +AFR,sfh_sr21_std,urban,2060,,42.05907150882197,1121.8914459362277, +AFR,sfh_sr31_std,rural,2060,,102.46699279395068,2227.729898168768, +AFR,sfh_sr31_std,urban,2060,,96.08100373421516,2329.3979477717407, +CHN,inf_ns,urban,2060,,401.0370981304411,55699.33616837347, +CHN,mfh_s1,rural,2060,78.77142098402773,3074.557756711399,304572.535913238,1.2575909504638323 +CHN,mfh_s1,urban,2060,66.83584295968217,593.1371907558737,34468.65178570899,0.8694802284622901 +CHN,mfh_s2,rural,2060,59.51478272570211,3865.797564313988,287290.72947819595,1.2486986768661288 +CHN,mfh_s2,urban,2060,50.28838708649175,2315.6307570998265,102266.90651383736,0.8782094441024518 +CHN,mfh_s3,rural,2060,40.20048451055713,1688.664586720782,86826.16162396476,1.2790158284899908 +CHN,mfh_s3,urban,2060,33.68959185561655,6099.519092455461,183728.74367372715,0.8940993120306541 +CHN,mfh_s51_std,rural,2060,36.97277815159439,0.8352199450673943,37.72385717792122,1.2216116065941705 +CHN,mfh_s51_std,urban,2060,30.91545122454072,22335.737867341653,659303.6131201233,0.9547937381314616 +CHN,mfh_s52_low,rural,2060,13.433115933282863,1.791196260973831e-05,0.0008390328496693,3.4870568489838503 +CHN,mfh_s52_low,urban,2060,10.72490364996518,89.67127635894408,2275.6548444408627,2.366244629156914 +CHN,mfh_sr11_std,rural,2060,,612.7381398673903,30448.533243034115, +CHN,mfh_sr11_std,urban,2060,,62.22792733916829,3243.3831057885886, +CHN,mfh_sr12_low,rural,2060,,105.1284423632569,4545.70613521328, +CHN,mfh_sr12_low,urban,2060,,1.754898210462617,74.60861130335088, +CHN,mfh_sr21_std,rural,2060,,674.5409148595957,29389.173029522783, +CHN,mfh_sr21_std,urban,2060,,230.1305841741956,9418.211210584055, +CHN,mfh_sr22_low,rural,2060,,90.72753824521504,3410.499230132016, +CHN,mfh_sr22_low,urban,2060,,4.291348326095848,150.27061498726383, +CHN,mfh_sr31_std,rural,2060,,276.4605724512783,9990.7348406623, +CHN,mfh_sr31_std,urban,2060,,465.7497065724969,14053.780409997104, +CHN,mfh_sr32_low,rural,2060,,23.032650972866502,636.7258519382212, +CHN,mfh_sr32_low,urban,2060,,3.2428616023897603,80.36019214722205, +CHN,sfh_s1,rural,2060,195.1074861978212,2595.584577298847,627728.0169815742,1.2395452752095526 +CHN,sfh_s1,urban,2060,166.83677910237435,82.71018583779845,12015.745093702208,0.8707628917347415 +CHN,sfh_s2,rural,2060,147.3872249529826,3019.43281535157,551492.8523302772,1.2392378668850674 +CHN,sfh_s2,urban,2060,125.7729460277556,313.46634666145707,34386.98482297696,0.8721997159420631 +CHN,sfh_s3,rural,2060,100.82034182857332,1307.304479898752,167859.83845793142,1.2735672595259306 +CHN,sfh_s3,urban,2060,85.77185615183555,836.8606508584472,62854.62997602764,0.8756676739859007 +CHN,sfh_s51_std,urban,2060,78.99140368064847,2875.290625150244,191588.329198181,0.8435434749621763 +CHN,sfh_s52_low,urban,2060,28.7570469183084,321.1069441608842,7910.541021143719,0.8566673270360585 +CHN,sfh_sr11_std,rural,2060,,335.55616684146145,21930.7783060478, +CHN,sfh_sr11_std,urban,2060,,6.636664790884555,482.1963716441637, +CHN,sfh_sr12_low,rural,2060,,454.8884888935252,23273.39162789633, +CHN,sfh_sr12_low,urban,2060,,5.658543124959424,196.16109249875893, +CHN,sfh_sr21_std,rural,2060,,474.2729495526062,26834.26864304972, +CHN,sfh_sr21_std,urban,2060,,30.37037694446081,1934.022911831353, +CHN,sfh_sr22_low,rural,2060,,402.7248202447415,18134.772801777788, +CHN,sfh_sr22_low,urban,2060,,14.949440776133237,440.5765676619745, +CHN,sfh_sr31_std,rural,2060,,248.4804169991044,11896.055736226936, +CHN,sfh_sr31_std,urban,2060,,95.2164672220134,5085.375716710215, +CHN,sfh_sr32_low,rural,2060,,120.40386764485386,4477.10813842468, +CHN,sfh_sr32_low,urban,2060,,18.24260605828239,466.56157132203015, +EEU,mfh_s1,rural,2060,64.12436316514965,62.1939964402144,14511.766109574724,3.638720860950632 +EEU,mfh_s1,urban,2060,63.30299418701474,228.07284166309023,47821.5485843408,3.3122705984844183 +EEU,mfh_s2,rural,2060,61.257892110790976,15.092765114388976,3231.0213949788185,3.494692532104001 +EEU,mfh_s2,urban,2060,60.47095129077096,365.38347372270266,72855.75475732966,3.297373631384321 +EEU,mfh_s3,rural,2060,38.19078550746308,7.971291595927138,1228.4202438528594,4.035149944405025 +EEU,mfh_s3,urban,2060,37.69964925217732,150.1025061949505,18538.476409406827,3.276036904666402 +EEU,mfh_s51_std,rural,2060,28.06765222007525,0.0089290407886543,0.5353583398861703,2.136159510555093 +EEU,mfh_s51_std,urban,2060,27.70756747843088,418.5225314229372,35300.6567373119,3.044146450818693 +EEU,mfh_s52_low,rural,2060,12.780969209989566,0.1204614122033473,2.6745593849488403,1.7371627428586776 +EEU,mfh_s52_low,urban,2060,12.621275813052426,428.63627930393545,9796.278633356407,1.810793576396382 +EEU,mfh_sr11_std,rural,2060,,75.38894098464388,3090.0361714676483, +EEU,mfh_sr11_std,urban,2060,,102.5527105410433,4240.168166831226, +EEU,mfh_sr12_low,rural,2060,,1.7868742024752302,56.27802074519848, +EEU,mfh_sr12_low,urban,2060,,1.4563440169712922,45.438575197164255, +EEU,mfh_sr21_std,rural,2060,,17.543410591905936,673.965221554369, +EEU,mfh_sr21_std,urban,2060,,161.29331091138792,6367.684815655488, +EEU,mfh_sr22_low,rural,2060,,0.3562215238166574,10.651119195348382, +EEU,mfh_sr22_low,urban,2060,,2.074406451714748,62.04880077074275, +EEU,mfh_sr31_std,rural,2060,,8.866546332958496,231.0092275068856, +EEU,mfh_sr31_std,urban,2060,,56.67782266052433,1390.7737908181705, +EEU,mfh_sr32_low,rural,2060,,0.0588147583999009,1.1529503188985704, +EEU,mfh_sr32_low,urban,2060,,0.2058258321828313,3.8146562070655263, +EEU,sfh_s1,rural,2060,155.97355901445528,274.87126945840555,153494.62168164612,3.580245706278336 +EEU,sfh_s1,urban,2060,154.00125595322768,152.73335110874297,76538.95451553182,3.2540512024636863 +EEU,sfh_s2,rural,2060,150.12995088013693,64.39558713990631,33472.45393164176,3.4622952719602904 +EEU,sfh_s2,urban,2060,148.2242811575877,243.462415345428,116803.33378021304,3.2367112657044568 +EEU,sfh_s3,rural,2060,94.0451623485602,42.874771955039016,15783.819340158943,3.914477650097124 +EEU,sfh_s3,urban,2060,92.84094315572732,123.80620795596596,36823.19317090733,3.2036088196839168 +EEU,sfh_s51_std,rural,2060,68.75647430413314,0.0042326127153437,0.5003304754243014,1.7192333445493586 +EEU,sfh_s51_std,urban,2060,67.87188465470435,263.200482865716,54726.64825869948,3.063530864046148 +EEU,sfh_s52_low,rural,2060,28.90919537644194,0.2582917587614078,12.726232619395777,1.704328489163173 +EEU,sfh_s52_low,urban,2060,28.538979274615865,305.62348689870606,15722.497457683345,1.802587564851026 +EEU,sfh_sr11_std,rural,2060,,294.3212441622142,27733.66595835976, +EEU,sfh_sr11_std,urban,2060,,51.933778336014576,5054.221459476375, +EEU,sfh_sr12_low,rural,2060,,282.82608039298384,21015.298242566623, +EEU,sfh_sr12_low,urban,2060,,35.071178200433586,2605.191305723508, +EEU,sfh_sr21_std,rural,2060,,72.2596547385173,6330.802844397514, +EEU,sfh_sr21_std,urban,2060,,85.59927279715018,7969.338131243578, +EEU,sfh_sr22_low,rural,2060,,61.22818008711141,4330.97315896293, +EEU,sfh_sr22_low,urban,2060,,52.42253915196853,3753.00818774568, +EEU,sfh_sr31_std,rural,2060,,64.08872625811385,3994.249692721085, +EEU,sfh_sr31_std,urban,2060,,56.239160066739366,3254.3245328406224, +EEU,sfh_sr32_low,rural,2060,,25.67958057387885,1206.4952238862104, +EEU,sfh_sr32_low,urban,2060,,12.379095979821129,553.1728821837992, +FSU,mfh_s1,rural,2060,78.88906776442855,84.7184081046301,35248.50289010676,5.274072133163697 +FSU,mfh_s1,urban,2060,84.25923175677347,548.0315545744241,234975.2633974033,5.088609038509424 +FSU,mfh_s2,rural,2060,75.38516636437427,47.494207836341324,15454.627101577538,4.316502379085483 +FSU,mfh_s2,urban,2060,80.50069618939732,965.3057088242688,388108.8552192279,4.994465769686045 +FSU,mfh_s3,rural,2060,47.82354118521248,34.44874824826571,7863.996746378339,4.773403511724326 +FSU,mfh_s3,urban,2060,51.3429061897636,750.4720907510866,198544.9073653832,5.15280560332839 +FSU,mfh_s51_std,rural,2060,35.65343552191879,31.78252326413003,2448.059589327769,2.160390342019153 +FSU,mfh_s51_std,urban,2060,38.46677978449432,2246.748734196087,422781.7375755882,4.891880983977465 +FSU,mfh_s52_low,rural,2060,17.04185541223791,2.297629910792294,198.49349374644063,5.06931552349959 +FSU,mfh_s52_low,urban,2060,18.729894866743734,12.65313034342741,1056.3784823885676,4.457447378473832 +FSU,mfh_sr11_std,rural,2060,,140.48390623580838,9713.722592879769, +FSU,mfh_sr11_std,urban,2060,,33.9454063512455,2691.592212377679, +FSU,mfh_sr12_low,rural,2060,,20.318489058317315,2013.8339585502647, +FSU,mfh_sr12_low,urban,2060,,2.3064310331171947,231.3734299817037, +FSU,mfh_sr21_std,rural,2060,,78.92426398389213,4170.379445296586, +FSU,mfh_sr21_std,urban,2060,,59.48822562285184,4446.046064156896, +FSU,mfh_sr22_low,rural,2060,,11.084698451621874,945.0339395963268, +FSU,mfh_sr22_low,urban,2060,,3.822760171055706,364.8677791043653, +FSU,mfh_sr31_std,rural,2060,,54.95999340993966,2285.674230007425, +FSU,mfh_sr31_std,urban,2060,,45.22191326298465,2362.995870929013, +FSU,mfh_sr32_low,rural,2060,,4.072586494647651,254.6266935250528, +FSU,mfh_sr32_low,urban,2060,,1.214177889068708,77.5289006346645, +FSU,sfh_s1,rural,2060,188.56014629449896,284.46857905717644,290734.84736012254,5.420169641100953 +FSU,sfh_s1,urban,2060,200.56128269578684,232.60509238374132,236882.12003223237,5.077687442028441 +FSU,sfh_s2,rural,2060,181.1450399182557,206.88272216349165,166862.89504668015,4.452553079786319 +FSU,sfh_s2,urban,2060,192.48467278925145,583.5966803667976,559895.6727733212,4.9842308050865824 +FSU,sfh_s3,rural,2060,114.31898027465358,147.12946249547477,88928.59780877476,5.287172187470156 +FSU,sfh_s3,urban,2060,121.65569464496242,423.20022754719565,265215.51971896045,5.1513445502449375 +FSU,sfh_s51_std,rural,2060,84.22718797291225,87.02314674897063,12417.105600589946,1.6940775601174385 +FSU,sfh_s51_std,urban,2060,89.80459642129672,1098.5106728287358,478096.9457238926,4.846331560843432 +FSU,sfh_s52_low,rural,2060,36.6888014199283,39.09253885943254,5316.921297228028,3.707087450188966 +FSU,sfh_s52_low,urban,2060,39.57967404187526,37.35392225032332,6053.977907569164,4.094797297869029 +FSU,sfh_sr11_std,rural,2060,,308.3619023537606,43369.47941866302, +FSU,sfh_sr11_std,urban,2060,,10.450755820197442,1611.7427584644172, +FSU,sfh_sr12_low,rural,2060,,294.60670180911376,48413.50772670177, +FSU,sfh_sr12_low,urban,2060,,6.345796192177611,1169.3258939883794, +FSU,sfh_sr21_std,rural,2060,,223.79941130487987,24704.628076313154, +FSU,sfh_sr21_std,urban,2060,,26.88026029787413,3911.0120087896366, +FSU,sfh_sr22_low,rural,2060,,215.23786507738825,28099.7627991668, +FSU,sfh_sr22_low,urban,2060,,15.238841541920063,2688.6432250396974, +FSU,sfh_sr31_std,rural,2060,,214.5842292273788,17964.193562910496, +FSU,sfh_sr31_std,urban,2060,,24.26669163873303,2440.330437376609, +FSU,sfh_sr32_low,rural,2060,,107.97215494501825,12113.053413824391, +FSU,sfh_sr32_low,urban,2060,,7.017251476954463,910.4192534519324, +LAM,inf_ns,urban,2060,,778.0170133204608,13581.704084641697, +LAM,mfh_s1,rural,2060,11.734953283073736,5.918737696491128,33.60839474208953,0.4838795977257764 +LAM,mfh_s1,urban,2060,17.39348078174734,35.19681009633698,399.06904657662847,0.6518658605654613 +LAM,mfh_s2,rural,2060,10.491773635690206,8.195655688090039,40.19676574111932,0.4674751118359183 +LAM,mfh_s2,urban,2060,15.466880731485482,239.63061767910148,2218.6411495740563,0.5986073153275167 +LAM,mfh_s3,rural,2060,9.5728449345448,4.865782254574456,25.90047708410512,0.5560502873919662 +LAM,mfh_s3,urban,2060,14.056118281582108,418.0283494326983,3421.7523419154672,0.5823410896688213 +LAM,mfh_s51_std,rural,2060,9.44458308208488,1.3353015811670632,4.011540735240475,0.3180892938378711 +LAM,mfh_s51_std,urban,2060,13.85948654446876,1054.9044279186617,9089.516654534444,0.6216995217686738 +LAM,mfh_s52_low,rural,2060,0.9356461239424204,7.258086864938347e-05,4.782897384142013e-06,0.0704299336007702 +LAM,mfh_s52_low,urban,2060,1.0431809713333997,0.1779204937377077,0.1829899435858948,0.9859198071102824 +LAM,mfh_sr11_std,rural,2060,,0.1556555418906954,3.372526111955568, +LAM,mfh_sr11_std,urban,2060,,1.229366214881493,29.568337914720782, +LAM,mfh_sr12_low,rural,2060,,1.1505598416901902e-05,0.0001327849541407, +LAM,mfh_sr12_low,urban,2060,,5.150020485631148e-06,5.630709306041482e-05, +LAM,mfh_sr21_std,rural,2060,,0.1854223747195867,3.5353377390113043, +LAM,mfh_sr21_std,urban,2060,,5.99500181190664,130.49758503201343, +LAM,mfh_sr22_low,rural,2060,,6.8805829613209655e-06,7.189909630354401e-05, +LAM,mfh_sr22_low,urban,2060,,1.4981239271532544e-05,0.0001482309767447, +LAM,mfh_sr31_std,rural,2060,,0.1242629169408299,2.157760499493139, +LAM,mfh_sr31_std,urban,2060,,8.774086787012164,177.70922025928152, +LAM,mfh_sr32_low,rural,2060,,3.8094845333101134e-06,3.663587469240084e-05, +LAM,mfh_sr32_low,urban,2060,,1.030882041293572e-05,9.382453067637856e-05, +LAM,sfh_s1,rural,2060,31.56805960282636,1018.669766658238,14373.059636717542,0.4469592430459062 +LAM,sfh_s1,urban,2060,47.84997626684211,421.5747039616671,11727.330574089228,0.5813569877706521 +LAM,sfh_s2,rural,2060,28.527433433741454,1408.3155708019135,17417.246951279485,0.4335276762299052 +LAM,sfh_s2,urban,2060,43.14312953577765,2868.6449164286105,65767.30454716652,0.5314000655513941 +LAM,sfh_s3,rural,2060,26.46929394030581,828.600603263608,11495.353732840882,0.5241248340374042 +LAM,sfh_s3,urban,2060,40.01185699522313,4997.665222055997,103743.8934197659,0.5188080116084612 +LAM,sfh_s51_std,rural,2060,26.185180601839782,237.9655138187169,2321.476106716149,0.3725586242996622 +LAM,sfh_s51_std,urban,2060,39.58077395502615,13425.503817144674,318793.0272300427,0.5999208270457231 +LAM,sfh_s52_low,rural,2060,4.006725816071103,0.180910427497563,0.4944619327553382,0.6821496143414865 +LAM,sfh_s52_low,urban,2060,5.48322773892528,154.0801667434302,1727.7130373431758,2.044977747393798 +LAM,sfh_sr11_std,rural,2060,,61.29840276250597,2324.2662642156693, +LAM,sfh_sr11_std,urban,2060,,45.824025868741984,2147.192244234612, +LAM,sfh_sr12_low,rural,2060,,3.3230536801930235,93.14369627152642, +LAM,sfh_sr12_low,urban,2060,,1.421165484466394,35.39009170680639, +LAM,sfh_sr21_std,rural,2060,,83.03422244274522,2870.4793604260217, +LAM,sfh_sr21_std,urban,2060,,287.1008736694762,11872.049751843477, +LAM,sfh_sr22_low,rural,2060,,3.307927240210856,85.47475426379712, +LAM,sfh_sr22_low,urban,2060,,5.587740622356858,128.54796222662935, +LAM,sfh_sr31_std,rural,2060,,59.33813905870616,1958.873895769034, +LAM,sfh_sr31_std,urban,2060,,488.1795653019918,18631.033708540355, +LAM,sfh_sr32_low,rural,2060,,1.971701233411068,47.67323296945128, +LAM,sfh_sr32_low,urban,2060,,7.266970643933635,158.73691518560662, +MEA,inf_ns,urban,2060,,666.2422957369504,44431.8592073254, +MEA,mfh_s1,rural,2060,29.764723740932496,64.31671534184922,1095.895597424431,0.572457789617895 +MEA,mfh_s1,urban,2060,38.65301809789404,29.87483496820949,816.6525854755292,0.7072100381012185 +MEA,mfh_s2,rural,2060,26.69162714162626,94.17402918179944,1454.2110567789532,0.5785238144357728 +MEA,mfh_s2,urban,2060,34.7132282678955,163.17738565536746,3869.4432950311375,0.6831145122478095 +MEA,mfh_s3,rural,2060,22.057479154314716,95.7155192754968,1213.4805942879411,0.5747706698779562 +MEA,mfh_s3,urban,2060,28.76645607181196,318.7737601482341,6378.187244984797,0.695549972613684 +MEA,mfh_s51_std,rural,2060,20.72829785808926,114.03000335294948,1603.065956129798,0.6782169093746486 +MEA,mfh_s51_std,urban,2060,27.0854826939562,1556.3403997036205,30690.698991229267,0.7280573809741465 +MEA,mfh_s52_low,rural,2060,2.67036486960113,0.0961610070378767,0.8284910229029483,3.226399920167893 +MEA,mfh_s52_low,urban,2060,4.028545653973641,2.4816964344591126,21.26989198053279,2.127493970352841 +MEA,mfh_sr11_std,rural,2060,,4.849839136102085,149.8275497080428, +MEA,mfh_sr11_std,urban,2060,,3.262742827722663,122.21433979834964, +MEA,mfh_sr12_low,rural,2060,,0.0267658505924054,0.4466904259796547, +MEA,mfh_sr12_low,urban,2060,,0.0133065479516528,0.217963607393466, +MEA,mfh_sr21_std,rural,2060,,6.364252184945927,189.1763279750152, +MEA,mfh_sr21_std,urban,2060,,16.190468289979123,578.8996218105656, +MEA,mfh_sr22_low,rural,2060,,0.0209282792719197,0.3167036347321265, +MEA,mfh_sr22_low,urban,2060,,0.0413440238519799,0.6152600104082439, +MEA,mfh_sr31_std,rural,2060,,5.423968682592858,142.19592041653493, +MEA,mfh_sr31_std,urban,2060,,26.94211294532449,897.8236912399288, +MEA,mfh_sr32_low,rural,2060,,0.006847724352957,0.0873479904846495, +MEA,mfh_sr32_low,urban,2060,,0.0275025561438186,0.3464844436013683, +MEA,sfh_s1,rural,2060,75.85670326891506,918.753425568,38463.33403335865,0.5518918628497897 +MEA,sfh_s1,urban,2060,97.3101139918426,202.4628859517064,13738.314796356515,0.6973166885297691 +MEA,sfh_s2,rural,2060,69.4736343700237,1331.871949199921,51739.12238158526,0.5591606059230653 +MEA,sfh_s2,urban,2060,88.92246856974509,1116.612235167729,65788.50890464862,0.6625766859881969 +MEA,sfh_s3,rural,2060,60.03501647189002,1344.1189290981476,44313.957171613576,0.5491591222989216 +MEA,sfh_s3,urban,2060,76.45601740237107,2176.055525373816,110824.62381400578,0.6661232941597309 +MEA,sfh_s51_std,rural,2060,57.0425754730092,1710.6821256226076,53128.13042343389,0.5444476029725043 +MEA,sfh_s51_std,urban,2060,72.62967157285844,10604.13420756184,399637.0549671789,0.518891377450001 +MEA,sfh_s52_low,rural,2060,9.814977908264838,68.72002530108044,1472.9930461639624,2.183876421720777 +MEA,sfh_s52_low,urban,2060,13.379005774112764,1055.328842736378,21825.644574850918,1.5458075693000413 +MEA,sfh_sr11_std,rural,2060,,141.61750946219016,5244.977578356476, +MEA,sfh_sr11_std,urban,2060,,37.11672197991315,1695.0873902015303, +MEA,sfh_sr12_low,rural,2060,,18.46200508010724,609.8896097068788, +MEA,sfh_sr12_low,urban,2060,,8.3778737156653,283.4584302188062, +MEA,sfh_sr21_std,rural,2060,,213.30071184782184,7354.402486684039, +MEA,sfh_sr21_std,urban,2060,,183.19065901696504,8220.880153375105, +MEA,sfh_sr22_low,rural,2060,,22.70393839589602,705.6737293170243, +MEA,sfh_sr22_low,urban,2060,,42.11765537918105,1320.10483673487, +MEA,sfh_sr31_std,rural,2060,,215.27642551811525,6637.184337509306, +MEA,sfh_sr31_std,urban,2060,,337.3444872672861,14626.00139308093, +MEA,sfh_sr32_low,rural,2060,,17.635466864214493,486.9862259600095, +MEA,sfh_sr32_low,urban,2060,,72.64432480607525,1978.215720915553, +NAM,mfh_s1,rural,2060,82.69639826712788,18.035431068595248,2268.8203266051864,1.5212023324133497 +NAM,mfh_s1,urban,2060,70.52964270766337,269.2265668664984,23089.34403203943,1.2159675851822056 +NAM,mfh_s2,rural,2060,60.17283600220628,8.640833993312608,809.4624110887738,1.5568276776918235 +NAM,mfh_s2,urban,2060,51.05353564869867,407.0110073368976,27631.961700090884,1.3297798250136417 +NAM,mfh_s3,rural,2060,49.70921108471192,3.875303912773151,358.8465859718346,1.862799794053247 +NAM,mfh_s3,urban,2060,41.99876647144607,713.6287322487115,40483.190574409855,1.3507216794860903 +NAM,mfh_s51_std,urban,2060,73.5945725250397,1978.5272253825256,134941.2278372452,0.9267377194650304 +NAM,mfh_s52_low,urban,2060,7.937554654338519,170.3837850369328,3507.393111720013,2.5933996881655688 +NAM,mfh_sr11_std,rural,2060,,19.341398421584675,621.6249063081143, +NAM,mfh_sr11_std,urban,2060,,172.24712229088382,5868.577805470504, +NAM,mfh_sr12_low,rural,2060,,1.0631590850382977,57.10649036718593, +NAM,mfh_sr12_low,urban,2060,,2.3397892714604835,102.57040732128736, +NAM,mfh_sr21_std,rural,2060,,8.140567449124458,218.0581215733853, +NAM,mfh_sr21_std,urban,2060,,221.8641840470181,6059.14738405539, +NAM,mfh_sr22_low,rural,2060,,0.2827864321731184,12.6260313881405, +NAM,mfh_sr22_low,urban,2060,,1.8469152502928288,65.33672549251636, +NAM,mfh_sr31_std,rural,2060,,3.634595974256991,100.2214887315346, +NAM,mfh_sr31_std,urban,2060,,356.5150008345924,8125.457564474407, +NAM,mfh_sr32_low,rural,2060,,0.1262923125339966,5.3235247543455335, +NAM,mfh_sr32_low,urban,2060,,1.9464959247554952,57.31458619512394, +NAM,sfh_s1,rural,2060,203.33980270417155,1005.3865592839372,377977.7694993348,1.8488887719522888 +NAM,sfh_s1,urban,2060,175.05413195701038,994.2326197318428,268166.8424857832,1.5407944463582484 +NAM,sfh_s2,rural,2060,150.10102812483387,457.4089989796048,131643.2325504257,1.917388712822621 +NAM,sfh_s2,urban,2060,129.1403235187039,1459.061066401876,297197.11654406786,1.5772816564298873 +NAM,sfh_s3,rural,2060,124.75864973611948,197.6599108834013,57783.51210598379,2.3432286783038467 +NAM,sfh_s3,urban,2060,107.17596396921276,2548.831639765556,403322.3233134012,1.476432893562655 +NAM,sfh_s51_std,urban,2060,185.5903186606859,4667.336945520602,202188.5258284104,0.2334167584979784 +NAM,sfh_s52_low,urban,2060,19.38063764259675,7804.472631741348,233578.6825369274,1.544264119504614 +NAM,sfh_sr11_std,rural,2060,,953.6404614560824,39690.57202108678, +NAM,sfh_sr11_std,urban,2060,,1166.782393315209,57181.22850681203, +NAM,sfh_sr12_low,rural,2060,,943.1050165100842,70621.66511993097, +NAM,sfh_sr12_low,urban,2060,,414.7822510254567,28215.695184630466, +NAM,sfh_sr21_std,rural,2060,,458.8816998430157,16306.641925188347, +NAM,sfh_sr21_std,urban,2060,,1733.380499710122,70515.60785103588, +NAM,sfh_sr22_low,rural,2060,,372.0168145610456,22418.963749324343, +NAM,sfh_sr22_low,urban,2060,,468.1328769426816,25433.45746177604, +NAM,sfh_sr31_std,rural,2060,,210.02986233793249,7604.684984596126, +NAM,sfh_sr31_std,urban,2060,,3016.6678442487832,107932.48440403608, +NAM,sfh_sr32_low,rural,2060,,168.82544282363605,10130.897742695995, +NAM,sfh_sr32_low,urban,2060,,656.6799065069322,29899.94284075404, +PAO,mfh_s1,rural,2060,73.51502132384644,8.327225326795336,479.2599039785365,0.7828790879241487 +PAO,mfh_s1,urban,2060,54.0707718976781,104.75004912995811,3247.199249771906,0.5733134535270199 +PAO,mfh_s2,rural,2060,55.79930206832088,5.331573578336011,224.85302435100945,0.7558133513886814 +PAO,mfh_s2,urban,2060,40.4821273091578,393.6296048568821,9584.383130851334,0.6014687742813716 +PAO,mfh_s3,rural,2060,30.191266332618994,6.582475974094732,168.54087601086664,0.84807573018634 +PAO,mfh_s3,urban,2060,20.90155846066448,523.431712341812,7311.781676987775,0.6683200880051183 +PAO,mfh_s51_std,rural,2060,27.008310389537304,0.1712030474068899,0.4069163889563491,0.0880027563464716 +PAO,mfh_s51_std,urban,2060,18.496210272458505,645.8677953555655,4020.4295087354462,0.3365472668049586 +PAO,mfh_s52_low,rural,2060,7.92104669082347,0.0010093171907734,0.0002896694817605,0.036232015948266 +PAO,mfh_s52_low,urban,2060,4.39325274443708,4.567653032683342,6.768084435684482,0.3372768028803601 +PAO,mfh_sr11_std,rural,2060,,4.052566177493897,74.31471372377298, +PAO,mfh_sr11_std,urban,2060,,12.609625420815926,218.0173521862496, +PAO,mfh_sr12_low,rural,2060,,0.0138471503903311,0.2177235661565306, +PAO,mfh_sr12_low,urban,2060,,0.0159924030586956,0.2384602319358507, +PAO,mfh_sr21_std,rural,2060,,2.0254713870827388,29.605888130228315, +PAO,mfh_sr21_std,urban,2060,,42.318719052673664,561.7928455636611, +PAO,mfh_sr22_low,rural,2060,,0.003976217410041,0.0481508495945506, +PAO,mfh_sr22_low,urban,2060,,0.0256568350736714,0.2904363811294206, +PAO,mfh_sr31_std,rural,2060,,1.902565227429821,15.66926072861402, +PAO,mfh_sr31_std,urban,2060,,14.630091693522374,131.19611519766462, +PAO,mfh_sr32_low,rural,2060,,0.0006699786896484,0.0046459520406622, +PAO,mfh_sr32_low,urban,2060,,0.0020767497990631,0.0158954651886449, +PAO,sfh_s1,rural,2060,181.4146385705439,344.8915839958753,59624.73819074056,0.95295317268666 +PAO,sfh_s1,urban,2060,136.74473589934956,168.7509655462358,13769.05723510663,0.5966880249381159 +PAO,sfh_s2,rural,2060,139.50758480374236,212.6577629670035,26437.3531800609,0.8911255826483883 +PAO,sfh_s2,urban,2060,104.7608864022302,662.5991794949655,41134.747074709856,0.5925960783872766 +PAO,sfh_s3,rural,2060,77.51842152194855,258.85688883339463,17630.36773373231,0.8786111755400853 +PAO,sfh_s3,urban,2060,57.17689824123386,895.8448453185326,28569.040452269637,0.5577534470746878 +PAO,sfh_s51_std,rural,2060,69.77638784345169,201.93072981527752,6117.876289606678,0.4341999734892891 +PAO,sfh_s51_std,urban,2060,51.27286178185185,1893.673445207541,27490.65978775504,0.2831343203614041 +PAO,sfh_s52_low,rural,2060,20.35462905816778,0.332220462959899,4.485772200099421,0.6633575001855946 +PAO,sfh_s52_low,urban,2060,13.45863597731658,42.35590926408296,406.9577345722304,0.7138948533840441 +PAO,sfh_sr11_std,rural,2060,,407.8335961791893,11481.156370975144, +PAO,sfh_sr11_std,urban,2060,,173.85344923957314,3032.0695307025458, +PAO,sfh_sr12_low,rural,2060,,100.58440341291517,3542.164352002368, +PAO,sfh_sr12_low,urban,2060,,6.766349235422752,215.604943226944, +PAO,sfh_sr21_std,rural,2060,,255.5752024095772,5706.367172817366, +PAO,sfh_sr21_std,urban,2060,,620.6897773120319,8827.114428702509, +PAO,sfh_sr22_low,rural,2060,,37.52849482060631,1038.4259466588646, +PAO,sfh_sr22_low,urban,2060,,14.395364643063573,365.347090718076, +PAO,sfh_sr31_std,rural,2060,,311.6157172569356,4425.920077521121, +PAO,sfh_sr31_std,urban,2060,,701.5980351312575,5662.365543218555, +PAO,sfh_sr32_low,rural,2060,,13.278729581609232,214.3572813250892, +PAO,sfh_sr32_low,urban,2060,,4.1138473292429065,60.90548259885281, +PAS,inf_ns,urban,2060,,376.8024508203406,3.953858880244133, +PAS,mfh_s1,rural,2060,3.788824488523777,189.0489475561642,695.9576314085609,0.9716370118339586 +PAS,mfh_s1,urban,2060,15.771068796603116,46.95349462224611,574.0871728754815,0.775262533149706 +PAS,mfh_s2,rural,2060,3.788824488523777,242.9357059688983,354.3243836877325,0.3849507781481793 +PAS,mfh_s2,urban,2060,15.771068796603116,209.9534339171473,4802.751654782045,1.4504608861746826 +PAS,mfh_s3,rural,2060,3.5278065826042355,212.44494721004423,264.92838192716914,0.3534901481854481 +PAS,mfh_s3,urban,2060,14.734230196024075,441.01118813952985,8776.097202397461,1.3505926028071478 +PAS,mfh_s51_std,rural,2060,3.263697227386193,116.72426690959534,4.363392694252398,0.0114538972435692 +PAS,mfh_s51_std,urban,2060,13.673969600972049,1940.0626115464368,8314.46238346811,0.313417914605464 +PAS,mfh_s52_low,rural,2060,0.5238539257290249,0.0093659703352329,1.7121419795982998e-07,3.48960921451336e-05 +PAS,mfh_s52_low,urban,2060,2.365858489825168,4.737303106213247,13.626035965667477,1.2157648794065434 +PAS,mfh_sr11_std,rural,2060,,1.4116892024510566,84.0331835791764, +PAS,mfh_sr11_std,urban,2060,,1.1925318225577686,68.2482707668282, +PAS,mfh_sr21_std,rural,2060,,0.6995043010858201,41.63917476392431, +PAS,mfh_sr21_std,urban,2060,,9.977123713037187,570.9880673749901, +PAS,mfh_sr31_std,rural,2060,,0.5184681027850788,28.85599776680377, +PAS,mfh_sr31_std,urban,2060,,18.36026006884285,982.2494936865904, +PAS,sfh_s1,rural,2060,9.40514542576685,1446.7944811658133,12017.75430402864,0.8831835314332336 +PAS,sfh_s1,urban,2060,38.34144069394136,228.88544850963729,6287.631413662262,0.7164740484364818 +PAS,sfh_s2,rural,2060,9.40514542576685,1842.3360614901253,6242.299718323675,0.3602551923056133 +PAS,sfh_s2,urban,2060,38.34144069394136,1013.0862088963006,51643.46440556394,1.3295373352226558 +PAS,sfh_s3,rural,2060,8.791509221524276,1579.685343639347,4357.492822966326,0.3137636696848658 +PAS,sfh_s3,urban,2060,35.89226851914735,2045.367270867674,92737.65792196192,1.263234311257029 +PAS,sfh_s51_std,rural,2060,8.186710664774559,875.0233489662534,119.77368701502265,0.0167198483911965 +PAS,sfh_s51_std,urban,2060,33.42798304087046,8893.486730751343,25512.00977024468,0.0858148480772108 +PAS,sfh_s52_low,rural,2060,1.4316309414460588,0.0663075983050836,0.0001438763330373,0.0015156362591725 +PAS,sfh_s52_low,urban,2060,6.252874223065266,507.5664508131567,3805.544392020314,1.1990690442269116 +PAS,sfh_sr11_std,rural,2060,,12.98081456476963,1868.7695678775367, +PAS,sfh_sr11_std,urban,2060,,7.147039724380943,990.6077691773346, +PAS,sfh_sr21_std,rural,2060,,6.496003669406514,935.1760297346224, +PAS,sfh_sr21_std,urban,2060,,58.70752905456353,8137.094047388884, +PAS,sfh_sr31_std,rural,2060,,4.544838376049719,612.7693875459964, +PAS,sfh_sr31_std,urban,2060,,108.4960982157837,14081.678962603944, +RCPA,inf_ns,urban,2060,,138.27937792986594,4216.951936833321, +RCPA,mfh_s1,rural,2060,6.701041021210691,308.19280198843614,3104.110441087116,1.5030464312543208 +RCPA,mfh_s1,urban,2060,5.685688029556295,45.74078025782215,890.6964807609035,3.424862507235785 +RCPA,mfh_s2,rural,2060,5.062889502707298,490.3576529977255,3774.2137289936554,1.5202502493971188 +RCPA,mfh_s2,urban,2060,4.278005151455028,143.73920665740292,2144.0046375131924,3.486656582089372 +RCPA,mfh_s3,rural,2060,3.419832883710589,423.35642012871335,2251.078356311087,1.5548180658828863 +RCPA,mfh_s3,urban,2060,2.8659548627173805,323.8062606500408,3348.218165911827,3.607938788276227 +RCPA,mfh_s51_std,urban,2060,2.6299602604209986,509.25173879418094,6464.612401588782,4.826816451445828 +RCPA,sfh_s1,rural,2060,16.59768545780076,273.77864996073765,6681.49558551618,1.4703698136823888 +RCPA,sfh_s1,urban,2060,14.192712111139484,6.551449016694818,307.63130176179214,3.30847428936877 +RCPA,sfh_s2,rural,2060,12.538149344958589,418.7378534853562,7768.113314425876,1.4795849021516745 +RCPA,sfh_s2,urban,2060,10.699434644722263,20.114505741148925,719.2091510145144,3.341835043649154 +RCPA,sfh_s3,rural,2060,8.576730468055716,369.462946939607,4728.42898885203,1.4921903225304003 +RCPA,sfh_s3,urban,2060,7.2965641518054545,46.922401516744266,1159.9963041652936,3.388113643297507 +RCPA,sfh_s51_std,urban,2060,6.719754826999609,74.77849734534482,2267.423448250869,4.512346814693569 +SAS,inf_ns,urban,2060,,1700.47458971806,11891.917043362622, +SAS,mfh_s1,rural,2060,10.629190919395503,205.8410318051237,1025.883450671981,0.4688844886691418 +SAS,mfh_s1,urban,2060,7.10243524740392,165.9296937454141,358.4312995453299,0.3041406937622914 +SAS,mfh_s2,rural,2060,10.629190919395503,282.08084671023335,1383.6955271289935,0.4614947137052216 +SAS,mfh_s2,urban,2060,7.10243524740392,674.2723533891835,1300.4377099911128,0.2715481939278918 +SAS,mfh_s3,rural,2060,9.804925353166862,352.4985130612705,1614.822106828832,0.4672218075502283 +SAS,mfh_s3,urban,2060,6.506259014082712,1373.566515976422,2490.306583615817,0.2786581649873832 +SAS,mfh_s51_std,rural,2060,8.98719042878908,313.3575327306146,866.3077842422213,0.3076154426090471 +SAS,mfh_s51_std,urban,2060,5.921185304384903,8084.664624424568,5937.798536545153,0.1240380119693515 +SAS,mfh_s52_low,rural,2060,0.9781742013454334,5.527009892836793,30.81493216069048,5.699736381847812 +SAS,mfh_s52_low,urban,2060,0.4399614887671711,92.36110771057444,284.45926145543865,7.000294036927963 +SAS,mfh_sr11_std,rural,2060,,2.711888383656207,122.96860865508552, +SAS,mfh_sr11_std,urban,2060,,1.356536145191954,38.41325117336695, +SAS,mfh_sr21_std,rural,2060,,3.6774998396679535,165.00045572490288, +SAS,mfh_sr21_std,urban,2060,,4.856755902281501,134.2538037142923, +SAS,mfh_sr31_std,rural,2060,,4.362135668656576,183.9580352499154, +SAS,mfh_sr31_std,urban,2060,,8.383904002778824,234.25047663689912, +SAS,sfh_s1,rural,2060,27.920219068923384,6564.613114190624,75696.91756761276,0.4130001767515167 +SAS,sfh_s1,urban,2060,19.475961621349654,469.9280477087809,2343.599749759348,0.2560667362841046 +SAS,sfh_s2,rural,2060,27.920219068923384,8996.06841142371,102083.6471315547,0.4064289232804607 +SAS,sfh_s2,urban,2060,19.475961621349654,1910.1773898366564,8484.03666343902,0.2280499211481985 +SAS,sfh_s3,rural,2060,26.009493066659733,11244.811858330657,119606.84185160538,0.4089516285798265 +SAS,sfh_s3,urban,2060,18.098868704137963,3888.015607204625,16285.57099119008,0.2314320812433813 +SAS,sfh_s51_std,rural,2060,24.19495241487609,9700.33417435438,27277.5180298033,0.1162233484009813 +SAS,sfh_s51_std,urban,2060,16.81882657838885,22869.455997141773,24016.928730792057,0.0624404382784171 +SAS,sfh_s52_low,rural,2060,3.38854677911892,605.9826059194622,4548.009362197984,2.2148672736245487 +SAS,sfh_s52_low,urban,2060,1.9686799182805228,518.0795415168716,3078.8435937765603,3.018673020031033 +SAS,sfh_sr11_std,rural,2060,,175.796437409512,11670.820237711809, +SAS,sfh_sr11_std,urban,2060,,8.535977009632255,342.8923333009582, +SAS,sfh_sr21_std,rural,2060,,239.6128154677394,15696.003871145293, +SAS,sfh_sr21_std,urban,2060,,32.23500763601948,1221.3046767056364, +SAS,sfh_sr31_std,rural,2060,,288.8886725753867,17783.594141218353, +SAS,sfh_sr31_std,urban,2060,,64.5724822522361,2228.986943765737, +WEU,mfh_s1,rural,2060,80.7214847219604,35.64362953185953,7898.570515281695,2.745221789023724 +WEU,mfh_s1,urban,2060,75.46094840597016,769.9597715464538,178373.1754760895,3.0700061799774288 +WEU,mfh_s2,rural,2060,54.60195225078522,13.279375418023768,2098.465091422712,2.8941159667102005 +WEU,mfh_s2,urban,2060,50.90782756658002,867.7993473682983,121667.63060786392,2.7540458547178743 +WEU,mfh_s3,rural,2060,26.101564963582245,17.204077948691317,1286.6914205336382,2.8653419398633404 +WEU,mfh_s3,urban,2060,24.201483293168184,1403.4352779277745,97517.83363036191,2.8711089386769078 +WEU,mfh_s51_std,rural,2060,18.62191919237557,0.3577247931130943,13.650846034438016,2.04920822060531 +WEU,mfh_s51_std,urban,2060,17.232515999327646,866.0258257674304,38775.58297507258,2.598237234899102 +WEU,mfh_s52_low,rural,2060,9.479374668926278,5.197830080662277,95.125997020951,1.9306229060226965 +WEU,mfh_s52_low,urban,2060,8.760506566901418,3270.355058497044,50606.281617909146,1.7663643967846427 +WEU,mfh_sr11_std,rural,2060,,16.341455343139714,847.9086586013811, +WEU,mfh_sr11_std,urban,2060,,285.5778647535274,15891.830240213074, +WEU,mfh_sr12_low,rural,2060,,19.913325494808795,853.4337291101095, +WEU,mfh_sr12_low,urban,2060,,241.25598293656145,10242.070615802557, +WEU,mfh_sr21_std,rural,2060,,6.174574797530451,227.722048374166, +WEU,mfh_sr21_std,urban,2060,,256.309759247382,9613.941945326756, +WEU,mfh_sr22_low,rural,2060,,5.972350428004519,166.06917158028014, +WEU,mfh_sr22_low,urban,2060,,167.04107018578716,4835.190675684002, +WEU,mfh_sr31_std,rural,2060,,5.306947372102904,97.64295225764737, +WEU,mfh_sr31_std,urban,2060,,235.60402543128268,4495.788691113986, +WEU,mfh_sr32_low,rural,2060,,2.8795072366094705,40.23768550131844, +WEU,mfh_sr32_low,urban,2060,,88.83569337156945,1341.598023940229, +WEU,sfh_s1,rural,2060,199.1571575477619,1030.9515018474226,646303.8249011915,3.1477669507489088 +WEU,sfh_s1,urban,2060,186.929981883403,904.9844939973428,549395.9017657042,3.2476207943855138 +WEU,sfh_s2,rural,2060,136.7840900323082,375.4972193991304,160676.86441387946,3.1283190332213784 +WEU,sfh_s2,urban,2060,128.21663961744198,935.5907572190698,345523.4700311972,2.880363105683871 +WEU,sfh_s3,rural,2060,66.90839717456522,436.7319266927813,80099.08830504895,2.741144973536033 +WEU,sfh_s3,urban,2060,62.47385740033076,1416.5262698080412,226915.6844583157,2.5641389776538848 +WEU,sfh_s51_std,rural,2060,47.83149923897789,4.997982212214628,364.2516891272346,1.5236768689768236 +WEU,sfh_s51_std,urban,2060,44.55263979646592,1101.331974648616,124792.68728210976,2.5432991560592817 +WEU,sfh_s52_low,rural,2060,23.2687751503444,225.8036418446217,9740.417242970438,1.8538436160327243 +WEU,sfh_s52_low,urban,2060,21.5589809218736,5413.624057507983,197732.33061527196,1.6941870730118445 +WEU,sfh_sr11_std,rural,2060,,435.9406254079791,38961.08579748778, +WEU,sfh_sr11_std,urban,2060,,323.40210440602806,33786.090339316404, +WEU,sfh_sr12_low,rural,2060,,1520.0775236789218,140954.7200289005, +WEU,sfh_sr12_low,urban,2060,,814.1098710791035,76920.059511258, +WEU,sfh_sr21_std,rural,2060,,166.47323593045715,11293.02364617986, +WEU,sfh_sr21_std,urban,2060,,386.05560779873935,25011.104532867663, +WEU,sfh_sr22_low,rural,2060,,514.3475986466949,32783.89744354525, +WEU,sfh_sr22_low,urban,2060,,711.9614805862642,44308.11200106723, +WEU,sfh_sr31_std,rural,2060,,228.1150221962229,7841.722343378192, +WEU,sfh_sr31_std,urban,2060,,599.1546075494159,21886.903214537582, +WEU,sfh_sr32_low,rural,2060,,389.9851197143038,12500.215243412922, +WEU,sfh_sr32_low,urban,2060,,705.7842257355377,22610.17568102625, +AFR,inf_ns,urban,2070,,1259.3759426686224,4950.529393120605, +AFR,mfh_s1,rural,2070,3.1013220072466567,50.61999312265552,125.4031454465377,0.7988026319222694 +AFR,mfh_s1,urban,2070,4.18368698147431,15.26117943841504,96.5061893906235,1.5114990729383648 +AFR,mfh_s2,rural,2070,3.1011186438445857,84.70219761023489,228.0083908421996,0.8680360645461214 +AFR,mfh_s2,urban,2070,4.18368698147431,84.8403957179606,400.2117971926613,1.1275297696078677 +AFR,mfh_s3,rural,2070,2.7852483450518424,115.3559142101211,257.3356694141297,0.8009330186267248 +AFR,mfh_s3,urban,2070,3.790118394145393,221.5505444291732,845.2399150057436,1.0065941442299862 +AFR,mfh_s51_std,rural,2070,2.4944455680602524,320.11019095015365,413.3614393087591,0.5176740900132275 +AFR,mfh_s51_std,urban,2070,3.418475844527482,3734.7283631817854,4917.590459294032,0.3851774220724853 +AFR,mfh_s52_low,rural,2070,0.0516494338446167,0.023217319466289,0.0003330308656533,0.2777197998835254 +AFR,mfh_s52_low,urban,2070,0.0994453850557055,0.294516769714532,0.0205040910914249,0.7000770816367103 +AFR,mfh_sr11_std,rural,2070,,0.5939845020238951,5.674079773207785, +AFR,mfh_sr11_std,urban,2070,,0.660793048391907,8.189844359406464, +AFR,mfh_sr21_std,rural,2070,,1.119113112127072,11.135083235220362, +AFR,mfh_sr21_std,urban,2070,,2.650365148580233,32.06622986058948, +AFR,mfh_sr31_std,rural,2070,,1.105407025783538,9.650398230705004, +AFR,mfh_sr31_std,urban,2070,,5.367538056081491,59.45552201455038, +AFR,sfh_s1,rural,2070,9.034579294709577,1889.3120596926303,11371.176680755949,0.6661833540963873 +AFR,sfh_s1,urban,2070,11.818416132375573,123.27829701255328,1893.6170816099243,1.29970939592584 +AFR,sfh_s2,rural,2070,9.034251626334314,3157.2922328597447,20598.65777594969,0.72215755414238 +AFR,sfh_s2,urban,2070,11.818416132375573,691.5705863823532,7886.068367907495,0.9648609867414824 +AFR,sfh_s3,rural,2070,8.348413847590809,4304.921331344716,24360.98451840189,0.6778375856163398 +AFR,sfh_s3,urban,2070,10.950517599152844,1811.6430828304724,17028.279625705956,0.8583481700702699 +AFR,sfh_s51_std,rural,2070,7.802427876164306,12188.0210935366,49106.02809284547,0.516382894937533 +AFR,sfh_s51_std,urban,2070,10.21436869661869,31573.948916751106,125241.20021448178,0.3883352273964831 +AFR,sfh_s52_low,rural,2070,0.5816583520100288,2.7170164954052907,2.374533361234362,1.5025122864732792 +AFR,sfh_s52_low,urban,2070,0.9218978842013382,14.89069995194227,25.5360369353775,1.860182553796773 +AFR,sfh_sr11_std,rural,2070,,60.93029384890668,1403.2895053258724, +AFR,sfh_sr11_std,urban,2070,,11.462098855089833,318.0212860128033, +AFR,sfh_sr21_std,rural,2070,,110.80687831721455,2626.917733428445, +AFR,sfh_sr21_std,urban,2070,,48.66343858634035,1286.0552265184765, +AFR,sfh_sr31_std,rural,2070,,129.95781207957407,2777.892850531472, +AFR,sfh_sr31_std,urban,2070,,107.52584872657218,2570.876961983618, +CHN,inf_ns,urban,2070,,0.0,0.0, +CHN,mfh_s1,rural,2070,78.77142098402773,2481.163092604248,237522.1973126038,1.2152907992169062 +CHN,mfh_s1,urban,2070,66.83584295968217,588.2426463652304,33953.842347859914,0.8636205962735952 +CHN,mfh_s2,rural,2070,59.51478272570211,3117.924900042259,224207.19172063863,1.2082562108615436 +CHN,mfh_s2,urban,2070,50.28838708649175,2304.1542183579218,100877.37736826268,0.8705917211386754 +CHN,mfh_s3,rural,2070,40.20048451055713,1332.2403679727952,65723.38238295444,1.2271736724929283 +CHN,mfh_s3,urban,2070,33.68959185561655,5823.092124648394,173664.4649976531,0.8852410654339468 +CHN,mfh_s51_std,rural,2070,36.97277815159439,0.6285705212853889,27.99064014416955,1.2044166104878031 +CHN,mfh_s51_std,urban,2070,30.91545122454072,21614.021483301152,630321.6146793938,0.9433026002612104 +CHN,mfh_s52_low,rural,2070,13.433115933282863,1.3488987601934444e-05,0.0006249353668496,3.4488871557524483 +CHN,mfh_s52_low,urban,2070,10.72490364996518,103.27511469330028,2476.8821116989893,2.2362288773913725 +CHN,mfh_sr11_std,rural,2070,,632.2558811617848,30831.830717860776, +CHN,mfh_sr11_std,urban,2070,,78.43677474346869,4022.3453100665433, +CHN,mfh_sr12_low,rural,2070,,112.55478416569966,4415.558261104246, +CHN,mfh_sr12_low,urban,2070,,2.2772625711627703,88.30241424663404, +CHN,mfh_sr21_std,rural,2070,,721.5368813190694,30292.247627898327, +CHN,mfh_sr21_std,urban,2070,,280.89132926148784,11496.4781419072, +CHN,mfh_sr22_low,rural,2070,,94.7959812471475,3285.96991349104, +CHN,mfh_sr22_low,urban,2070,,5.587008639136388,182.0434627792456, +CHN,mfh_sr31_std,rural,2070,,278.0732659141343,9705.17041203556, +CHN,mfh_sr31_std,urban,2070,,576.1296557693565,17240.062550656192, +CHN,mfh_sr32_low,rural,2070,,24.30164034508428,624.3338087812004, +CHN,mfh_sr32_low,urban,2070,,4.4738177158599015,103.39654818761154, +CHN,sfh_s1,rural,2070,195.1074861978212,2082.54285453545,487283.6513816969,1.1992616894663055 +CHN,sfh_s1,urban,2070,166.83677910237435,81.72257360597808,11820.868048685015,0.8669928933833959 +CHN,sfh_s2,rural,2070,147.3872249529826,2420.011707921437,428024.21453979897,1.2000270342908157 +CHN,sfh_s2,urban,2070,125.7729460277556,308.5315904266707,33697.34416104283,0.8683779794185142 +CHN,sfh_s3,rural,2070,100.82034182857332,1003.9787950621457,124160.28731148754,1.22661989137143 +CHN,sfh_s3,urban,2070,85.77185615183555,780.9292370430584,58232.53415890531,0.8693791069742806 +CHN,sfh_s51_std,urban,2070,78.99140368064847,2753.536902124154,179765.9338621018,0.8264882101127555 +CHN,sfh_s52_low,urban,2070,28.7570469183084,358.642199182045,7948.77022848836,0.7707158106080244 +CHN,sfh_sr11_std,rural,2070,,331.208414830628,21161.1334539801, +CHN,sfh_sr11_std,urban,2070,,7.862991662260081,565.4583114171089, +CHN,sfh_sr12_low,rural,2070,,476.1213797131206,22059.17538097071, +CHN,sfh_sr12_low,urban,2070,,7.13042782906317,226.89656847307563, +CHN,sfh_sr21_std,rural,2070,,476.56090813104765,26141.21488486773, +CHN,sfh_sr21_std,urban,2070,,35.997703065467164,2254.6780478481096, +CHN,sfh_sr22_low,rural,2070,,418.89171295349047,17135.0593895018, +CHN,sfh_sr22_low,urban,2070,,19.020377483794448,514.0851211912249, +CHN,sfh_sr31_std,rural,2070,,236.67496522357897,11043.729915990694, +CHN,sfh_sr31_std,urban,2070,,106.99010161790991,5683.2422610389285, +CHN,sfh_sr32_low,rural,2070,,121.42329553889104,4083.766893890634, +CHN,sfh_sr32_low,urban,2070,,22.920849858059768,529.3544172554052, +EEU,mfh_s1,rural,2070,64.12436316514965,44.21902335791336,9935.81307287888,3.5040573129719057 +EEU,mfh_s1,urban,2070,63.30299418701474,208.87196623569545,43127.65725419026,3.261755925598729 +EEU,mfh_s2,rural,2070,61.257892110790976,11.35748556000101,2337.429367015905,3.3596516877115823 +EEU,mfh_s2,urban,2070,60.47095129077096,348.7695365380521,68472.13494368875,3.24659805645942 +EEU,mfh_s3,rural,2070,38.19078550746308,5.504699074383113,823.1723468378309,3.9156025185707657 +EEU,mfh_s3,urban,2070,37.69964925217732,124.03057203742016,14991.460980841155,3.206106188318871 +EEU,mfh_s51_std,rural,2070,28.06765222007525,0.0087457907033124,0.5080157152929596,2.0695312117575297 +EEU,mfh_s51_std,urban,2070,27.70756747843088,448.0576039011317,37650.89911276959,3.0327953119156343 +EEU,mfh_s52_low,rural,2070,12.780969209989566,0.1180752402598147,2.575837447813272,1.7068518459577966 +EEU,mfh_s52_low,urban,2070,12.621275813052426,459.9471214074409,10219.250182849277,1.7603858491354964 +EEU,mfh_sr11_std,rural,2070,,80.2973219618822,3044.236214279922, +EEU,mfh_sr11_std,urban,2070,,114.27301201656132,4381.783909516239, +EEU,mfh_sr12_low,rural,2070,,1.8098454211394333,53.30785314483712, +EEU,mfh_sr12_low,urban,2070,,1.5603818313067728,45.51042161329308, +EEU,mfh_sr21_std,rural,2070,,19.674149873551748,697.4185594760634, +EEU,mfh_sr21_std,urban,2070,,187.87250290875315,6875.247025346636, +EEU,mfh_sr22_low,rural,2070,,0.3796126353733065,10.612382456330437, +EEU,mfh_sr22_low,urban,2070,,2.319721452534491,64.84865717344911, +EEU,mfh_sr31_std,rural,2070,,8.649995735354777,209.0063483239905, +EEU,mfh_sr31_std,urban,2070,,59.03735121484047,1343.281803623143, +EEU,mfh_sr32_low,rural,2070,,0.056172086636539,1.028723519380265, +EEU,mfh_sr32_low,urban,2070,,0.2114710989519034,3.66303334368968, +EEU,sfh_s1,rural,2070,155.97355901445528,192.91992501492348,105388.12782032655,3.502382893550136 +EEU,sfh_s1,urban,2070,154.00125595322768,139.5744784660473,69040.44438804564,3.2119834704564902 +EEU,sfh_s2,rural,2070,150.12995088013693,44.89530650756098,22782.3876367098,3.3801109316034776 +EEU,sfh_s2,urban,2070,148.2242811575877,218.49327477399103,103461.35819375316,3.194631345279481 +EEU,sfh_s3,rural,2070,94.0451623485602,27.5815444731605,9815.514853238412,3.784060249115895 +EEU,sfh_s3,urban,2070,92.84094315572732,104.53763860194609,30549.233720706008,3.147662005048788 +EEU,sfh_s51_std,rural,2070,68.75647430413314,0.008760966243016,0.8494908695099657,1.4102402621895975 +EEU,sfh_s51_std,urban,2070,67.87188465470435,294.1259094033287,61022.46249771026,3.0567965703492037 +EEU,sfh_s52_low,rural,2070,28.90919537644194,0.5043477742686392,21.909957048666502,1.5027108196851375 +EEU,sfh_s52_low,urban,2070,28.538979274615865,341.3589371213899,16668.637640399364,1.711001506311439 +EEU,sfh_sr11_std,rural,2070,,305.44223543456934,26627.98384031677, +EEU,sfh_sr11_std,urban,2070,,57.46635313054544,5191.517978560643, +EEU,sfh_sr12_low,rural,2070,,282.8454304476268,19650.65738232477, +EEU,sfh_sr12_low,urban,2070,,37.3721683241009,2596.8172892878174, +EEU,sfh_sr21_std,rural,2070,,74.47904285596461,6030.04093454229, +EEU,sfh_sr21_std,urban,2070,,92.9583647084765,8033.802316576663, +EEU,sfh_sr22_low,rural,2070,,60.78064120554007,4018.594520967167, +EEU,sfh_sr22_low,urban,2070,,54.8911063567974,3675.4758819219182, +EEU,sfh_sr31_std,rural,2070,,61.51455004849961,3556.3370496268453, +EEU,sfh_sr31_std,urban,2070,,58.251489025924464,3125.2450440905754, +EEU,sfh_sr32_low,rural,2070,,23.70823780445584,1042.0448473991444, +EEU,sfh_sr32_low,urban,2070,,12.29897614648968,513.8987605536806, +FSU,mfh_s1,rural,2070,78.88906776442855,62.8315669856169,25377.97826226936,5.119909755797935 +FSU,mfh_s1,urban,2070,84.25923175677347,580.0631859830467,243251.3027158295,4.976939667598179 +FSU,mfh_s2,rural,2070,75.38516636437427,35.199688858999444,11100.628939239308,4.183337113205676 +FSU,mfh_s2,urban,2070,80.50069618939732,987.6161460109108,388346.6751292439,4.884631137854187 +FSU,mfh_s3,rural,2070,47.82354118521248,22.47651163479712,4923.771693549184,4.580651660249813 +FSU,mfh_s3,urban,2070,51.3429061897636,671.3496270463332,173807.58194322616,5.042425820221491 +FSU,mfh_s51_std,rural,2070,35.65343552191879,26.660899897876885,1986.2599349768248,2.089584287377418 +FSU,mfh_s51_std,urban,2070,38.46677978449432,2589.95735830379,476267.7716203063,4.780493691015632 +FSU,mfh_s52_low,rural,2070,17.04185541223791,1.972557226073196,168.0830336425313,5.000085032247424 +FSU,mfh_s52_low,urban,2070,18.729894866743734,16.14682396778975,1269.7536154910856,4.198527555291292 +FSU,mfh_sr11_std,rural,2070,,150.06885649294284,9533.183937704724, +FSU,mfh_sr11_std,urban,2070,,41.18811061297726,3006.2499912521503, +FSU,mfh_sr12_low,rural,2070,,21.812771053758684,2012.657879003832, +FSU,mfh_sr12_low,urban,2070,,2.766432828226836,259.13816192442823, +FSU,mfh_sr21_std,rural,2070,,84.21564527722633,4085.697499947158, +FSU,mfh_sr21_std,urban,2070,,69.93801750588808,4806.639228149688, +FSU,mfh_sr22_low,rural,2070,,11.828344429686048,939.0050463514796, +FSU,mfh_sr22_low,urban,2070,,4.431088221032181,394.8833145921817, +FSU,mfh_sr31_std,rural,2070,,52.894222563804405,1998.059434450694, +FSU,mfh_sr31_std,urban,2070,,47.62858643321341,2266.8722856095937, +FSU,mfh_sr32_low,rural,2070,,3.861072106976255,224.6114488281524, +FSU,mfh_sr32_low,urban,2070,,1.2365163306739446,73.46631681588437, +FSU,sfh_s1,rural,2070,188.56014629449896,211.1974247059989,209849.06801977148,5.269489216385267 +FSU,sfh_s1,urban,2070,200.56128269578684,240.9583276862979,239929.15702538364,4.964711186489455 +FSU,sfh_s2,rural,2070,181.1450399182557,148.072432048151,115823.07423742184,4.318117260782622 +FSU,sfh_s2,urban,2070,192.48467278925145,564.5440513893349,529529.6757569304,4.872998918731749 +FSU,sfh_s3,rural,2070,114.31898027465358,97.64994743040788,57172.80043568095,5.121522790132778 +FSU,sfh_s3,urban,2070,121.65569464496242,389.03683688364026,238332.12141773803,5.035694910790884 +FSU,sfh_s51_std,rural,2070,84.22718797291225,80.20088001530823,11053.458250281305,1.636314353876773 +FSU,sfh_s51_std,urban,2070,89.80459642129672,1307.5064538669783,557487.0330572168,4.747799425711824 +FSU,sfh_s52_low,rural,2070,36.6888014199283,36.85832869314327,4932.22959276061,3.647322130979736 +FSU,sfh_s52_low,urban,2070,39.57967404187526,47.54807495553716,7001.575549646108,3.72040849589624 +FSU,sfh_sr11_std,rural,2070,,326.9065086880346,42588.73356923275, +FSU,sfh_sr11_std,urban,2070,,12.065929680403062,1730.1035796044348, +FSU,sfh_sr12_low,rural,2070,,314.8324064390858,48257.87443343204, +FSU,sfh_sr12_low,urban,2070,,7.369528167245095,1270.309141225067, +FSU,sfh_sr21_std,rural,2070,,229.31095108991016,23416.48446556273, +FSU,sfh_sr21_std,urban,2070,,28.989126840357905,3920.334022000485, +FSU,sfh_sr22_low,rural,2070,,221.238897049442,26936.598225339283, +FSU,sfh_sr22_low,urban,2070,,16.530459850441463,2728.2229548053374, +FSU,sfh_sr31_std,rural,2070,,205.8194114813454,15855.685286842912, +FSU,sfh_sr31_std,urban,2070,,24.86760132440808,2320.3512020712847, +FSU,sfh_sr32_low,rural,2070,,103.767259122161,10817.358397972488, +FSU,sfh_sr32_low,urban,2070,,7.221943620908363,875.8229101858815, +LAM,inf_ns,urban,2070,,472.8276016210585,6220.0287217060495, +LAM,mfh_s1,rural,2070,11.734953283073736,5.741215094186764,30.514265086463983,0.4529160715908763 +LAM,mfh_s1,urban,2070,17.39348078174734,35.628186445913826,389.41856542052994,0.6284003735272142 +LAM,mfh_s2,rural,2070,10.491773635690206,7.66934137486431,35.188958359405135,0.4373200912297336 +LAM,mfh_s2,urban,2070,15.466880731485482,230.93870018797497,2064.696740645635,0.5780385706893411 +LAM,mfh_s3,rural,2070,9.5728449345448,4.296845608890939,21.43320659007721,0.5210703682090632 +LAM,mfh_s3,urban,2070,14.056118281582108,383.9471564185863,3030.7454265429287,0.5615812509483635 +LAM,mfh_s51_std,rural,2070,9.44458308208488,1.3247865698397725,3.802022041038981,0.3038686679777643 +LAM,mfh_s51_std,urban,2070,13.85948654446876,1251.1430388022727,10646.499297472668,0.6139778796682173 +LAM,mfh_s52_low,rural,2070,0.9356461239424204,7.759798323942156e-05,4.28863762285511e-06,0.0590686838624721 +LAM,mfh_s52_low,urban,2070,1.0431809713333997,0.2377375133228845,0.2684364233564362,1.082390748024752 +LAM,mfh_sr11_std,rural,2070,,0.2034490650395904,4.2646832846191165, +LAM,mfh_sr11_std,urban,2070,,1.6854063339835192,39.806210382452896, +LAM,mfh_sr12_low,rural,2070,,2.074535660240377e-05,0.0002232331531386, +LAM,mfh_sr12_low,urban,2070,,8.294539375282831e-06,8.455602455872339e-05, +LAM,mfh_sr21_std,rural,2070,,0.2375092884496565,4.336929908564152, +LAM,mfh_sr21_std,urban,2070,,8.097105519414603,171.71846044898672, +LAM,mfh_sr22_low,rural,2070,,1.3379908178918856e-05,0.0001303615339264, +LAM,mfh_sr22_low,urban,2070,,2.459931831196165e-05,0.0002269407234861, +LAM,mfh_sr31_std,rural,2070,,0.1511099178800167,2.507315160964853, +LAM,mfh_sr31_std,urban,2070,,11.672648402700526,228.13747486481435, +LAM,mfh_sr32_low,rural,2070,,6.301987955922922e-06,5.650879571306734e-05, +LAM,mfh_sr32_low,urban,2070,,1.469682349579938e-05,0.0001247179713455, +LAM,sfh_s1,rural,2070,31.56805960282636,979.564206533981,12774.622288121796,0.413111488396029 +LAM,sfh_s1,urban,2070,47.84997626684211,419.7092797468501,11101.172430021476,0.5527624717625014 +LAM,sfh_s2,rural,2070,28.527433433741454,1307.0056415762233,14898.38910784266,0.3995757744908826 +LAM,sfh_s2,urban,2070,43.14312953577765,2715.2501110603725,59263.77318926873,0.5059036508164655 +LAM,sfh_s3,rural,2070,26.46929394030581,725.1811558338145,9263.361515416686,0.4825915866658409 +LAM,sfh_s3,urban,2070,40.01185699522313,4514.255365831215,88850.73946960038,0.491910639221259 +LAM,sfh_s51_std,rural,2070,26.185180601839782,236.01871697778435,2209.2180948326086,0.3574675081402001 +LAM,sfh_s51_std,urban,2070,39.58077395502615,15853.848593816843,365241.3224435232,0.5820508371426402 +LAM,sfh_s52_low,rural,2070,4.006725816071103,0.2533654278114114,0.565322705110062,0.5568772163374761 +LAM,sfh_s52_low,urban,2070,5.48322773892528,252.2200716827805,2547.39074506452,1.8419576371969344 +LAM,sfh_sr11_std,rural,2070,,76.26856382927366,2720.469985524526, +LAM,sfh_sr11_std,urban,2070,,58.46179905936296,2653.5444859136446, +LAM,sfh_sr12_low,rural,2070,,4.324587304107131,111.60099251943473, +LAM,sfh_sr12_low,urban,2070,,2.070377760951157,47.410882139063325, +LAM,sfh_sr21_std,rural,2070,,98.8465280501001,3230.9806720870724, +LAM,sfh_sr21_std,urban,2070,,353.2968758079414,13987.458616512928, +LAM,sfh_sr22_low,rural,2070,,4.234386095618852,101.26560494200348, +LAM,sfh_sr22_low,urban,2070,,7.973505583538074,169.71856207223271, +LAM,sfh_sr31_std,rural,2070,,65.60100896193829,2084.517806655216, +LAM,sfh_sr31_std,urban,2070,,567.3710422504175,20907.82007652937, +LAM,sfh_sr32_low,rural,2070,,2.454064121573698,55.03571853507829, +LAM,sfh_sr32_low,urban,2070,,10.15266726517405,205.7857353870032, +MEA,inf_ns,urban,2070,,510.8945037483344,32557.489200694752, +MEA,mfh_s1,rural,2070,29.764723740932496,65.34962523722217,1068.505632438247,0.5493281546288374 +MEA,mfh_s1,urban,2070,38.65301809789404,29.764085905098653,783.2955521876564,0.6808472710432752 +MEA,mfh_s2,rural,2070,26.69162714162626,91.013636154249,1350.3166116661207,0.555845501653642 +MEA,mfh_s2,urban,2070,34.7132282678955,154.535771664975,3515.75703052228,0.6553824757784404 +MEA,mfh_s3,rural,2070,22.057479154314716,88.47395494137126,1074.3282576732408,0.5505105929197075 +MEA,mfh_s3,urban,2070,28.76645607181196,288.43475650401604,5526.112565943441,0.6660177040363942 +MEA,mfh_s51_std,rural,2070,20.72829785808926,115.9929397296104,1618.7695531569188,0.6732708804876512 +MEA,mfh_s51_std,urban,2070,27.0854826939562,1920.126771445761,37186.44282437207,0.7150199415441347 +MEA,mfh_s52_low,rural,2070,2.67036486960113,0.1518581231336998,1.31132914896999,3.233724977201325 +MEA,mfh_s52_low,urban,2070,4.028545653973641,5.121903674460718,43.37184804309395,2.1019783143962694 +MEA,mfh_sr11_std,rural,2070,,6.81120371441976,196.9310605624213, +MEA,mfh_sr11_std,urban,2070,,4.247754639223235,156.3259216963853, +MEA,mfh_sr12_low,rural,2070,,0.0525879843265187,0.8176044174716492, +MEA,mfh_sr12_low,urban,2070,,0.0240797786922469,0.3678857108355352, +MEA,mfh_sr21_std,rural,2070,,8.77484384177682,238.5669498382412, +MEA,mfh_sr21_std,urban,2070,,20.095336828751755,702.7149979338171, +MEA,mfh_sr22_low,rural,2070,,0.0394075084712631,0.5559397495862622, +MEA,mfh_sr22_low,urban,2070,,0.070492867275752,0.9777397639217226, +MEA,mfh_sr31_std,rural,2070,,6.903879139654141,171.82935128568013, +MEA,mfh_sr31_std,urban,2070,,32.55899099680561,1047.0456229272177, +MEA,mfh_sr32_low,rural,2070,,0.0124321996271355,0.1477903852187578, +MEA,mfh_sr32_low,urban,2070,,0.0457681443807996,0.5361157470277473, +MEA,sfh_s1,rural,2070,75.85670326891506,918.9150143978734,36903.93444831328,0.5294236747787556 +MEA,sfh_s1,urban,2070,97.3101139918426,197.24398767646863,12965.455688814352,0.67550105226366 +MEA,sfh_s2,rural,2070,69.4736343700237,1265.6961328880263,47251.68385515624,0.5373630715398047 +MEA,sfh_s2,urban,2070,88.92246856974509,1037.5684325783895,58815.65856869113,0.637477269149186 +MEA,sfh_s3,rural,2070,60.03501647189002,1213.7439235219897,38387.09449749106,0.5268094283959583 +MEA,sfh_s3,urban,2070,76.45601740237107,1931.9631319934545,94106.16345047062,0.6370999368522454 +MEA,sfh_s51_std,rural,2070,57.0425754730092,1727.774990490651,51722.78859567872,0.5248021704516775 +MEA,sfh_s51_std,urban,2070,72.62967157285844,12841.284612752755,446615.1149300854,0.4788625401102671 +MEA,sfh_s52_low,rural,2070,9.814977908264838,83.10095441123698,1638.282283896198,2.008599715337444 +MEA,sfh_s52_low,urban,2070,13.379005774112764,1558.9238848348946,28773.631754308077,1.3795769480477336 +MEA,sfh_sr11_std,rural,2070,,181.51002494453311,6554.508905822923, +MEA,sfh_sr11_std,urban,2070,,46.51956186343648,2070.66032566628, +MEA,sfh_sr12_low,rural,2070,,25.495934391160063,747.8210752064205, +MEA,sfh_sr12_low,urban,2070,,10.81370403759014,334.7493868253696, +MEA,sfh_sr21_std,rural,2070,,261.1428401540097,8773.414657633928, +MEA,sfh_sr21_std,urban,2070,,217.31862777204697,9447.519252344486, +MEA,sfh_sr22_low,rural,2070,,29.635099430194057,827.1675183102927, +MEA,sfh_sr22_low,urban,2070,,51.82224767667814,1493.9816804275492, +MEA,sfh_sr31_std,rural,2070,,251.5203045196984,7539.103236213624, +MEA,sfh_sr31_std,urban,2070,,381.6272340405508,15867.110811811406, +MEA,sfh_sr32_low,rural,2070,,22.02034745094149,554.3210646164657, +MEA,sfh_sr32_low,urban,2070,,87.6773951530014,2206.0211127220846, +NAM,mfh_s1,rural,2070,82.69639826712788,13.422012966200445,1540.6964968807551,1.3880747245911504 +NAM,mfh_s1,urban,2070,70.52964270766337,218.6976783429638,16429.050348268545,1.0651152531238444 +NAM,mfh_s2,rural,2070,60.17283600220628,6.060855685883603,510.6760933763626,1.400267804688745 +NAM,mfh_s2,urban,2070,51.05353564869867,318.09788343996524,18896.71839566403,1.1635894842932308 +NAM,mfh_s3,rural,2070,49.70921108471192,2.8421419482323844,236.4642613735342,1.673720273020154 +NAM,mfh_s3,urban,2070,41.99876647144607,574.8245696624492,28733.664698727174,1.1901978504953408 +NAM,mfh_s51_std,urban,2070,73.5945725250397,2419.2531931872545,151036.42441111524,0.8483099983980036 +NAM,mfh_s52_low,urban,2070,7.937554654338519,208.06633139302423,4172.926466713554,2.526691348968491 +NAM,mfh_sr11_std,rural,2070,,19.33631548643892,573.5737716905562, +NAM,mfh_sr11_std,urban,2070,,179.87431165955266,5609.57591375176, +NAM,mfh_sr12_low,rural,2070,,1.0014061072695133,50.72720132002431, +NAM,mfh_sr12_low,urban,2070,,2.2543985608408583,92.12022867721468, +NAM,mfh_sr21_std,rural,2070,,7.383205845293258,183.9556507947578, +NAM,mfh_sr21_std,urban,2070,,218.4695818480185,5532.533965062993, +NAM,mfh_sr22_low,rural,2070,,0.2444226280442652,10.26891221037043, +NAM,mfh_sr22_low,urban,2070,,1.701186295022716,55.85105190026067, +NAM,mfh_sr31_std,rural,2070,,3.5303716050550773,89.84391936191315, +NAM,mfh_sr31_std,urban,2070,,360.69715942230687,7617.312621012064, +NAM,mfh_sr32_low,rural,2070,,0.1157970626063824,4.577805113988448, +NAM,mfh_sr32_low,urban,2070,,1.857827381245103,50.59879169175723, +NAM,sfh_s1,rural,2070,203.33980270417155,687.1509432487527,252211.4864984393,1.8050544912799031 +NAM,sfh_s1,urban,2070,175.05413195701038,734.4628161551043,186970.83516768893,1.4542252736047123 +NAM,sfh_s2,rural,2070,150.10102812483387,288.4800493258851,80490.1452866684,1.8588453556998563 +NAM,sfh_s2,urban,2070,129.1403235187039,1027.382832816871,195826.3023229585,1.475967684157336 +NAM,sfh_s3,rural,2070,124.75864973611948,130.7128849742856,36891.40112464108,2.262226492769544 +NAM,sfh_s3,urban,2070,107.17596396921276,1832.235179438765,267798.9953436697,1.3637360703296226 +NAM,sfh_s51_std,urban,2070,185.5903186606859,5623.507311170191,208922.9293624548,0.2001813090897975 +NAM,sfh_s52_low,urban,2070,19.38063764259675,9624.881155849464,271726.118565786,1.4566927133639234 +NAM,sfh_sr11_std,rural,2070,,955.981228994154,37355.76335224902, +NAM,sfh_sr11_std,urban,2070,,1191.7274912979783,54437.88963310338, +NAM,sfh_sr12_low,rural,2070,,905.651288909869,63955.62108878773, +NAM,sfh_sr12_low,urban,2070,,400.1192013387952,25609.559338179573, +NAM,sfh_sr21_std,rural,2070,,419.6066799267389,14014.488166252446, +NAM,sfh_sr21_std,urban,2070,,1673.1772980858398,63315.93891750172, +NAM,sfh_sr22_low,rural,2070,,325.3628068064991,18541.250991240755, +NAM,sfh_sr22_low,urban,2070,,423.43449173910096,21686.317829272102, +NAM,sfh_sr31_std,rural,2070,,202.738577609768,6913.146964543179, +NAM,sfh_sr31_std,urban,2070,,3002.7920734992927,98955.18122816824, +NAM,sfh_sr32_low,rural,2070,,156.4012971598491,8890.198001392964, +NAM,sfh_sr32_low,urban,2070,,605.3205829605115,25999.6315653812, +PAO,mfh_s1,rural,2070,73.51502132384644,6.605622018637112,349.8839296144069,0.7205003377823594 +PAO,mfh_s1,urban,2070,54.0707718976781,99.47042486230885,2912.838240503468,0.5415765172691686 +PAO,mfh_s2,rural,2070,55.79930206832088,4.2347750837488345,163.10451136872655,0.6902507028151094 +PAO,mfh_s2,urban,2070,40.4821273091578,364.3289204053983,8428.340138659778,0.5714590050474464 +PAO,mfh_s3,rural,2070,30.191266332618994,5.21986433368876,124.41250775948684,0.7894479461233554 +PAO,mfh_s3,urban,2070,20.90155846066448,483.3842025355624,6572.731520965601,0.6505411462073395 +PAO,mfh_s51_std,rural,2070,27.008310389537304,0.1548046091529326,0.35715571322027,0.0854232908932744 +PAO,mfh_s51_std,urban,2070,18.496210272458505,736.758600237089,4353.947495055096,0.319503205288449 +PAO,mfh_s52_low,rural,2070,7.92104669082347,0.0009176112086819,0.0002596652700852,0.0357250285088947 +PAO,mfh_s52_low,urban,2070,4.39325274443708,5.470905664210616,7.741903720613507,0.3221086226996684 +PAO,mfh_sr11_std,rural,2070,,4.1179308122347456,68.90150382629771, +PAO,mfh_sr11_std,urban,2070,,14.504347961163788,232.5464609601204, +PAO,mfh_sr12_low,rural,2070,,0.013308460372676,0.1946901763587891, +PAO,mfh_sr12_low,urban,2070,,0.0190532691993856,0.261003587235857, +PAO,mfh_sr21_std,rural,2070,,1.976399505755769,26.820750949204168, +PAO,mfh_sr21_std,urban,2070,,47.16734421739002,580.9245538037933, +PAO,mfh_sr22_low,rural,2070,,0.0038408029889824,0.0431426195846323, +PAO,mfh_sr22_low,urban,2070,,0.0296859744276198,0.3152956628443586, +PAO,mfh_sr31_std,rural,2070,,1.860129089827551,14.190672383046945, +PAO,mfh_sr31_std,urban,2070,,18.90472248095196,150.77796617859255, +PAO,mfh_sr32_low,rural,2070,,0.0006601555769369,0.0042993269626299, +PAO,mfh_sr32_low,urban,2070,,0.0023125790286737,0.0165976373911528, +PAO,sfh_s1,rural,2070,181.4146385705439,249.2862657395933,42239.79550717051,0.934009142061286 +PAO,sfh_s1,urban,2070,136.74473589934956,138.6318989052628,10998.244883592664,0.5801624233903762 +PAO,sfh_s2,rural,2070,139.50758480374236,150.3691141048655,18218.94016325171,0.8684936515823242 +PAO,sfh_s2,urban,2070,104.7608864022302,536.5811474719959,32234.176838858508,0.5734321123038703 +PAO,sfh_s3,rural,2070,77.51842152194855,182.9348540664701,11975.53125902282,0.8444878579623788 +PAO,sfh_s3,urban,2070,57.17689824123386,736.8529670871226,22424.099609333123,0.5322474451295075 +PAO,sfh_s51_std,rural,2070,69.77638784345169,171.3899072227867,4948.243939106734,0.4137684518245121 +PAO,sfh_s51_std,urban,2070,51.27286178185185,2160.380098063717,29392.848285962613,0.2653529664279254 +PAO,sfh_s52_low,rural,2070,20.35462905816778,0.285890715103613,3.7110293830404895,0.6377216334297203 +PAO,sfh_s52_low,urban,2070,13.45863597731658,48.87711420552263,447.699357717029,0.6805810745880283 +PAO,sfh_sr11_std,rural,2070,,397.6160041380661,10346.16310152719, +PAO,sfh_sr11_std,urban,2070,,193.66264751224853,3108.6656955859166, +PAO,sfh_sr12_low,rural,2070,,92.86056217567902,3061.0238967150217, +PAO,sfh_sr12_low,urban,2070,,7.010108031422079,208.56891608597343, +PAO,sfh_sr21_std,rural,2070,,243.37468448933348,4990.888836355148, +PAO,sfh_sr21_std,urban,2070,,673.8215485953284,8789.191492771743, +PAO,sfh_sr22_low,rural,2070,,33.557145352312006,868.7747420260658, +PAO,sfh_sr22_low,urban,2070,,14.51162802759825,343.2633376656875, +PAO,sfh_sr31_std,rural,2070,,292.79451268417694,3799.5634692031817, +PAO,sfh_sr31_std,urban,2070,,754.0909381024222,5589.495539519759, +PAO,sfh_sr32_low,rural,2070,,11.688964669271051,176.3537316571322, +PAO,sfh_sr32_low,urban,2070,,4.134912773764844,57.05348120831128, +PAS,inf_ns,urban,2070,,270.83722350915485,3.4584442342158708, +PAS,mfh_s1,rural,2070,3.788824488523777,186.6159345697812,476.3418792832708,0.6736984589479726 +PAS,mfh_s1,urban,2070,15.771068796603116,48.3752598481753,520.8092748256227,0.682643992570033 +PAS,mfh_s2,rural,2070,3.788824488523777,238.03329301976976,244.13464608838825,0.2706993566860176 +PAS,mfh_s2,urban,2070,15.771068796603116,210.0891127336548,4243.118698080172,1.280620671571545 +PAS,mfh_s3,rural,2070,3.5278065826042355,193.430707936421,165.14876926195095,0.2420165992177329 +PAS,mfh_s3,urban,2070,14.734230196024075,407.4102807055141,7123.059902670099,1.186607699712468 +PAS,mfh_s51_std,rural,2070,3.263697227386193,100.15053822791435,3.9137922191645766,0.0119738721132931 +PAS,mfh_s51_std,urban,2070,13.673969600972049,2195.581211863822,8010.101656656134,0.2668049679462289 +PAS,mfh_s52_low,rural,2070,0.5238539257290249,0.0080427973200457,1.4203862925234588e-07,3.3712359159159795e-05 +PAS,mfh_s52_low,urban,2070,2.365858489825168,5.106036804021722,13.65717942404392,1.1305461876104357 +PAS,mfh_sr11_std,rural,2070,,1.3992677337375072,83.62364094506538, +PAS,mfh_sr11_std,urban,2070,,1.5520710386837244,89.22600403605307, +PAS,mfh_sr21_std,rural,2070,,0.6879906086558971,41.11599110445377, +PAS,mfh_sr21_std,urban,2070,,12.64575523190304,726.9836104568893, +PAS,mfh_sr31_std,rural,2070,,0.462731301520572,25.866042492585567, +PAS,mfh_sr31_std,urban,2070,,21.477635556683687,1154.2527138285425, +PAS,sfh_s1,rural,2070,9.40514542576685,1423.4723235335696,8215.775824494976,0.6136687919208192 +PAS,sfh_s1,urban,2070,38.34144069394136,235.95307659776407,5671.126238506698,0.6268667612963905 +PAS,sfh_s2,rural,2070,9.40514542576685,1807.268242257835,4315.840826105837,0.2539085273788967 +PAS,sfh_s2,urban,2070,38.34144069394136,1020.694106610526,45628.98462033892,1.1659415243141606 +PAS,sfh_s3,rural,2070,8.791509221524276,1447.4619490751238,2752.1916482227134,0.2162758765390462 +PAS,sfh_s3,urban,2070,35.89226851914735,1908.1863160575888,75208.29727876518,1.0981055108292272 +PAS,sfh_s51_std,rural,2070,8.186710664774559,742.7498657824249,106.10452165933928,0.0174494550346659 +PAS,sfh_s51_std,urban,2070,33.42798304087046,10100.770775781211,22183.53512099946,0.0657001055019084 +PAS,sfh_s52_low,rural,2070,1.4316309414460588,0.0561399261457741,0.0001175097547234,0.0014620795634288 +PAS,sfh_s52_low,urban,2070,6.252874223065266,500.09777721929305,3494.680245748683,1.1175650923034848 +PAS,sfh_sr11_std,rural,2070,,12.209626793845947,1764.652558016061, +PAS,sfh_sr11_std,urban,2070,,8.94655131611908,1245.009856112828, +PAS,sfh_sr21_std,rural,2070,,6.076632918493389,878.2381935041842, +PAS,sfh_sr21_std,urban,2070,,71.9901339768962,10018.209608144947, +PAS,sfh_sr31_std,rural,2070,,3.876602988216425,524.6969304099781, +PAS,sfh_sr31_std,urban,2070,,123.51333772421135,16094.7898652969, +RCPA,inf_ns,urban,2070,,113.67873002635709,958.3690937856146, +RCPA,mfh_s1,rural,2070,6.701041021210691,263.00988092815464,2659.9260009775844,1.509229249984471 +RCPA,mfh_s1,urban,2070,5.685688029556295,46.79222348380527,914.919041911102,3.438950759296922 +RCPA,mfh_s2,rural,2070,5.062889502707298,417.8087078982054,3229.043046432195,1.5265038303341971 +RCPA,mfh_s2,urban,2070,4.278005151455028,146.7926007151159,2198.555625995191,3.500999027518453 +RCPA,mfh_s3,rural,2070,3.419832883710589,347.9051784042334,1857.497217848497,1.5612138482303757 +RCPA,mfh_s3,urban,2070,2.8659548627173805,316.6190048558062,3287.367844364793,3.622780129192271 +RCPA,mfh_s51_std,urban,2070,2.6299602604209986,535.2089726608151,6556.897148972215,4.658282252098606 +RCPA,sfh_s1,rural,2070,16.59768545780076,235.6797286145588,5775.361238712765,1.4764182141872235 +RCPA,sfh_s1,urban,2070,14.192712111139484,6.7019967346077065,315.9949818548194,3.32208377766447 +RCPA,sfh_s2,rural,2070,12.538149344958589,359.1625402137253,6690.324457348963,1.4856712084452766 +RCPA,sfh_s2,urban,2070,10.699434644722263,20.496863062921417,735.895345585126,3.355581768690024 +RCPA,sfh_s3,rural,2070,8.576730468055716,301.4652274816468,3874.0571434845606,1.4983284799211691 +RCPA,sfh_s3,urban,2070,7.2965641518054545,45.088823806791694,1119.252558296214,3.402050720832371 +RCPA,sfh_s51_std,urban,2070,6.719754826999609,79.2163127822618,2315.9294619745315,4.350681347826228 +SAS,inf_ns,urban,2070,,1426.4723458229228,9549.523596917868, +SAS,mfh_s1,rural,2070,10.629190919395503,210.70183165885035,950.0702805365776,0.4242161656069877 +SAS,mfh_s1,urban,2070,7.10243524740392,170.06017747350072,326.6561471394745,0.2704462253900458 +SAS,mfh_s2,rural,2070,10.629190919395503,274.4469029194154,1219.9569968199064,0.4182018793203916 +SAS,mfh_s2,urban,2070,7.10243524740392,655.4435327285499,1127.349553086017,0.2421675964760007 +SAS,mfh_s3,rural,2070,9.804925353166862,326.34414674690726,1347.2453474495835,0.421043118016517 +SAS,mfh_s3,urban,2070,6.506259014082712,1270.3552279260534,2045.0172799666425,0.247423219858187 +SAS,mfh_s51_std,rural,2070,8.98719042878908,302.2221677725798,867.8461085302168,0.3195158891888336 +SAS,mfh_s51_std,urban,2070,5.921185304384903,10397.27301140932,7420.243540423215,0.1205285853078534 +SAS,mfh_s52_low,rural,2070,0.9781742013454334,6.330997999869078,32.23745165395583,5.205618331618159 +SAS,mfh_s52_low,urban,2070,0.4399614887671711,132.84304420480385,381.26864113641153,6.52345400064025 +SAS,mfh_sr11_std,rural,2070,,3.713765370099496,162.02615210729462, +SAS,mfh_sr11_std,urban,2070,,1.8007060898588303,49.42837493200039, +SAS,mfh_sr21_std,rural,2070,,4.790451045180678,207.01821818811564, +SAS,mfh_sr21_std,urban,2070,,6.127204743548192,164.20542863340387, +SAS,mfh_sr31_std,rural,2070,,5.449544965041828,220.7708668660293, +SAS,mfh_sr31_std,urban,2070,,10.34765926068487,275.2991670472455, +SAS,sfh_s1,rural,2070,27.920219068923384,6698.313662513251,69572.23925641015,0.3720074863886284 +SAS,sfh_s1,urban,2070,19.475961621349654,480.4663567000052,2106.1291468606905,0.2250728475402685 +SAS,sfh_s2,rural,2070,27.920219068923384,8724.532344238154,89302.26174553213,0.3666076133809651 +SAS,sfh_s2,urban,2070,19.475961621349654,1852.425189964614,7240.594892045906,0.2006941259515099 +SAS,sfh_s3,rural,2070,26.009493066659733,10377.346752264924,98935.39144328516,0.3665501993521104 +SAS,sfh_s3,urban,2070,18.098868704137963,3586.9492694006235,13134.710417033608,0.2023223395445449 +SAS,sfh_s51_std,rural,2070,24.19495241487609,9313.029482650289,26465.40707019513,0.1174526522538012 +SAS,sfh_s51_std,urban,2070,16.81882657838885,29398.32067813747,30523.4381999616,0.0617326948871101 +SAS,sfh_s52_low,rural,2070,3.38854677911892,659.3782175350335,4557.77814157687,2.039882252904105 +SAS,sfh_s52_low,urban,2070,1.9686799182805228,719.4105760628723,3939.3879853682834,2.7814856690683505 +SAS,sfh_sr11_std,rural,2070,,231.57701992446144,14948.244626821524, +SAS,sfh_sr11_std,urban,2070,,11.081872306092729,431.8578026480392, +SAS,sfh_sr21_std,rural,2070,,300.3910555112509,19142.656553730347, +SAS,sfh_sr21_std,urban,2070,,39.76759730762465,1463.0198477012173, +SAS,sfh_sr31_std,rural,2070,,346.19223235351507,20684.809063930075, +SAS,sfh_sr31_std,urban,2070,,76.05549889600908,2550.52391354782, +WEU,mfh_s1,rural,2070,80.7214847219604,27.19105811268421,5567.608939148476,2.536608679020368 +WEU,mfh_s1,urban,2070,75.46094840597016,638.9769232008323,138784.23569613093,2.878277780351511 +WEU,mfh_s2,rural,2070,54.60195225078522,10.16185796401123,1482.1721700685391,2.6712673954150468 +WEU,mfh_s2,urban,2070,50.90782756658002,734.7955777337891,97218.88119895292,2.598959552025716 +WEU,mfh_s3,rural,2070,26.101564963582245,12.625322136090462,876.590177210566,2.660036432104141 +WEU,mfh_s3,urban,2070,24.201483293168184,1134.827648619139,74869.13239600661,2.7260317373820087 +WEU,mfh_s51_std,rural,2070,18.62191919237557,0.3533073061012823,13.14725595525924,1.9982879148794608 +WEU,mfh_s51_std,urban,2070,17.232515999327646,1008.6919477560224,44659.65647271832,2.569260462861624 +WEU,mfh_s52_low,rural,2070,9.479374668926278,5.1083430568913615,93.07087242201078,1.9220029097408848 +WEU,mfh_s52_low,urban,2070,8.760506566901418,3826.923271879742,57335.75259363503,1.710198586146196 +WEU,mfh_sr11_std,rural,2070,,17.295403191132,816.4641570393832, +WEU,mfh_sr11_std,urban,2070,,313.3941728439188,16143.834202003458, +WEU,mfh_sr12_low,rural,2070,,20.371305209193142,809.3664446031114, +WEU,mfh_sr12_low,urban,2070,,259.2419548830233,10246.52418109301, +WEU,mfh_sr21_std,rural,2070,,6.420703506070137,218.59627002061083, +WEU,mfh_sr21_std,urban,2070,,284.91975214569624,9771.63728273938, +WEU,mfh_sr22_low,rural,2070,,6.1068112575253,158.23376362591617, +WEU,mfh_sr22_low,urban,2070,,179.6030244863269,4840.0689999307615, +WEU,mfh_sr31_std,rural,2070,,5.380942238606045,91.2746311828928, +WEU,mfh_sr31_std,urban,2070,,248.879779445758,4352.729268888007, +WEU,mfh_sr32_low,rural,2070,,2.8556209962867816,37.11786019587405, +WEU,mfh_sr32_low,urban,2070,,96.4768616154362,1326.504214097734, +WEU,sfh_s1,rural,2070,199.1571575477619,726.334862271719,440686.61603997415,3.0464710252901552 +WEU,sfh_s1,urban,2070,186.929981883403,720.3861214399781,427284.5713370472,3.1730207346651373 +WEU,sfh_s2,rural,2070,136.7840900323082,261.9136815428648,108317.39359164184,3.0234614137378677 +WEU,sfh_s2,urban,2070,128.21663961744198,745.6797458655159,267898.51732693025,2.802035109166852 +WEU,sfh_s3,rural,2070,66.90839717456522,285.7853180277205,49358.46194046808,2.5813154357258017 +WEU,sfh_s3,urban,2070,62.47385740033076,1064.8549125409174,161591.45640516115,2.429011855300097 +WEU,sfh_s51_std,rural,2070,47.83149923897789,4.998595999058502,344.8049961903849,1.442153602462284 +WEU,sfh_s51_std,urban,2070,44.55263979646592,1286.9694568260886,144531.9155083036,2.520705313368321 +WEU,sfh_s52_low,rural,2070,23.2687751503444,221.9017970830164,9262.385028227956,1.7938597599972737 +WEU,sfh_s52_low,urban,2070,21.5589809218736,6329.311273024481,215704.73742029603,1.58079298709975 +WEU,sfh_sr11_std,rural,2070,,447.593013617598,37037.95444435883, +WEU,sfh_sr11_std,urban,2070,,349.78945241355865,33569.08837530196, +WEU,sfh_sr12_low,rural,2070,,1520.5430966110437,131419.80395607764, +WEU,sfh_sr12_low,urban,2070,,838.1584449453344,73614.98931878111, +WEU,sfh_sr21_std,rural,2070,,170.35627661964693,10616.1355156828, +WEU,sfh_sr21_std,urban,2070,,412.8187233843385,24633.34754018344, +WEU,sfh_sr22_low,rural,2070,,510.3443200662065,30286.10727459412, +WEU,sfh_sr22_low,urban,2070,,730.4709615170707,42241.20814851358, +WEU,sfh_sr31_std,rural,2070,,219.4274582983361,6854.151533539706, +WEU,sfh_sr31_std,urban,2070,,593.5711477953209,19661.15540754632, +WEU,sfh_sr32_low,rural,2070,,361.47978095962986,10739.3188508518, +WEU,sfh_sr32_low,urban,2070,,672.9172938142478,19913.76189384316, +AFR,inf_ns,urban,2080,,984.001415629429,3374.058044201989, +AFR,mfh_s1,rural,2080,3.1013220072466567,52.73680333556824,120.43449161526442,0.7363600549338934 +AFR,mfh_s1,urban,2080,4.18368698147431,15.144485109398952,88.38530177990044,1.3949747700409407 +AFR,mfh_s2,rural,2080,3.1011186438445857,84.69273905753502,208.9126705718228,0.7954268013552496 +AFR,mfh_s2,urban,2080,4.18368698147431,81.04515432354296,352.47818493771416,1.0395514923315312 +AFR,mfh_s3,rural,2080,2.7852483450518424,109.39573505846668,225.7942521710128,0.7410518003168493 +AFR,mfh_s3,urban,2080,3.790118394145393,201.3337471880764,709.7558322644545,0.9301213575750552 +AFR,mfh_s51_std,rural,2080,2.4944455680602524,340.26554337879713,431.4780841046878,0.5083545759093007 +AFR,mfh_s51_std,urban,2080,3.418475844527482,4732.795379024522,5792.823238026731,0.3580469948074585 +AFR,mfh_s52_low,rural,2080,0.0516494338446167,0.0255388388176059,0.0003716665578705,0.2817648232899499 +AFR,mfh_s52_low,urban,2080,0.0994453850557055,0.376319322261617,0.0244357065822777,0.6529557489579813 +AFR,mfh_sr11_std,rural,2080,,0.8294307447997219,7.6491026034910545, +AFR,mfh_sr11_std,urban,2080,,0.783451979981982,9.682689413957224, +AFR,mfh_sr21_std,rural,2080,,1.473564905342858,14.140575937419229, +AFR,mfh_sr21_std,urban,2080,,3.0294973900869446,36.44193192550513, +AFR,mfh_sr31_std,rural,2080,,1.425653425828539,12.117811550300033, +AFR,mfh_sr31_std,urban,2080,,5.739509878026103,62.53290884196574, +AFR,sfh_s1,rural,2080,9.034579294709577,1959.4743992111803,10607.818715677426,0.5992093224605811 +AFR,sfh_s1,urban,2080,11.818416132375573,121.21416601989309,1678.567719254953,1.171726390277593 +AFR,sfh_s2,rural,2080,9.034251626334314,3142.472086855665,18335.065679116327,0.6458309573363118 +AFR,sfh_s2,urban,2080,11.818416132375573,655.665118745892,6720.364505552537,0.8672643046666244 +AFR,sfh_s3,rural,2080,8.348413847590809,4061.8438277029263,20651.75826562157,0.6090175975333171 +AFR,sfh_s3,urban,2080,10.950517599152844,1633.250922594583,13745.28716331168,0.7685396137442438 +AFR,sfh_s51_std,rural,2080,7.802427876164306,12954.697672842494,51151.6035781977,0.5060602295463731 +AFR,sfh_s51_std,urban,2080,10.21436869661869,40007.92552675017,148064.64650291126,0.362321254140943 +AFR,sfh_s52_low,rural,2080,0.5816583520100288,3.651276418365801,3.3319760258861164,1.5688780509916034 +AFR,sfh_s52_low,urban,2080,0.9218978842013382,22.61327926578237,35.690209724446724,1.7119959603926536 +AFR,sfh_sr11_std,rural,2080,,80.34252567208134,1796.981099561813, +AFR,sfh_sr11_std,urban,2080,,13.577648786964692,373.6324419193389, +AFR,sfh_sr21_std,rural,2080,,138.76445800528364,3193.7964048643844, +AFR,sfh_sr21_std,urban,2080,,55.66901325400862,1453.4313788675145, +AFR,sfh_sr31_std,rural,2080,,158.2651223592039,3295.599432828759, +AFR,sfh_sr31_std,urban,2080,,118.07286722124678,2782.7388962840346, +CHN,inf_ns,urban,2080,,0.0,0.0, +CHN,mfh_s1,rural,2080,78.77142098402773,1978.4592737503144,182406.0720168821,1.1704247489451571 +CHN,mfh_s1,urban,2080,66.83584295968217,583.6886325735248,33360.34868760434,0.855145305567578 +CHN,mfh_s2,rural,2080,59.51478272570211,2487.7205001517727,172677.08904246063,1.1662946444103108 +CHN,mfh_s2,urban,2080,50.28838708649175,2284.7481574189947,98991.40550137775,0.8615717453853549 +CHN,mfh_s3,rural,2080,40.20048451055713,1051.567350396244,50056.00658945946,1.184098465511391 +CHN,mfh_s3,urban,2080,33.68959185561655,5717.38915810903,168399.53831496753,0.8742736577906947 +CHN,mfh_s51_std,rural,2080,36.97277815159439,0.5014440203952035,21.942669729931485,1.1835454077548442 +CHN,mfh_s51_std,urban,2080,30.91545122454072,19713.159495452364,567351.6701505689,0.9309374730953344 +CHN,mfh_s52_low,rural,2080,13.433115933282863,1.0756831019067782e-05,0.0004922106975007,3.40635525276863 +CHN,mfh_s52_low,urban,2080,10.72490364996518,99.1258435823884,2274.766190724851,2.139717650906965 +CHN,mfh_sr11_std,rural,2080,,616.4952614101105,29508.01225349687, +CHN,mfh_sr11_std,urban,2080,,94.38549194832837,4775.5971818611, +CHN,mfh_sr12_low,rural,2080,,116.18782917658376,4144.814178680641, +CHN,mfh_sr12_low,urban,2080,,2.855551665845562,100.9789910186357, +CHN,mfh_sr21_std,rural,2080,,721.959208804357,29442.892790277, +CHN,mfh_sr21_std,urban,2080,,344.14232181664335,13785.734836149377, +CHN,mfh_sr22_low,rural,2080,,95.83810969885164,3057.8898036963224, +CHN,mfh_sr22_low,urban,2080,,6.968752428651076,211.17085703434708, +CHN,mfh_sr31_std,rural,2080,,282.1563450562199,9325.68340255836, +CHN,mfh_sr31_std,urban,2080,,699.1495808260927,20656.65686625365, +CHN,mfh_sr32_low,rural,2080,,24.612102703102384,588.77179681262, +CHN,mfh_sr32_low,urban,2080,,6.016970542795604,129.81054111493037, +CHN,sfh_s1,rural,2080,195.1074861978212,1646.880692016607,372566.3852204504,1.1594915734994842 +CHN,sfh_s1,urban,2080,166.83677910237435,80.59782589672625,11586.164511588811,0.8616374501452279 +CHN,sfh_s2,rural,2080,147.3872249529826,1916.076272974911,327830.5065111851,1.1608516681765175 +CHN,sfh_s2,urban,2080,125.7729460277556,304.70221547215294,33027.87730170494,0.8618224774825818 +CHN,sfh_s3,rural,2080,100.82034182857332,781.4590737910887,93319.97427520691,1.1844594754221154 +CHN,sfh_s3,urban,2080,85.77185615183555,755.4457574554534,55775.37761435851,0.8607844722625781 +CHN,sfh_s51_std,urban,2080,78.99140368064847,2506.112173445537,161314.68998017628,0.8148798528685103 +CHN,sfh_s52_low,urban,2080,28.7570469183084,343.2121045520236,7135.479012608354,0.7229632985731498 +CHN,sfh_sr11_std,rural,2080,,310.09008724921443,19418.499153717283, +CHN,sfh_sr11_std,urban,2080,,9.143682826159411,641.9760705353891, +CHN,sfh_sr12_low,rural,2080,,475.6048009317365,19985.825863615475, +CHN,sfh_sr12_low,urban,2080,,8.705410703008084,254.5518839056517, +CHN,sfh_sr21_std,rural,2080,,455.756445486564,24383.00083122391, +CHN,sfh_sr21_std,urban,2080,,41.46455408935991,2551.006069399263, +CHN,sfh_sr22_low,rural,2080,,416.7800055001813,15531.96782421475, +CHN,sfh_sr22_low,urban,2080,,23.424197519680817,581.9991093485827, +CHN,sfh_sr31_std,rural,2080,,223.6056535189672,10090.96586504263, +CHN,sfh_sr31_std,urban,2080,,120.60459333407849,6341.836655013818, +CHN,sfh_sr32_low,rural,2080,,119.44636570755162,3651.9081867551313, +CHN,sfh_sr32_low,urban,2080,,28.573422032446967,598.0877688947854, +EEU,mfh_s1,rural,2080,64.12436316514965,30.83787269465228,6679.756187709868,3.3779493600922645 +EEU,mfh_s1,urban,2080,63.30299418701474,191.13355035987703,38987.25346645427,3.222266544288948 +EEU,mfh_s2,rural,2080,61.257892110790976,8.505484387736876,1685.070844469187,3.234126954823067 +EEU,mfh_s2,urban,2080,60.47095129077096,338.0542792159601,65555.58957059482,3.2068340707299043 +EEU,mfh_s3,rural,2080,38.19078550746308,3.907492759708122,566.5033288781334,3.796170353495521 +EEU,mfh_s3,urban,2080,37.69964925217732,107.2440433582941,12749.163013603988,3.153342795890432 +EEU,mfh_s51_std,rural,2080,28.06765222007525,0.0078477342241318,0.4423877948620208,2.008411795820874 +EEU,mfh_s51_std,urban,2080,27.70756747843088,450.0084854133645,37718.41022225605,3.025061978208396 +EEU,mfh_s52_low,rural,2080,12.780969209989566,0.1060424530273435,2.277238519948164,1.6802154246098713 +EEU,mfh_s52_low,urban,2080,12.621275813052426,462.9055348785181,10004.826546878969,1.7124343570232026 +EEU,mfh_sr11_std,rural,2080,,79.55139112071795,2804.830284731708, +EEU,mfh_sr11_std,urban,2080,,121.45654448513316,4342.513037957546, +EEU,mfh_sr12_low,rural,2080,,1.7353268156207384,47.98838281654093, +EEU,mfh_sr12_low,urban,2080,,1.6154950796684002,44.2419099149089, +EEU,mfh_sr21_std,rural,2080,,20.832553999445555,685.7412539340279, +EEU,mfh_sr21_std,urban,2080,,211.79449011309927,7224.9167956188385, +EEU,mfh_sr22_low,rural,2080,,0.3888931998778949,10.205182787680474, +EEU,mfh_sr22_low,urban,2080,,2.545580786438342,66.80541309509388, +EEU,mfh_sr31_std,rural,2080,,8.329280700733142,187.6546218729644, +EEU,mfh_sr31_std,urban,2080,,60.84004071462174,1287.4997760101407, +EEU,mfh_sr32_low,rural,2080,,0.0532525462688788,0.9154789066682336, +EEU,mfh_sr32_low,urban,2080,,0.2147371771770926,3.490117061215426, +EEU,sfh_s1,rural,2080,155.97355901445528,134.50642975137052,72163.2952290856,3.4397139613454333 +EEU,sfh_s1,urban,2080,154.00125595322768,128.11658895013292,62816.03958113073,3.183764395156212 +EEU,sfh_s2,rural,2080,150.12995088013693,31.861089107387347,15870.068879158818,3.3178049592702648 +EEU,sfh_s2,urban,2080,148.2242811575877,201.9171425758575,94787.67549214352,3.167082149823669 +EEU,sfh_s3,rural,2080,94.0451623485602,17.962521576019366,6213.279089778213,3.678045508850516 +EEU,sfh_s3,urban,2080,92.84094315572732,89.08139114388221,25710.710337080836,3.108762476109643 +EEU,sfh_s51_std,rural,2080,68.75647430413314,0.0095934643278655,0.8709059464754167,1.3203290903382237 +EEU,sfh_s51_std,urban,2080,67.87188465470435,307.6432417671394,63756.54661963439,3.053426691060908 +EEU,sfh_s52_low,rural,2080,28.90919537644194,0.5492067013730486,22.903735765131238,1.4425620161067725 +EEU,sfh_s52_low,urban,2080,28.538979274615865,356.9082942452188,16546.313676300655,1.6244493564837228 +EEU,sfh_sr11_std,rural,2080,,298.51420918591435,24227.84558288265, +EEU,sfh_sr11_std,urban,2080,,60.38725428161985,5090.218208231379, +EEU,sfh_sr12_low,rural,2080,,269.8473585864071,17606.061732972925, +EEU,sfh_sr12_low,urban,2080,,38.329107437395926,2501.782301560089, +EEU,sfh_sr21_std,rural,2080,,73.9993654255594,5574.543886149076, +EEU,sfh_sr21_std,urban,2080,,98.2856147982178,7925.952577062992, +EEU,sfh_sr22_low,rural,2080,,58.946142469970006,3659.418901593284, +EEU,sfh_sr22_low,urban,2080,,56.69674344037941,3565.903509426997, +EEU,sfh_sr31_std,rural,2080,,56.1022775578129,3024.3258361340177, +EEU,sfh_sr31_std,urban,2080,,57.06568706506162,2853.973685291322, +EEU,sfh_sr32_low,rural,2080,,21.09053676497963,870.8147662842307, +EEU,sfh_sr32_low,urban,2080,,11.744102927753003,460.7826950710548, +FSU,mfh_s1,rural,2080,78.88906776442855,45.92363725822623,18046.87704141199,4.9813717957744 +FSU,mfh_s1,urban,2080,84.25923175677347,606.0872862628339,248640.25570594656,4.86876456990439 +FSU,mfh_s2,rural,2080,75.38516636437427,26.040580795675613,7980.119659816355,4.065115033532304 +FSU,mfh_s2,urban,2080,80.50069618939732,1016.211010404931,390899.9218529902,4.778395043588224 +FSU,mfh_s3,rural,2080,47.82354118521248,15.192390101158022,3212.0627333225875,4.420955914151057 +FSU,mfh_s3,urban,2080,51.3429061897636,621.8958442711356,157598.86027725457,4.935770637704642 +FSU,mfh_s51_std,rural,2080,35.65343552191879,21.36573123882152,1544.496783649408,2.027532679661469 +FSU,mfh_s51_std,urban,2080,38.46677978449432,2788.261876462964,501415.5754143585,4.674965694630409 +FSU,mfh_s52_low,rural,2080,17.04185541223791,1.5748318770567895,132.69737852573644,4.944373499058064 +FSU,mfh_s52_low,urban,2080,18.729894866743734,18.68908669322149,1385.9310483478826,3.959298140428301 +FSU,mfh_sr11_std,rural,2080,,149.63500052973225,8788.686267306004, +FSU,mfh_sr11_std,urban,2080,,47.10019832531778,3191.4196019202604, +FSU,mfh_sr12_low,rural,2080,,21.89578220963393,1889.10536476464, +FSU,mfh_sr12_low,urban,2080,,3.154217914100405,277.21656960266495, +FSU,mfh_sr21_std,rural,2080,,85.06021365462261,3813.32095008424, +FSU,mfh_sr21_std,urban,2080,,78.88055618832756,5029.5967574717015, +FSU,mfh_sr22_low,rural,2080,,11.991549519073772,890.454180937626, +FSU,mfh_sr22_low,urban,2080,,4.974327542806918,415.89883497213833, +FSU,mfh_sr31_std,rural,2080,,49.44560277511999,1713.7597478600323, +FSU,mfh_sr31_std,urban,2080,,49.01251695856461,2152.500091916674, +FSU,mfh_sr32_low,rural,2080,,3.5877048911205103,195.16742943614764, +FSU,mfh_sr32_low,urban,2080,,1.251243868297378,69.61170957040376, +FSU,sfh_s1,rural,2080,188.56014629449896,155.51755043429068,150263.70734656497,5.124184827054624 +FSU,sfh_s1,urban,2080,200.56128269578684,248.9085288453549,242376.62373733887,4.855163449805656 +FSU,sfh_s2,rural,2080,181.1450399182557,106.66439441594854,80966.08523998802,4.190416803635291 +FSU,sfh_s2,urban,2080,192.48467278925145,552.6998793759172,506941.3231246484,4.765101667170648 +FSU,sfh_s3,rural,2080,114.31898027465358,64.48819689088819,36489.12405759426,4.949540269237694 +FSU,sfh_s3,urban,2080,121.65569464496242,353.73278557061303,211955.0251977095,4.925337109600226 +FSU,sfh_s51_std,rural,2080,84.22718797291225,69.98820389401436,9337.534541089535,1.58399961430207 +FSU,sfh_s51_std,urban,2080,89.80459642129672,1452.568751981421,607032.7296008966,4.653469212373187 +FSU,sfh_s52_low,rural,2080,36.6888014199283,32.676567516399125,4312.828947411522,3.5974293994660886 +FSU,sfh_s52_low,urban,2080,39.57967404187526,55.50689154990521,7486.070778848385,3.407491715799861 +FSU,sfh_sr11_std,rural,2080,,327.72117168734,39710.32225387987, +FSU,sfh_sr11_std,urban,2080,,13.406866123709523,1796.2087350203249, +FSU,sfh_sr12_low,rural,2080,,318.2660548894298,45632.5569227009, +FSU,sfh_sr12_low,urban,2080,,8.238992131971457,1333.81914621485, +FSU,sfh_sr21_std,rural,2080,,225.4308896353983,21385.80045518679, +FSU,sfh_sr21_std,urban,2080,,30.5325356593268,3856.975140779705, +FSU,sfh_sr22_low,rural,2080,,218.50463124528443,24879.897963301628, +FSU,sfh_sr22_low,urban,2080,,17.51972244054885,2715.527453669487, +FSU,sfh_sr31_std,rural,2080,,186.6329686984253,13295.625466972906, +FSU,sfh_sr31_std,urban,2080,,24.287679011216763,2114.8086466843743, +FSU,sfh_sr32_low,rural,2080,,94.36741086561824,9172.72388341578, +FSU,sfh_sr32_low,urban,2080,,7.089236284920431,807.0964703989589, +LAM,inf_ns,urban,2080,,251.9824294905141,2443.74554494205, +LAM,mfh_s1,rural,2080,11.734953283073736,5.432083959741303,26.81032020463551,0.4205853702808243 +LAM,mfh_s1,urban,2080,17.39348078174734,35.83646829907314,376.3454125636381,0.6037747152241829 +LAM,mfh_s2,rural,2080,10.491773635690206,7.073551605110611,30.12014575820612,0.405854747933439 +LAM,mfh_s2,urban,2080,15.466880731485482,223.44012380810017,1924.9505504253136,0.5570006186898792 +LAM,mfh_s3,rural,2080,9.5728449345448,3.7363083234706633,17.291450607287928,0.4834456946920001 +LAM,mfh_s3,urban,2080,14.056118281582108,352.96341600646764,2685.5061915551364,0.5412913176238214 +LAM,mfh_s51_std,rural,2080,9.44458308208488,1.2253781817029374,3.382881456192494,0.2923033850239179 +LAM,mfh_s51_std,urban,2080,13.85948654446876,1386.4500953044712,11556.18315860976,0.6013994594632434 +LAM,mfh_s52_low,rural,2080,0.9356461239424204,7.406649619960916e-05,3.621868806110977e-06,0.0522635964481504 +LAM,mfh_s52_low,urban,2080,1.0431809713333997,0.2949104611222253,0.3647711323556831,1.185688551870102 +LAM,mfh_sr11_std,rural,2080,,0.2448352241530015,4.990437948072371, +LAM,mfh_sr11_std,urban,2080,,2.2339772867809726,51.18215979386483, +LAM,mfh_sr12_low,rural,2080,,3.9239288428499165e-05,0.0003942637222804, +LAM,mfh_sr12_low,urban,2080,,1.45787668297223e-05,0.0001387717223557, +LAM,mfh_sr21_std,rural,2080,,0.2815385578618855,4.959712414519792, +LAM,mfh_sr21_std,urban,2080,,10.42737444253738,214.0266909026172, +LAM,mfh_sr22_low,rural,2080,,2.3976105994182925e-05,0.0002181237142646, +LAM,mfh_sr22_low,urban,2080,,4.228427411062605e-05,0.0003642471377676, +LAM,mfh_sr31_std,rural,2080,,0.1702678293281021,2.722226211667853, +LAM,mfh_sr31_std,urban,2080,,13.971114706596886,268.222750568149, +LAM,mfh_sr32_low,rural,2080,,9.592932990401095e-06,8.031890876108414e-05, +LAM,mfh_sr32_low,urban,2080,,2.698045315793354e-05,0.0002137876949488, +LAM,sfh_s1,rural,2080,31.56805960282636,919.4953269438656,11024.718074842242,0.3798132210425678 +LAM,sfh_s1,urban,2080,47.84997626684211,415.7105147693006,10407.087378865026,0.5231864224188516 +LAM,sfh_s2,rural,2080,28.527433433741454,1195.654675857681,12483.33639762592,0.3659840903816286 +LAM,sfh_s2,urban,2080,43.14312953577765,2582.6278960276213,53390.51010255928,0.4791710677240979 +LAM,sfh_s3,rural,2080,26.46929394030581,625.5537285204833,7291.87174374929,0.440384522896341 +LAM,sfh_s3,urban,2080,40.01185699522313,4070.943688324521,75626.66004579587,0.4642919114929587 +LAM,sfh_s51_std,rural,2080,26.185180601839782,218.277828478602,1970.6358438221748,0.3447792969035048 +LAM,sfh_s51_std,urban,2080,39.58077395502615,17478.92444753091,387465.267327916,0.5600590132639482 +LAM,sfh_s52_low,rural,2080,4.006725816071103,0.2654602883377017,0.542311236458483,0.5098699499813376 +LAM,sfh_s52_low,urban,2080,5.48322773892528,369.3592428037201,3299.105751343184,1.6289621057909212 +LAM,sfh_sr11_std,rural,2080,,87.75763305183605,2988.141420250787, +LAM,sfh_sr11_std,urban,2080,,71.42183880159472,3157.040516514137, +LAM,sfh_sr12_low,rural,2080,,5.158842615834461,121.1201470380864, +LAM,sfh_sr12_low,urban,2080,,2.8503159177706694,58.892393849570816, +LAM,sfh_sr21_std,rural,2080,,111.1119015318983,3458.6864889548046, +LAM,sfh_sr21_std,urban,2080,,416.68573362696617,16027.504596507726, +LAM,sfh_sr22_low,rural,2080,,4.922527900009985,108.04131541615637, +LAM,sfh_sr22_low,urban,2080,,10.689386880496407,207.02598602566687, +LAM,sfh_sr31_std,rural,2080,,68.40712783388395,2107.918458963513, +LAM,sfh_sr31_std,urban,2080,,638.5337436899188,22773.17543963661, +LAM,sfh_sr32_low,rural,2080,,2.727962415409194,56.383776436365125, +LAM,sfh_sr32_low,urban,2080,,13.110371482343623,243.1182060208818, +MEA,inf_ns,urban,2080,,343.3152425421196,19202.44296761112, +MEA,mfh_s1,rural,2080,29.764723740932496,64.9295630009792,1017.1255624926446,0.5262961986806545 +MEA,mfh_s1,urban,2080,38.65301809789404,29.175813130715017,738.9639826771383,0.6552648809825758 +MEA,mfh_s2,rural,2080,26.69162714162626,86.84457145756315,1235.5537666444206,0.5330205131509936 +MEA,mfh_s2,urban,2080,34.7132282678955,146.80572232335578,3183.9533272218077,0.6247822812668717 +MEA,mfh_s3,rural,2080,22.057479154314716,80.71445374539816,935.5779206904564,0.5255000657204851 +MEA,mfh_s3,urban,2080,28.76645607181196,260.33107847090844,4744.855481232435,0.6335933495840862 +MEA,mfh_s51_std,rural,2080,20.72829785808926,109.8117757394953,1512.6052717770835,0.6645276477561672 +MEA,mfh_s51_std,urban,2080,27.0854826939562,2205.6067565996395,41603.84650906029,0.6964161314110054 +MEA,mfh_s52_low,rural,2080,2.67036486960113,0.1858168923837052,1.5702835707476184,3.164625245409722 +MEA,mfh_s52_low,urban,2080,4.028545653973641,10.333107910606063,84.33757565605407,2.0260112763315687 +MEA,mfh_sr11_std,rural,2080,,8.984934363205399,242.9560497216575, +MEA,mfh_sr11_std,urban,2080,,5.505958017277615,191.37401146423727, +MEA,mfh_sr12_low,rural,2080,,0.1046344314163578,1.509224775830633, +MEA,mfh_sr12_low,urban,2080,,0.046037651180873,0.6528018563923358, +MEA,mfh_sr21_std,rural,2080,,11.344660539153692,285.2732345986177, +MEA,mfh_sr21_std,urban,2080,,23.87809617226727,820.6138664387136, +MEA,mfh_sr22_low,rural,2080,,0.0790335053440191,1.036839153521073, +MEA,mfh_sr22_low,urban,2080,,0.1313377312976221,1.6950817845680617, +MEA,mfh_sr31_std,rural,2080,,8.103942288785811,195.6943791269445, +MEA,mfh_sr31_std,urban,2080,,37.44002071521852,1173.51055677341, +MEA,mfh_sr32_low,rural,2080,,0.0250902400881697,0.2777856869873758, +MEA,mfh_sr32_low,urban,2080,,0.0845897577705544,0.9236981832526244, +MEA,sfh_s1,rural,2080,75.85670326891506,902.1896256673664,34718.68420491199,0.5073077120026971 +MEA,sfh_s1,urban,2080,97.3101139918426,190.5747343596501,12108.070299106455,0.6529074579047655 +MEA,sfh_s2,rural,2080,69.4736343700237,1191.7919050976436,42677.63792076606,0.5154421436996134 +MEA,sfh_s2,urban,2080,88.92246856974509,966.7188386621748,52605.862583275935,0.6119591795275587 +MEA,sfh_s3,rural,2080,60.03501647189002,1081.0194702001468,32724.87117408273,0.5042429040826873 +MEA,sfh_s3,urban,2080,76.45601740237107,1711.6180228851676,79578.30424150644,0.6081016162388502 +MEA,sfh_s51_std,rural,2080,57.0425754730092,1629.2100240446491,47434.02566091946,0.5104036659223847 +MEA,sfh_s51_std,urban,2080,72.62967157285844,14492.155353499584,466689.3434671272,0.4433848227165724 +MEA,sfh_s52_low,rural,2080,9.814977908264838,85.82138397600063,1597.9539108677086,1.8970527569761344 +MEA,sfh_s52_low,urban,2080,13.379005774112764,2082.3245671032378,33579.2410128919,1.20530958859859 +MEA,sfh_sr11_std,rural,2080,,217.68304415307216,7651.138993682764, +MEA,sfh_sr11_std,urban,2080,,55.79028043427211,2426.774199956973, +MEA,sfh_sr12_low,rural,2080,,34.20219749639697,877.9987466307144, +MEA,sfh_sr12_low,urban,2080,,13.387332300004942,375.89453398251226, +MEA,sfh_sr21_std,rural,2080,,302.4032195900276,9912.876638866348, +MEA,sfh_sr21_std,urban,2080,,249.6596662508684,10559.39899194285, +MEA,sfh_sr22_low,rural,2080,,37.96190134434183,934.092128318318, +MEA,sfh_sr22_low,urban,2080,,61.26149852387717,1613.6868103789611, +MEA,sfh_sr31_std,rural,2080,,277.80549353503807,8143.937897089871, +MEA,sfh_sr31_std,urban,2080,,417.0349746201264,16745.755388161033, +MEA,sfh_sr32_low,rural,2080,,26.384929788767582,596.4350459119172, +MEA,sfh_sr32_low,urban,2080,,99.2075256521594,2300.413492830788, +NAM,mfh_s1,rural,2080,82.69639826712788,10.02715484925316,1048.9994380181377,1.2650594608771737 +NAM,mfh_s1,urban,2080,70.52964270766337,181.67440398735303,11964.89866416461,0.9337779123109564 +NAM,mfh_s2,rural,2080,60.17283600220628,4.432957766454745,337.0544186666453,1.263589331690696 +NAM,mfh_s2,urban,2080,51.05353564869867,264.9181758152755,13926.40592214024,1.0296780854895713 +NAM,mfh_s3,rural,2080,49.70921108471192,2.0192782757462657,150.97545290632235,1.504088176954563 +NAM,mfh_s3,urban,2080,41.99876647144607,451.3207253287726,20067.364775864466,1.0586893216143016 +NAM,mfh_s51_std,urban,2080,73.5945725250397,2797.412367789507,163993.28476254037,0.7965697082477217 +NAM,mfh_s52_low,urban,2080,7.937554654338519,236.21077227241125,4650.031024618586,2.4801013132101004 +NAM,mfh_sr11_std,rural,2080,,18.06153429902358,499.7302611157846, +NAM,mfh_sr11_std,urban,2080,,174.9553225988593,5096.746658407905, +NAM,mfh_sr12_low,rural,2080,,0.8998017521404216,43.12961946361727, +NAM,mfh_sr12_low,urban,2080,,2.0979683458518625,80.43428022006091, +NAM,mfh_sr21_std,rural,2080,,6.590454689414918,153.60982753023276, +NAM,mfh_sr21_std,urban,2080,,213.77740036478565,5049.231805400957, +NAM,mfh_sr22_low,rural,2080,,0.2108993385550317,8.369245384806042, +NAM,mfh_sr22_low,urban,2080,,1.5902378853696986,48.82838535963792, +NAM,mfh_sr31_std,rural,2080,,3.1056054837289966,73.71186138959946, +NAM,mfh_sr31_std,urban,2080,,333.44350962488426,6557.8746491604015, +NAM,mfh_sr32_low,rural,2080,,0.0980806233459772,3.652509747578784, +NAM,mfh_sr32_low,urban,2080,,1.6432091798434083,41.77482354952874, +NAM,sfh_s1,rural,2080,203.33980270417155,466.5963165324697,166504.50857697005,1.7549400849784966 +NAM,sfh_s1,urban,2080,175.05413195701038,546.67997527425,131427.0878763169,1.3733440575796485 +NAM,sfh_s2,rural,2080,150.10102812483387,189.0074174718326,51208.54594027831,1.8050113170660569 +NAM,sfh_s2,urban,2080,129.1403235187039,771.0087805245857,137571.7796895461,1.3816821962766008 +NAM,sfh_s3,rural,2080,124.75864973611948,83.18731235636223,22697.73892372017,2.187030488430348 +NAM,sfh_s3,urban,2080,107.17596396921276,1295.7460031130408,174200.04605420283,1.2543853962577929 +NAM,sfh_s51_std,urban,2080,185.5903186606859,6446.965389158165,211840.4300659688,0.1770509222413171 +NAM,sfh_s52_low,urban,2080,19.38063764259675,11159.52107134299,302834.366334207,1.4002047290815904 +NAM,sfh_sr11_std,rural,2080,,897.0419543122531,33120.95930475194, +NAM,sfh_sr11_std,urban,2080,,1161.955752645499,49651.91257735281, +NAM,sfh_sr12_low,rural,2080,,824.9271038290781,55126.696405331466, +NAM,sfh_sr12_low,urban,2080,,373.3420849346906,22549.895835138188, +NAM,sfh_sr21_std,rural,2080,,376.560155643276,11870.808876812363, +NAM,sfh_sr21_std,urban,2080,,1624.608362641461,57464.08735286725, +NAM,sfh_sr22_low,rural,2080,,282.59750808032715,15279.451215830048, +NAM,sfh_sr22_low,urban,2080,,391.8576544403685,18963.540470255524, +NAM,sfh_sr31_std,rural,2080,,177.9183036531686,5731.980532162324, +NAM,sfh_sr31_std,urban,2080,,2743.7716329580685,84085.69573172615, +NAM,sfh_sr32_low,rural,2080,,133.21637212982154,7194.1351334881465, +NAM,sfh_sr32_low,urban,2080,,524.6207721760061,21299.574015214435, +PAO,mfh_s1,rural,2080,73.51502132384644,5.144378495067763,254.43623480762827,0.6727751760456794 +PAO,mfh_s1,urban,2080,54.0707718976781,95.0923045105743,2633.816415725836,0.5122447998402734 +PAO,mfh_s2,rural,2080,55.79930206832088,3.34372577556007,117.63897353771624,0.6305097496579556 +PAO,mfh_s2,urban,2080,40.4821273091578,338.1493292106508,7418.546991562299,0.5419347445654454 +PAO,mfh_s3,rural,2080,30.191266332618994,4.065419396195274,90.05687593218263,0.7337197223775432 +PAO,mfh_s3,urban,2080,20.90155846066448,441.59263721275306,5772.5257884899,0.6254108177113025 +PAO,mfh_s51_std,rural,2080,27.008310389537304,0.135048308809409,0.3029073055821789,0.083046853390269 +PAO,mfh_s51_std,urban,2080,18.496210272458505,794.4483900065469,4452.644716826626,0.3030188183206507 +PAO,mfh_s52_low,rural,2080,7.92104669082347,0.0008035158853071,0.0002245430490011,0.0352795124870913 +PAO,mfh_s52_low,urban,2080,4.39325274443708,6.070891168262756,8.172664466175886,0.3064255911642493 +PAO,mfh_sr11_std,rural,2080,,4.043299300399326,61.02788705670774, +PAO,mfh_sr11_std,urban,2080,,16.113759964698325,240.9808063911404, +PAO,mfh_sr12_low,rural,2080,,0.012177656236974,0.1666349325210848, +PAO,mfh_sr12_low,urban,2080,,0.0210578375836152,0.2695116745142203, +PAO,mfh_sr21_std,rural,2080,,1.8343221049483889,23.18269939135261, +PAO,mfh_sr21_std,urban,2080,,51.45901010793784,590.2295978623148, +PAO,mfh_sr22_low,rural,2080,,0.0034889007862445,0.0365966992808082, +PAO,mfh_sr22_low,urban,2080,,0.033304420430337,0.330608154537046, +PAO,mfh_sr31_std,rural,2080,,1.7175006020297972,12.205932375784574, +PAO,mfh_sr31_std,urban,2080,,24.430083155550506,172.7681579833147, +PAO,mfh_sr32_low,rural,2080,,0.0006382322839631,0.0038909834917996, +PAO,mfh_sr32_low,urban,2080,,0.0026164332323301,0.0176424251821756, +PAO,sfh_s1,rural,2080,181.4146385705439,182.4621558529945,30432.47244170907,0.9193737669873598 +PAO,sfh_s1,urban,2080,136.74473589934956,116.51948327154346,9049.772149992192,0.5679740294824774 +PAO,sfh_s2,rural,2080,139.50758480374236,107.5773851287645,12750.171423851623,0.8495661888083602 +PAO,sfh_s2,urban,2080,104.7608864022302,438.2012866207767,25706.573269378285,0.5599785291676546 +PAO,sfh_s3,rural,2080,77.51842152194855,127.5752171582452,8157.305317413226,0.8248509533214151 +PAO,sfh_s3,urban,2080,57.17689824123386,604.4858164725872,17736.2721267901,0.5131633558322666 +PAO,sfh_s51_std,rural,2080,69.77638784345169,141.55647399865808,3903.14141264142,0.3951628114260628 +PAO,sfh_s51_std,urban,2080,51.27286178185185,2330.334660104176,29846.759449226814,0.2497993664481315 +PAO,sfh_s52_low,rural,2080,20.35462905816778,0.2390196140528785,2.9910975319212807,0.6147999753982919 +PAO,sfh_s52_low,urban,2080,13.45863597731658,52.42224263768278,459.0281723438269,0.650612941600191 +PAO,sfh_sr11_std,rural,2080,,369.8457226265279,8940.27912696701, +PAO,sfh_sr11_std,urban,2080,,207.4279153758897,3087.662191352249, +PAO,sfh_sr12_low,rural,2080,,82.76691928219614,2563.918326119174, +PAO,sfh_sr12_low,urban,2080,,7.1221126971405,198.85837340658185, +PAO,sfh_sr21_std,rural,2080,,220.3816667242044,4181.413010102964, +PAO,sfh_sr21_std,urban,2080,,707.2582303960535,8504.211906528813, +PAO,sfh_sr22_low,rural,2080,,28.95850934769205,704.3380766772647, +PAO,sfh_sr22_low,urban,2080,,14.315777792008372,317.1997683621021, +PAO,sfh_sr31_std,rural,2080,,261.45497396476486,3106.9965779337263, +PAO,sfh_sr31_std,urban,2080,,778.6209487803336,5311.793669205103, +PAO,sfh_sr32_low,rural,2080,,9.846168864524158,139.42953886803593, +PAO,sfh_sr32_low,urban,2080,,4.025952885281319,51.92653120321927, +PAS,inf_ns,urban,2080,,187.04048006031425,2.533637124901236, +PAS,mfh_s1,rural,2080,3.788824488523777,177.3851731870708,318.5397139480399,0.4739600991745178 +PAS,mfh_s1,urban,2080,15.771068796603116,49.38987576993656,467.0362475288002,0.5995860614201154 +PAS,mfh_s2,rural,2080,3.788824488523777,226.03777332428572,166.068718125132,0.1939109460580689 +PAS,mfh_s2,urban,2080,15.771068796603116,211.11663442123464,3753.970823515645,1.1274760176243022 +PAS,mfh_s3,rural,2080,3.5278065826042355,175.46130483086455,105.57761171357704,0.1705633481415778 +PAS,mfh_s3,urban,2080,14.734230196024075,387.6822821204558,5920.299530275633,1.0364307172440763 +PAS,mfh_s51_std,rural,2080,3.263697227386193,83.88526074615194,3.3681252803168675,0.0123024813614859 +PAS,mfh_s51_std,urban,2080,13.673969600972049,2404.581642617736,7301.173192283435,0.2220539552213284 +PAS,mfh_s52_low,rural,2080,0.5238539257290249,0.0066404452401339,1.1207552500862747e-07,3.2218356256830814e-05 +PAS,mfh_s52_low,urban,2080,2.365858489825168,4.9582954417263085,12.309661205209908,1.0493610375645446 +PAS,mfh_sr11_std,rural,2080,,1.2592681924042533,75.2759652398301, +PAS,mfh_sr11_std,urban,2080,,1.90541090827533,109.5647091728294, +PAS,mfh_sr21_std,rural,2080,,0.6169943398506664,36.88240903619376, +PAS,mfh_sr21_std,urban,2080,,15.316502615174365,880.7276935688994, +PAS,mfh_sr31_std,rural,2080,,0.3900995623791056,21.809067800231283, +PAS,mfh_sr31_std,urban,2080,,24.78723745904332,1332.4070933879489, +PAS,sfh_s1,rural,2080,9.40514542576685,1347.951232276796,5494.601588333588,0.4334075895395445 +PAS,sfh_s1,urban,2080,38.34144069394136,241.07143139825607,5095.612458604788,0.5512926680223428 +PAS,sfh_s2,rural,2080,9.40514542576685,1714.252785995729,2944.9378674666177,0.1826567631749695 +PAS,sfh_s2,urban,2080,38.34144069394136,1030.9879715472316,40602.18973000642,1.0271347682515088 +PAS,sfh_s3,rural,2080,8.791509221524276,1320.5603726819324,1789.46413608341,0.1541350125051915 +PAS,sfh_s3,urban,2080,35.89226851914735,1836.4046117627724,63251.92111202746,0.9596313727757844 +PAS,sfh_s51_std,rural,2080,8.186710664774559,620.2945652827814,90.8293789077584,0.0178862347574358 +PAS,sfh_s51_std,urban,2080,33.42798304087046,11125.865303863748,20007.75677202934,0.0537965503913145 +PAS,sfh_s52_low,rural,2080,1.4316309414460588,0.0460203562137319,9.168711554364254e-05,0.0013916411371741 +PAS,sfh_s52_low,urban,2080,6.252874223065266,453.9783276910613,2961.026165636618,1.0431035693404531 +PAS,sfh_sr11_std,rural,2080,,10.630617113553251,1536.9136882313012, +PAS,sfh_sr11_std,urban,2080,,10.586051887415922,1473.7253772565932, +PAS,sfh_sr21_std,rural,2080,,5.279000814861949,763.1655624721353, +PAS,sfh_sr21_std,urban,2080,,84.36001826656438,11744.085621330334, +PAS,sfh_sr31_std,rural,2080,,3.1803394285800684,430.5470623630762, +PAS,sfh_sr31_std,urban,2080,,137.97366490421922,17985.683559069916, +RCPA,inf_ns,urban,2080,,77.09068399067085,605.0300088203975, +RCPA,mfh_s1,rural,2080,6.701041021210691,210.6245656042396,2131.069635730518,1.5098935924016637 +RCPA,mfh_s1,urban,2080,5.685688029556295,47.35522204042696,926.33482198538,3.4404645411061936 +RCPA,mfh_s2,rural,2080,5.062889502707298,334.4817870220938,2586.187161954017,1.5271757793521057 +RCPA,mfh_s2,urban,2080,4.278005151455028,148.5061506632943,2225.199038492481,3.5025401250323696 +RCPA,mfh_s3,rural,2080,3.419832883710589,275.0991966202204,1469.426030654805,1.561901071824814 +RCPA,mfh_s3,urban,2080,2.8659548627173805,315.4737889901932,3276.919207911187,3.6243748316916777 +RCPA,mfh_s51_std,urban,2080,2.6299602604209986,530.7640957044438,6046.909069509194,4.331942815573214 +RCPA,sfh_s1,rural,2080,16.59768545780076,190.04032685074367,4659.011925638723,1.4770681154240632 +RCPA,sfh_s1,urban,2080,14.192712111139484,6.782627671093264,319.93744655773224,3.323546072178624 +RCPA,sfh_s2,rural,2080,12.538149344958589,289.3309681639948,5391.904533718209,1.486325180386154 +RCPA,sfh_s2,urban,2080,10.699434644722263,20.721907780719818,744.3025814009634,3.357058878759958 +RCPA,sfh_s3,rural,2080,8.576730468055716,237.92767280305856,3058.8972020486035,1.4989880247382978 +RCPA,sfh_s3,urban,2080,7.2965641518054545,44.47207930562419,1104.428878995699,3.403548264365173 +RCPA,sfh_s51_std,urban,2080,6.719754826999609,78.77630451118982,2143.966917879641,4.050130791180264 +SAS,inf_ns,urban,2080,,1074.3738468930817,8031.3547497621375, +SAS,mfh_s1,rural,2080,10.629190919395503,207.37461563524363,860.6887660979135,0.3904723917182007 +SAS,mfh_s1,urban,2080,7.10243524740392,172.58123561056993,293.0795521671352,0.2391028001789129 +SAS,mfh_s2,rural,2080,10.629190919395503,259.39366128254574,1062.3253082313022,0.3852990702051852 +SAS,mfh_s2,urban,2080,7.10243524740392,637.5314308581517,971.0776180789304,0.2144593871945813 +SAS,mfh_s3,rural,2080,9.804925353166862,292.4809160175409,1106.2271227449478,0.385746928363627 +SAS,mfh_s3,urban,2080,6.506259014082712,1169.7357313243765,1657.6335920273077,0.2178057969019756 +SAS,mfh_s51_std,rural,2080,8.98719042878908,273.8113203451999,821.3826618782117,0.3337875915230922 +SAS,mfh_s51_std,urban,2080,5.921185304384903,12335.63630623663,8736.3923837602,0.1196084665343849 +SAS,mfh_s52_low,rural,2080,0.9781742013454334,6.51115685028313,30.63122137567189,4.809389514537989 +SAS,mfh_s52_low,urban,2080,0.4399614887671711,172.83947095610668,463.3080197909434,6.092734121975455 +SAS,mfh_sr11_std,rural,2080,,4.751249735908419,197.78054987331612, +SAS,mfh_sr11_std,urban,2080,,2.462376508775059,60.08866581026148, +SAS,mfh_sr21_std,rural,2080,,5.888955613907045,243.02009168997952, +SAS,mfh_sr21_std,urban,2080,,8.123281383509166,192.12140806962773, +SAS,mfh_sr31_std,rural,2080,,6.400735070613014,246.6107897880009, +SAS,mfh_sr31_std,urban,2080,,13.651162973194667,307.98729418237303, +SAS,sfh_s1,rural,2080,27.920219068923384,6572.228816921006,62736.15922376748,0.3418900252818305 +SAS,sfh_s1,urban,2080,19.475961621349654,487.0601848383659,1876.5575161716736,0.1978246202413895 +SAS,sfh_s2,rural,2080,27.920219068923384,8220.211662456613,77395.14325223757,0.337218883797379 +SAS,sfh_s2,urban,2080,19.475961621349654,1799.7611762652589,6187.544248148133,0.1765243123765867 +SAS,sfh_s3,rural,2080,26.009493066659733,9271.586439167157,80808.21860548905,0.3350962699658215 +SAS,sfh_s3,urban,2080,18.098868704137963,3299.315988043716,10551.720802090638,0.1767046386229513 +SAS,sfh_s51_std,rural,2080,24.19495241487609,8402.039201587959,24448.18322081679,0.1202644074465731 +SAS,sfh_s51_std,urban,2080,16.81882657838885,34860.95594137371,36200.90849564489,0.0617425390686788 +SAS,sfh_s52_low,rural,2080,3.38854677911892,657.9554440537325,4225.200913911672,1.895122966993719 +SAS,sfh_s52_low,urban,2080,1.9686799182805228,915.1845921006294,4654.23875980336,2.5832405393128623 +SAS,sfh_sr11_std,rural,2080,,283.65796833111176,17828.930176351278, +SAS,sfh_sr11_std,urban,2080,,13.591131252186706,511.4539295910517, +SAS,sfh_sr21_std,rural,2080,,353.69603147906514,21951.76403058176, +SAS,sfh_sr21_std,urban,2080,,46.90936160284748,1665.0360672396898, +SAS,sfh_sr31_std,rural,2080,,388.2386824227534,22515.859670510355, +SAS,sfh_sr31_std,urban,2080,,85.35026038390345,2754.445960700451, +WEU,mfh_s1,rural,2080,80.7214847219604,20.588372698787808,3879.4159179651065,2.334291994915429 +WEU,mfh_s1,urban,2080,75.46094840597016,536.6995432892635,109942.25592062974,2.714633218433322 +WEU,mfh_s2,rural,2080,54.60195225078522,7.9619961217304445,1070.1753527905112,2.4616415398866995 +WEU,mfh_s2,urban,2080,50.90782756658002,646.9005531550375,80716.80204404186,2.450991810502952 +WEU,mfh_s3,rural,2080,26.101564963582245,9.24253634053045,594.3072698492188,2.463504324393944 +WEU,mfh_s3,urban,2080,24.201483293168184,922.2359412566632,57886.65829885788,2.5935489626104893 +WEU,mfh_s51_std,rural,2080,18.62191919237557,0.3222427432917721,11.712089093297882,1.9517616644377729 +WEU,mfh_s51_std,urban,2080,17.232515999327646,1114.8076100293613,48934.863016447416,2.547239389513114 +WEU,mfh_s52_low,rural,2080,9.479374668926278,4.640961295973975,84.18227565934599,1.9135200895845133 +WEU,mfh_s52_low,urban,2080,8.760506566901418,4243.712871680119,61804.10470604414,1.662425179222518 +WEU,mfh_sr11_std,rural,2080,,17.26069095082997,750.8489466127982, +WEU,mfh_sr11_std,urban,2080,,326.676040075707,15628.941578929673, +WEU,mfh_sr12_low,rural,2080,,19.776474517667346,733.5396140273313, +WEU,mfh_sr12_low,urban,2080,,264.6891959768249,9790.059707556007, +WEU,mfh_sr21_std,rural,2080,,6.580851868471807,206.95980416205484, +WEU,mfh_sr21_std,urban,2080,,311.3740247682442,9881.061042211102, +WEU,mfh_sr22_low,rural,2080,,6.116061874388872,148.41106011613596, +WEU,mfh_sr22_low,urban,2080,,191.6531381644908,4828.1061514837775, +WEU,mfh_sr31_std,rural,2080,,5.117804281909103,80.70250168890956, +WEU,mfh_sr31_std,urban,2080,,250.1369015497293,4045.833966660425, +WEU,mfh_sr32_low,rural,2080,,2.6858153313400672,32.6263036592482, +WEU,mfh_sr32_low,urban,2080,,96.39586321165424,1228.76969203975, +WEU,sfh_s1,rural,2080,199.1571575477619,508.652673803938,301169.1825971008,2.9729888419996717 +WEU,sfh_s1,urban,2080,186.929981883403,583.0862760924135,340106.3873804555,3.120347804976815 +WEU,sfh_s2,rural,2080,136.7840900323082,189.0961740524496,75918.80606296641,2.935155010485407 +WEU,sfh_s2,urban,2080,128.21663961744198,623.7573317232153,219937.4644465288,2.7500409456011576 +WEU,sfh_s3,rural,2080,66.90839717456522,187.9829032454184,30895.967997565687,2.456421148001477 +WEU,sfh_s3,urban,2080,62.47385740033076,813.6006757769495,118040.8140998668,2.322322733039752 +WEU,sfh_s51_std,rural,2080,47.83149923897789,4.601861914821114,302.6947139411464,1.3751727571557744 +WEU,sfh_s51_std,urban,2080,44.55263979646592,1427.0512680248494,159184.92028000957,2.503738150350783 +WEU,sfh_s52_low,rural,2080,23.2687751503444,201.590962974285,8179.206524038622,1.743679219441854 +WEU,sfh_s52_low,urban,2080,21.5589809218736,7012.824225404606,223981.6289079556,1.4814643906132106 +WEU,sfh_sr11_std,rural,2080,,436.4509598786368,33627.13408950008, +WEU,sfh_sr11_std,urban,2080,,360.8981064056767,32075.20660476016, +WEU,sfh_sr12_low,rural,2080,,1448.909416706342,117378.55730907289, +WEU,sfh_sr12_low,urban,2080,,832.7581114296701,68385.44487873206, +WEU,sfh_sr21_std,rural,2080,,170.64410481514966,9855.71378027256, +WEU,sfh_sr21_std,urban,2080,,438.59979603023504,24233.37028873492, +WEU,sfh_sr22_low,rural,2080,,498.51982745169175,27703.3148248106, +WEU,sfh_sr22_low,urban,2080,,748.8202759454031,40445.61516206394, +WEU,sfh_sr31_std,rural,2080,,200.42017397945168,5747.809737857151, +WEU,sfh_sr31_std,urban,2080,,564.640919454332,17140.294287001718, +WEU,sfh_sr32_low,rural,2080,,319.767640298403,8868.343277167563, +WEU,sfh_sr32_low,urban,2080,,620.1146307576165,17061.062072236098, +AFR,inf_ns,urban,2090,,626.2086374251895,1987.031766572435, +AFR,mfh_s1,rural,2090,3.1013220072466567,54.314962899526655,114.64346334055011,0.6805859030114203 +AFR,mfh_s1,urban,2090,4.18368698147431,15.012950272715152,81.87279356125734,1.3035100362676857 +AFR,mfh_s2,rural,2090,3.1011186438445857,84.56302211527921,191.66685488355407,0.7308834687996915 +AFR,mfh_s2,urban,2090,4.18368698147431,78.04178719413976,317.0049391807892,0.9709114859500008 +AFR,mfh_s3,rural,2090,2.7852483450518424,103.96702544899,199.2132619077379,0.6879528957492242 +AFR,mfh_s3,urban,2090,3.790118394145393,184.7260197496892,610.043892717618,0.8713251194228925 +AFR,mfh_s51_std,rural,2090,2.4944455680602524,341.0614757345388,424.9988663388394,0.4995524269223729 +AFR,mfh_s51_std,urban,2090,3.418475844527482,5658.0019473486245,6494.620251318336,0.3357825743137056 +AFR,mfh_s52_low,rural,2090,0.0516494338446167,0.0260364590811083,0.0003861021063206,0.2871142084301048 +AFR,mfh_s52_low,urban,2090,0.0994453850557055,0.4526861996944479,0.0272625451539482,0.6055981072246462 +AFR,mfh_sr11_std,rural,2090,,1.0762809260434338,9.63807914602505, +AFR,mfh_sr11_std,urban,2090,,0.902056505510752,11.127879768995069, +AFR,mfh_sr21_std,rural,2090,,1.8285478737168377,17.005645160980453, +AFR,mfh_sr21_std,urban,2090,,3.39028604258324,40.63371441479303, +AFR,mfh_sr31_std,rural,2090,,1.702638148767576,14.18521802099055, +AFR,mfh_sr31_std,urban,2090,,6.04361168892899,65.16664593871023, +AFR,sfh_s1,rural,2090,9.034579294709577,2010.7799719401896,9827.623819330403,0.5409735598601128 +AFR,sfh_s1,urban,2090,11.818416132375573,119.10320050230912,1505.3906242766725,1.069464806047912 +AFR,sfh_s2,rural,2090,9.034251626334314,3126.1666537261844,16372.259265243913,0.5797013403960741 +AFR,sfh_s2,urban,2090,11.818416132375573,626.7970550704947,5849.044980941045,0.7895847217664156 +AFR,sfh_s3,rural,2090,8.348413847590809,3842.614739432238,17615.456566403554,0.5491147250203718 +AFR,sfh_s3,urban,2090,10.950517599152844,1487.1168468851242,11355.629709544037,0.6973189720867361 +AFR,sfh_s51_std,rural,2090,7.802427876164306,12984.28308607865,50273.453730923895,0.4962391033857549 +AFR,sfh_s51_std,urban,2090,10.21436869661869,47824.579301453305,166441.00828245733,0.3407200177097484 +AFR,sfh_s52_low,rural,2090,0.5816583520100288,4.391919178817023,4.101811668361898,1.605659333590597 +AFR,sfh_s52_low,urban,2090,0.9218978842013382,31.39945454552651,45.726590027833,1.5796609920144191 +AFR,sfh_sr11_std,rural,2090,,98.53382457895012,2159.0223259091945, +AFR,sfh_sr11_std,urban,2090,,15.579676423906342,426.0516990502927, +AFR,sfh_sr21_std,rural,2090,,163.64808409633608,3686.514841420092, +AFR,sfh_sr21_std,urban,2090,,62.18046150499215,1609.0064315368627, +AFR,sfh_sr31_std,rural,2090,,181.3151075480787,3699.440365683402, +AFR,sfh_sr31_std,urban,2090,,126.3114760820156,2947.598517676536, +CHN,inf_ns,urban,2090,,0.0,0.0, +CHN,mfh_s1,rural,2090,78.77142098402773,1573.2622938079437,140053.5687485627,1.1301194922188602 +CHN,mfh_s1,urban,2090,66.83584295968217,571.9141994468681,32364.21147905643,0.8466905666106563 +CHN,mfh_s2,rural,2090,59.51478272570211,1978.7422854317365,132538.70075315586,1.125456261902843 +CHN,mfh_s2,urban,2090,50.28838708649175,2238.0176455225483,95980.3786915822,0.8528079615533262 +CHN,mfh_s3,rural,2090,40.20048451055713,834.1616943944324,38373.356263023736,1.1443220214671206 +CHN,mfh_s3,urban,2090,33.68959185561655,5574.990689382255,162406.08708549815,0.8646939230608359 +CHN,mfh_s51_std,rural,2090,36.97277815159439,0.4123614028084771,17.730147204518087,1.1629264492131342 +CHN,mfh_s51_std,urban,2090,30.91545122454072,17532.150506410682,498747.4242812698,0.9201738476988178 +CHN,mfh_s52_low,rural,2090,13.433115933282863,8.853195435088409e-06,0.0004005380451655,3.3679602689418564 +CHN,mfh_s52_low,urban,2090,10.72490364996518,85.87672100066429,1914.1172233408763,2.0782590398444745 +CHN,mfh_sr11_std,rural,2090,,580.4640186026917,27324.81361546615, +CHN,mfh_sr11_std,urban,2090,,108.6238783787051,5438.631020909674, +CHN,mfh_sr12_low,rural,2090,,115.75734463697442,3761.4927905039776, +CHN,mfh_sr12_low,urban,2090,,3.485650198941849,112.45808363267756, +CHN,mfh_sr21_std,rural,2090,,692.9166935396662,27647.949703365302, +CHN,mfh_sr21_std,urban,2090,,401.2459322817616,15822.028937579264, +CHN,mfh_sr22_low,rural,2090,,95.25156773921496,2799.915675167836, +CHN,mfh_sr22_low,urban,2090,,8.377975325539488,235.89454645182064, +CHN,mfh_sr31_std,rural,2090,,275.0775333735694,8737.958949263519, +CHN,mfh_sr31_std,urban,2090,,842.2177177452891,24199.583220801826, +CHN,mfh_sr32_low,rural,2090,,24.315425257259832,543.230206992213, +CHN,mfh_sr32_low,urban,2090,,7.846469084138579,158.57387926786785, +CHN,sfh_s1,rural,2090,195.1074861978212,1296.531123962245,284887.31993457524,1.126201857981057 +CHN,sfh_s1,urban,2090,166.83677910237435,78.773952908293,11253.93418819664,0.8563078693141408 +CHN,sfh_s2,rural,2090,147.3872249529826,1510.8797363106798,250680.55851271603,1.125721381983346 +CHN,sfh_s2,urban,2090,125.7729460277556,297.9869885628435,32116.673580998387,0.8569313331579105 +CHN,sfh_s3,rural,2090,100.82034182857332,613.0542344069067,70839.7671814512,1.1461199261852253 +CHN,sfh_s3,urban,2090,85.77185615183555,736.1181547285153,53843.866806194696,0.8527935440443127 +CHN,sfh_s51_std,urban,2090,78.99140368064847,2234.0387904250924,142699.78806286692,0.8086354696336884 +CHN,sfh_s52_low,urban,2090,28.7570469183084,300.0301800930084,6057.525180682587,0.7020790266673468 +CHN,sfh_sr11_std,rural,2090,,280.4036601339945,17254.781464929325, +CHN,sfh_sr11_std,urban,2090,,10.221059201942367,704.0143419903759, +CHN,sfh_sr12_low,rural,2090,,460.6626015122574,17644.338907448273, +CHN,sfh_sr12_low,urban,2090,,10.315166707030055,277.6788859438168, +CHN,sfh_sr21_std,rural,2090,,421.5491618020297,22113.52917592948, +CHN,sfh_sr21_std,urban,2090,,46.86979886007517,2806.330658696921, +CHN,sfh_sr22_low,rural,2090,,402.9869335593463,13728.642929438902, +CHN,sfh_sr22_low,urban,2090,,27.86882401911428,638.8803971341454, +CHN,sfh_sr31_std,rural,2090,,206.9845398559233,9085.101328180122, +CHN,sfh_sr31_std,urban,2090,,133.71353130819656,6939.842209289724, +CHN,sfh_sr32_low,rural,2090,,115.77739416315475,3231.29030905438, +CHN,sfh_sr32_low,urban,2090,,35.04225753431437,667.3564944102847, +EEU,mfh_s1,rural,2090,64.12436316514965,21.425500704465307,4486.445825215133,3.2654901859800973 +EEU,mfh_s1,urban,2090,63.30299418701474,174.07149883196374,35149.70174601866,3.189846048012759 +EEU,mfh_s2,rural,2090,61.257892110790976,6.34488564581592,1212.8611824876102,3.120507630670677 +EEU,mfh_s2,urban,2090,60.47095129077096,328.1828400593415,62952.64889660227,3.172132643551015 +EEU,mfh_s3,rural,2090,38.19078550746308,2.7916625290968424,390.08202443029984,3.658764271631944 +EEU,mfh_s3,urban,2090,37.69964925217732,97.33903651487842,11419.139588045216,3.11178103037092 +EEU,mfh_s51_std,rural,2090,28.06765222007525,0.0065534103253061,0.359043508843001,1.9519722164190232 +EEU,mfh_s51_std,urban,2090,27.70756747843088,438.9866635280324,36762.58716090408,3.022430624795243 +EEU,mfh_s52_low,rural,2090,12.780969209989566,0.0886107183957436,1.876078610080891,1.6565364093459067 +EEU,mfh_s52_low,urban,2090,12.621275813052426,452.4361771815881,9521.6640510846,1.6674478983677854 +EEU,mfh_sr11_std,rural,2090,,75.80375153435827,2497.989199055092, +EEU,mfh_sr11_std,urban,2090,,126.1839778497741,4221.752857170892, +EEU,mfh_sr12_low,rural,2090,,1.6248712199487336,42.34145034510195, +EEU,mfh_sr12_low,urban,2090,,1.6502170141202397,42.59664850078661, +EEU,mfh_sr21_std,rural,2090,,21.342974031541004,655.9666022187995, +EEU,mfh_sr21_std,urban,2090,,234.25545607517105,7483.334617834004, +EEU,mfh_sr22_low,rural,2090,,0.3913852306501012,9.676088184665012, +EEU,mfh_sr22_low,urban,2090,,2.7708850480976603,68.53244907701794, +EEU,mfh_sr31_std,rural,2090,,8.139692616870729,171.7932700213468, +EEU,mfh_sr31_std,urban,2090,,63.1117605545668,1249.2585664646151, +EEU,mfh_sr32_low,rural,2090,,0.0517402627351853,0.8381948181144264, +EEU,mfh_sr32_low,urban,2090,,0.222573694949149,3.405727387609809, +EEU,sfh_s1,rural,2090,155.97355901445528,93.9812389791441,49591.803913362,3.3831227684870795 +EEU,sfh_s1,urban,2090,154.00125595322768,118.13944981531984,57595.31600609621,3.16568689760074 +EEU,sfh_s2,rural,2090,150.12995088013693,23.065164471073576,11302.718105585944,3.2640664981504277 +EEU,sfh_s2,urban,2090,148.2242811575877,191.1670955994739,89232.17881045878,3.149118495375919 +EEU,sfh_s3,rural,2090,94.0451623485602,12.025802150733748,4077.1113041179246,3.604973301860701 +EEU,sfh_s3,urban,2090,92.84094315572732,77.48271745398486,22173.92968215993,3.0824658827631466 +EEU,sfh_s51_std,rural,2090,68.75647430413314,0.0093236428348021,0.8095254237880186,1.2627903818686554 +EEU,sfh_s51_std,urban,2090,67.87188465470435,311.00337518629885,64472.781584608325,3.0543682498543707 +EEU,sfh_s52_low,rural,2090,28.90919537644194,0.5332787160018388,21.71184957754175,1.408336926538898 +EEU,sfh_s52_low,urban,2090,28.538979274615865,360.725829611585,15846.362610949594,1.5392668366956213 +EEU,sfh_sr11_std,rural,2090,,282.13190299446035,21434.203788431685, +EEU,sfh_sr11_std,urban,2090,,61.47875784289972,4856.145239411018, +EEU,sfh_sr12_low,rural,2090,,251.64459302352688,15478.886948294312, +EEU,sfh_sr12_low,urban,2090,,38.46593054584964,2367.0676463342456, +EEU,sfh_sr21_std,rural,2090,,72.39370082347227,5104.023284093873, +EEU,sfh_sr21_std,urban,2090,,102.70668318891386,7761.485969034414, +EEU,sfh_sr22_low,rural,2090,,56.91543281875871,3331.135264704996, +EEU,sfh_sr22_low,urban,2090,,58.44693507520137,3465.502054450527, +EEU,sfh_sr31_std,rural,2090,,50.50991725910405,2550.3116199236733, +EEU,sfh_sr31_std,urban,2090,,54.78900541099984,2565.930041146302, +EEU,sfh_sr32_low,rural,2090,,18.72909023618526,729.125693317578, +EEU,sfh_sr32_low,urban,2090,,11.12119655314762,411.2432053530711, +FSU,mfh_s1,rural,2090,78.88906776442855,33.264266346581394,12749.657553997553,4.858517224140946 +FSU,mfh_s1,urban,2090,84.25923175677347,626.575129376696,251536.64977805343,4.764426424977246 +FSU,mfh_s2,rural,2090,75.38516636437427,19.20788325786893,5729.662089044534,3.956977718662355 +FSU,mfh_s2,urban,2090,80.50069618939732,1044.3399668248633,393111.86186194135,4.67600119548486 +FSU,mfh_s3,rural,2090,47.82354118521248,10.57279481156112,2165.6638510882067,4.28311280317358 +FSU,mfh_s3,urban,2090,51.3429061897636,598.0527437717188,148378.39987934087,4.832265062721835 +FSU,mfh_s51_std,rural,2090,35.65343552191879,17.07065138657376,1201.1979491813916,1.9736180318112289 +FSU,mfh_s51_std,urban,2090,38.46677978449432,2861.3648429461205,503269.4307807642,4.572371231975569 +FSU,mfh_s52_low,rural,2090,17.04185541223791,1.2252362735027431,102.36309821438368,4.902376932483568 +FSU,mfh_s52_low,urban,2090,18.729894866743734,20.17456420543153,1413.2832004767672,3.740155810130774 +FSU,mfh_sr11_std,rural,2090,,142.54525962372722,7776.004941548271, +FSU,mfh_sr11_std,urban,2090,,51.900830677620064,3283.8438986604074, +FSU,mfh_sr12_low,rural,2090,,20.97548293687916,1697.969389464567, +FSU,mfh_sr12_low,urban,2090,,3.4773452946049384,287.8610652077347, +FSU,mfh_sr21_std,rural,2090,,82.58738457486132,3439.074599216794, +FSU,mfh_sr21_std,urban,2090,,86.51126600864109,5148.521855208153, +FSU,mfh_sr22_low,rural,2090,,11.690598196994808,814.9978439075828, +FSU,mfh_sr22_low,urban,2090,,5.45083132749532,429.24934582690815, +FSU,mfh_sr31_std,rural,2090,,45.83629971736248,1467.077078228025, +FSU,mfh_sr31_std,urban,2090,,50.68597694649339,2070.579295543291, +FSU,mfh_sr32_low,rural,2090,,3.317805756957206,169.45076952901078, +FSU,mfh_sr32_low,urban,2090,,1.2830274380778446,67.15104425570827, +FSU,sfh_s1,rural,2090,188.56014629449896,113.30003244391,106392.0174523923,4.9799972571577324 +FSU,sfh_s1,urban,2090,200.56128269578684,255.9747693105321,243835.91812569788,4.749560463322204 +FSU,sfh_s2,rural,2090,181.1450399182557,77.1910205880044,56847.700894272406,4.065553451722316 +FSU,sfh_s2,urban,2090,192.48467278925145,547.5041338734814,491217.8339262925,4.661123069823991 +FSU,sfh_s3,rural,2090,114.31898027465358,42.94897345893056,23435.147471687305,4.773056341511584 +FSU,sfh_s3,urban,2090,121.65569464496242,323.39834839791,189605.39283935,4.819260975207316 +FSU,sfh_s51_std,rural,2090,84.22718797291225,58.86075905390416,7619.16925383846,1.5368428514185015 +FSU,sfh_s51_std,urban,2090,89.80459642129672,1533.2736209070576,627836.9199896059,4.559619700007887 +FSU,sfh_s52_low,rural,2090,36.6888014199283,27.628149230869266,3608.5232416300864,3.5599523878311508 +FSU,sfh_s52_low,urban,2090,39.57967404187526,60.8066729045281,7558.920594548312,3.140771408034226 +FSU,sfh_sr11_std,rural,2090,,315.57237014042136,35660.01912418147, +FSU,sfh_sr11_std,urban,2090,,14.514779894572293,1824.5095771652475, +FSU,sfh_sr12_low,rural,2090,,308.59746644911365,41453.18756650542, +FSU,sfh_sr12_low,urban,2090,,8.969898597777716,1368.440720047376, +FSU,sfh_sr21_std,rural,2090,,216.12941278598404,19107.982617930145, +FSU,sfh_sr21_std,urban,2090,,31.844369108160148,3773.2629097436834, +FSU,sfh_sr22_low,rural,2090,,210.3971316581796,22448.731134534784, +FSU,sfh_sr22_low,urban,2090,,18.377364546011428,2684.094977272773, +FSU,sfh_sr31_std,rural,2090,,164.9852562721716,10905.981574140207, +FSU,sfh_sr31_std,urban,2090,,23.33392989339176,1905.312294838531, +FSU,sfh_sr32_low,rural,2090,,83.5872723570143,7594.224685364815, +FSU,sfh_sr32_low,urban,2090,,6.84651110021277,734.5518889866851, +LAM,inf_ns,urban,2090,,85.67305877133316,600.883364169256, +LAM,mfh_s1,rural,2090,11.734953283073736,5.02763916899179,22.98356488436365,0.389557818474206 +LAM,mfh_s1,urban,2090,17.39348078174734,35.940403443222145,362.77739700864913,0.5803243194370584 +LAM,mfh_s2,rural,2090,10.491773635690206,6.442430268527257,25.40320495370488,0.3758286410723516 +LAM,mfh_s2,urban,2090,15.466880731485482,217.68718242973307,1809.6733741229343,0.5374828381756059 +LAM,mfh_s3,rural,2090,9.5728449345448,3.2223054197685164,13.805592883054796,0.4475559512174276 +LAM,mfh_s3,urban,2090,14.056118281582108,327.3342548194419,2405.198846257215,0.5227501042703669 +LAM,mfh_s51_std,rural,2090,9.44458308208488,1.0944705758790376,2.918843452501769,0.2823734897998118 +LAM,mfh_s51_std,urban,2090,13.85948654446876,1459.7513341865524,11919.233583433494,0.5891451526793997 +LAM,mfh_s52_low,rural,2090,0.9356461239424204,6.721495423030528e-05,3.0084573985352333e-06,0.0478372643618057 +LAM,mfh_s52_low,urban,2090,1.0431809713333997,0.342835890971191,0.460452484886696,1.2874752328567758 +LAM,mfh_sr11_std,rural,2090,,0.2771544540058241,5.479857662638203, +LAM,mfh_sr11_std,urban,2090,,2.8101429857096574,63.19663865142947, +LAM,mfh_sr12_low,rural,2090,,6.522657407474234e-05,0.0006144146175761, +LAM,mfh_sr12_low,urban,2090,,3.612558664348949e-05,0.0003223787249711, +LAM,mfh_sr21_std,rural,2090,,0.3136558673691357,5.358767958898779, +LAM,mfh_sr21_std,urban,2090,,12.927966648557003,258.68386455126995, +LAM,mfh_sr22_low,rural,2090,,3.860753537298436e-05,0.0003292816951926, +LAM,mfh_sr22_low,urban,2090,,6.814502882920791e-05,0.00055032941235, +LAM,mfh_sr31_std,rural,2090,,0.1802127628367187,2.7972049390872944, +LAM,mfh_sr31_std,urban,2090,,16.471244909638536,307.68428302023904, +LAM,mfh_sr32_low,rural,2090,,1.4220420610378e-05,0.0001116220789865, +LAM,mfh_sr32_low,urban,2090,,4.443653352293772e-05,0.0003300995360156, +LAM,sfh_s1,rural,2090,31.56805960282636,845.9953365510796,9332.447063634834,0.3494456818646018 +LAM,sfh_s1,urban,2090,47.84997626684211,410.3075869316434,9767.715859767522,0.4975099185071713 +LAM,sfh_s2,rural,2090,28.527433433741454,1082.0031051571743,10351.195397341851,0.3353507631359597 +LAM,sfh_s2,urban,2090,43.14312953577765,2476.7194456694265,48657.60331604761,0.455367733976879 +LAM,sfh_s3,rural,2090,26.46929394030581,535.685056006437,5702.567192334092,0.4021781975179904 +LAM,sfh_s3,urban,2090,40.01185699522313,3712.273999928857,65274.70521937261,0.4394567986344957 +LAM,sfh_s51_std,rural,2090,26.185180601839782,194.9496416298459,1703.5695218563185,0.333719701783532 +LAM,sfh_s51_std,urban,2090,39.58077395502615,18309.64877544369,390730.6188822803,0.5391543948303408 +LAM,sfh_s52_low,rural,2090,4.006725816071103,0.2467776330036512,0.4786403149965462,0.4840763407952127 +LAM,sfh_s52_low,urban,2090,5.48322773892528,482.6824975463985,3902.8017863540335,1.4746150422184428 +LAM,sfh_sr11_std,rural,2090,,94.25770525219772,3099.923923737568, +LAM,sfh_sr11_std,urban,2090,,84.67509581994466,3628.77822162509, +LAM,sfh_sr12_low,rural,2090,,5.799619042496191,123.29667454341164, +LAM,sfh_sr12_low,urban,2090,,3.75359363726376,69.65479953906012, +LAM,sfh_sr21_std,rural,2090,,117.48459013053385,3531.151113080574, +LAM,sfh_sr21_std,urban,2090,,477.7107613810669,17945.750448897088, +LAM,sfh_sr22_low,rural,2090,,5.379407006968422,108.06293176443648, +LAM,sfh_sr22_low,urban,2090,,13.714775020483192,240.4041111234157, +LAM,sfh_sr31_std,rural,2090,,68.27747463435489,2041.650749195323, +LAM,sfh_sr31_std,urban,2090,,696.5919906352273,24288.623704761903, +LAM,sfh_sr32_low,rural,2090,,2.834912194788365,53.94546891640665, +LAM,sfh_sr32_low,urban,2090,,16.04168523663112,271.24629625092666, +MEA,inf_ns,urban,2090,,161.3049675171473,5198.2451107406805, +MEA,mfh_s1,rural,2090,29.764723740932496,63.18275392288183,949.8289392629237,0.5050623440700568 +MEA,mfh_s1,urban,2090,38.65301809789404,28.558988993312195,695.9029852531803,0.6304090807902458 +MEA,mfh_s2,rural,2090,26.69162714162626,82.02556221641825,1120.455580393011,0.5117647617302616 +MEA,mfh_s2,urban,2090,34.7132282678955,139.6881955425368,2900.082515617194,0.5980749925795699 +MEA,mfh_s3,rural,2090,22.057479154314716,72.40437750021619,805.8972029927583,0.5046135951718936 +MEA,mfh_s3,urban,2090,28.76645607181196,237.28425516171325,4113.190416249717,0.6025922359881692 +MEA,mfh_s51_std,rural,2090,20.72829785808926,99.19710078632296,1347.9981856516197,0.6555814970720863 +MEA,mfh_s51_std,urban,2090,27.0854826939562,2403.059130076648,44076.70420395797,0.6771861640204709 +MEA,mfh_s52_low,rural,2090,2.67036486960113,0.1760898385649079,1.4661067037491438,3.117889204616975 +MEA,mfh_s52_low,urban,2090,4.028545653973641,18.18202182687906,142.04175943702342,1.9392132892548424 +MEA,mfh_sr11_std,rural,2090,,10.925740310406756,280.0632719375184, +MEA,mfh_sr11_std,urban,2090,,6.69135346956147,222.41465807203, +MEA,mfh_sr12_low,rural,2090,,0.1937632624351212,2.5838806553295983, +MEA,mfh_sr12_low,urban,2090,,0.0878856827684707,1.1533674941439966, +MEA,mfh_sr21_std,rural,2090,,13.498861745053413,321.3695702923203, +MEA,mfh_sr21_std,urban,2090,,28.329263811874537,927.7562936362854, +MEA,mfh_sr22_low,rural,2090,,0.1538807811408469,1.8732767409897115, +MEA,mfh_sr22_low,urban,2090,,0.2542785502658592,3.048875311194811, +MEA,mfh_sr31_std,rural,2090,,9.656948440889598,213.9865827723116, +MEA,mfh_sr31_std,urban,2090,,41.54720158037797,1271.7767942111886, +MEA,mfh_sr32_low,rural,2090,,0.0521341151061255,0.5384176281875239, +MEA,mfh_sr32_low,urban,2090,,0.1668144923108797,1.6989815820129297, +MEA,sfh_s1,rural,2090,75.85670326891506,869.195524280985,32111.28623754268,0.4870193942146402 +MEA,sfh_s1,urban,2090,97.3101139918426,183.95760945150653,11299.196350700167,0.631207015385593 +MEA,sfh_s2,rural,2090,69.4736343700237,1112.2230983493905,38268.57278708058,0.4952566741129562 +MEA,sfh_s2,urban,2090,88.92246856974509,909.0633055471774,47504.07012790148,0.587658717520905 +MEA,sfh_s3,rural,2090,60.03501647189002,957.3582975463414,27799.065775675328,0.4836721277054288 +MEA,sfh_s3,urban,2090,76.45601740237107,1533.4754135097417,68101.35267404176,0.5808543540332218 +MEA,sfh_s51_std,rural,2090,57.0425754730092,1469.8700691136596,41976.6347034821,0.5006446110635779 +MEA,sfh_s51_std,urban,2090,72.62967157285844,15532.931665015944,466764.45752899017,0.4137426261224521 +MEA,sfh_s52_low,rural,2090,9.814977908264838,79.51043186721185,1445.9025214961323,1.8527873474761136 +MEA,sfh_s52_low,urban,2090,13.379005774112764,2577.1281711072124,36556.1786393537,1.0602320572175383 +MEA,sfh_sr11_std,rural,2090,,244.95850122755965,8369.995580036282, +MEA,sfh_sr11_std,urban,2090,,64.14388049973932,2730.3543041633534, +MEA,sfh_sr12_low,rural,2090,,44.3350790198857,993.5576646040524, +MEA,sfh_sr12_low,urban,2090,,16.21658889599576,410.4149483576059, +MEA,sfh_sr21_std,rural,2090,,331.6255233075444,10598.746657721123, +MEA,sfh_sr21_std,urban,2090,,278.16939006133657,11484.068944879436, +MEA,sfh_sr22_low,rural,2090,,47.9266444310922,1028.6069888272796, +MEA,sfh_sr22_low,urban,2090,,71.38339293685873,1707.2739262317425, +MEA,sfh_sr31_std,rural,2090,,291.5999832277387,8368.836679030237, +MEA,sfh_sr31_std,urban,2090,,443.71237123097967,17310.35778242818, +MEA,sfh_sr32_low,rural,2090,,31.319749697397523,624.7551222531612, +MEA,sfh_sr32_low,urban,2090,,109.62558715129003,2333.637301766052, +NAM,mfh_s1,rural,2090,82.69639826712788,7.280235055523783,697.8584872420738,1.1591385999791637 +NAM,mfh_s1,urban,2090,70.52964270766337,151.00365109229918,8792.70245113764,0.8255877584610306 +NAM,mfh_s2,rural,2090,60.17283600220628,3.377068148165009,230.9363981015289,1.1364545782250248 +NAM,mfh_s2,urban,2090,51.05353564869867,233.70013732322963,10887.4389321061,0.9125169505500932 +NAM,mfh_s3,rural,2090,49.70921108471192,1.3969185516512954,93.47990397845795,1.3462022185542988 +NAM,mfh_s3,urban,2090,41.99876647144607,350.5412285161063,13867.958776613625,0.941969633470382 +NAM,mfh_s51_std,urban,2090,73.5945725250397,3080.6031392805685,170081.27396712024,0.7501963719618804 +NAM,mfh_s52_low,urban,2090,7.937554654338519,257.6358554754649,4975.979289327543,2.4332432724082373 +NAM,mfh_sr11_std,rural,2090,,16.15715076963057,416.6240248212316, +NAM,mfh_sr11_std,urban,2090,,167.17553086228938,4535.343394044839, +NAM,mfh_sr12_low,rural,2090,,0.7786622179197888,35.38710275898586, +NAM,mfh_sr12_low,urban,2090,,1.9266948538759705,69.58848831231171, +NAM,mfh_sr21_std,rural,2090,,5.9559509198874485,130.1550537920657, +NAM,mfh_sr21_std,urban,2090,,214.2933190253528,4740.734331410426, +NAM,mfh_sr22_low,rural,2090,,0.18579919601099,6.979782784056025, +NAM,mfh_sr22_low,urban,2090,,1.5422429847459511,44.48876087409935, +NAM,mfh_sr31_std,rural,2090,,2.556443962736755,56.86947300927086, +NAM,mfh_sr31_std,urban,2090,,294.97909541282087,5426.911378365778, +NAM,mfh_sr32_low,rural,2090,,0.078719088036069,2.769302114629541, +NAM,mfh_sr32_low,urban,2090,,1.40792997041465,33.537138010793065, +NAM,sfh_s1,rural,2090,203.33980270417155,311.5688852145421,108173.11186975394,1.7074297538480998 +NAM,sfh_s1,urban,2090,175.05413195701038,411.63738232398384,93514.9612187876,1.2977586254157472 +NAM,sfh_s2,rural,2090,150.10102812483387,128.81169353947212,33935.36212234042,1.7551471402895886 +NAM,sfh_s2,urban,2090,129.1403235187039,614.0037182573234,102889.35937390573,1.2975903048301445 +NAM,sfh_s3,rural,2090,124.75864973611948,51.21402960944828,13541.23909183504,2.119331007956667 +NAM,sfh_s3,urban,2090,107.17596396921276,914.7237053227698,113245.291173925,1.155135205742182 +NAM,sfh_s51_std,urban,2090,185.5903186606859,7050.793629779942,206880.30257850944,0.1580977982637404 +NAM,sfh_s52_low,urban,2090,19.38063764259675,12323.608216318857,321819.31909409247,1.3474298583694737 +NAM,sfh_sr11_std,rural,2090,,797.8760734137406,27846.513230544908, +NAM,sfh_sr11_std,urban,2090,,1102.6943052921931,44200.816129900166, +NAM,sfh_sr12_low,rural,2090,,718.8117925353894,45550.510174834, +NAM,sfh_sr12_low,urban,2090,,343.4934613890676,19627.48002656851, +NAM,sfh_sr21_std,rural,2090,,340.3676177102824,10126.307856974074, +NAM,sfh_sr21_std,urban,2090,,1618.1721466093704,53598.98405131555, +NAM,sfh_sr22_low,rural,2090,,249.4698982341749,12813.833283294203, +NAM,sfh_sr22_low,urban,2090,,376.83192960539486,17271.73516417303, +NAM,sfh_sr31_std,rural,2090,,146.11403627266648,4444.367474249634, +NAM,sfh_sr31_std,urban,2090,,2398.2087518378075,68647.73476635419, +NAM,sfh_sr32_low,rural,2090,,107.08496942138916,5498.493261352155, +NAM,sfh_sr32_low,urban,2090,,441.6989530714959,16982.738790084444, +PAO,mfh_s1,rural,2090,73.51502132384644,4.023851502541544,186.51038477388744,0.6304998469677189 +PAO,mfh_s1,urban,2090,54.0707718976781,91.61716678054609,2413.9790856083155,0.4872973799825156 +PAO,mfh_s2,rural,2090,55.79930206832088,2.635285194527594,85.18449000224103,0.5793008139108262 +PAO,mfh_s2,urban,2090,40.4821273091578,315.8287116243825,6582.163199918047,0.5148179857966049 +PAO,mfh_s3,rural,2090,30.191266332618994,3.116578647291064,64.15078822726825,0.6817773622449078 +PAO,mfh_s3,urban,2090,20.90155846066448,404.0209400455474,5100.416786590984,0.6039807853630167 +PAO,mfh_s51_std,rural,2090,27.008310389537304,0.1139872266435113,0.2488851800699795,0.0808435607863942 +PAO,mfh_s51_std,urban,2090,18.496210272458505,816.7527735069165,4331.693631664364,0.2867374117290117 +PAO,mfh_s52_low,rural,2090,7.92104669082347,0.0006795539669651,0.0001877788839269,0.0348851205573121 +PAO,mfh_s52_low,urban,2090,4.39325274443708,6.341346987498944,8.067206399807617,0.289571263991532 +PAO,mfh_sr11_std,rural,2090,,3.751437661115319,51.9254746387423, +PAO,mfh_sr11_std,urban,2090,,17.398698124835942,243.67318619436253, +PAO,mfh_sr12_low,rural,2090,,0.0107489139574166,0.1382580889472363, +PAO,mfh_sr12_low,urban,2090,,0.0231246901165008,0.276077732823436, +PAO,mfh_sr21_std,rural,2090,,1.6302888546986696,19.27745673392474, +PAO,mfh_sr21_std,urban,2090,,55.0062996381338,589.6042999250232, +PAO,mfh_sr22_low,rural,2090,,0.0030491728140526,0.0300180732850433, +PAO,mfh_sr22_low,urban,2090,,0.0362369071059003,0.3363465861820581, +PAO,mfh_sr31_std,rural,2090,,1.523203666398579,10.11215278241981, +PAO,mfh_sr31_std,urban,2090,,27.841508779461773,180.52333810065423, +PAO,mfh_sr32_low,rural,2090,,0.00058574229184,0.0033377136871406, +PAO,mfh_sr32_low,urban,2090,,0.0029621075575202,0.0188044763050261, +PAO,sfh_s1,rural,2090,181.4146385705439,134.35306883663225,22186.35114061143,0.910261057923806 +PAO,sfh_s1,urban,2090,136.74473589934956,100.29030773900026,7653.176638738291,0.5580487715063355 +PAO,sfh_s2,rural,2090,139.50758480374236,77.65328352969506,9036.450972245517,0.8341425054453181 +PAO,sfh_s2,urban,2090,104.7608864022302,365.3561861320383,21024.63909495998,0.5493042003889524 +PAO,sfh_s3,rural,2090,77.51842152194855,89.08086891269734,5599.853265008528,0.8109373094960365 +PAO,sfh_s3,urban,2090,57.17689824123386,498.8534683823592,14220.633250500508,0.4985690880808481 +PAO,sfh_s51_std,rural,2090,69.77638784345169,114.1951067448074,3013.92164663921,0.3782474245100576 +PAO,sfh_s51_std,urban,2090,51.27286178185185,2396.9027398112803,28998.42324557213,0.2359589279373927 +PAO,sfh_s52_low,rural,2090,20.35462905816778,0.1947455724153881,2.3578858572573966,0.5948288067310243 +PAO,sfh_s52_low,urban,2090,13.45863597731658,53.049849502975874,444.9310223286868,0.6231713585780801 +PAO,sfh_sr11_std,rural,2090,,332.72552358129104,7499.078958701292, +PAO,sfh_sr11_std,urban,2090,,217.09193126988987,3017.906268093654, +PAO,sfh_sr12_low,rural,2090,,71.87680571604369,2099.7894472749167, +PAO,sfh_sr12_low,urban,2090,,7.174256307950998,188.74200636225663, +PAO,sfh_sr21_std,rural,2090,,192.803584016476,3403.6982673333105, +PAO,sfh_sr21_std,urban,2090,,724.5448339169025,8097.082671612513, +PAO,sfh_sr22_low,rural,2090,,24.38492940195729,559.2054098841951, +PAO,sfh_sr22_low,urban,2090,,14.003857922983787,291.9754827534587, +PAO,sfh_sr31_std,rural,2090,,223.77609173427763,2454.6118608847114, +PAO,sfh_sr31_std,urban,2090,,782.7471126437782,4942.086045438464, +PAO,sfh_sr32_low,rural,2090,,8.049593975780969,107.402698798879, +PAO,sfh_sr32_low,urban,2090,,3.85450910131228,46.684720835153975, +PAS,inf_ns,urban,2090,,114.48646146353668,1.2950121106015329, +PAS,mfh_s1,rural,2090,3.788824488523777,164.09214824861002,211.4636929890177,0.3401288917447113 +PAS,mfh_s1,urban,2090,15.771068796603116,50.119464327794645,417.7085364793238,0.5284523139781078 +PAS,mfh_s2,rural,2090,3.788824488523777,209.39679209535475,113.19846669761004,0.1426809631841416 +PAS,mfh_s2,urban,2090,15.771068796603116,212.2031967712964,3336.373737167029,0.996923068532812 +PAS,mfh_s3,rural,2090,3.5278065826042355,158.61386314755123,69.87397137018054,0.1248732797810753 +PAS,mfh_s3,urban,2090,14.734230196024075,377.2660591976657,5054.570389718961,0.90930391858739 +PAS,mfh_s51_std,rural,2090,3.263697227386193,70.45301526651791,2.8794973473707337,0.0125229669775127 +PAS,mfh_s51_std,urban,2090,13.673969600972049,2534.348132248218,6455.185249668273,0.1862721075004814 +PAS,mfh_s52_low,rural,2090,0.5238539257290249,0.0054658771610655,8.775638709506823e-08,3.0648460549355355e-05 +PAS,mfh_s52_low,urban,2090,2.365858489825168,4.376764299270754,10.086279005244103,0.9740675009536712 +PAS,mfh_sr11_std,rural,2090,,1.0680863604246136,63.83986590557414, +PAS,mfh_sr11_std,urban,2090,,2.218150238637872,127.53116763957976, +PAS,mfh_sr21_std,rural,2090,,0.5225686069232287,31.234094056950195, +PAS,mfh_sr21_std,urban,2090,,17.718509266045825,1018.714664245578, +PAS,mfh_sr31_std,rural,2090,,0.3184345093313791,17.799130477272154, +PAS,mfh_sr31_std,urban,2090,,27.832326201201127,1495.8833451798064, +PAS,sfh_s1,rural,2090,9.40514542576685,1240.648948813259,3641.145060802867,0.312049545391541 +PAS,sfh_s1,urban,2090,38.34144069394136,244.7159590403032,4554.179915849785,0.4853773022209324 +PAS,sfh_s2,rural,2090,9.40514542576685,1581.4200999029747,1997.3159233991587,0.1342870071530048 +PAS,sfh_s2,urban,2090,38.34144069394136,1039.2186913241742,36136.99286819422,0.906935983065028 +PAS,sfh_s3,rural,2090,8.791509221524276,1195.2758872215277,1189.7566317603344,0.1132208835989483 +PAS,sfh_s3,urban,2090,35.89226851914735,1802.6563747352875,54392.81270285272,0.8406740858636307 +PAS,sfh_s51_std,rural,2090,8.186710664774559,522.9009673362691,77.819592025295,0.0181785844718981 +PAS,sfh_s51_std,urban,2090,33.42798304087046,11791.68393563693,18683.380585172785,0.0473990303771197 +PAS,sfh_s52_low,rural,2090,1.4316309414460588,0.0379188691276244,7.154542941796333e-05,0.0013179394012051 +PAS,sfh_s52_low,urban,2090,6.252874223065266,392.6594688948992,2400.046554425882,0.9775160529619216 +PAS,sfh_sr11_std,rural,2090,,10.968569350094386,1277.9780072527617, +PAS,sfh_sr11_std,urban,2090,,11.99695297656273,1670.0750748592684, +PAS,sfh_sr21_std,rural,2090,,7.82774580650262,637.1996611911444, +PAS,sfh_sr21_std,urban,2090,,95.20640965781855,13253.51962777833, +PAS,sfh_sr31_std,rural,2090,,5.6927661303862696,349.549662663212, +PAS,sfh_sr31_std,urban,2090,,151.52056204125776,19750.624762633342, +RCPA,inf_ns,urban,2090,,39.71946182150474,597.9180781335396, +RCPA,mfh_s1,rural,2090,6.701041021210691,159.59038076450656,1614.712947148472,1.509893585594795 +RCPA,mfh_s1,urban,2090,5.685688029556295,47.595279987177776,931.03069366378,3.440464541936039 +RCPA,mfh_s2,rural,2090,5.062889502707298,253.4231223647384,1959.4478783090976,1.5271757847382086 +RCPA,mfh_s2,urban,2090,4.278005151455028,149.25004580511202,2236.3454750157307,3.50254012110249 +RCPA,mfh_s3,rural,2090,3.419832883710589,207.7139691837788,1109.4918456419744,1.5619010827938198 +RCPA,mfh_s3,urban,2090,2.8659548627173805,315.6813848886376,3279.075567576402,3.62437483157576 +RCPA,mfh_s51_std,urban,2090,2.6299602604209986,506.9022500820122,5324.919540887177,3.994290475939023 +RCPA,sfh_s1,rural,2090,16.59768545780076,145.00937847442137,3555.0371497178726,1.4770681116136242 +RCPA,sfh_s1,urban,2090,14.192712111139484,6.817010139566383,321.5592726930518,3.323546077745984 +RCPA,sfh_s2,rural,2090,12.538149344958589,220.72480923474035,4113.376110765671,1.4863251715610677 +RCPA,sfh_s2,urban,2090,10.699434644722263,20.822088890555506,747.9009514483275,3.3570588860433785 +RCPA,sfh_s3,rural,2090,8.576730468055716,180.2349178692548,2317.1751316805003,1.498988026304766 +RCPA,sfh_s3,urban,2090,7.2965641518054545,44.30082604624363,1100.1759400976716,3.403548265013993 +RCPA,sfh_s51_std,urban,2090,6.719754826999609,75.2792713881026,1891.549058094114,3.739286782913886 +SAS,inf_ns,urban,2090,,661.7473208790982,6095.177334855926, +SAS,mfh_s1,rural,2090,10.629190919395503,196.73520652457003,769.0506885137369,0.3677669278835039 +SAS,mfh_s1,urban,2090,7.10243524740392,173.99788466918162,262.7498054154911,0.2126136541130821 +SAS,mfh_s2,rural,2090,10.629190919395503,238.7780278719368,921.3607704101314,0.3630238415458732 +SAS,mfh_s2,urban,2090,7.10243524740392,622.5407473621298,844.1176956383487,0.1909096753044546 +SAS,mfh_s3,rural,2090,9.804925353166862,256.4268625897424,910.0864485118656,0.3619718831730062 +SAS,mfh_s3,urban,2090,6.506259014082712,1084.2775713689568,1360.7344936309698,0.192886383797367 +SAS,mfh_s51_std,rural,2090,8.98719042878908,236.54329374710736,746.7663566711359,0.3512773598468601 +SAS,mfh_s51_std,urban,2090,5.921185304384903,13783.729617608573,9806.185735996847,0.1201502605277983 +SAS,mfh_s52_low,rural,2090,0.9781742013454334,6.10730979893588,26.8918990105204,4.501479914497353 +SAS,mfh_s52_low,urban,2090,0.4399614887671711,211.0786342074861,529.0708868146407,5.697114210799029 +SAS,mfh_sr11_std,rural,2090,,5.892436870825256,229.1155178901081, +SAS,mfh_sr11_std,urban,2090,,3.078998860951764,69.55651340363357, +SAS,mfh_sr21_std,rural,2090,,7.0817990943734745,273.3474200976314, +SAS,mfh_sr21_std,urban,2090,,9.95444905801318,216.1685642835148, +SAS,mfh_sr31_std,rural,2090,,7.035847812452812,263.63684137521403, +SAS,mfh_sr31_std,urban,2090,,16.102048467123314,330.2132522153468, +SAS,sfh_s1,rural,2090,27.920219068923384,6223.613427208382,55957.76972097993,0.3220319531518665 +SAS,sfh_s1,urban,2090,19.475961621349654,490.626418278826,1671.6450101488165,0.1749420521526492 +SAS,sfh_s2,rural,2090,27.920219068923384,7552.498028133743,66997.79401711485,0.3177247606206524 +SAS,sfh_s2,urban,2090,19.475961621349654,1755.9517472830912,5341.541570825526,0.1561906833755707 +SAS,sfh_s3,rural,2090,26.009493066659733,8103.545655730791,66166.16556967371,0.3139272360257355 +SAS,sfh_s3,urban,2090,18.098868704137963,3055.3030587198245,8585.760581820397,0.1552648147373844 +SAS,sfh_s51_std,rural,2090,24.19495241487609,7232.548451931323,21889.5877971778,0.1250896736302404 +SAS,sfh_s51_std,urban,2090,16.81882657838885,38920.88639139601,40631.117389868734,0.0620698007168763 +SAS,sfh_s52_low,rural,2090,3.38854677911892,609.8949782403603,3677.57410953352,1.7794790948623251 +SAS,sfh_s52_low,urban,2090,1.9686799182805228,1106.390765371787,5211.555927526953,2.392675206036474 +SAS,sfh_sr11_std,rural,2090,,325.2917730756432,20250.579327483872, +SAS,sfh_sr11_std,urban,2090,,15.840362857951469,581.5550549697327, +SAS,sfh_sr21_std,rural,2090,,393.6670367520144,24205.20973281394, +SAS,sfh_sr21_std,urban,2090,,53.08057675311781,1837.234914142916, +SAS,sfh_sr31_std,rural,2090,,411.542839302412,23622.60802826656, +SAS,sfh_sr31_std,urban,2090,,91.94977778425697,2887.185018863961, +WEU,mfh_s1,rural,2090,80.7214847219604,15.291675767092256,2687.967726343323,2.1776086230913787 +WEU,mfh_s1,urban,2090,75.46094840597016,453.4063445653345,88656.79275516332,2.591207333232892 +WEU,mfh_s2,rural,2090,54.60195225078522,6.258086881093528,773.9386995015266,2.264940535317776 +WEU,mfh_s2,urban,2090,50.90782756658002,585.7873797490932,68761.04534506358,2.3057801445221062 +WEU,mfh_s3,rural,2090,26.101564963582245,6.840542905460531,403.73540094086985,2.261203834894719 +WEU,mfh_s3,urban,2090,24.201483293168184,768.1630546036528,45884.02401521748,2.468119017387847 +WEU,mfh_s51_std,rural,2090,18.62191919237557,0.2765902193533819,9.823125926393937,1.907165821003971 +WEU,mfh_s51_std,urban,2090,17.232515999327646,1180.5624702200464,51393.295311844326,2.526206230602833 +WEU,mfh_s52_low,rural,2090,9.479374668926278,3.970626878580658,71.72789753691086,1.9056771826356644 +WEU,mfh_s52_low,urban,2090,8.760506566901418,4509.271767282392,63783.76343295787,1.614635550623695 +WEU,mfh_sr11_std,rural,2090,,16.610024273199176,664.8313815026607, +WEU,mfh_sr11_std,urban,2090,,333.30653401111687,14747.688770706302, +WEU,mfh_sr12_low,rural,2090,,18.49885534208994,642.2119462788487, +WEU,mfh_sr12_low,urban,2090,,263.1493228748617,9142.128931888838, +WEU,mfh_sr21_std,rural,2090,,6.67074696013428,193.64585210030484, +WEU,mfh_sr21_std,urban,2090,,337.5135796652439,9992.912577503774, +WEU,mfh_sr22_low,rural,2090,,6.035454302026293,137.56247866320282, +WEU,mfh_sr22_low,urban,2090,,204.8796848745987,4837.429821889908, +WEU,mfh_sr31_std,rural,2090,,4.769109049667358,70.3769823137673, +WEU,mfh_sr31_std,urban,2090,,249.97117652468924,3770.77934618328, +WEU,mfh_sr32_low,rural,2090,,2.4866354812640137,28.380946716609632, +WEU,mfh_sr32_low,urban,2090,,96.23572831449304,1144.4250698135672, +WEU,sfh_s1,rural,2090,199.1571575477619,354.79706033809924,206152.76162567156,2.917515855485355 +WEU,sfh_s1,urban,2090,186.929981883403,480.70236931299314,277034.3418628983,3.083034481540581 +WEU,sfh_s2,rural,2090,136.7840900323082,138.76653658209307,54605.37832673424,2.87683587434889 +WEU,sfh_s2,urban,2090,128.21663961744198,540.7854953405999,188760.5718288604,2.722336833246534 +WEU,sfh_s3,rural,2090,66.90839717456522,126.19408615363818,19962.40510011861,2.364249115832357 +WEU,sfh_s3,urban,2090,62.47385740033076,643.136051023262,90407.26840296516,2.2501018197861438 +WEU,sfh_s51_std,rural,2090,47.83149923897789,3.978175521085612,250.647187156921,1.317239971258354 +WEU,sfh_s51_std,urban,2090,44.55263979646592,1516.2989369656111,168102.919613649,2.488381616550704 +WEU,sfh_s52_low,rural,2090,23.2687751503444,172.46947422263565,6826.243942769944,1.7009676020808495 +WEU,sfh_s52_low,urban,2090,21.5589809218736,7445.408003109945,221966.41867692,1.382835579019624 +WEU,sfh_sr11_std,rural,2090,,407.5947474279259,29441.779031764185, +WEU,sfh_sr11_std,urban,2090,,361.3317772505602,29950.37288656279, +WEU,sfh_sr12_low,rural,2090,,1331.4643331401544,101646.67828172658, +WEU,sfh_sr12_low,urban,2090,,811.5364819090519,62620.46542839237, +WEU,sfh_sr21_std,rural,2090,,168.21737124502772,9044.225208424536, +WEU,sfh_sr21_std,urban,2090,,465.2165663218452,23888.607925838267, +WEU,sfh_sr22_low,rural,2090,,480.87431361269154,25126.6852671566, +WEU,sfh_sr22_low,urban,2090,,770.9229238867467,39045.34582487543, +WEU,sfh_sr31_std,rural,2090,,179.69091540254425,4773.372126709803, +WEU,sfh_sr31_std,urban,2090,,538.0481411381268,15028.16995878165, +WEU,sfh_sr32_low,rural,2090,,279.7354720552132,7282.319676075538, +WEU,sfh_sr32_low,urban,2090,,573.9884692292002,14747.495883807418, +AFR,inf_ns,urban,2100,,223.78073956141432,820.0777859398631, +AFR,mfh_s1,rural,2100,3.1013220072466567,55.34295689227613,106.85404736912209,0.622560778781092 +AFR,mfh_s1,urban,2100,4.18368698147431,14.862473099695377,76.04061683389538,1.22291244860922 +AFR,mfh_s2,rural,2100,3.1011186438445857,84.25915527648229,173.72439834050533,0.6648525417502976 +AFR,mfh_s2,urban,2100,4.18368698147431,75.71073323588284,288.3597208391244,0.9103700478253296 +AFR,mfh_s3,rural,2100,2.7852483450518424,99.34388583978507,174.9682919565817,0.6323452840069085 +AFR,mfh_s3,urban,2100,3.790118394145393,171.81526376702004,532.4172728627906,0.8175938516787131 +AFR,mfh_s51_std,rural,2100,2.4944455680602524,326.50168568824506,400.1886389020184,0.4913662189759765 +AFR,mfh_s51_std,urban,2100,3.418475844527482,6428.355566283979,7007.775376600093,0.3188950417314814 +AFR,mfh_s52_low,rural,2100,0.0516494338446167,0.0252121649295262,0.0003789341313512,0.2909966705196662 +AFR,mfh_s52_low,urban,2100,0.0994453850557055,0.5231387319392493,0.0292166090301265,0.5616015527945573 +AFR,mfh_sr11_std,rural,2100,,1.4313379065293024,12.486818710200104, +AFR,mfh_sr11_std,urban,2100,,1.0648993418922763,13.052850404627469, +AFR,mfh_sr21_std,rural,2100,,2.345207216808704,21.157353382421487, +AFR,mfh_sr21_std,urban,2100,,3.927785828714942,46.64706589701869, +AFR,mfh_sr31_std,rural,2100,,2.171771576701752,17.449508182126632, +AFR,mfh_sr31_std,urban,2100,,6.75096006812667,72.15679130719441, +AFR,sfh_s1,rural,2100,9.034579294709577,2046.670912049243,9066.296985233674,0.4903136568349335 +AFR,sfh_s1,urban,2100,11.818416132375573,117.1901647115699,1368.752665305108,0.988267550288521 +AFR,sfh_s2,rural,2100,9.034251626334314,3112.001713383523,14686.762970127613,0.522389063104277 +AFR,sfh_s2,urban,2100,11.818416132375573,604.9013054849762,5202.824307239893,0.7277720308896435 +AFR,sfh_s3,rural,2100,8.348413847590809,3665.319137703781,15212.337775071885,0.4971417030136345 +AFR,sfh_s3,urban,2100,10.950517599152844,1375.4465127016078,9645.56453976569,0.6403970125244297 +AFR,sfh_s51_std,rural,2100,7.802427876164306,12429.313321435267,47235.98102154654,0.4870752259178559 +AFR,sfh_s51_std,urban,2100,10.21436869661869,54327.96404342922,179985.2128082583,0.3243410107800182 +AFR,sfh_s52_low,rural,2100,0.5816583520100288,4.891228353701656,4.629941315212788,1.6273822654624746 +AFR,sfh_s52_low,urban,2100,0.9218978842013382,43.83884129734145,58.1768047487923,1.4394877709019485 +AFR,sfh_sr11_std,rural,2100,,115.30984531746338,2481.7736150268474, +AFR,sfh_sr11_std,urban,2100,,17.597468974247207,477.568628062723, +AFR,sfh_sr21_std,rural,2100,,185.91622028547167,4109.877094343719, +AFR,sfh_sr21_std,urban,2100,,68.90196472845133,1765.6704752276132, +AFR,sfh_sr31_std,rural,2100,,200.4250097439504,4021.6849134287263, +AFR,sfh_sr31_std,urban,2100,,134.76494187812554,3111.422995323328, +CHN,inf_ns,urban,2100,,0.0,0.0, +CHN,mfh_s1,rural,2100,78.77142098402773,1263.5174707873214,108923.47580836256,1.0943885993919489 +CHN,mfh_s1,urban,2100,66.83584295968217,545.6348778814163,30590.01802965377,0.8388188466904333 +CHN,mfh_s2,rural,2100,59.51478272570211,1590.0056485255989,103052.84989832796,1.08902158296519 +CHN,mfh_s2,urban,2100,50.28838708649175,2134.713761266619,90676.30022856168,0.8446687663644931 +CHN,mfh_s3,rural,2100,40.20048451055713,670.1567814011229,29856.676841895594,1.1082398526931665 +CHN,mfh_s3,urban,2100,33.68959185561655,5309.912702410968,153101.51752529273,0.8558474571936873 +CHN,mfh_s51_std,rural,2100,36.97277815159439,0.3465649813358551,14.6463986826787,1.1430470035293077 +CHN,mfh_s51_std,urban,2100,30.91545122454072,15693.23106775892,441631.525187349,0.9102739372866636 +CHN,mfh_s52_low,rural,2100,13.433115933282863,7.450192474206532e-06,0.0003337052370099,3.334408210021148 +CHN,mfh_s52_low,urban,2100,10.72490364996518,73.28732801836027,1595.2568634048223,2.0295900938161124 +CHN,mfh_sr11_std,rural,2100,,539.5793583994711,25018.096003397182, +CHN,mfh_sr11_std,urban,2100,,118.9032122127365,5902.704207407569, +CHN,mfh_sr12_low,rural,2100,,113.59466878215528,3375.670642960013, +CHN,mfh_sr12_low,urban,2100,,4.075870603863397,119.8632638985735, +CHN,mfh_sr21_std,rural,2100,,653.6685853096205,25627.76839894908, +CHN,mfh_sr21_std,urban,2100,,443.6766373261205,17288.09384794275, +CHN,mfh_sr22_low,rural,2100,,93.10498724492804,2524.996222430765, +CHN,mfh_sr22_low,urban,2100,,9.578546482011015,250.8928232858551, +CHN,mfh_sr31_std,rural,2100,,262.89044718856604,8111.781019908802, +CHN,mfh_sr31_std,urban,2100,,954.803053518502,26876.12487385991, +CHN,mfh_sr32_low,rural,2100,,23.634223462449537,494.39245893807134, +CHN,mfh_sr32_low,urban,2100,,9.65187013140625,183.31775122437296, +CHN,sfh_s1,rural,2100,195.1074861978212,1030.975288910964,220654.78290109208,1.0969609211248652 +CHN,sfh_s1,urban,2100,166.83677910237435,75.08820763286641,10670.07374801021,0.8517338086869748 +CHN,sfh_s2,rural,2100,147.3872249529826,1203.1286245691706,194141.57930496903,1.0948299180880523 +CHN,sfh_s2,urban,2100,125.7729460277556,284.2593776702449,30487.185402082134,0.8527373730091704 +CHN,sfh_s3,rural,2100,100.82034182857332,487.8458696082147,54717.9587730938,1.1124976184609996 +CHN,sfh_s3,urban,2100,85.77185615183555,703.3143287391979,51027.85672734113,0.8458883690453585 +CHN,sfh_s51_std,urban,2100,78.99140368064847,2004.6152865479253,127317.23484156808,0.8040375445502314 +CHN,sfh_s52_low,urban,2100,28.7570469183084,258.2625782570462,5136.53781054902,0.6916155051468498 +CHN,sfh_sr11_std,rural,2100,,250.70813877255355,15186.512084065213, +CHN,sfh_sr11_std,urban,2100,,10.894503447560972,738.5937287991648, +CHN,sfh_sr12_low,rural,2100,,439.52939185251984,15461.875859389453, +CHN,sfh_sr12_low,urban,2100,,11.640412163607897,289.7817155399073, +CHN,sfh_sr21_std,rural,2100,,384.8692263409396,19869.83860301662, +CHN,sfh_sr21_std,urban,2100,,50.55846345110999,2961.4525240489925, +CHN,sfh_sr22_low,rural,2100,,384.7258933978436,12043.658660935447, +CHN,sfh_sr22_low,urban,2100,,31.55618636821658,670.2018922038017, +CHN,sfh_sr31_std,rural,2100,,190.40624459682385,8163.84074467844, +CHN,sfh_sr31_std,urban,2100,,142.94527326628327,7310.021140514078, +CHN,sfh_sr32_low,rural,2100,,110.79827019785849,2845.1415426868507, +CHN,sfh_sr32_low,urban,2100,,41.06721062468597,716.2784178686569, +EEU,mfh_s1,rural,2100,64.12436316514965,15.095660622347596,3070.1063980966314,3.171598750751987 +EEU,mfh_s1,urban,2100,63.30299418701474,159.71810013909655,32038.95386246164,3.168837283045602 +EEU,mfh_s2,rural,2100,61.257892110790976,4.794701653991676,889.0728893359372,3.0270091242582056 +EEU,mfh_s2,urban,2100,60.47095129077096,320.58363894382563,61059.36065534687,3.149663064412166 +EEU,mfh_s3,rural,2100,38.19078550746308,2.0690999544838253,279.6857956283426,3.5394057189487613 +EEU,mfh_s3,urban,2100,37.69964925217732,91.7035114916292,10650.68000968438,3.080733004772019 +EEU,mfh_s51_std,rural,2100,28.06765222007525,0.0052807964146922,0.2815658082036985,1.899653551115596 +EEU,mfh_s51_std,urban,2100,27.70756747843088,420.5200523017123,35240.452813944765,3.0245193741088494 +EEU,mfh_s52_low,rural,2100,12.780969209989566,0.0714127183997376,1.4925794749534955,1.635302539968567 +EEU,mfh_s52_low,urban,2100,12.621275813052426,434.0595448881503,8925.289298137424,1.6291824898680898 +EEU,mfh_sr11_std,rural,2100,,70.4128452933277,2179.1027074973795, +EEU,mfh_sr11_std,urban,2100,,127.55407454031575,4010.5422733507344, +EEU,mfh_sr12_low,rural,2100,,1.500462428472193,36.97676200166327, +EEU,mfh_sr12_low,urban,2100,,1.6564731481020711,40.43535380981788, +EEU,mfh_sr21_std,rural,2100,,21.27485540696717,613.7197725292751, +EEU,mfh_sr21_std,urban,2100,,251.95389762153405,7566.180971380402, +EEU,mfh_sr22_low,rural,2100,,0.3878916219081599,9.06859784913044, +EEU,mfh_sr22_low,urban,2100,,2.960479951837322,69.23596145318375, +EEU,mfh_sr31_std,rural,2100,,7.905636551819715,156.90075559964976, +EEU,mfh_sr31_std,urban,2100,,65.85709148683002,1224.969089991188, +EEU,mfh_sr32_low,rural,2100,,0.0503886562255772,0.7718581093145283, +EEU,mfh_sr32_low,urban,2100,,0.2333568920756322,3.374117528686796, +EEU,sfh_s1,rural,2100,155.97355901445528,66.02825152270128,34289.25840214043,3.3294869224875026 +EEU,sfh_s1,urban,2100,154.00125595322768,109.5376079954978,53190.28390704721,3.15315117274666 +EEU,sfh_s2,rural,2100,150.12995088013693,16.986840341557354,8195.125647027904,3.213480501871026 +EEU,sfh_s2,urban,2100,148.2242811575877,184.32923406949425,85713.42125353421,3.1371498151250115 +EEU,sfh_s3,rural,2100,94.0451623485602,8.29828378993159,2768.685977682277,3.5477169070149497 +EEU,sfh_s3,urban,2100,92.84094315572732,69.28586289111453,19730.40037608372,3.0672680044610403 +EEU,sfh_s51_std,rural,2100,68.75647430413314,0.0085860127674079,0.714398468561922,1.210139358482121 +EEU,sfh_s51_std,urban,2100,67.87188465470435,306.5515196312253,63644.677157042766,3.05892413234422 +EEU,sfh_s52_low,rural,2100,28.90919537644194,0.4905681367205078,19.528350229638196,1.3769881869599616 +EEU,sfh_s52_low,urban,2100,28.538979274615865,355.5486301569058,14831.958117684282,1.4617094160826791 +EEU,sfh_sr11_std,rural,2100,,261.0546061710331,18653.06730550369, +EEU,sfh_sr11_std,urban,2100,,61.376829690332976,4561.570641952505, +EEU,sfh_sr12_low,rural,2100,,231.47602709810607,13469.66778267971, +EEU,sfh_sr12_low,urban,2100,,38.12766714585377,2219.2401690137467, +EEU,sfh_sr21_std,rural,2100,,70.14074998567371,4651.925117282875, +EEU,sfh_sr21_std,urban,2100,,106.60658805601103,7580.182380904932, +EEU,sfh_sr22_low,rural,2100,,54.85398784818333,3037.440805356412, +EEU,sfh_sr22_low,urban,2100,,60.27060202075093,3380.0697241874386, +EEU,sfh_sr31_std,rural,2100,,45.59123785374166,2165.175114584436, +EEU,sfh_sr31_std,urban,2100,,52.65344787944458,2318.5359601029727, +EEU,sfh_sr32_low,rural,2100,,16.80537436529252,618.8818373156456, +EEU,sfh_sr32_low,urban,2100,,10.621464075648737,371.3889971559433, +FSU,mfh_s1,rural,2100,78.88906776442855,24.02071480087429,8972.265237711661,4.734775076185518 +FSU,mfh_s1,urban,2100,84.25923175677347,642.4657358061532,252464.9838762647,4.6637330704766935 +FSU,mfh_s2,rural,2100,75.38516636437427,14.180596662712786,4118.377565828194,3.852527587066952 +FSU,mfh_s2,urban,2100,80.50069618939732,1068.7448102473747,393804.0441413412,4.57726984938851 +FSU,mfh_s3,rural,2100,47.82354118521248,7.543871543322083,1500.3988676302422,4.158825631479917 +FSU,mfh_s3,urban,2100,51.3429061897636,591.010287467808,143575.7072031144,4.73157224919075 +FSU,mfh_s51_std,rural,2100,35.65343552191879,14.050105460707965,964.4914126182168,1.9253841700900465 +FSU,mfh_s51_std,urban,2100,38.46677978449432,2843.13440515593,489067.89776637306,4.471836689016659 +FSU,mfh_s52_low,rural,2100,17.04185541223791,0.9727566604534956,80.74087910501315,4.870486952784976 +FSU,mfh_s52_low,urban,2100,18.729894866743734,21.02600209893277,1386.978520124246,3.5219054469222377 +FSU,mfh_sr11_std,rural,2100,,131.8812152708701,6700.729169471466, +FSU,mfh_sr11_std,urban,2100,,55.72516412080408,3308.011118579036, +FSU,mfh_sr12_low,rural,2100,,19.575808134297244,1489.660383903402, +FSU,mfh_sr12_low,urban,2100,,3.767034488979341,294.6411098864661, +FSU,mfh_sr21_std,rural,2100,,78.14668589770588,3033.2150070140538, +FSU,mfh_sr21_std,urban,2100,,92.7954554179146,5179.456622433809, +FSU,mfh_sr22_low,rural,2100,,11.148363226852434,731.1156225856271, +FSU,mfh_sr22_low,urban,2100,,5.893216362504935,438.48870398649103, +FSU,mfh_sr31_std,rural,2100,,42.3224781227262,1256.1560135409825, +FSU,mfh_sr31_std,urban,2100,,52.7708696416663,2017.2775411834136, +FSU,mfh_sr32_low,rural,2100,,3.077764360867434,148.00018249226142, +FSU,mfh_sr32_low,urban,2100,,1.3408836917698874,66.2588545621889, +FSU,sfh_s1,rural,2100,188.56014629449896,81.89128993472288,74648.87178066246,4.834322619545644 +FSU,sfh_s1,urban,2100,200.56128269578684,261.9241408481145,244163.3819648877,4.647912090286975 +FSU,sfh_s2,rural,2100,181.1450399182557,56.21083148834797,40142.85633101479,3.942410245482104 +FSU,sfh_s2,urban,2100,192.48467278925145,547.2234754646172,480431.9464554798,4.561114819175453 +FSU,sfh_s3,rural,2100,114.31898027465358,29.17599584688422,15357.41328172036,4.60441056021542 +FSU,sfh_s3,urban,2100,121.65569464496242,300.5823333605819,172500.39304105824,4.717307584201524 +FSU,sfh_s51_std,rural,2100,84.22718797291225,48.82632949018494,6145.7776655267735,1.4944124115003563 +FSU,sfh_s51_std,urban,2100,89.80459642129672,1560.031503644694,625722.1149084399,4.466317268930786 +FSU,sfh_s52_low,rural,2100,36.6888014199283,22.785661868319792,2955.6006064558646,3.535497826549515 +FSU,sfh_s52_low,urban,2100,39.57967404187526,63.99671783833603,7337.439756705007,2.8967741355137955 +FSU,sfh_sr11_std,rural,2100,,294.78493974257964,31125.09051138939, +FSU,sfh_sr11_std,urban,2100,,15.40089660766552,1822.586591268397, +FSU,sfh_sr12_low,rural,2100,,290.8062837663819,36615.02625771111, +FSU,sfh_sr12_low,urban,2100,,9.599174550250252,1383.077808252382, +FSU,sfh_sr21_std,rural,2100,,203.740349171076,16830.722761617588, +FSU,sfh_sr21_std,urban,2100,,33.007673268822906,3681.438417481513, +FSU,sfh_sr22_low,rural,2100,,199.77840480743,19996.599138708545, +FSU,sfh_sr22_low,urban,2100,,19.215067973027185,2650.278905069791, +FSU,sfh_sr31_std,rural,2100,,144.92527746857115,8910.04918840402, +FSU,sfh_sr31_std,urban,2100,,22.45552516847259,1725.8533804971398, +FSU,sfh_sr32_low,rural,2100,,73.74441956079833,6268.613517708197, +FSU,sfh_sr32_low,urban,2100,,6.645276986285618,673.5887973111041, +LAM,inf_ns,urban,2100,,1.5767136124120922,20.14302917369799, +LAM,mfh_s1,rural,2100,11.734953283073736,4.585706869591102,19.424336375190897,0.3609595488662421 +LAM,mfh_s1,urban,2100,17.39348078174734,36.018825919566666,349.4355111951824,0.557764647105956 +LAM,mfh_s2,rural,2100,10.491773635690206,5.818736213056562,21.22323740684705,0.3476434498000126 +LAM,mfh_s2,urban,2100,15.466880731485482,213.61061439573808,1711.7018377672955,0.5180868284755678 +LAM,mfh_s3,rural,2100,9.5728449345448,2.7780685505266263,11.00897855777542,0.413964447072723 +LAM,mfh_s3,urban,2100,14.056118281582108,307.7081480888368,2181.7893215222057,0.5044387168198771 +LAM,mfh_s51_std,rural,2100,9.44458308208488,0.961359414292846,2.4855395533814706,0.2737487241174667 +LAM,mfh_s51_std,urban,2100,13.85948654446876,1480.505214445221,11908.239277024246,0.5803506430656181 +LAM,mfh_s52_low,rural,2100,0.9356461239424204,5.942150331344466e-05,2.427172591102244e-06,0.0436561468351504 +LAM,mfh_s52_low,urban,2100,1.0431809713333997,0.389766931161023,0.5618058859976297,1.3817250741306275 +LAM,mfh_sr11_std,rural,2100,,0.2962964144964995,5.712943715333921, +LAM,mfh_sr11_std,urban,2100,,3.4190038057864305,75.82632355187063, +LAM,mfh_sr12_low,rural,2100,,0.0001154544460934,0.0010235727003441, +LAM,mfh_sr12_low,urban,2100,,7.820647929636796e-05,0.0006568485741091, +LAM,mfh_sr21_std,rural,2100,,0.33895830952083,5.583970009973148, +LAM,mfh_sr21_std,urban,2100,,15.668757353687663,308.0670140031007, +LAM,mfh_sr22_low,rural,2100,,6.659431651596481e-05,0.0005345689605684, +LAM,mfh_sr22_low,urban,2100,,0.0001669986191374,0.0012693239837703, +LAM,mfh_sr31_std,rural,2100,,0.1851905927419397,2.790189862221984, +LAM,mfh_sr31_std,urban,2100,,19.265277248933497,351.16305541544784, +LAM,mfh_sr32_low,rural,2100,,2.287665668475412e-05,0.00016900567228, +LAM,mfh_sr32_low,urban,2100,,0.0001558599763254,0.0010897086760173, +LAM,sfh_s1,rural,2100,31.56805960282636,767.7616123209618,7804.768711785921,0.3220221578764103 +LAM,sfh_s1,urban,2100,47.84997626684211,405.7117653967496,9202.931511352992,0.4740529583179992 +LAM,sfh_s2,rural,2100,28.527433433741454,973.2560936180752,8546.263683497255,0.3078126445065772 +LAM,sfh_s2,urban,2100,43.14312953577765,2394.781991860036,44863.56580296572,0.4342263360844955 +LAM,sfh_s3,rural,2100,26.46929394030581,459.72211965669374,4476.966454061619,0.3679138042216067 +LAM,sfh_s3,urban,2100,40.01185699522313,3438.658402570983,57408.03260376898,0.4172486312864645 +LAM,sfh_s51_std,rural,2100,26.185180601839782,171.23597331256957,1452.4811584176168,0.3239365310604351 +LAM,sfh_s51_std,urban,2100,39.58077395502615,18446.9552814298,381016.18989367166,0.5218365001497872 +LAM,sfh_s52_low,rural,2100,4.006725816071103,0.220448840659416,0.4110972607249236,0.465422247964301 +LAM,sfh_s52_low,urban,2100,5.48322773892528,613.0913840523673,4395.994361595694,1.3076623798022884 +LAM,sfh_sr11_std,rural,2100,,96.4309089959708,3078.6877041630823, +LAM,sfh_sr11_std,urban,2100,,96.81905084984432,4051.504817184219, +LAM,sfh_sr12_low,rural,2100,,6.469913717832609,121.82360362681275, +LAM,sfh_sr12_low,urban,2100,,5.051749839783757,82.33507748851925, +LAM,sfh_sr21_std,rural,2100,,119.09625030923918,3482.886013591496, +LAM,sfh_sr21_std,urban,2100,,538.167758552728,19707.43258002941, +LAM,sfh_sr22_low,rural,2100,,5.804351596604176,104.81000137851412, +LAM,sfh_sr22_low,urban,2100,,18.005189293727025,279.06506943543394, +LAM,sfh_sr31_std,rural,2100,,65.8402324341494,1925.644227124018, +LAM,sfh_sr31_std,urban,2100,,749.6578086858763,25574.891004546866, +LAM,sfh_sr32_low,rural,2100,,2.900484461327037,50.121741023234186, +LAM,sfh_sr32_low,urban,2100,,19.95662145554835,301.52000353891884, +MEA,inf_ns,urban,2100,,84.33874270822906,2728.73509047628, +MEA,mfh_s1,rural,2100,29.764723740932496,60.120410563526775,868.4092994232171,0.4852892507495094 +MEA,mfh_s1,urban,2100,38.65301809789404,27.92622214204573,655.6043241478881,0.6073600343183204 +MEA,mfh_s2,rural,2100,26.69162714162626,76.46706882818935,1003.7494828857416,0.4917856386341113 +MEA,mfh_s2,urban,2100,34.7132282678955,133.97711552324202,2668.614381441112,0.5737995385331464 +MEA,mfh_s3,rural,2100,22.057479154314716,64.64548272346651,691.4080515271709,0.4848868121181097 +MEA,mfh_s3,urban,2100,28.76645607181196,218.8480537284271,3624.4868683948794,0.5757281708427356 +MEA,mfh_s51_std,rural,2100,20.72829785808926,87.53040914591213,1173.2193260869697,0.6466311310117718 +MEA,mfh_s51_std,urban,2100,27.0854826939562,2509.328660250394,44545.60364853001,0.6554064665340443 +MEA,mfh_s52_low,rural,2100,2.67036486960113,0.1587730293661274,1.303791594270065,3.0751113035722284 +MEA,mfh_s52_low,urban,2100,4.028545653973641,26.15595188865485,194.4571307732573,1.8454617740487504 +MEA,mfh_sr11_std,rural,2100,,12.548184525380137,307.2505617746789, +MEA,mfh_sr11_std,urban,2100,,7.8329997493712336,250.6652630065309, +MEA,mfh_sr12_low,rural,2100,,0.2988739261645505,3.703368874391279, +MEA,mfh_sr12_low,urban,2100,,0.1442251920642987,1.7596426253236264, +MEA,mfh_sr21_std,rural,2100,,15.222673892048348,346.923632638916, +MEA,mfh_sr21_std,urban,2100,,32.572437488959345,1025.3898206875815, +MEA,mfh_sr22_low,rural,2100,,0.2469304759240536,2.798594272471404, +MEA,mfh_sr22_low,urban,2100,,0.4236070928056584,4.738355655412101, +MEA,mfh_sr31_std,rural,2100,,10.73360139790474,224.6686243580212, +MEA,mfh_sr31_std,urban,2100,,45.82557598984046,1357.5353370469124, +MEA,mfh_sr32_low,rural,2100,,0.0882797339493953,0.8534309096901348, +MEA,mfh_sr32_low,urban,2100,,0.2818820535272092,2.6905271203921592, +MEA,sfh_s1,rural,2100,75.85670326891506,820.5240156540016,29149.53454117536,0.468323944731299 +MEA,sfh_s1,urban,2100,97.3101139918426,177.57369578720653,10569.60714478292,0.6116771126688827 +MEA,sfh_s2,rural,2100,69.4736343700237,1025.895224591941,33972.12673992622,0.4766501222153947 +MEA,sfh_s2,urban,2100,88.92246856974509,862.4480144035289,43401.871127631865,0.5659316930956833 +MEA,sfh_s3,rural,2100,60.03501647189002,844.277720656426,23561.685498731287,0.4648538065539709 +MEA,sfh_s3,urban,2100,76.45601740237107,1395.2766271791843,59381.195117405616,0.5566432447003465 +MEA,sfh_s51_std,rural,2100,57.0425754730092,1296.3745369979997,36432.63661861592,0.492675520733234 +MEA,sfh_s51_std,urban,2100,72.62967157285844,16026.27491153678,454871.7719268865,0.3907889886280341 +MEA,sfh_s52_low,rural,2100,9.814977908264838,70.83418893908848,1264.910299092567,1.8193970102870936 +MEA,sfh_s52_low,urban,2100,13.379005774112764,2938.292943510637,37176.31695454153,0.9456870214529084 +MEA,sfh_sr11_std,rural,2100,,263.16796937668914,8751.466119490427, +MEA,sfh_sr11_std,urban,2100,,71.82010583872881,2995.6074152852743, +MEA,sfh_sr12_low,rural,2100,,53.985509407110165,1074.294084113068, +MEA,sfh_sr12_low,urban,2100,,19.151925059989928,439.0359148628854, +MEA,sfh_sr21_std,rural,2100,,349.916602780009,10909.202071013167, +MEA,sfh_sr21_std,urban,2100,,304.5773810024717,12305.380968721392, +MEA,sfh_sr22_low,rural,2100,,57.62530345685853,1093.5610264227296, +MEA,sfh_sr22_low,urban,2100,,81.87776758248664,1784.3808215773877, +MEA,sfh_sr31_std,rural,2100,,296.3569631809317,8330.153455979855, +MEA,sfh_sr31_std,urban,2100,,466.6936783823217,17770.141146321585, +MEA,sfh_sr32_low,rural,2100,,36.02008760279234,637.1536949764569, +MEA,sfh_sr32_low,urban,2100,,119.80794186926882,2345.135107700978, +NAM,mfh_s1,rural,2100,82.69639826712788,5.212110056450896,457.4634659040777,1.061344182295398 +NAM,mfh_s1,urban,2100,70.52964270766337,126.2130659848006,6569.052758690451,0.7379496809047869 +NAM,mfh_s2,rural,2100,60.17283600220628,2.602985198064733,161.4259937867635,1.0306264631924014 +NAM,mfh_s2,urban,2100,51.05353564869867,214.47214838569843,8807.690736936402,0.8043875326371671 +NAM,mfh_s3,rural,2100,49.70921108471192,0.9662697510973048,57.61246663456468,1.199447420225126 +NAM,mfh_s3,urban,2100,41.99876647144607,277.1799538041702,9621.422820807154,0.8264963639977462 +NAM,mfh_s51_std,urban,2100,73.5945725250397,3261.2292383467943,166966.79151917255,0.6956695388045158 +NAM,mfh_s52_low,urban,2100,7.937554654338519,271.9677155047321,5106.891240360945,2.3656610915577123 +NAM,mfh_sr11_std,rural,2100,,13.851676931864532,333.95124085202235, +NAM,mfh_sr11_std,urban,2100,,158.948490423982,4007.6466855021945, +NAM,mfh_sr12_low,rural,2100,,0.6496135265180947,28.008026699112257, +NAM,mfh_sr12_low,urban,2100,,1.7641903471049167,60.23612798362095, +NAM,mfh_sr21_std,rural,2100,,5.459907596767869,111.1144874626032, +NAM,mfh_sr21_std,urban,2100,,219.8181995065752,4566.601734858775, +NAM,mfh_sr22_low,rural,2100,,0.1648929391309909,5.868545333703548, +NAM,mfh_sr22_low,urban,2100,,1.5382931578967256,41.81252768310442, +NAM,mfh_sr31_std,rural,2100,,2.0488603268331267,42.730969628274686, +NAM,mfh_sr31_std,urban,2100,,262.6297688269294,4531.952019019235, +NAM,mfh_sr32_low,rural,2100,,0.061585162612536,2.050131651584784, +NAM,mfh_sr32_low,urban,2100,,1.2173687374605917,27.22530192118913, +NAM,sfh_s1,rural,2100,203.33980270417155,204.40902606104504,68994.5576916786,1.659939914614629 +NAM,sfh_s1,urban,2100,175.05413195701038,315.0828909375963,67699.97209376849,1.2274146480259875 +NAM,sfh_s2,rural,2100,150.10102812483387,90.08100506518102,23124.909442687745,1.7102639859766613 +NAM,sfh_s2,urban,2100,129.1403235187039,508.6689766349214,80677.07965656,1.2281546251327256 +NAM,sfh_s3,rural,2100,124.75864973611948,31.487500689726904,8046.648826078992,2.0483595565049395 +NAM,sfh_s3,urban,2100,107.17596396921276,665.5864148332703,76017.0744439729,1.0656370316123316 +NAM,sfh_s51_std,urban,2100,185.5903186606859,7432.252024190477,193974.9948560163,0.1406274182171211 +NAM,sfh_s52_low,urban,2100,19.38063764259675,13073.640378564662,324215.48707620834,1.279585058173044 +NAM,sfh_sr11_std,rural,2100,,680.5597931493095,22447.793299683846, +NAM,sfh_sr11_std,urban,2100,,1035.024847541304,39028.167678477264, +NAM,sfh_sr12_low,rural,2100,,603.3482473767626,36275.14790045927, +NAM,sfh_sr12_low,urban,2100,,315.14712509682835,17076.510396563874, +NAM,sfh_sr21_std,rural,2100,,308.9943838974004,8668.144462157052, +NAM,sfh_sr21_std,urban,2100,,1647.7783092222328,51163.06870877431, +NAM,sfh_sr22_low,rural,2100,,222.1037888080457,10833.896260913309, +NAM,sfh_sr22_low,urban,2100,,373.0077124480806,16227.757613951791, +NAM,sfh_sr31_std,rural,2100,,116.76090214457342,3349.209697583006, +NAM,sfh_sr31_std,urban,2100,,2098.793697917165,56298.27676874844, +NAM,sfh_sr32_low,rural,2100,,84.03663879300517,4098.757605898315, +NAM,sfh_sr32_low,urban,2100,,375.6238967423508,13703.477060513454, +PAO,mfh_s1,rural,2100,73.51502132384644,3.156987471133711,137.91888429252475,0.5942576611430711 +PAO,mfh_s1,urban,2100,54.0707718976781,88.8357509547719,2237.614145983336,0.4658379345910612 +PAO,mfh_s2,rural,2100,55.79930206832088,2.049330815920356,61.75159828460954,0.540016917154935 +PAO,mfh_s2,urban,2100,40.4821273091578,297.5344626682662,5914.178314044785,0.4910139286102645 +PAO,mfh_s3,rural,2100,30.191266332618994,2.3612576432352688,45.15200448897304,0.63336247527938 +PAO,mfh_s3,urban,2100,20.90155846066448,371.1036270734043,4532.985637357255,0.584400360007614 +PAO,mfh_s51_std,rural,2100,27.008310389537304,0.0933745702137185,0.1986993522699067,0.0787898764528284 +PAO,mfh_s51_std,urban,2100,18.496210272458505,807.1626437714945,4055.633914292832,0.2716532704712697 +PAO,mfh_s52_low,rural,2100,7.92104669082347,0.0005568321665158,0.0001523168385822,0.0345335343471219 +PAO,mfh_s52_low,urban,2100,4.39325274443708,6.316125054293675,7.580811707711347,0.2731988083231497 +PAO,mfh_sr11_std,rural,2100,,3.3553948952416737,43.03842327041068, +PAO,mfh_sr11_std,urban,2100,,18.453323472841927,242.8921955853945, +PAO,mfh_sr12_low,rural,2100,,0.0092936776947967,0.1128032861351675, +PAO,mfh_sr12_low,urban,2100,,0.0246801089961134,0.2768432694143285, +PAO,mfh_sr21_std,rural,2100,,1.4343738661119636,15.690620505411475, +PAO,mfh_sr21_std,urban,2100,,57.57688224608136,579.4746822133309, +PAO,mfh_sr22_low,rural,2100,,0.0026016055199607,0.0241400999579664, +PAO,mfh_sr22_low,urban,2100,,0.0395845951795246,0.3430537417815577, +PAO,mfh_sr31_std,rural,2100,,1.3179453665185847,8.194751643855255, +PAO,mfh_sr31_std,urban,2100,,30.08139122601156,181.6758316245755, +PAO,mfh_sr32_low,rural,2100,,0.000535739484269,0.0028514676940533, +PAO,mfh_sr32_low,urban,2100,,0.0035330580237688,0.0211354962030281, +PAO,sfh_s1,rural,2100,181.4146385705439,99.59271485377664,16359.195034611688,0.9054449086080286 +PAO,sfh_s1,urban,2100,136.74473589934956,88.14869487302455,6628.179940626227,0.5498798261861138 +PAO,sfh_s2,rural,2100,139.50758480374236,56.375665656979535,6487.844552744584,0.8249182897839789 +PAO,sfh_s2,urban,2100,104.7608864022302,311.1412878262015,17625.958847622165,0.5407492707852993 +PAO,sfh_s3,rural,2100,77.51842152194855,62.46343115051392,3886.3708758141943,0.8026264833585168 +PAO,sfh_s3,urban,2100,57.17689824123386,415.208638571994,11577.344048531242,0.4876654266909429 +PAO,sfh_s51_std,rural,2100,69.77638784345169,90.5477173281372,2294.945306622707,0.3632338802915006 +PAO,sfh_s51_std,urban,2100,51.27286178185185,2369.904645752491,27228.81105066956,0.2240836901729037 +PAO,sfh_s52_low,rural,2100,20.35462905816778,0.1554644667437292,1.8314987323390848,0.578778365041502 +PAO,sfh_s52_low,urban,2100,13.45863597731658,51.42863216273455,414.6785578491656,0.5991086074277042 +PAO,sfh_sr11_std,rural,2100,,291.8686647006474,6159.653691728343, +PAO,sfh_sr11_std,urban,2100,,224.0633036131269,2924.11122506721, +PAO,sfh_sr12_low,rural,2100,,61.43389293380989,1697.8557593301691, +PAO,sfh_sr12_low,urban,2100,,7.209303128021405,179.32600337688885, +PAO,sfh_sr21_std,rural,2100,,164.94662792302134,2720.485090061264, +PAO,sfh_sr21_std,urban,2100,,732.2773755364849,7653.611375181253, +PAO,sfh_sr22_low,rural,2100,,20.2678995149512,439.6432917313999, +PAO,sfh_sr22_low,urban,2100,,13.69440333739308,269.66158047014966, +PAO,sfh_sr31_std,rural,2100,,186.3529143427155,1899.4817179700024, +PAO,sfh_sr31_std,urban,2100,,775.2633025837424,4552.175048216861, +PAO,sfh_sr32_low,rural,2100,,6.478169594598607,81.71820722188936, +PAO,sfh_sr32_low,urban,2100,,3.672927155430074,41.911566479090325, +PAS,inf_ns,urban,2100,,84.79676709406961,0.3465798989445766, +PAS,mfh_s1,rural,2100,3.788824488523777,149.04914776044302,140.40395350325912,0.2486253182191956 +PAS,mfh_s1,urban,2100,15.771068796603116,50.80680316089348,367.47764473770815,0.4586146552050619 +PAS,mfh_s2,rural,2100,3.788824488523777,190.5317982621393,77.89756338393114,0.1079075716133568 +PAS,mfh_s2,urban,2100,15.771068796603116,213.24536465937268,2927.2310729918663,0.8703947859598731 +PAS,mfh_s3,rural,2100,3.5278065826042355,142.78695579005014,47.78904820769708,0.0948713499136702 +PAS,mfh_s3,urban,2100,14.734230196024075,373.0218277361173,4326.8320898067495,0.787242162433023 +PAS,mfh_s51_std,rural,2100,3.263697227386193,60.06964418456317,2.48824602428772,0.0126919512949213 +PAS,mfh_s51_std,urban,2100,13.673969600972049,2565.0448776284466,5685.839727328642,0.1621082194635407 +PAS,mfh_s52_low,rural,2100,0.5238539257290249,0.0045741735080256,6.982216283709642e-08,2.913871934121178e-05 +PAS,mfh_s52_low,urban,2100,2.365858489825168,3.740106125852289,8.02325365693607,0.9067296822297408 +PAS,mfh_sr11_std,rural,2100,,0.8713582955186044,52.076982910707386, +PAS,mfh_sr11_std,urban,2100,,2.451554730125657,140.93793956509845, +PAS,mfh_sr21_std,rural,2100,,0.4260859699568722,25.465152413905653, +PAS,mfh_sr21_std,urban,2100,,19.53024556485055,1122.7783476013185, +PAS,mfh_sr31_std,rural,2100,,0.2545412004813793,14.22589605571715, +PAS,mfh_sr31_std,urban,2100,,30.18079689945709,1621.950660283159, +PAS,sfh_s1,rural,2100,9.40514542576685,1122.412999378812,2410.38280916456,0.2283325454726759 +PAS,sfh_s1,urban,2100,38.34144069394136,248.1391885791412,3995.949455365081,0.4200066830477914 +PAS,sfh_s2,rural,2100,9.40514542576685,1433.4204460126855,1360.766454986342,0.1009356268901869 +PAS,sfh_s2,urban,2100,38.34144069394136,1045.8950200019174,31655.552553739188,0.7893931907263966 +PAS,sfh_s3,rural,2100,8.791509221524276,1078.181492677346,818.7917833970473,0.0863809880102455 +PAS,sfh_s3,urban,2100,35.89226851914735,1792.9140781288131,46684.33540040232,0.7254555290870389 +PAS,sfh_s51_std,rural,2100,8.186710664774559,448.9234065868303,67.68178856177909,0.0184157807258449 +PAS,sfh_s51_std,urban,2100,33.42798304087046,11981.755435273768,17636.626699717173,0.0440336715542239 +PAS,sfh_s52_low,rural,2100,1.4316309414460588,0.031938548800531,5.709436104153209e-05,0.0012486679417341 +PAS,sfh_s52_low,urban,2100,6.252874223065266,337.5965679122733,1941.424819280757,0.91969295901163 +PAS,sfh_sr11_std,rural,2100,,10.751521116037669,1029.1484169612083, +PAS,sfh_sr11_std,urban,2100,,12.97629120259254,1806.3544641404133, +PAS,sfh_sr21_std,rural,2100,,9.398089088963332,515.815779725123, +PAS,sfh_sr21_std,urban,2100,,102.81080846742304,14311.698153905689, +PAS,sfh_sr31_std,rural,2100,,4.954975496504236,276.74940312145026, +PAS,sfh_sr31_std,urban,2100,,161.31575221355217,21026.675931697024, +RCPA,inf_ns,urban,2100,,2.7440827685136577,589.9736209061839, +RCPA,mfh_s1,rural,2100,6.701041021210691,114.87103655065158,1162.24893778061,1.5098935900951471 +RCPA,mfh_s1,urban,2100,5.685688029556295,46.980438741262525,916.9825675871898,3.432898672884097 +RCPA,mfh_s2,rural,2100,5.062889502707298,182.40922175979145,1410.3739251112622,1.5271757900461334 +RCPA,mfh_s2,urban,2100,4.278005151455028,147.32080892084647,2202.581980762416,3.494835060206935 +RCPA,mfh_s3,rural,2100,3.419832883710589,149.3914753330071,797.9657048920261,1.5619010841626415 +RCPA,mfh_s3,urban,2100,2.8659548627173805,311.2882272230765,3226.3258246056457,3.616397680410493 +RCPA,mfh_s51_std,urban,2100,2.6299602604209986,478.5989870141619,4674.961142641664,3.714129517394868 +RCPA,sfh_s1,rural,2100,16.59768545780076,105.36866888204356,2583.2089858511927,1.477068100635205 +RCPA,sfh_s1,urban,2100,14.192712111139484,6.766833328754617,318.66542505427,3.3180587561413715 +RCPA,sfh_s2,rural,2100,12.538149344958589,160.37949334757153,2988.79487720586,1.4863251772396668 +RCPA,sfh_s2,urban,2100,10.699434644722263,20.66791740127408,741.1373712330908,3.351514982865423 +RCPA,sfh_s3,rural,2100,8.576730468055716,130.69259929064387,1680.2384451274831,1.4989880123826984 +RCPA,sfh_s3,urban,2100,7.2965641518054545,43.86055361614253,1087.4427905268135,3.3979259021139097 +RCPA,sfh_s51_std,urban,2100,6.719754826999609,70.9830674943699,1658.6588162653654,3.477353724017668 +SAS,inf_ns,urban,2100,,219.0717503228101,3982.370241542808, +SAS,mfh_s1,rural,2100,10.629190919395503,180.9845241034677,673.9741553636219,0.3503495751144012 +SAS,mfh_s1,urban,2100,7.10243524740392,174.58640084765196,236.16171900730308,0.1904547490642271 +SAS,mfh_s2,rural,2100,10.629190919395503,215.08432042385408,790.5893389541371,0.3458135404027216 +SAS,mfh_s2,urban,2100,7.10243524740392,610.6736551294554,742.6208141599864,0.1712184849598789 +SAS,mfh_s3,rural,2100,9.804925353166862,221.52730692846404,746.2083118103349,0.343548868647124 +SAS,mfh_s3,urban,2100,6.506259014082712,1016.755336807966,1138.4869891442702,0.1720997591707007 +SAS,mfh_s51_std,rural,2100,8.98719042878908,198.9829106137485,662.718958205776,0.3705865655496295 +SAS,mfh_s51_std,urban,2100,5.921185304384903,14746.645089037796,10444.56950921532,0.1196158315549279 +SAS,mfh_s52_low,rural,2100,0.9781742013454334,5.484376620663119,22.75527554283254,4.241687051955045 +SAS,mfh_s52_low,urban,2100,0.4399614887671711,246.14062378078296,577.2928006983738,5.330871103006046 +SAS,mfh_sr11_std,rural,2100,,6.735498107244463,251.80232538761527, +SAS,mfh_sr11_std,urban,2100,,3.604407165185896,77.83682733375969, +SAS,mfh_sr21_std,rural,2100,,7.920783087882945,294.20250482619105, +SAS,mfh_sr21_std,urban,2100,,11.42841097117687,237.0205663261375, +SAS,mfh_sr31_std,rural,2100,,7.399996975956991,271.83963357981827, +SAS,mfh_sr31_std,urban,2100,,17.867415382953872,346.7528633938293, +SAS,sfh_s1,rural,2100,27.920219068923384,5714.9554806407305,48968.43566696353,0.3068912861170036 +SAS,sfh_s1,urban,2100,19.475961621349654,491.8373780461742,1491.268508594755,0.1556809260119412 +SAS,sfh_s2,rural,2100,27.920219068923384,6790.215883143985,57397.21959351,0.3027529972548562 +SAS,sfh_s2,urban,2100,19.475961621349654,1720.8301071171106,4660.139354573214,0.1390471200028151 +SAS,sfh_s3,rural,2100,26.009493066659733,6979.66216781219,54028.19611899827,0.2976145624479322 +SAS,sfh_s3,urban,2100,18.098868704137963,2862.0651012066355,7110.988598670876,0.1372773998580432 +SAS,sfh_s51_std,rural,2100,24.19495241487609,6063.807481340128,19228.42176888946,0.1310609956347921 +SAS,sfh_s51_std,urban,2100,16.81882657838885,41597.98546486736,43396.27336895529,0.0620275239317924 +SAS,sfh_s52_low,rural,2100,3.38854677911892,544.5549539386975,3102.4947807574245,1.681341221878319 +SAS,sfh_s52_low,urban,2100,1.9686799182805228,1283.658804369477,5574.541089652932,2.205892813513312 +SAS,sfh_sr11_std,rural,2100,,352.13689260693747,21924.1120018172, +SAS,sfh_sr11_std,urban,2100,,17.815396309901203,642.7140296956757, +SAS,sfh_sr21_std,rural,2100,,417.2868023228356,25660.62934227482, +SAS,sfh_sr21_std,urban,2100,,58.47628573104368,1987.77527872836, +SAS,sfh_sr31_std,rural,2100,,419.2454398471789,24002.224531390497, +SAS,sfh_sr31_std,urban,2100,,97.11310673953233,2986.66443257536, +WEU,mfh_s1,rural,2100,80.7214847219604,11.19753633794056,1859.9218414984905,2.057704809460862 +WEU,mfh_s1,urban,2100,75.46094840597016,387.5437546835408,73029.92139275341,2.4972259048964496 +WEU,mfh_s2,rural,2100,54.60195225078522,4.994237791128829,570.3845681368297,2.0916565727616945 +WEU,mfh_s2,urban,2100,50.90782756658002,543.5357676930946,60306.628172472505,2.1794773216238448 +WEU,mfh_s3,rural,2100,26.101564963582245,5.20391156583402,283.2764860116734,2.0855186206702867 +WEU,mfh_s3,urban,2100,24.201483293168184,661.8515835174953,37587.99460669761,2.3466404860068057 +WEU,mfh_s51_std,rural,2100,18.62191919237557,0.2312578464235702,8.029700576689574,1.8645689003924637 +WEU,mfh_s51_std,urban,2100,17.232515999327646,1206.2583248796084,52191.702469159536,2.510801905559038 +WEU,mfh_s52_low,rural,2100,9.479374668926278,3.307212602423961,59.49115183946328,1.897625791696765 +WEU,mfh_s52_low,urban,2100,8.760506566901418,4620.581001281836,63773.56024815148,1.5754871132190102 +WEU,mfh_sr11_std,rural,2100,,15.37182423947487,569.8772028205696, +WEU,mfh_sr11_std,urban,2100,,333.93015142567026,13710.386586276298, +WEU,mfh_sr12_low,rural,2100,,16.790969014552864,547.7660430315635, +WEU,mfh_sr12_low,urban,2100,,258.121445933169,8450.000188169968, +WEU,mfh_sr21_std,rural,2100,,6.524060070923544,176.43764125730115, +WEU,mfh_sr21_std,urban,2100,,360.8486603226739,10014.08896039564, +WEU,mfh_sr22_low,rural,2100,,5.810578857513653,124.91830231207574, +WEU,mfh_sr22_low,urban,2100,,217.390545302592,4830.404304812885, +WEU,mfh_sr31_std,rural,2100,,4.378006455595207,60.73532049139468, +WEU,mfh_sr31_std,urban,2100,,255.44032395768903,3607.953673847324, +WEU,mfh_sr32_low,rural,2100,,2.276314417684711,24.53112238016303, +WEU,mfh_sr32_low,urban,2100,,98.87357780111172,1101.525947179652, +WEU,sfh_s1,rural,2100,199.1571575477619,246.15551538229764,141333.67948414432,2.882970345774317 +WEU,sfh_s1,urban,2100,186.929981883403,403.7808276180356,230796.6242608213,3.057769853140658 +WEU,sfh_s2,rural,2100,136.7840900323082,102.84960387818369,39774.46977096557,2.827262871100213 +WEU,sfh_s2,urban,2100,128.21663961744198,482.1867999537566,167376.32912606292,2.707287207150465 +WEU,sfh_s3,rural,2100,66.90839717456522,86.9079727706373,13364.877254899657,2.298395319670028 +WEU,sfh_s3,urban,2100,62.47385740033076,528.7615831100993,73191.95430985365,2.2156702546360734 +WEU,sfh_s51_std,rural,2100,47.83149923897789,3.349445733341136,202.36353280822888,1.2631220396897904 +WEU,sfh_s51_std,urban,2100,44.55263979646592,1552.7428290667217,171539.49377434383,2.47965436970396 +WEU,sfh_s52_low,rural,2100,23.2687751503444,143.65383536573526,5545.821310771973,1.6591097813550633 +WEU,sfh_s52_low,urban,2100,21.5589809218736,7624.754696763919,214047.86652954947,1.3021373587230698 +WEU,sfh_sr11_std,rural,2100,,366.66212006264016,25004.95842021568, +WEU,sfh_sr11_std,urban,2100,,355.2671179461863,27611.55907127233, +WEU,sfh_sr12_low,rural,2100,,1188.5571989268635,85937.57415651249, +WEU,sfh_sr12_low,urban,2100,,783.8498744313871,57066.79978831479, +WEU,sfh_sr21_std,rural,2100,,161.4074797656621,8141.854166250225, +WEU,sfh_sr21_std,urban,2100,,489.71000365181135,23495.634562751977, +WEU,sfh_sr22_low,rural,2100,,455.659098642683,22490.663036094367, +WEU,sfh_sr22_low,urban,2100,,794.9390205813434,37910.14108644067, +WEU,sfh_sr31_std,rural,2100,,160.0757730304115,3974.176039069105, +WEU,sfh_sr31_std,urban,2100,,525.7854036911008,13526.257857472625, +WEU,sfh_sr32_low,rural,2100,,245.65828408028645,6035.640584250784, +WEU,sfh_sr32_low,urban,2100,,545.9501048678885,13134.88793914933, diff --git a/message_ix_models/data/buildings/rc_sector_fractions_SSP1.csv b/message_ix_models/data/buildings/rc_sector_fractions_SSP1.csv new file mode 100644 index 0000000000..dfe0834f48 --- /dev/null +++ b/message_ix_models/data/buildings/rc_sector_fractions_SSP1.csv @@ -0,0 +1,127 @@ +# METADATA: Residential/Commercial shares of the calibrated buildings component in aggregate rc_spec/rc_therm +# Sources: WP - RC demands/Output/ssp_baseline/rc_calibrated_GWa_SSP1.csv, _staging/rc_demands/SSP_SSP1_v6.5_CID__baseline__rc_{spec,therm}.csv +# Formula: frac_resid_X = resid_X_GWa / rc_aggregate_GWa; frac_comm_X = comm_X_GWa / rc_aggregate_GWa +# Scope: cooling = resid_cool_electr + comm_cool_electr; heating = resid_heat_* + comm_heat_* (excludes cooking and hotwater) +# Years: from first nonzero buildings component to 2100 +# Generated: 2026-05-04 +node,year,frac_resid_cool,frac_comm_cool,frac_resid_heat,frac_comm_heat +R12_AFR,2020,0.007782808780424327,0.0,0.04769824667558288,1.6659159291645623e-05 +R12_AFR,2025,0.025671881723488763,0.0,0.04534517763951836,0.0 +R12_AFR,2030,0.09549866666496022,0.008659664326623325,0.04809427541920306,0.0001342180834683191 +R12_AFR,2040,0.2298555132664042,0.027662325186322903,0.040254438834007186,0.0003119536790286862 +R12_AFR,2050,0.31212424959633966,0.04878232298079764,0.02796250536410729,0.00041896104376801854 +R12_AFR,2060,0.3093926402558951,0.11691995612003933,0.023499778089225525,0.0005900316432444747 +R12_AFR,2070,0.2452082614920298,0.2510756016698857,0.01751339183649581,0.0006990067094659676 +R12_AFR,2080,0.19500356144502873,0.34544201451201106,0.013813704472529435,0.0007284811543037793 +R12_AFR,2090,0.1617324808366807,0.3829367780890528,0.011843706489286527,0.000717577323608562 +R12_AFR,2100,0.1375701797731506,0.36150071706329673,0.009894969973132554,0.0006438283306614951 +R12_CHN,2020,0.13612578085205387,0.20890321220167937,0.33087941877040045,0.09652961916155509 +R12_CHN,2025,0.16559151333414737,0.15789552339973453,0.30973679752787536,0.06508733569462649 +R12_CHN,2030,0.16118562975280765,0.17258087065461594,0.25669595218820374,0.06616363474352656 +R12_CHN,2040,0.13260677962972883,0.14195548524608761,0.21736163055050273,0.06219316025235882 +R12_CHN,2050,0.12362004150028075,0.13584876779610708,0.19308362526015424,0.05910190779460748 +R12_CHN,2060,0.11157011972130344,0.12607516139097766,0.17740158816123114,0.05646032447221394 +R12_CHN,2070,0.1008117057715567,0.1101592563449212,0.16234680753293332,0.05285886152004959 +R12_CHN,2080,0.09536854838944733,0.09310622316921933,0.1516864501895752,0.04989158540065487 +R12_CHN,2090,0.09483317641914428,0.0803460725340711,0.14514852244876641,0.04790630189479941 +R12_CHN,2100,0.0941489207355058,0.07000737685655127,0.13712791270872207,0.04659473966636829 +R12_EEU,2020,0.004076015347422038,0.08702922309801421,0.6582212415044134,0.17642532573003197 +R12_EEU,2025,0.004180308934649179,0.10269209502788149,0.6182486854754695,0.1659113696200354 +R12_EEU,2030,0.005137069803664345,0.12662860598492412,0.5531212591940066,0.16239872461827498 +R12_EEU,2040,0.006013972501948006,0.12238742597151923,0.5287140744400889,0.14584399479148769 +R12_EEU,2050,0.0065497910195226215,0.10255002363995416,0.5315565199656966,0.12108159968637847 +R12_EEU,2060,0.006927662474141093,0.09238886568439274,0.5497130098722588,0.09953921556843351 +R12_EEU,2070,0.006785835919075902,0.07480966301946637,0.5643958659179478,0.07938794197004652 +R12_EEU,2080,0.00646363803765697,0.057432090684249586,0.5811851272596932,0.06102544751258784 +R12_EEU,2090,0.006012663928151659,0.040993771497927683,0.6000525913443153,0.04163577677069973 +R12_EEU,2100,0.00560694164834299,0.025967013287645533,0.6174834640430887,0.021580189190082633 +R12_FSU,2020,0.004644685677480172,0.027102281387776813,0.601402103259504,0.17708529760786787 +R12_FSU,2025,0.006765393110542478,0.036954261380407194,0.583603530031895,0.17731610897975203 +R12_FSU,2030,0.011222234225765019,0.05493358810538511,0.5356982703414227,0.17277791194348732 +R12_FSU,2040,0.01783074605014267,0.0888124921867898,0.4501094126184969,0.17800171746358662 +R12_FSU,2050,0.02044575847509311,0.10293199271269379,0.3964754430403239,0.17542828913083472 +R12_FSU,2060,0.022334290092692995,0.1106577006152766,0.39266204719333836,0.18284475192590047 +R12_FSU,2070,0.02250716400792684,0.10400907102102457,0.4118333652584656,0.19075389458312844 +R12_FSU,2080,0.02121603130617032,0.08983253758777082,0.4230202587772681,0.1873840355184868 +R12_FSU,2090,0.01913324712608193,0.07394123580876691,0.45784003814804525,0.19373321139267127 +R12_FSU,2100,0.016595617025853118,0.058763619268457065,0.4556050183012061,0.18522839994450216 +R12_LAM,2020,0.12119926560732798,0.14176863545974258,0.17764782423350106,0.03282131251072512 +R12_LAM,2025,0.19682567477889706,0.17485258639466697,0.1658190798199776,0.02971163197184297 +R12_LAM,2030,0.2862725446167766,0.22573820712451548,0.17609901703852565,0.028605539840142413 +R12_LAM,2040,0.27779217449737686,0.384329130930342,0.16728679237134145,0.033556171124243875 +R12_LAM,2050,0.2246278151649254,0.41192503953659754,0.1553946526712542,0.037039233106962326 +R12_LAM,2060,0.23234015001504965,0.43254549535361103,0.15602979123026187,0.037452287144689685 +R12_LAM,2070,0.2382845148073034,0.4295036480668353,0.15026007784183423,0.035874369077694125 +R12_LAM,2080,0.23884284536043965,0.41337890229994384,0.14470299581079218,0.03407883509247391 +R12_LAM,2090,0.23404538564329272,0.39102561853437495,0.13820969228126015,0.032175813072145405 +R12_LAM,2100,0.22298228493462727,0.36611470885594083,0.13327345666993293,0.03046994865348216 +R12_MEA,2020,0.42259957302309814,0.16717221374761052,0.3582347088047158,0.11192712602878761 +R12_MEA,2025,0.4808321167113557,0.16700011361739547,0.37072512769656074,0.12114766392297065 +R12_MEA,2030,0.5674336790141153,0.1679381945751115,0.403856799258025,0.11859654905348434 +R12_MEA,2040,0.587073184334695,0.17341042721258612,0.4064850668175206,0.10805160330510255 +R12_MEA,2050,0.5853224157102536,0.16104672064290207,0.39743688909691555,0.09628090537826549 +R12_MEA,2060,0.576014992288019,0.14064706533326823,0.38454215624177707,0.08310483798961435 +R12_MEA,2070,0.5178377172815382,0.1304626579906786,0.3555614745715863,0.07464035555416866 +R12_MEA,2080,0.4885717688588268,0.12399304414122041,0.33424355566051167,0.07056213770803689 +R12_MEA,2090,0.4690210159565985,0.1178972831777784,0.31713909458534206,0.06876328153235375 +R12_MEA,2100,0.43713096087927306,0.10905933262375447,0.2986143793935049,0.06719997718459689 +R12_NAM,2020,0.13508614757379064,0.17458238633511622,0.4830781033431388,0.3034455234402962 +R12_NAM,2025,0.13782737605740292,0.19395368174717437,0.45613685010079486,0.30189715831924485 +R12_NAM,2030,0.1362954085593758,0.21572986624433813,0.4037023511186508,0.29493665631884874 +R12_NAM,2040,0.13112209228824423,0.20097005118171643,0.3633761277267804,0.26080848983059396 +R12_NAM,2050,0.1257039653920622,0.18107325411836986,0.3454363378625042,0.2256007230552388 +R12_NAM,2060,0.12404516262901039,0.167847427402515,0.3687258510623942,0.21485064004864465 +R12_NAM,2070,0.12071265769043615,0.1560567795882852,0.39809613181165254,0.20993206264718792 +R12_NAM,2080,0.1159117677790826,0.14547932449068887,0.3834131089741752,0.1879309019231595 +R12_NAM,2090,0.1100328843861526,0.1339188603607946,0.35710114540969534,0.16552121133068454 +R12_NAM,2100,0.10454161726031591,0.12259522869416871,0.34363103823864216,0.15381054381049192 +R12_PAO,2020,0.05338241852516269,0.16408415989998887,0.18366734404464344,0.21898353793291936 +R12_PAO,2025,0.05320135694821245,0.21606910169743915,0.17766319479605852,0.21401046638484286 +R12_PAO,2030,0.057343841243796344,0.2944252093266796,0.1572635730901637,0.20944120862311394 +R12_PAO,2040,0.059063169052047566,0.3102644058457303,0.16548068335279126,0.19093339909412949 +R12_PAO,2050,0.06412647495584617,0.3010597389512281,0.16393163458148152,0.15023860048020757 +R12_PAO,2060,0.07318955729066784,0.294272546274089,0.16825176601168543,0.11564899458892924 +R12_PAO,2070,0.07493778327595399,0.2596492613639227,0.17290784158805592,0.08542008251744516 +R12_PAO,2080,0.07395654936727815,0.2227128139449878,0.17464734022890954,0.0655587451679652 +R12_PAO,2090,0.07304516608420557,0.18634562753944162,0.17611893745555862,0.054278283440445725 +R12_PAO,2100,0.07280566880070455,0.14617039142177368,0.17966701477487626,0.04381782382916792 +R12_PAS,2020,0.0528915177535148,0.12497293068807476,0.28534067709220173,0.06705397199571683 +R12_PAS,2025,0.08661861761144017,0.15551978808121578,0.27810856588484206,0.05232184367702349 +R12_PAS,2030,0.1458610991417145,0.18356151386174713,0.27254520821859785,0.04606185892524389 +R12_PAS,2040,0.18195755089369103,0.24107407104217568,0.24475410297437422,0.042820854022054156 +R12_PAS,2050,0.19504111561296134,0.2677260584692819,0.2249648591728882,0.0421152296254295 +R12_PAS,2060,0.2235916809371566,0.2797384177112428,0.22435857220797198,0.04490997229589783 +R12_PAS,2070,0.22495183200371818,0.27712276612032716,0.2296258129208709,0.04781665279835749 +R12_PAS,2080,0.21936764291338604,0.28574844593505105,0.22391949325081292,0.04696574181695472 +R12_PAS,2090,0.20865331079587376,0.2894755804814093,0.219900244543661,0.0468644213454465 +R12_PAS,2100,0.1968004856747939,0.275868550121322,0.2166581236273644,0.04748453793954707 +R12_RCPA,2020,0.27947500499638056,0.06829714123888539,0.23752930372685993,0.09051979490742561 +R12_RCPA,2025,0.38656277955545587,0.04932118734128023,0.24478552026376074,0.08334472455696083 +R12_RCPA,2030,0.4305250647467888,0.05274798709336067,0.2262957826854768,0.08980040814945248 +R12_RCPA,2040,0.3928246828903821,0.06995147639352081,0.22826062073211137,0.09250241265075318 +R12_RCPA,2050,0.4132303164426239,0.12917483706738414,0.21981544531768837,0.09028741597742265 +R12_RCPA,2060,0.4002535075528621,0.19222299770690768,0.2207993152531463,0.09032829724358402 +R12_RCPA,2070,0.384800943591352,0.20978521513214485,0.2130999265448838,0.08791764267218685 +R12_RCPA,2080,0.3764455486595034,0.20140072840177514,0.20338027998531885,0.0837755199485375 +R12_RCPA,2090,0.3716221898208241,0.18922985452123806,0.2000940280003834,0.0818835627871497 +R12_RCPA,2100,0.36036855393615,0.18067358097890387,0.19641834257692634,0.08009823036952132 +R12_SAS,2020,0.20796306508695545,0.03749995519460634,0.21078416905845646,0.030797157490279087 +R12_SAS,2025,0.28572834476525194,0.03542184463630637,0.20160922396697395,0.029502165567441865 +R12_SAS,2030,0.3504656009108971,0.05643366224379228,0.19537547341897846,0.026774115565331897 +R12_SAS,2040,0.3022039510330327,0.13602763198206852,0.16080701324759641,0.02243884544444698 +R12_SAS,2050,0.270507641041233,0.23365306051901533,0.13339677604637845,0.019593840752294152 +R12_SAS,2060,0.24785035841873745,0.29157084633613195,0.10964272809897459,0.01629997312537307 +R12_SAS,2070,0.22990905233522102,0.3026966335981731,0.09382338310477523,0.014199069696670955 +R12_SAS,2080,0.22065855897910167,0.3019808416910007,0.08295778242959359,0.012713044850340716 +R12_SAS,2090,0.2164074372612387,0.2968713391408911,0.0762961396086663,0.011522215887384536 +R12_SAS,2100,0.20858846206785803,0.28459310229819035,0.07310851043535038,0.011065519853850033 +R12_WEU,2020,0.007922357930047499,0.08804249184213216,0.4938618539214544,0.21382921832962784 +R12_WEU,2025,0.00923836297238843,0.0949945532535929,0.48578499419985804,0.20542555181921252 +R12_WEU,2030,0.011372713984963945,0.10770454347344965,0.4314680820946656,0.20239683292412516 +R12_WEU,2040,0.014878025858587815,0.09988996136748594,0.3856768617230247,0.1806971854399494 +R12_WEU,2050,0.016199002018418993,0.08469605975644776,0.3515964081721348,0.1569417284347075 +R12_WEU,2060,0.01669436836574576,0.07186376665157913,0.339350591535321,0.13384976203613208 +R12_WEU,2070,0.015997980405679863,0.05929255572842504,0.33139440323345376,0.12183584494572307 +R12_WEU,2080,0.01461645840261792,0.0471390123278371,0.3380584664197523,0.11313951073157609 +R12_WEU,2090,0.013480281535122046,0.03691268140260012,0.3420074909209009,0.10231057797606363 +R12_WEU,2100,0.012522876766549585,0.027104617095856362,0.34274741279447485,0.09159290256901834 diff --git a/message_ix_models/data/buildings/rc_sector_fractions_SSP2.csv b/message_ix_models/data/buildings/rc_sector_fractions_SSP2.csv new file mode 100644 index 0000000000..6b31c499c7 --- /dev/null +++ b/message_ix_models/data/buildings/rc_sector_fractions_SSP2.csv @@ -0,0 +1,103 @@ +# METADATA: Residential/Commercial shares of the calibrated buildings component in aggregate rc_spec/rc_therm +# Sources: WP - RC demands/Output/ssp_baseline/{resid,commpub}_calibrated_SSP2.csv, _staging/rc_spec_baseline.csv, _staging/rc_therm_baseline.csv +# Formula: beta = buildings_sector_GWa / rc_aggregate_GWa; frac_resid = beta * resid / (resid + comm), frac_comm = beta * comm / (resid + comm) +# Scope: space heating only (resid_heat_*, comm_heat_*); excludes cooking and hot water. Cooling = resid_cool_electr + comm_cool_electr. +# Years: 2030-2100 (MESSAGE scenario horizon) +# Generated: 2026-04-01 +node,year,frac_resid_cool,frac_comm_cool,frac_resid_heat,frac_comm_heat +R12_AFR,2030,0.04711526431595193,0.008862599938186888,0.043709651114106726,8.02278855009224e-05 +R12_AFR,2040,0.118046828973321,0.027457710512576908,0.0299451785958301,0.00023263859989844444 +R12_AFR,2050,0.1624160328262213,0.047203649607385066,0.026753209819563084,0.00034675926590437304 +R12_AFR,2060,0.1897027803868529,0.10864398291345413,0.02474074862457884,0.0004902344866102278 +R12_AFR,2070,0.17974721116440806,0.22985110548238485,0.020028528874985133,0.0006027234654878119 +R12_AFR,2080,0.156782958743541,0.35124448571808026,0.01667478230498607,0.000727214067661662 +R12_AFR,2090,0.1462329303736917,0.4361198808526704,0.015365875666076792,0.000870154442457393 +R12_AFR,2100,0.1422982258908602,0.4623392881540964,0.014398906495392435,0.0009355777936997991 +R12_CHN,2030,0.15209122987224982,0.15652993380549565,0.28414567742845626,0.06271430142320934 +R12_CHN,2040,0.12091945217125762,0.1347147640807267,0.259472490780413,0.06010691338526673 +R12_CHN,2050,0.11941857781057956,0.13463536707386115,0.24109715751683214,0.058558888733160314 +R12_CHN,2060,0.11506181880453885,0.13092001041503767,0.22824880666051922,0.05807274478842013 +R12_CHN,2070,0.112286015174226,0.12390599617334674,0.21658291738429483,0.05594601723994882 +R12_CHN,2080,0.11090283811595734,0.11667870104253421,0.20878801772391647,0.053314021090877704 +R12_CHN,2090,0.11149961607670403,0.11427335667931221,0.20658905350988022,0.051925571702020924 +R12_CHN,2100,0.11153844928073521,0.11547019419322355,0.20273510597753622,0.051178363528364426 +R12_EEU,2030,0.00443616831635519,0.11410560215884646,0.5801997092470333,0.16115312416040978 +R12_EEU,2040,0.0052305470614648145,0.11549632309998574,0.5415753496596442,0.14410315882768326 +R12_EEU,2050,0.0061094767004055235,0.10538735959038156,0.5244269863485352,0.1298914492901682 +R12_EEU,2060,0.007175186285119326,0.1063884853802825,0.5254794488843278,0.12155596351733886 +R12_EEU,2070,0.00783031532504707,0.1010281304083748,0.5354235671679424,0.1128611449354681 +R12_EEU,2080,0.00826921312296818,0.09478310216647766,0.5568153289877087,0.10322933472481123 +R12_EEU,2090,0.008500689766001096,0.08809582798280613,0.5610903062586242,0.09319971747947225 +R12_EEU,2100,0.008590786154397885,0.08165157237496613,0.5659148077144155,0.08547181714978057 +R12_FSU,2030,0.009456207268258373,0.05044996609786257,0.5376538122832463,0.16431696600549195 +R12_FSU,2040,0.014596392320166804,0.08473793991393538,0.3332900811038411,0.11509162941499482 +R12_FSU,2050,0.017710376377013858,0.10483682422424426,0.2642164461515629,0.10002537186051613 +R12_FSU,2060,0.020613599850799188,0.12395056184202806,0.27856928742674775,0.1148893894326671 +R12_FSU,2070,0.02259188937879697,0.1333205676680937,0.23209062438511197,0.10261860169141124 +R12_FSU,2080,0.02451336711289342,0.13418814427348416,0.23190229498692222,0.10657486995022308 +R12_FSU,2090,0.025655112148799102,0.12915330010690218,0.256600156992556,0.12013245675684353 +R12_FSU,2100,0.025875943191784535,0.12180917397628536,0.2650865289905346,0.1257277365068621 +R12_LAM,2030,0.2365096692378168,0.22224614789041194,0.16014892604502592,0.027721785914877308 +R12_LAM,2040,0.22466413359839502,0.38687511003206343,0.148535878594944,0.03203598122358483 +R12_LAM,2050,0.17633103874251913,0.42683507812750154,0.13948463824280266,0.03665950153592048 +R12_LAM,2060,0.17455843708528188,0.47036149062974464,0.140911256714956,0.03993172938032991 +R12_LAM,2070,0.18144671943868082,0.4864855643933509,0.1391300506138701,0.04037432144488377 +R12_LAM,2080,0.19124675721302467,0.4872784391110164,0.1380094154565103,0.04004131483250117 +R12_LAM,2090,0.1990924553606818,0.4802579906182796,0.1378073378302583,0.03982854627503775 +R12_LAM,2100,0.20510059622454388,0.4700342085663849,0.13712757405759599,0.03960690644797878 +R12_MEA,2030,0.49668544807030707,0.16584206454729608,0.3714840888354245,0.11654648667810641 +R12_MEA,2040,0.4856864371074002,0.18007979381244382,0.35641076952328377,0.10674269200417184 +R12_MEA,2050,0.47510909312526,0.17939353395455748,0.34642205554398386,0.09677019242290526 +R12_MEA,2060,0.4757609044990976,0.1685766483897391,0.3386821516844107,0.08686846435420617 +R12_MEA,2070,0.46931800265493634,0.1576382059280681,0.31681448614981644,0.08086909327633178 +R12_MEA,2080,0.4775972598507471,0.15266804654049596,0.30164074469920366,0.07735101524794288 +R12_MEA,2090,0.49359880459249683,0.1504920617210146,0.2946279749484007,0.07784429851173165 +R12_MEA,2100,0.49054724679894623,0.14808582818835292,0.2837343663794639,0.07868140804912956 +R12_NAM,2030,0.1431292122228874,0.20992761121018327,0.4261240570224168,0.294745922837362 +R12_NAM,2040,0.14745824566090546,0.2075499653922136,0.36978100187613316,0.24529303851346296 +R12_NAM,2050,0.14986070058927498,0.20032819626243514,0.33565553696662526,0.20180675021630126 +R12_NAM,2060,0.1566220058769879,0.20017623219002495,0.3570932984296816,0.19264900136706783 +R12_NAM,2070,0.16264692129469321,0.2006429350721576,0.40712560939857245,0.1980043565316257 +R12_NAM,2080,0.16767906894978993,0.20096207032285893,0.39934640642130853,0.17713957561530105 +R12_NAM,2090,0.17200857914801768,0.200821142249147,0.40592767531421386,0.16508832873883653 +R12_NAM,2100,0.17604785193163086,0.20034316258477702,0.4279815282646422,0.16476580448842865 +R12_PAO,2030,0.060531582450921335,0.290254433183513,0.17072102549755033,0.20934019722401134 +R12_PAO,2040,0.06545088555964047,0.3275067421246084,0.17565591276846745,0.19533985433831694 +R12_PAO,2050,0.07157028442897166,0.3447078976773187,0.1870199834711421,0.1823989485400825 +R12_PAO,2060,0.07995882239607985,0.3657007647627135,0.18451594510112282,0.15664478397183354 +R12_PAO,2070,0.08507361375581303,0.37470156529480286,0.18662040282540154,0.13777110807013768 +R12_PAO,2080,0.0866705753493027,0.372804436285419,0.18687281638013525,0.1209157072747013 +R12_PAO,2090,0.08756944031126793,0.3700614787185805,0.1868673972183275,0.10804903863970496 +R12_PAO,2100,0.08980692818604705,0.3723428770942224,0.1868866928779797,0.09819635134250095 +R12_PAS,2030,0.1029316174532885,0.16710548459405977,0.261685577794937,0.04481765430330934 +R12_PAS,2040,0.12299032050798735,0.22278809498229338,0.2346005763295107,0.040789188136223495 +R12_PAS,2050,0.13336726178223401,0.26297069914927707,0.2084227551661755,0.03831172164174381 +R12_PAS,2060,0.15506918224305552,0.29783311622692443,0.2001420627931423,0.038787511338161065 +R12_PAS,2070,0.17170141723258034,0.3117017350965491,0.19216300074196538,0.038302394669981026 +R12_PAS,2080,0.18767602534609268,0.33430381905684453,0.1856926650186644,0.03724920049761929 +R12_PAS,2090,0.19888479054371205,0.3534276933474372,0.18174596729376374,0.03680272873585977 +R12_PAS,2100,0.2052569772293757,0.35765643217684295,0.17364366143501725,0.03602015795136458 +R12_RCPA,2030,0.36179783666024623,0.04696413542157213,0.24369397553786126,0.0826826680329058 +R12_RCPA,2040,0.3065708004474645,0.06364506960444194,0.23980140286259685,0.08142481405234075 +R12_RCPA,2050,0.32442880890986525,0.11939590169724372,0.2410792811485942,0.08270689185963577 +R12_RCPA,2060,0.3344832346812929,0.18194198822148513,0.23146116927729496,0.08078367774229299 +R12_RCPA,2070,0.3426369550416604,0.21214302452620928,0.22328284833152767,0.07954913863681365 +R12_RCPA,2080,0.3642944158760453,0.2176435899948812,0.22215435441454728,0.07967895318785166 +R12_RCPA,2090,0.38439552352597056,0.21543762532183974,0.2256391544419506,0.08198419025849762 +R12_RCPA,2100,0.3944389919137118,0.21125423662794449,0.22540150712234852,0.08369283914836557 +R12_SAS,2030,0.27063924960365615,0.052872907684169926,0.18377673054833674,0.026161699471016424 +R12_SAS,2040,0.20460365740853464,0.12348328923536843,0.15500815219966557,0.02123253517871652 +R12_SAS,2050,0.17394037895776973,0.21687448674826337,0.13580631318026837,0.018513230010443138 +R12_SAS,2060,0.15602681091195106,0.28674226280663234,0.11840278596164017,0.01610657758973683 +R12_SAS,2070,0.1468227659713255,0.31791938404781367,0.10241012146249198,0.013918643523509978 +R12_SAS,2080,0.14985482793427446,0.3341263255517407,0.09194859051948852,0.012325721284435716 +R12_SAS,2090,0.1595234075467841,0.3414123334542759,0.08684926897884594,0.011450350432218702 +R12_SAS,2100,0.16715728829951698,0.33849164086581807,0.08358732429170165,0.010850872782703427 +R12_WEU,2030,0.011103437435690902,0.10105570347873999,0.4669608551306725,0.20297287980259682 +R12_WEU,2040,0.015979602857218566,0.10161402374886508,0.4333813927857778,0.184464483620003 +R12_WEU,2050,0.019036203053451835,0.0933471562798367,0.4052297294290983,0.16942687718402066 +R12_WEU,2060,0.02209873272456301,0.08551346673245272,0.3963515532168702,0.1577259254735427 +R12_WEU,2070,0.023677825399457498,0.07608344152504233,0.38407029585500946,0.14153356536838807 +R12_WEU,2080,0.02434791459942056,0.06781215342197465,0.3887665074342406,0.1269704019574786 +R12_WEU,2090,0.024810928145109053,0.06150795297480181,0.3960827875048907,0.11332980956054221 +R12_WEU,2100,0.024656731506872892,0.05583279632668683,0.3979407265973167,0.10141326187829162 diff --git a/message_ix_models/data/buildings/rc_sector_fractions_SSP3.csv b/message_ix_models/data/buildings/rc_sector_fractions_SSP3.csv new file mode 100644 index 0000000000..59b6630c20 --- /dev/null +++ b/message_ix_models/data/buildings/rc_sector_fractions_SSP3.csv @@ -0,0 +1,102 @@ +# METADATA: Residential/Commercial shares of the calibrated buildings component in aggregate rc_spec/rc_therm +# Sources: WP - RC demands/Output/ssp_baseline/{resid,commpub}_calibrated_SSP3.csv, _staging/rc_demands/SSP_SSP3_v6.5_CID__baseline__rc_{spec,therm}.csv +# Formula: beta = buildings_sector_GWa / rc_aggregate_GWa; frac_resid = beta * resid / (resid + comm), frac_comm = beta * comm / (resid + comm) +# Scope: space heating only (resid_heat_*, comm_heat_*); excludes cooking and hot water. Cooling = resid_cool_electr + comm_cool_electr. +# Years: 2030-2100 (MESSAGE scenario horizon) +node,year,frac_resid_cool,frac_comm_cool,frac_resid_heat,frac_comm_heat +R12_AFR,2030,0.02024712707066022,0.008898879750087322,0.03365075738578421,0.00013930110090330398 +R12_AFR,2040,0.040014261183596286,0.02649925790036045,0.02944137289475459,0.00031483722106174535 +R12_AFR,2050,0.057243495425878275,0.04413221149219771,0.02515877665567312,0.0003841950796908091 +R12_AFR,2060,0.0714078615298653,0.08846747800372898,0.021001658058924216,0.0003950649357725041 +R12_AFR,2070,0.07883485707527156,0.18081127843911607,0.018110154340841605,0.00041591647034561516 +R12_AFR,2080,0.0791903071396852,0.2857072845082319,0.016110773323866692,0.0004369797383942889 +R12_AFR,2090,0.08181545454825725,0.38845999590059893,0.015714648805929723,0.0004958662564945338 +R12_AFR,2100,0.08467499744033662,0.4576147536757446,0.015664566828881767,0.0005718282043336471 +R12_CHN,2030,0.12524459042567979,0.1417996084867736,0.2538733838158512,0.06296998246908384 +R12_CHN,2040,0.0936097968073002,0.12447982504902612,0.22607759772667027,0.06094073864568467 +R12_CHN,2050,0.08010085003961302,0.1306404364953784,0.20959625466744275,0.0602991450237966 +R12_CHN,2060,0.0702293796228592,0.13020434670821193,0.20125485435772322,0.06059742615001077 +R12_CHN,2070,0.06406681009692598,0.1263624873429579,0.19076070973514764,0.06071554096420797 +R12_CHN,2080,0.062146789859995444,0.12484814076138166,0.18368658274374028,0.06059580153649001 +R12_CHN,2090,0.05988748058245558,0.12562456424244053,0.1804624313192046,0.062099594175995455 +R12_CHN,2100,0.056511301610694814,0.12963948564558087,0.17548472588393324,0.0642249418442596 +R12_EEU,2030,0.003921764443064604,0.10731539618464676,0.5825926662900951,0.15969103130347598 +R12_EEU,2040,0.004590498368125442,0.11231623295223762,0.5565689831528874,0.1375840822674532 +R12_EEU,2050,0.005306488362497226,0.10844066501669233,0.5395341625142377,0.12167847428165277 +R12_EEU,2060,0.006592250636238126,0.11813590748245521,0.5484963366049196,0.11372440720919237 +R12_EEU,2070,0.007883067305834794,0.12255566119206177,0.5537623231808628,0.10699119291803441 +R12_EEU,2080,0.00924866934765719,0.12649281644844665,0.5589504811245246,0.1004489498620496 +R12_EEU,2090,0.010603850052109105,0.1287821594820461,0.5555675786260383,0.09339613008685364 +R12_EEU,2100,0.012001685215356815,0.13058349177103987,0.56530565431383,0.08866664862529662 +R12_FSU,2030,0.007457266283814671,0.046253805458561705,0.5566113690512946,0.1730981155668102 +R12_FSU,2040,0.01048819203450055,0.07744544708313536,0.5428763530492293,0.17296972699786195 +R12_FSU,2050,0.012255704971988005,0.09694993032793647,0.5482514165951284,0.17033296787670854 +R12_FSU,2060,0.014797841915357048,0.121418679936752,0.5541750573095859,0.16841280939726735 +R12_FSU,2070,0.01736796994583417,0.14576147702044148,0.5420472149805906,0.16733035377025812 +R12_FSU,2080,0.020229438995581828,0.16663776010424716,0.5354401371264382,0.1667861557867219 +R12_FSU,2090,0.022781676022229448,0.18171552635729563,0.5249517984486298,0.1664438714720046 +R12_FSU,2100,0.025173400101503218,0.19273680650750166,0.5165610627567063,0.1674094447256862 +R12_LAM,2030,0.18183406331400878,0.21549226342198027,0.1270850573108119,0.026589222428874126 +R12_LAM,2040,0.16379039616606936,0.3792167589267311,0.11249823481939139,0.029062108596703332 +R12_LAM,2050,0.12711244214848133,0.42178490518915224,0.10427160735900873,0.03154806129665 +R12_LAM,2060,0.11579102989755502,0.48159401104159394,0.1058958906408748,0.03505926461865093 +R12_LAM,2070,0.11037034570158022,0.5190311864392051,0.10327019659439483,0.03741668626035173 +R12_LAM,2080,0.11064170171567653,0.5422763576340488,0.10178731223705019,0.03947683565354484 +R12_LAM,2090,0.11122386960674834,0.5550076385393444,0.10088907994893201,0.04145844502253713 +R12_LAM,2100,0.1110902749338875,0.5627757827510109,0.10023022865382229,0.04348103346383889 +R12_MEA,2030,0.40354441616766895,0.16135980600596456,0.3065452658703124,0.11447278815528285 +R12_MEA,2040,0.3723414453865868,0.17717946483798547,0.2757570229370743,0.10464788907654045 +R12_MEA,2050,0.33958650993169553,0.1825730545486989,0.26064915975219083,0.09401405543556408 +R12_MEA,2060,0.32108980982389,0.1814725843608866,0.25374323969830254,0.08482822503965555 +R12_MEA,2070,0.30165835152862686,0.18260985654974304,0.23431656723822666,0.08147360211008953 +R12_MEA,2080,0.300280895946049,0.18947044124969795,0.22204464333011573,0.07942476284092914 +R12_MEA,2090,0.30860736945906936,0.20125359524128816,0.21490932733104287,0.08081334174227414 +R12_MEA,2100,0.3193966038214855,0.20803002554536512,0.20615273663318634,0.08422067393990045 +R12_NAM,2030,0.14415688585722736,0.20564820949835724,0.44125032557433885,0.2992713900862845 +R12_NAM,2040,0.15378489584276644,0.2133158045836947,0.4450931646859107,0.27923343290428526 +R12_NAM,2050,0.16120093704892308,0.2159177711798627,0.45558784521169465,0.25485924946720906 +R12_NAM,2060,0.1719130632070579,0.22563552308386836,0.471258644700221,0.23660168350797936 +R12_NAM,2070,0.18267671813406497,0.234614380884065,0.4924873861593574,0.22596726300581071 +R12_NAM,2080,0.19240368948369266,0.24278777265584744,0.5051321006645586,0.21549697254893724 +R12_NAM,2090,0.20096389105978654,0.25017096927792476,0.5183394617857503,0.20642186306427895 +R12_NAM,2100,0.2092478561433375,0.2576336707684629,0.5293674482583588,0.20150251823958384 +R12_PAO,2030,0.05788701533502868,0.28563320230809985,0.17961813538693774,0.21770845166716168 +R12_PAO,2040,0.06200595268103261,0.330602949726151,0.1967264163660013,0.21528433708208805 +R12_PAO,2050,0.06626095097032006,0.35704898617733427,0.19645245865282654,0.19528094844815977 +R12_PAO,2060,0.07185495948097927,0.38857365112976683,0.200406293813698,0.18149773894999607 +R12_PAO,2070,0.07522084200087713,0.407291254461543,0.2033338669892184,0.1677791562091122 +R12_PAO,2080,0.07647513615344259,0.41494585730055844,0.2077672426039225,0.15557958873790245 +R12_PAO,2090,0.07725021206436739,0.4205031204578553,0.21168036182596503,0.14510793498569646 +R12_PAO,2100,0.07834364982321586,0.4260517489723599,0.21450154803321791,0.13498415579558312 +R12_PAS,2030,0.06733131860945568,0.15417529335062108,0.24162273692206826,0.043374864967502424 +R12_PAS,2040,0.07869386500958848,0.20211606314838026,0.20628242584158968,0.037349930587500635 +R12_PAS,2050,0.07939386931969827,0.24355444202620513,0.1809639067261184,0.034474178027687444 +R12_PAS,2060,0.08912382958384439,0.29118183214477283,0.1716252152044122,0.03445958312964181 +R12_PAS,2070,0.0963849743104516,0.3221237624029403,0.16096104608072234,0.03348388006509461 +R12_PAS,2080,0.09238090474694322,0.3630495585305256,0.15236739745121644,0.03194757355700669 +R12_PAS,2090,0.09433743738823722,0.4021657067134932,0.14726362425855904,0.031238358688116655 +R12_PAS,2100,0.09483863373996934,0.43435648707288077,0.13989205872014754,0.03052011075176864 +R12_RCPA,2030,0.24832009708255098,0.04304418048581139,0.19342431969591184,0.07877350515079291 +R12_RCPA,2040,0.18702328028519066,0.05838722749007218,0.17668162917111085,0.0746706875644763 +R12_RCPA,2050,0.1792987661712408,0.10973603766262913,0.17422862934822056,0.07593992871361048 +R12_RCPA,2060,0.17383618383707236,0.17128098704042624,0.17137618142703168,0.07647484649464524 +R12_RCPA,2070,0.16520222074477017,0.22206377391607407,0.1612866877746822,0.07504605361108498 +R12_RCPA,2080,0.16296771645130068,0.25833911497776985,0.15197364797971377,0.07342238685711244 +R12_RCPA,2090,0.1640209142349459,0.2803958668824872,0.1586503096202383,0.08079972707686413 +R12_RCPA,2100,0.1655251787930966,0.2882774420121148,0.15860651399038247,0.08625505014977372 +R12_SAS,2030,0.17677805451799739,0.049340616083525086,0.15507546657338292,0.02517191641182628 +R12_SAS,2040,0.12099500779868126,0.1058831714471753,0.13095828329741377,0.020766052578971864 +R12_SAS,2050,0.10063774239059134,0.18185408255650265,0.12028544005606945,0.01860445461205252 +R12_SAS,2060,0.08507754308168852,0.2514425772909267,0.11222858421669762,0.01698578839464915 +R12_SAS,2070,0.07111143005845443,0.30373471930965273,0.10028230174549366,0.015528961331306636 +R12_SAS,2080,0.062441286398113305,0.349895811026439,0.0955484268450553,0.015260915582357324 +R12_SAS,2090,0.059688635452486184,0.38483710823847755,0.09403986823658309,0.015586828247237533 +R12_SAS,2100,0.05778894839806466,0.40133997399379356,0.09322778977427124,0.01603231722521857 +R12_WEU,2030,0.010100512906017224,0.09763161603302062,0.47770496961646797,0.20084006852783404 +R12_WEU,2040,0.015697627802888584,0.10480117867572644,0.45995412572625444,0.17916994221307955 +R12_WEU,2050,0.019812939988384945,0.10381548275591618,0.4498284589922675,0.16432289754663504 +R12_WEU,2060,0.0241726657944251,0.10146655054421995,0.4536477046338154,0.15189148061907587 +R12_WEU,2070,0.026880730907688975,0.09104256163429887,0.4508981206233027,0.13634720774914658 +R12_WEU,2080,0.029914960061113518,0.08353551104486728,0.45444258048388486,0.12129529967414791 +R12_WEU,2090,0.033043615107155346,0.07730547599744263,0.46029975822833374,0.10854612288851945 +R12_WEU,2100,0.03631781802512613,0.07259609086263061,0.47509950463931866,0.09953085112117704 diff --git a/message_ix_models/data/buildings/sturm_floor_area_R12_comm.csv b/message_ix_models/data/buildings/sturm_floor_area_R12_comm.csv new file mode 100644 index 0000000000..2150de7083 --- /dev/null +++ b/message_ix_models/data/buildings/sturm_floor_area_R12_comm.csv @@ -0,0 +1,2861 @@ +region,year,arch,urt,floor_Mm2 +AFR,2020,comm_s1,rural,126.09207633389 +AFR,2020,comm_s1,urban,18.58502678997 +AFR,2020,comm_s2,rural,266.56128852236 +AFR,2020,comm_s2,urban,135.23792245146 +AFR,2020,comm_s3,rural,373.76917935107997 +AFR,2020,comm_s3,urban,356.87956377434 +AFR,2020,comm_s51_std,rural,173.73642168595 +AFR,2020,comm_s51_std,urban,184.08923443193999 +AFR,2020,comm_sr11_std,rural,3.23313016243 +AFR,2020,comm_sr11_std,urban,0.47653914851 +AFR,2020,comm_sr21_std,rural,6.83490483397 +AFR,2020,comm_sr21_std,urban,3.4676390372 +AFR,2020,comm_sr31_std,rural,9.58382511156 +AFR,2020,comm_sr31_std,urban,9.15075804537 +AFR,2025,comm_s1,rural,117.42941546725 +AFR,2025,comm_s1,urban,17.308215518689998 +AFR,2025,comm_s2,rural,244.31389116276 +AFR,2025,comm_s2,urban,123.94161441517 +AFR,2025,comm_s3,rural,351.87501866237 +AFR,2025,comm_s3,urban,336.81602010563 +AFR,2025,comm_s51_std,rural,384.06000333682 +AFR,2025,comm_s51_std,urban,426.0844347327701 +AFR,2025,comm_sr11_std,rural,6.0992267074 +AFR,2025,comm_sr11_std,urban,0.8989802932600001 +AFR,2025,comm_sr21_std,rural,12.68954464296 +AFR,2025,comm_sr21_std,urban,6.43746715241 +AFR,2025,comm_sr31_std,rural,18.27621727423 +AFR,2025,comm_sr31_std,urban,17.494060215650002 +AFR,2030,comm_s1,rural,109.90598373415 +AFR,2030,comm_s1,urban,16.19931808137 +AFR,2030,comm_s2,rural,223.90213781626 +AFR,2030,comm_s2,urban,113.50130218256001 +AFR,2030,comm_s3,rural,328.52318234802 +AFR,2030,comm_s3,urban,315.14476204618 +AFR,2030,comm_s51_std,rural,636.7433537435301 +AFR,2030,comm_s51_std,urban,742.56571316621 +AFR,2030,comm_sr11_std,rural,8.67293632494 +AFR,2030,comm_sr11_std,urban,1.27832579683 +AFR,2030,comm_sr21_std,rural,17.66863748746 +AFR,2030,comm_sr21_std,urban,8.95665125028 +AFR,2030,comm_sr31_std,rural,25.92452699076 +AFR,2030,comm_sr31_std,urban,24.868804786510005 +AFR,2035,comm_s1,rural,103.37329140198999 +AFR,2035,comm_s1,urban,15.236448204610001 +AFR,2035,comm_s2,rural,205.43630743228002 +AFR,2035,comm_s2,urban,104.00149048602 +AFR,2035,comm_s3,rural,304.56983032862 +AFR,2035,comm_s3,urban,292.68633614592 +AFR,2035,comm_s51_std,rural,937.34244329428 +AFR,2035,comm_s51_std,urban,1153.21019755893 +AFR,2035,comm_sr11_std,rural,11.01718840238 +AFR,2035,comm_sr11_std,urban,1.6238509791300002 +AFR,2035,comm_sr21_std,rural,21.89473192703 +AFR,2035,comm_sr21_std,urban,11.084139812819998 +AFR,2035,comm_sr31_std,rural,32.46005962363 +AFR,2035,comm_sr31_std,urban,31.193555553610004 +AFR,2040,comm_s1,rural,97.69313767584 +AFR,2040,comm_s1,urban,14.39923612724 +AFR,2040,comm_s2,rural,188.92321531285 +AFR,2040,comm_s2,urban,95.4682632 +AFR,2040,comm_s3,rural,280.78167014317 +AFR,2040,comm_s3,urban,270.19218132951 +AFR,2040,comm_s51_std,rural,1310.83638854226 +AFR,2040,comm_s51_std,urban,1702.56566140324 +AFR,2040,comm_sr11_std,rural,13.18373802804 +AFR,2040,comm_sr11_std,urban,1.9431841522 +AFR,2040,comm_sr21_std,rural,25.49528285551 +AFR,2040,comm_sr21_std,urban,12.88349009935 +AFR,2040,comm_sr31_std,rural,37.89162750111 +AFR,2040,comm_sr31_std,urban,36.462570663849995 +AFR,2045,comm_s1,rural,92.74014372392 +AFR,2045,comm_s1,urban,13.66920194935 +AFR,2045,comm_s2,rural,174.29245471642997 +AFR,2045,comm_s2,urban,87.8827004515 +AFR,2045,comm_s3,rural,257.79320512510003 +AFR,2045,comm_s3,urban,248.29867232277002 +AFR,2045,comm_s51_std,rural,1781.17087616611 +AFR,2045,comm_s51_std,urban,2445.46707960904 +AFR,2045,comm_sr11_std,rural,15.214187280010002 +AFR,2045,comm_sr11_std,urban,2.24245715047 +AFR,2045,comm_sr21_std,rural,28.592990489980004 +AFR,2045,comm_sr21_std,urban,14.417314979910001 +AFR,2045,comm_sr31_std,rural,42.29143868871999 +AFR,2045,comm_sr31_std,urban,40.73384351621999 +AFR,2050,comm_s1,rural,88.40271863430999 +AFR,2050,comm_s1,urban,13.02989800705 +AFR,2050,comm_s2,rural,161.42115186817 +AFR,2050,comm_s2,urban,81.19412563303 +AFR,2050,comm_s3,rural,236.08497798583 +AFR,2050,comm_s3,urban,227.50058357546 +AFR,2050,comm_s51_std,rural,2380.0355177695 +AFR,2050,comm_s51_std,urban,3460.21474693905 +AFR,2050,comm_sr11_std,rural,17.14122344956 +AFR,2050,comm_sr11_std,urban,2.52648783566 +AFR,2050,comm_sr21_std,rural,31.299445044 +AFR,2050,comm_sr21_std,urban,15.743482460390002 +AFR,2050,comm_sr31_std,rural,45.77670713363 +AFR,2050,comm_sr31_std,urban,44.112199242690004 +AFR,2055,comm_s1,rural,84.58301982942001 +AFR,2055,comm_s1,urban,12.46690303792 +AFR,2055,comm_s2,rural,150.15516275758 +AFR,2055,comm_s2,urban,75.33181276689 +AFR,2055,comm_s3,rural,215.98179209657002 +AFR,2055,comm_s3,urban,208.14431531533 +AFR,2055,comm_s51_std,rural,3150.78408133105 +AFR,2055,comm_s51_std,urban,4856.18267931618 +AFR,2055,comm_sr11_std,rural,18.98990984518 +AFR,2055,comm_sr11_std,urban,2.7989703515399995 +AFR,2055,comm_sr21_std,rural,33.711648145059996 +AFR,2055,comm_sr21_std,urban,16.91290209085 +AFR,2055,comm_sr31_std,rural,48.49052171926 +AFR,2055,comm_sr31_std,urban,46.73091349344 +AFR,2060,comm_s1,rural,81.19631078261999 +AFR,2060,comm_s1,urban,11.96772751319 +AFR,2060,comm_s2,rural,140.32582732624002 +AFR,2060,comm_s2,urban,70.21447694457 +AFR,2060,comm_s3,rural,197.66638354895 +AFR,2060,comm_s3,urban,190.43725676123 +AFR,2060,comm_s51_std,rural,4117.97567497648 +AFR,2060,comm_s51_std,urban,6740.335414485581 +AFR,2060,comm_sr11_std,rural,20.77893386361 +AFR,2060,comm_sr11_std,urban,3.0626590802499996 +AFR,2060,comm_sr21_std,rural,35.91075822594 +AFR,2060,comm_sr21_std,urban,17.96857466342 +AFR,2060,comm_sr31_std,rural,50.58477006209 +AFR,2060,comm_sr31_std,urban,48.734765475239996 +AFR,2070,comm_s1,rural,75.38300433849 +AFR,2070,comm_s1,urban,11.11088972332 +AFR,2070,comm_s2,rural,124.04567871758002 +AFR,2070,comm_s2,urban,61.73970948774 +AFR,2070,comm_s3,rural,165.80823367149 +AFR,2070,comm_s3,urban,159.48903829345 +AFR,2070,comm_s51_std,rural,6467.6280421818 +AFR,2070,comm_s51_std,urban,11998.860773068198 +AFR,2070,comm_sr11_std,rural,24.27410719243 +AFR,2070,comm_sr11_std,urban,3.57782142702 +AFR,2070,comm_sr21_std,rural,39.943991730730005 +AFR,2070,comm_sr21_std,urban,19.88082511802 +AFR,2070,comm_sr31_std,rural,53.391966436749996 +AFR,2070,comm_sr31_std,urban,51.35712015667001 +AFR,2080,comm_s1,rural,70.57952292940999 +AFR,2080,comm_s1,urban,10.40289257337 +AFR,2080,comm_s2,rural,111.68917764653 +AFR,2080,comm_s2,urban,55.33197674484 +AFR,2080,comm_s3,rural,141.18045110925001 +AFR,2080,comm_s3,urban,135.46813399869 +AFR,2080,comm_s51_std,rural,8482.73390540724 +AFR,2080,comm_s51_std,urban,17887.66181157548 +AFR,2080,comm_sr11_std,rural,27.63822382719 +AFR,2080,comm_sr11_std,urban,4.07366699958 +AFR,2080,comm_sr21_std,rural,43.736346786309994 +AFR,2080,comm_sr21_std,urban,21.667439713440004 +AFR,2080,comm_sr31_std,rural,55.28482973291 +AFR,2080,comm_sr31_std,urban,53.047944411269995 +AFR,2090,comm_s1,rural,66.46346520222998 +AFR,2090,comm_s1,urban,9.79621652082 +AFR,2090,comm_s2,rural,102.14788085512001 +AFR,2090,comm_s2,urban,50.41587082816 +AFR,2090,comm_s3,rural,122.54645753346001 +AFR,2090,comm_s3,urban,117.26220067518 +AFR,2090,comm_s51_std,rural,9264.80764198655 +AFR,2090,comm_s51_std,urban,22163.80060694269 +AFR,2090,comm_sr11_std,rural,30.894306016740003 +AFR,2090,comm_sr11_std,urban,4.55358910476 +AFR,2090,comm_sr21_std,rural,47.48154313785 +AFR,2090,comm_sr21_std,urban,23.434880151690002 +AFR,2090,comm_sr31_std,rural,56.96344222766001 +AFR,2090,comm_sr31_std,urban,54.507153679880005 +AFR,2100,comm_s1,rural,62.81370218244 +AFR,2100,comm_s1,urban,9.259230780329998 +AFR,2100,comm_s2,rural,94.56711355194 +AFR,2100,comm_s2,urban,46.54849529556999 +AFR,2100,comm_s3,rural,108.52521753370002 +AFR,2100,comm_s3,urban,103.57014831861 +AFR,2100,comm_s51_std,rural,9041.50778085806 +AFR,2100,comm_s51_std,urban,24420.3443804395 +AFR,2100,comm_sr11_std,rural,34.040491208060004 +AFR,2100,comm_sr11_std,urban,5.01783453344 +AFR,2100,comm_sr21_std,rural,51.248547459929995 +AFR,2100,comm_sr21_std,urban,25.225923482010003 +AFR,2100,comm_sr31_std,rural,58.812831992780005 +AFR,2100,comm_sr31_std,urban,56.12754225236 +CHN,2020,comm_s1,rural,2023.84677013151 +CHN,2020,comm_s1,urban,266.86283366356 +CHN,2020,comm_s2,rural,2259.33575128999 +CHN,2020,comm_s2,urban,1058.53939649076 +CHN,2020,comm_s3,rural,500.78291909726 +CHN,2020,comm_s3,urban,3507.7701944535197 +CHN,2020,comm_s51_std,rural,1686.0114673727 +CHN,2020,comm_s51_std,urban,3038.39938708115 +CHN,2020,comm_s52_low,rural,88.73744565119 +CHN,2020,comm_s52_low,urban,104.32573062904 +CHN,2020,comm_sr11_std,rural,49.29883158012 +CHN,2020,comm_sr11_std,urban,4.27893453273 +CHN,2020,comm_sr12_low,rural,2.59467534633 +CHN,2020,comm_sr12_low,urban,0.22520708067999998 +CHN,2020,comm_sr21_std,rural,55.03510163392001 +CHN,2020,comm_sr21_std,urban,16.97284224911 +CHN,2020,comm_sr22_low,rural,2.89658429649 +CHN,2020,comm_sr22_low,urban,0.89330748682 +CHN,2020,comm_sr31_std,rural,12.19855828572 +CHN,2020,comm_sr31_std,urban,56.24432151862 +CHN,2020,comm_sr32_low,rural,0.6420293834299999 +CHN,2020,comm_sr32_low,urban,2.9602274483700004 +CHN,2025,comm_s1,rural,1970.08345964708 +CHN,2025,comm_s1,urban,262.05001931573 +CHN,2025,comm_s2,rural,2088.53213786592 +CHN,2025,comm_s2,urban,967.03922777229 +CHN,2025,comm_s3,rural,424.68722517311 +CHN,2025,comm_s3,urban,3060.7912877435597 +CHN,2025,comm_s51_std,rural,2578.7885760963295 +CHN,2025,comm_s51_std,urban,5621.18056458065 +CHN,2025,comm_s52_low,rural,135.72571453137002 +CHN,2025,comm_s52_low,urban,193.00746698775 +CHN,2025,comm_sr11_std,rural,97.20891758479999 +CHN,2025,comm_sr11_std,urban,8.437331697580001 +CHN,2025,comm_sr12_low,rural,5.11625882025 +CHN,2025,comm_sr12_low,urban,0.44407008937 +CHN,2025,comm_sr21_std,rural,103.0534759675 +CHN,2025,comm_sr21_std,urban,31.13615770987 +CHN,2025,comm_sr22_low,rural,5.42386715614 +CHN,2025,comm_sr22_low,urban,1.63874514275 +CHN,2025,comm_sr31_std,rural,20.95514546304 +CHN,2025,comm_sr31_std,urban,98.54954950634 +CHN,2025,comm_sr32_low,rural,1.1029023927900001 +CHN,2025,comm_sr32_low,urban,5.18681839523 +CHN,2030,comm_s1,rural,1919.3964332211099 +CHN,2030,comm_s1,urban,257.5825734439 +CHN,2030,comm_s2,rural,1962.4915312099502 +CHN,2030,comm_s2,urban,901.50639321983 +CHN,2030,comm_s3,rural,363.85212801653 +CHN,2030,comm_s3,urban,2635.2949801624 +CHN,2030,comm_s51_std,rural,2712.94736848899 +CHN,2030,comm_s51_std,urban,7354.44561114254 +CHN,2030,comm_s52_low,rural,142.78670360469 +CHN,2030,comm_s52_low,urban,252.52042737248 +CHN,2030,comm_sr11_std,rural,143.89082703200998 +CHN,2030,comm_sr11_std,urban,12.48912822065 +CHN,2030,comm_sr12_low,rural,7.5732014227099995 +CHN,2030,comm_sr12_low,urban,0.6573225379300001 +CHN,2030,comm_sr21_std,rural,147.12152454870002 +CHN,2030,comm_sr21_std,urban,43.71036746043 +CHN,2030,comm_sr22_low,rural,7.743238134 +CHN,2030,comm_sr22_low,urban,2.3005456559599997 +CHN,2030,comm_sr31_std,rural,27.276795304770005 +CHN,2030,comm_sr31_std,urban,127.77470333641 +CHN,2030,comm_sr32_low,rural,1.4356208055000002 +CHN,2030,comm_sr32_low,urban,6.7249843862 +CHN,2035,comm_s1,rural,1870.5222949089 +CHN,2035,comm_s1,urban,253.33431667705003 +CHN,2035,comm_s2,rural,1867.2860125735804 +CHN,2035,comm_s2,urban,854.8280167345899 +CHN,2035,comm_s3,rural,317.69727302454 +CHN,2035,comm_s3,urban,2269.89941728494 +CHN,2035,comm_s51_std,rural,2471.7535428484002 +CHN,2035,comm_s51_std,urban,8465.13642557395 +CHN,2035,comm_s52_low,rural,130.09229172882002 +CHN,2035,comm_s52_low,urban,290.65683274799005 +CHN,2035,comm_sr11_std,rural,189.38645990316002 +CHN,2035,comm_sr11_std,urban,16.44036523164 +CHN,2035,comm_sr12_low,rural,9.96770841593 +CHN,2035,comm_sr12_low,urban,0.86528238059 +CHN,2035,comm_sr21_std,rural,189.05879310297 +CHN,2035,comm_sr21_std,urban,55.47485626772 +CHN,2035,comm_sr22_low,rural,9.95046279485 +CHN,2035,comm_sr22_low,urban,2.91972927735 +CHN,2035,comm_sr31_std,rural,32.16618268746 +CHN,2035,comm_sr31_std,urban,147.30722607459 +CHN,2035,comm_sr32_low,rural,1.6929569835399998 +CHN,2035,comm_sr32_low,urban,7.75301189876 +CHN,2040,comm_s1,rural,1797.2319631595901 +CHN,2040,comm_s1,urban,249.24070490573 +CHN,2040,comm_s2,rural,1767.33918392287 +CHN,2040,comm_s2,urban,821.2123790450902 +CHN,2040,comm_s3,rural,279.83714152711 +CHN,2040,comm_s3,urban,1979.52887152686 +CHN,2040,comm_s51_std,rural,2149.45154809742 +CHN,2040,comm_s51_std,urban,9178.59902007331 +CHN,2040,comm_s52_low,rural,113.1290288472 +CHN,2040,comm_s52_low,urban,315.15410811087 +CHN,2040,comm_sr11_std,rural,230.41048884850002 +CHN,2040,comm_sr11_std,urban,20.294044158170003 +CHN,2040,comm_sr12_low,rural,12.12686783412 +CHN,2040,comm_sr12_low,urban,1.06810758723 +CHN,2040,comm_sr21_std,rural,226.57814554584 +CHN,2040,comm_sr21_std,urban,66.86596513144 +CHN,2040,comm_sr22_low,rural,11.92516555508 +CHN,2040,comm_sr22_low,urban,3.51926132275 +CHN,2040,comm_sr31_std,rural,35.87595474538001 +CHN,2040,comm_sr31_std,urban,161.18011841716998 +CHN,2040,comm_sr32_low,rural,1.88820814443 +CHN,2040,comm_sr32_low,urban,8.48316412726 +CHN,2045,comm_s1,rural,1707.3729582746003 +CHN,2045,comm_s1,urban,245.27002799509 +CHN,2045,comm_s2,rural,1663.92967312646 +CHN,2045,comm_s2,urban,796.3045539401301 +CHN,2045,comm_s3,rural,249.32714760331 +CHN,2045,comm_s3,urban,1761.36994625085 +CHN,2045,comm_s51_std,rural,1817.40513443508 +CHN,2045,comm_s51_std,urban,9592.099110044152 +CHN,2045,comm_s52_low,rural,95.65290181236 +CHN,2045,comm_s52_low,urban,329.35194503281 +CHN,2045,comm_sr11_std,rural,266.09272269784003 +CHN,2045,comm_sr11_std,urban,24.05227740495 +CHN,2045,comm_sr12_low,rural,14.004880141940001 +CHN,2045,comm_sr12_low,urban,1.26590933704 +CHN,2045,comm_sr21_std,rural,259.32212112992 +CHN,2045,comm_sr21_std,urban,78.08919086745 +CHN,2045,comm_sr22_low,rural,13.64853269113 +CHN,2045,comm_sr22_low,urban,4.10995741408 +CHN,2045,comm_sr31_std,rural,38.85743839774 +CHN,2045,comm_sr31_std,urban,172.72782535314 +CHN,2045,comm_sr32_low,rural,2.04512833667 +CHN,2045,comm_sr32_low,urban,9.0909381765 +CHN,2050,comm_s1,rural,1600.9301655606603 +CHN,2050,comm_s1,urban,241.40688470432002 +CHN,2050,comm_s2,rural,1552.2047497678002 +CHN,2050,comm_s2,urban,777.00327813123 +CHN,2050,comm_s3,rural,223.62324994536002 +CHN,2050,comm_s3,urban,1603.54399914898 +CHN,2050,comm_s51_std,rural,1515.91273715743 +CHN,2050,comm_s51_std,urban,9761.63132042989 +CHN,2050,comm_s52_low,rural,79.78488090302001 +CHN,2050,comm_s52_low,urban,335.17296112066003 +CHN,2050,comm_sr11_std,rural,294.89824536012003 +CHN,2050,comm_sr11_std,urban,27.71706490125 +CHN,2050,comm_sr12_low,rural,15.520960282080003 +CHN,2050,comm_sr12_low,urban,1.45879288951 +CHN,2050,comm_sr21_std,rural,285.92281349493 +CHN,2050,comm_sr21_std,urban,89.21141712590001 +CHN,2050,comm_sr22_low,rural,15.04856913129 +CHN,2050,comm_sr22_low,urban,4.6953377434700005 +CHN,2050,comm_sr31_std,rural,41.19236769296 +CHN,2050,comm_sr31_std,urban,184.11046209718 +CHN,2050,comm_sr32_low,rural,2.16801935218 +CHN,2050,comm_sr32_low,urban,9.69002432091 +CHN,2055,comm_s1,rural,1480.86614194151 +CHN,2055,comm_s1,urban,237.64345451505 +CHN,2055,comm_s2,rural,1431.79271834935 +CHN,2055,comm_s2,urban,761.2014038539301 +CHN,2055,comm_s3,rural,200.93579568483003 +CHN,2055,comm_s3,urban,1491.84278393329 +CHN,2055,comm_s51_std,rural,1263.58253130568 +CHN,2055,comm_s51_std,urban,9738.52337369416 +CHN,2055,comm_s52_low,rural,66.50434375295 +CHN,2055,comm_s52_low,urban,334.37953237104 +CHN,2055,comm_sr11_std,rural,315.84872301594004 +CHN,2055,comm_sr11_std,urban,31.29048290903 +CHN,2055,comm_sr12_low,rural,16.623617000810004 +CHN,2055,comm_sr12_low,urban,1.6468675215100002 +CHN,2055,comm_sr21_std,rural,305.38202536063 +CHN,2055,comm_sr21_std,urban,100.22729035895 +CHN,2055,comm_sr22_low,rural,16.07273817673 +CHN,2055,comm_sr22_low,urban,5.27512054511 +CHN,2055,comm_sr31_std,rural,42.85688805878001 +CHN,2055,comm_sr31_std,urban,196.43074634142 +CHN,2055,comm_sr32_low,rural,2.2556256872299993 +CHN,2055,comm_sr32_low,urban,10.33846033375 +CHN,2060,comm_s1,rural,1352.8528382409002 +CHN,2060,comm_s1,urban,233.97523338909 +CHN,2060,comm_s2,rural,1306.13252413615 +CHN,2060,comm_s2,urban,747.53387939403 +CHN,2060,comm_s3,rural,180.30329583061 +CHN,2060,comm_s3,urban,1413.32563273789 +CHN,2060,comm_s51_std,rural,1062.6150339477301 +CHN,2060,comm_s51_std,urban,9567.72199416032 +CHN,2060,comm_s52_low,rural,55.92710704992001 +CHN,2060,comm_s52_low,urban,328.51493840486 +CHN,2060,comm_sr11_std,rural,328.89791929110004 +CHN,2060,comm_sr11_std,urban,34.77467543376 +CHN,2060,comm_sr12_low,rural,17.31041680477 +CHN,2060,comm_sr12_low,urban,1.83024607544 +CHN,2060,comm_sr21_std,rural,317.53954115613 +CHN,2060,comm_sr21_std,urban,111.1025626733 +CHN,2060,comm_sr22_low,rural,16.71260742915 +CHN,2060,comm_sr22_low,urban,5.84750329848 +CHN,2060,comm_sr31_std,rural,43.834316020050004 +CHN,2060,comm_sr31_std,urban,210.05616470027 +CHN,2060,comm_sr32_low,rural,2.30706926427 +CHN,2060,comm_sr32_low,urban,11.05558761584 +CHN,2070,comm_s1,rural,1099.8342435637603 +CHN,2070,comm_s1,urban,226.8230899986 +CHN,2070,comm_s2,rural,1060.7411192164002 +CHN,2070,comm_s2,urban,723.30363503927 +CHN,2070,comm_s3,rural,144.18972896770003 +CHN,2070,comm_s3,urban,1315.69631754731 +CHN,2070,comm_s51_std,rural,782.44705921389 +CHN,2070,comm_s51_std,urban,8946.988649193541 +CHN,2070,comm_s52_low,rural,41.18142416918002 +CHN,2070,comm_s52_low,urban,307.20159164246 +CHN,2070,comm_sr11_std,rural,336.45010342545 +CHN,2070,comm_sr11_std,urban,41.56895611995 +CHN,2070,comm_sr12_low,rural,17.7079001803 +CHN,2070,comm_sr12_low,urban,2.18783979575 +CHN,2070,comm_sr21_std,rural,324.49113251054996 +CHN,2070,comm_sr21_std,urban,132.55695029311 +CHN,2070,comm_sr22_low,rural,17.078480658380002 +CHN,2070,comm_sr22_low,urban,6.97668159424 +CHN,2070,comm_sr31_std,rural,44.109055076340006 +CHN,2070,comm_sr31_std,urban,241.1223764367 +CHN,2070,comm_sr32_low,rural,2.3215292146199995 +CHN,2070,comm_sr32_low,urban,12.69065139149 +CHN,2080,comm_s1,rural,874.6632156530403 +CHN,2080,comm_s1,urban,220.02875634866 +CHN,2080,comm_s2,rural,843.3952339723902 +CHN,2080,comm_s2,urban,701.35826392219 +CHN,2080,comm_s3,rural,114.13676966327 +CHN,2080,comm_s3,urban,1258.90156674464 +CHN,2080,comm_s51_std,rural,611.2924085075499 +CHN,2080,comm_s51_std,urban,8117.987698557081 +CHN,2080,comm_s52_low,rural,32.173284658320014 +CHN,2080,comm_s52_low,urban,278.73721983041 +CHN,2080,comm_sr11_std,rural,325.38376413117 +CHN,2080,comm_sr11_std,urban,48.02355159817 +CHN,2080,comm_sr12_low,rural,17.125461270069998 +CHN,2080,comm_sr12_low,urban,2.52755534725 +CHN,2080,comm_sr21_std,rural,313.75175149581 +CHN,2080,comm_sr21_std,urban,153.07869450856 +CHN,2080,comm_sr22_low,rural,16.51325007861 +CHN,2080,comm_sr22_low,urban,8.056773395119999 +CHN,2080,comm_sr31_std,rural,42.460058996680004 +CHN,2080,comm_sr31_std,urban,274.7682864309 +CHN,2080,comm_sr32_low,rural,2.2347399472399996 +CHN,2080,comm_sr32_low,urban,14.461488759570003 +CHN,2090,comm_s1,rural,690.6686545325302 +CHN,2090,comm_s1,urban,213.57415617949002 +CHN,2090,comm_s2,rural,665.95494100827 +CHN,2090,comm_s2,urban,680.73778251142 +CHN,2090,comm_s3,rural,90.02943760538001 +CHN,2090,comm_s3,urban,1217.3318071526703 +CHN,2090,comm_s51_std,rural,495.31654819269005 +CHN,2090,comm_s51_std,urban,7220.043031667451 +CHN,2090,comm_s52_low,rural,26.06929201014001 +CHN,2090,comm_s52_low,urban,247.90561361164998 +CHN,2090,comm_sr11_std,rural,304.99225806572 +CHN,2090,comm_sr11_std,urban,54.15542029557 +CHN,2090,comm_sr12_low,rural,16.05222410871 +CHN,2090,comm_sr12_low,urban,2.85028527873 +CHN,2090,comm_sr21_std,rural,294.07893335714004 +CHN,2090,comm_sr21_std,urban,172.61283566499 +CHN,2090,comm_sr22_low,rural,15.47783859769 +CHN,2090,comm_sr22_low,urban,9.084886087580001 +CHN,2090,comm_sr31_std,rural,39.756084610900004 +CHN,2090,comm_sr31_std,urban,308.67552907446 +CHN,2090,comm_sr32_low,rural,2.09242550591 +CHN,2090,comm_sr32_low,urban,16.24608047762 +CHN,2100,comm_s1,rural,550.3972799165903 +CHN,2100,comm_s1,urban,204.76776784964002 +CHN,2100,comm_s2,rural,530.7002987383 +CHN,2100,comm_s2,urban,652.66258917153 +CHN,2100,comm_s3,rural,71.73010247218002 +CHN,2100,comm_s3,urban,1166.1318561045 +CHN,2100,comm_s51_std,rural,412.33819026652 +CHN,2100,comm_s51_std,urban,6436.88664148943 +CHN,2100,comm_s52_low,rural,21.70201001406001 +CHN,2100,comm_s52_low,urban,221.01534930031 +CHN,2100,comm_sr11_std,rural,283.36180580315005 +CHN,2100,comm_sr11_std,urban,59.207374551940006 +CHN,2100,comm_sr12_low,rural,14.9137792528 +CHN,2100,comm_sr12_low,urban,3.1161776080499997 +CHN,2100,comm_sr21_std,rural,273.22118127759 +CHN,2100,comm_sr21_std,urban,188.71348151537998 +CHN,2100,comm_sr22_low,rural,14.38006217251 +CHN,2100,comm_sr22_low,urban,9.93228850085 +CHN,2100,comm_sr31_std,rural,36.92890955072001 +CHN,2100,comm_sr31_std,urban,337.18004696838 +CHN,2100,comm_sr32_low,rural,1.9436268185499999 +CHN,2100,comm_sr32_low,urban,17.74631826157 +EEU,2020,comm_s1,rural,293.53572861684 +EEU,2020,comm_s1,urban,220.29000762622 +EEU,2020,comm_s2,rural,54.53766666305 +EEU,2020,comm_s2,urban,367.47029276826 +EEU,2020,comm_s3,rural,24.10402288902 +EEU,2020,comm_s3,urban,84.89586690206 +EEU,2020,comm_s51_std,urban,119.59200930881 +EEU,2020,comm_s52_low,rural,82.58187132178999 +EEU,2020,comm_s52_low,urban,145.39064295865 +EEU,2020,comm_sr11_std,rural,21.42017479091 +EEU,2020,comm_sr11_std,urban,8.50878129206 +EEU,2020,comm_sr12_low,rural,2.38001942117 +EEU,2020,comm_sr12_low,urban,0.94542014355 +EEU,2020,comm_sr21_std,rural,3.97977567542 +EEU,2020,comm_sr21_std,urban,14.19367308679 +EEU,2020,comm_sr22_low,rural,0.44219729722 +EEU,2020,comm_sr22_low,urban,1.57707478751 +EEU,2020,comm_sr31_std,rural,1.75894221084 +EEU,2020,comm_sr31_std,urban,3.27913359246 +EEU,2020,comm_sr32_low,rural,0.19543802344 +EEU,2020,comm_sr32_low,urban,0.36434817694999994 +EEU,2025,comm_s1,rural,264.58602540888 +EEU,2025,comm_s1,urban,206.14210196844 +EEU,2025,comm_s2,rural,46.57434026445 +EEU,2025,comm_s2,urban,323.26715981691 +EEU,2025,comm_s3,rural,21.229773761230003 +EEU,2025,comm_s3,urban,79.118419255 +EEU,2025,comm_s51_std,urban,226.10026658984998 +EEU,2025,comm_s52_low,rural,139.11355057786997 +EEU,2025,comm_s52_low,urban,274.87508005439 +EEU,2025,comm_sr11_std,rural,40.180741185070005 +EEU,2025,comm_sr11_std,urban,15.961080721080002 +EEU,2025,comm_sr12_low,rural,4.4645267982200005 +EEU,2025,comm_sr12_low,urban,1.7734534134200002 +EEU,2025,comm_sr21_std,rural,7.072903828299999 +EEU,2025,comm_sr21_std,urban,25.029788592860005 +EEU,2025,comm_sr22_low,rural,0.78587820313 +EEU,2025,comm_sr22_low,urban,2.7810876215099998 +EEU,2025,comm_sr31_std,rural,3.22401020083 +EEU,2025,comm_sr31_std,urban,6.12594644292 +EEU,2025,comm_sr32_low,rural,0.3582233556699999 +EEU,2025,comm_sr32_low,urban,0.68066071594 +EEU,2030,comm_s1,rural,238.09631109461 +EEU,2030,comm_s1,urban,192.87588071908002 +EEU,2030,comm_s2,rural,40.096989774529995 +EEU,2030,comm_s2,urban,286.46253599104 +EEU,2030,comm_s3,rural,18.42546515989 +EEU,2030,comm_s3,urban,72.81881227088 +EEU,2030,comm_s51_std,urban,311.59706135787 +EEU,2030,comm_s52_low,rural,169.15918644412002 +EEU,2030,comm_s52_low,urban,378.81541882842004 +EEU,2030,comm_sr11_std,rural,56.464263079320006 +EEU,2030,comm_sr11_std,urban,22.42941852956 +EEU,2030,comm_sr12_low,rural,6.2738070087 +EEU,2030,comm_sr12_low,urban,2.49215761438 +EEU,2030,comm_sr21_std,rural,9.50895446006 +EEU,2030,comm_sr21_std,urban,33.31255359059 +EEU,2030,comm_sr22_low,rural,1.05655049566 +EEU,2030,comm_sr22_low,urban,3.7013948434400006 +EEU,2030,comm_sr31_std,rural,4.369577619039999 +EEU,2030,comm_sr31_std,urban,8.468055265330001 +EEU,2030,comm_sr32_low,rural,0.48550862439 +EEU,2030,comm_sr32_low,urban,0.9408950294999999 +EEU,2035,comm_s1,rural,213.93509899471 +EEU,2035,comm_s1,urban,180.46469600393002 +EEU,2035,comm_s2,rural,34.861829875430004 +EEU,2035,comm_s2,urban,256.44108130772 +EEU,2035,comm_s3,rural,15.783028019160001 +EEU,2035,comm_s3,urban,66.16222460658999 +EEU,2035,comm_s51_std,urban,374.4059066082999 +EEU,2035,comm_s52_low,rural,177.75072749321 +EEU,2035,comm_s52_low,urban,455.1735170594601 +EEU,2035,comm_sr11_std,rural,70.45954479004 +EEU,2035,comm_sr11_std,urban,27.98879385494 +EEU,2035,comm_sr12_low,rural,7.82883830991 +EEU,2035,comm_sr12_low,urban,3.1098659838600002 +EEU,2035,comm_sr21_std,rural,11.48174691807 +EEU,2035,comm_sr21_std,urban,39.772192121820005 +EEU,2035,comm_sr22_low,rural,1.27574965758 +EEU,2035,comm_sr22_low,urban,4.41913245809 +EEU,2035,comm_sr31_std,rural,5.19814174879 +EEU,2035,comm_sr31_std,urban,10.26129157961 +EEU,2035,comm_sr32_low,rural,0.5775713055699999 +EEU,2035,comm_sr32_low,urban,1.1401435088599998 +EEU,2040,comm_s1,rural,191.22749480269 +EEU,2040,comm_s1,urban,168.8806522093 +EEU,2040,comm_s2,rural,30.53910399022 +EEU,2040,comm_s2,urban,232.34170009373997 +EEU,2040,comm_s3,rural,13.324071174060002 +EEU,2040,comm_s3,urban,59.40061305590999 +EEU,2040,comm_s51_std,urban,418.77847153089 +EEU,2040,comm_s52_low,rural,174.28263529852 +EEU,2040,comm_s52_low,urban,509.11822273921 +EEU,2040,comm_sr11_std,rural,82.04178284592 +EEU,2040,comm_sr11_std,urban,32.71570789676 +EEU,2040,comm_sr12_low,rural,9.11575364948 +EEU,2040,comm_sr12_low,urban,3.63507865519 +EEU,2040,comm_sr21_std,rural,13.102104069610002 +EEU,2040,comm_sr21_std,urban,45.00943768907 +EEU,2040,comm_sr22_low,rural,1.4557893410999998 +EEU,2040,comm_sr22_low,urban,5.00104863234 +EEU,2040,comm_sr31_std,rural,5.71638798585 +EEU,2040,comm_sr31_std,urban,11.507138800250003 +EEU,2040,comm_sr32_low,rural,0.6351542208300001 +EEU,2040,comm_sr32_low,urban,1.2785709777999996 +EEU,2045,comm_s1,rural,169.68053233081 +EEU,2045,comm_s1,urban,158.09437391632002 +EEU,2045,comm_s2,rural,26.88784853296 +EEU,2045,comm_s2,urban,213.20775128586 +EEU,2045,comm_s3,rural,11.107703025620001 +EEU,2045,comm_s3,urban,52.81646120142 +EEU,2045,comm_s51_std,urban,449.96869707067 +EEU,2045,comm_s52_low,rural,165.87539698616 +EEU,2045,comm_s52_low,urban,547.0368677344601 +EEU,2045,comm_sr11_std,rural,91.08214849388001 +EEU,2045,comm_sr11_std,urban,36.68709431416 +EEU,2045,comm_sr12_low,rural,10.120238721500002 +EEU,2045,comm_sr12_low,urban,4.07634381266 +EEU,2045,comm_sr21_std,rural,14.433022923260001 +EEU,2045,comm_sr21_std,urban,49.47660493006 +EEU,2045,comm_sr22_low,rural,1.60366921367 +EEU,2045,comm_sr22_low,urban,5.497400548 +EEU,2045,comm_sr31_std,rural,5.962460410039999 +EEU,2045,comm_sr31_std,urban,12.25649240685 +EEU,2045,comm_sr32_low,rural,0.6624956012700001 +EEU,2045,comm_sr32_low,urban,1.36183248964 +EEU,2050,comm_s1,rural,150.05015579102 +EEU,2050,comm_s1,urban,148.0749374984 +EEU,2050,comm_s2,rural,23.84093752003 +EEU,2050,comm_s2,urban,198.09970980780997 +EEU,2050,comm_s3,rural,9.22761629995 +EEU,2050,comm_s3,urban,46.66912037104 +EEU,2050,comm_s51_std,urban,472.05874192604 +EEU,2050,comm_s52_low,rural,155.13256916395 +EEU,2050,comm_s52_low,urban,573.89222239454 +EEU,2050,comm_sr11_std,rural,98.02510384647002 +EEU,2050,comm_sr11_std,urban,39.97922694727 +EEU,2050,comm_sr12_low,rural,10.89167820516 +EEU,2050,comm_sr12_low,urban,4.44213632742 +EEU,2050,comm_sr21_std,rural,15.57486137803 +EEU,2050,comm_sr21_std,urban,53.485575549669996 +EEU,2050,comm_sr22_low,rural,1.73054015308 +EEU,2050,comm_sr22_low,urban,5.94284172805 +EEU,2050,comm_sr31_std,rural,6.02823796654 +EEU,2050,comm_sr31_std,urban,12.600345381130001 +EEU,2050,comm_sr32_low,rural,0.66980421866 +EEU,2050,comm_sr32_low,urban,1.40003837573 +EEU,2055,comm_s1,rural,132.53057013111 +EEU,2055,comm_s1,urban,138.7899402829 +EEU,2055,comm_s2,rural,21.306162240509998 +EEU,2055,comm_s2,urban,186.16619720305997 +EEU,2055,comm_s3,rural,7.6827326542400005 +EEU,2055,comm_s3,urban,41.15392037913 +EEU,2055,comm_s51_std,urban,487.03738872561007 +EEU,2055,comm_s52_low,rural,143.08319322667 +EEU,2055,comm_s52_low,urban,592.10209361774 +EEU,2055,comm_sr11_std,rural,103.27100858147003 +EEU,2055,comm_sr11_std,urban,42.666667216609994 +EEU,2055,comm_sr12_low,rural,11.474556509060001 +EEU,2055,comm_sr12_low,urban,4.7407408017799995 +EEU,2055,comm_sr21_std,rural,16.602274187909998 +EEU,2055,comm_sr21_std,urban,57.23102961833 +EEU,2055,comm_sr22_low,rural,1.84469713202 +EEU,2055,comm_sr22_low,urban,6.3590032911600005 +EEU,2055,comm_sr31_std,rural,5.98657011033 +EEU,2055,comm_sr31_std,urban,12.651497809700002 +EEU,2055,comm_sr32_low,rural,0.66517445684 +EEU,2055,comm_sr32_low,urban,1.405721979 +EEU,2060,comm_s1,rural,116.90849851378 +EEU,2060,comm_s1,urban,130.20567941471 +EEU,2060,comm_s2,rural,19.15957261911 +EEU,2060,comm_s2,urban,176.6792730681 +EEU,2060,comm_s3,rural,6.4319507953000015 +EEU,2060,comm_s3,urban,36.382124811429996 +EEU,2060,comm_s51_std,urban,495.88794350131 +EEU,2060,comm_s52_low,rural,130.49089764049998 +EEU,2060,comm_s52_low,urban,602.86190823088 +EEU,2060,comm_sr11_std,rural,107.01539264994 +EEU,2060,comm_sr11_std,urban,44.82130283897 +EEU,2060,comm_sr12_low,rural,11.89059918334 +EEU,2060,comm_sr12_low,urban,4.98014475984 +EEU,2060,comm_sr21_std,rural,17.53823898973 +EEU,2060,comm_sr21_std,urban,60.81912278447 +EEU,2060,comm_sr22_low,rural,1.94869322104 +EEU,2060,comm_sr22_low,urban,6.75768030968 +EEU,2060,comm_sr31_std,rural,5.88766213413 +EEU,2060,comm_sr31_std,urban,12.523986982970001 +EEU,2060,comm_sr32_low,rural,0.65418468166 +EEU,2060,comm_sr32_low,urban,1.39155410931 +EEU,2070,comm_s1,rural,89.57568108162 +EEU,2070,comm_s1,urban,114.60370457711001 +EEU,2070,comm_s2,rural,15.522114849769997 +EEU,2070,comm_s2,urban,162.38226036314 +EEU,2070,comm_s3,rural,4.55713734666 +EEU,2070,comm_s3,urban,28.82751999213 +EEU,2070,comm_s51_std,urban,494.67622112791 +EEU,2070,comm_s52_low,rural,104.68483465377 +EEU,2070,comm_s52_low,urban,601.3887906206601 +EEU,2070,comm_sr11_std,rural,110.69207923832 +EEU,2070,comm_sr11_std,urban,47.97493944651999 +EEU,2070,comm_sr12_low,rural,12.299119915339999 +EEU,2070,comm_sr12_low,urban,5.330548827350001 +EEU,2070,comm_sr21_std,rural,19.181268243599998 +EEU,2070,comm_sr21_std,urban,67.97580529238 +EEU,2070,comm_sr22_low,rural,2.13125202709 +EEU,2070,comm_sr22_low,urban,7.552867255030001 +EEU,2070,comm_sr31_std,rural,5.63142810837 +EEU,2070,comm_sr31_std,urban,12.067659864240001 +EEU,2070,comm_sr32_low,rural,0.62571423434 +EEU,2070,comm_sr32_low,urban,1.34085109601 +EEU,2080,comm_s1,rural,67.68765009796 +EEU,2080,comm_s1,urban,101.51814818133 +EEU,2080,comm_s2,rural,12.55669308654 +EEU,2080,comm_s2,urban,152.43585423156 +EEU,2080,comm_s3,rural,3.3496996935800003 +EEU,2080,comm_s3,urban,24.074566374009997 +EEU,2080,comm_s51_std,urban,478.05074022562997 +EEU,2080,comm_s52_low,rural,83.02810923442 +EEU,2080,comm_s52_low,urban,581.17682686281 +EEU,2080,comm_sr11_std,rural,109.15533981482001 +EEU,2080,comm_sr11_std,urban,49.663353507550006 +EEU,2080,comm_sr12_low,rural,12.12837109047 +EEU,2080,comm_sr12_low,urban,5.51815038974 +EEU,2080,comm_sr21_std,rural,20.24933793447 +EEU,2080,comm_sr21_std,urban,74.57263407153 +EEU,2080,comm_sr22_low,rural,2.24992643713 +EEU,2080,comm_sr22_low,urban,8.285848230480001 +EEU,2080,comm_sr31_std,rural,5.40183634381 +EEU,2080,comm_sr31_std,urban,11.77743804228 +EEU,2080,comm_sr32_low,rural,0.60020403832 +EEU,2080,comm_sr32_low,urban,1.30860422684 +EEU,2090,comm_s1,rural,50.732041652869995 +EEU,2090,comm_s1,urban,90.62770775525 +EEU,2090,comm_s2,rural,10.111329549389998 +EEU,2090,comm_s2,urban,144.92035400254 +EEU,2090,comm_s3,rural,2.5467059935200007 +EEU,2090,comm_s3,urban,21.23992439801 +EEU,2090,comm_s51_std,urban,457.10263962139 +EEU,2090,comm_s52_low,rural,67.4713281365 +EEU,2090,comm_s52_low,urban,555.70975901093 +EEU,2090,comm_sr11_std,rural,104.30704862320003 +EEU,2090,comm_sr11_std,urban,50.33775691124001 +EEU,2090,comm_sr12_low,rural,11.58967206919 +EEU,2090,comm_sr12_low,urban,5.5930841012800006 +EEU,2090,comm_sr21_std,rural,20.78928638749 +EEU,2090,comm_sr21_std,urban,80.49376655305998 +EEU,2090,comm_sr22_low,rural,2.30992070963 +EEU,2090,comm_sr22_low,urban,8.943751839510002 +EEU,2090,comm_sr31_std,rural,5.236126464500001 +EEU,2090,comm_sr31_std,urban,11.79738710874 +EEU,2090,comm_sr32_low,rural,0.5817918294900001 +EEU,2090,comm_sr32_low,urban,1.31082078972 +EEU,2100,comm_s1,rural,37.793139783950004 +EEU,2100,comm_s1,urban,81.62795966475001 +EEU,2100,comm_s2,rural,8.08412056027 +EEU,2100,comm_s2,urban,138.87779539058002 +EEU,2100,comm_s3,rural,1.9721227554400005 +EEU,2100,comm_s3,urban,19.561078217709994 +EEU,2100,comm_s51_std,urban,434.73215179032997 +EEU,2100,comm_s52_low,rural,56.910727065370004 +EEU,2100,comm_s52_low,urban,528.51346364096 +EEU,2100,comm_sr11_std,rural,97.41910301611003 +EEU,2100,comm_sr11_std,urban,50.35651041273 +EEU,2100,comm_sr12_low,rural,10.824344779489998 +EEU,2100,comm_sr12_low,urban,5.595167823700001 +EEU,2100,comm_sr21_std,rural,20.83837908544 +EEU,2100,comm_sr21_std,urban,85.67408983896 +EEU,2100,comm_sr22_low,rural,2.31537545384 +EEU,2100,comm_sr22_low,urban,9.519343315789998 +EEU,2100,comm_sr31_std,rural,5.08352655988 +EEU,2100,comm_sr31_std,urban,12.067282375060001 +EEU,2100,comm_sr32_low,rural,0.56483628446 +EEU,2100,comm_sr32_low,urban,1.3408091527 +FSU,2020,comm_s1,rural,365.45020352517 +FSU,2020,comm_s1,urban,359.95112342861 +FSU,2020,comm_s2,rural,190.53659919152 +FSU,2020,comm_s2,urban,743.32992398078 +FSU,2020,comm_s3,rural,151.06727961484 +FSU,2020,comm_s3,urban,378.92989666601005 +FSU,2020,comm_s51_std,rural,195.12953457859004 +FSU,2020,comm_s51_std,urban,587.56604649842 +FSU,2020,comm_s52_low,rural,10.26997550412 +FSU,2020,comm_s52_low,urban,2.95259319849 +FSU,2020,comm_sr11_std,rural,28.149542704 +FSU,2020,comm_sr11_std,urban,2.5840319920900003 +FSU,2020,comm_sr12_low,rural,1.48155487916 +FSU,2020,comm_sr12_low,urban,0.13600168379000002 +FSU,2020,comm_sr21_std,rural,14.676467775639999 +FSU,2020,comm_sr21_std,urban,5.33624756012 +FSU,2020,comm_sr22_low,rural,0.7724456722999999 +FSU,2020,comm_sr22_low,urban,0.28085513481 +FSU,2020,comm_sr31_std,rural,11.63626342985 +FSU,2020,comm_sr31_std,urban,2.72027759321 +FSU,2020,comm_sr32_low,rural,0.61243491732 +FSU,2020,comm_sr32_low,urban,0.14317250487999997 +FSU,2025,comm_s1,rural,326.92258402341 +FSU,2025,comm_s1,urban,345.6783422457 +FSU,2025,comm_s2,rural,162.30352080922 +FSU,2025,comm_s2,urban,676.1949214381 +FSU,2025,comm_s3,rural,133.13706877229998 +FSU,2025,comm_s3,urban,363.779435542 +FSU,2025,comm_s51_std,rural,346.93632263635 +FSU,2025,comm_s51_std,urban,1145.64571584921 +FSU,2025,comm_s52_low,rural,18.259806454539998 +FSU,2025,comm_s52_low,urban,5.757013647480001 +FSU,2025,comm_sr11_std,rural,52.40552305628 +FSU,2025,comm_sr11_std,urban,4.81064824256 +FSU,2025,comm_sr12_low,rural,2.75818542404 +FSU,2025,comm_sr12_low,urban,0.25319201276000003 +FSU,2025,comm_sr21_std,rural,26.01717139631 +FSU,2025,comm_sr21_std,urban,9.41029712546 +FSU,2025,comm_sr22_low,rural,1.36932481016 +FSU,2025,comm_sr22_low,urban,0.49527879625 +FSU,2025,comm_sr31_std,rural,21.34180404832 +FSU,2025,comm_sr31_std,urban,5.062552923839999 +FSU,2025,comm_sr32_low,rural,1.1232528446599999 +FSU,2025,comm_sr32_low,urban,0.26645015384 +FSU,2030,comm_s1,rural,295.25445586257 +FSU,2030,comm_s1,urban,335.30880203669005 +FSU,2030,comm_s2,rural,139.02287640306 +FSU,2030,comm_s2,urban,617.97513240299 +FSU,2030,comm_s3,rural,115.66216900336 +FSU,2030,comm_s3,urban,344.5235292451201 +FSU,2030,comm_s51_std,rural,431.98187617559 +FSU,2030,comm_s51_std,urban,1592.0324377257198 +FSU,2030,comm_s52_low,rural,22.735888219770004 +FSU,2030,comm_s52_low,urban,8.00016300363 +FSU,2030,comm_sr11_std,rural,73.90920895663001 +FSU,2030,comm_sr11_std,urban,6.7846132514 +FSU,2030,comm_sr12_low,rural,3.8899583661800006 +FSU,2030,comm_sr12_low,urban,0.35708490791 +FSU,2030,comm_sr21_std,rural,34.80073075185 +FSU,2030,comm_sr21_std,urban,12.50406266346 +FSU,2030,comm_sr22_low,rural,1.83161740784 +FSU,2030,comm_sr22_low,urban,0.6581085614100001 +FSU,2030,comm_sr31_std,rural,28.95299036978 +FSU,2030,comm_sr31_std,urban,6.9710633534 +FSU,2030,comm_sr32_low,rural,1.52384159854 +FSU,2030,comm_sr32_low,urban,0.36689807107 +FSU,2035,comm_s1,rural,268.67774649759 +FSU,2035,comm_s1,urban,327.86692684586006 +FSU,2035,comm_s2,rural,120.04384973313 +FSU,2035,comm_s2,urban,569.1786764866499 +FSU,2035,comm_s3,rural,99.19447441620999 +FSU,2035,comm_s3,urban,321.86906348436 +FSU,2035,comm_s51_std,rural,463.79083256529003 +FSU,2035,comm_s51_std,urban,1927.9663966026 +FSU,2035,comm_s52_low,rural,24.410043819239995 +FSU,2035,comm_s52_low,urban,9.688273349719998 +FSU,2035,comm_sr11_std,rural,93.40509867143001 +FSU,2035,comm_sr11_std,urban,8.574269419719998 +FSU,2035,comm_sr12_low,rural,4.91605782484 +FSU,2035,comm_sr12_low,urban,0.4512773377899999 +FSU,2035,comm_sr21_std,rural,41.73292271263 +FSU,2035,comm_sr21_std,urban,14.88497594747 +FSU,2035,comm_sr22_low,rural,2.19646961643 +FSU,2035,comm_sr22_low,urban,0.7834197868899999 +FSU,2035,comm_sr31_std,rural,34.48469324776 +FSU,2035,comm_sr31_std,urban,8.41741524451 +FSU,2035,comm_sr32_low,rural,1.8149838552000002 +FSU,2035,comm_sr32_low,urban,0.44302185485999995 +FSU,2040,comm_s1,rural,243.01719729985 +FSU,2040,comm_s1,urban,322.54913601325995 +FSU,2040,comm_s2,rural,104.15656802128001 +FSU,2040,comm_s2,urban,529.53693218738 +FSU,2040,comm_s3,rural,83.97459543463 +FSU,2040,comm_s3,urban,297.01042283179 +FSU,2040,comm_s51_std,rural,471.29826079628003 +FSU,2040,comm_s51_std,urban,2194.95361866827 +FSU,2040,comm_s52_low,rural,24.80517162088 +FSU,2040,comm_s52_low,urban,11.02991768171 +FSU,2040,comm_sr11_std,rural,110.05324627636999 +FSU,2040,comm_sr11_std,urban,10.221655950559999 +FSU,2040,comm_sr12_low,rural,5.7922761198599995 +FSU,2040,comm_sr12_low,urban,0.53798189201 +FSU,2040,comm_sr21_std,rural,47.16854839518 +FSU,2040,comm_sr21_std,urban,16.78114658982 +FSU,2040,comm_sr22_low,rural,2.4825551787299998 +FSU,2040,comm_sr22_low,urban,0.8832182417400001 +FSU,2040,comm_sr31_std,rural,38.02890056743 +FSU,2040,comm_sr31_std,urban,9.4123282841 +FSU,2040,comm_sr32_low,rural,2.00152108252 +FSU,2040,comm_sr32_low,urban,0.49538569907999996 +FSU,2045,comm_s1,rural,218.89441745213 +FSU,2045,comm_s1,urban,318.72208798967 +FSU,2045,comm_s2,rural,90.98849392801 +FSU,2045,comm_s2,urban,498.23374768743 +FSU,2045,comm_s3,rural,70.4886803447 +FSU,2045,comm_s3,urban,271.38799007990997 +FSU,2045,comm_s51_std,rural,463.66625846906 +FSU,2045,comm_s51_std,urban,2409.6461549064998 +FSU,2045,comm_s52_low,rural,24.40348728784 +FSU,2045,comm_s52_low,urban,12.10877464774 +FSU,2045,comm_sr11_std,rural,124.02722590216999 +FSU,2045,comm_sr11_std,urban,11.751169388620001 +FSU,2045,comm_sr12_low,rural,6.52774873177 +FSU,2045,comm_sr12_low,urban,0.6184825992599999 +FSU,2045,comm_sr21_std,rural,51.55476609317 +FSU,2045,comm_sr21_std,urban,18.36970007647 +FSU,2045,comm_sr22_low,rural,2.7134087418100004 +FSU,2045,comm_sr22_low,urban,0.9668263199399999 +FSU,2045,comm_sr31_std,rural,39.93941728783 +FSU,2045,comm_sr31_std,urban,10.00597812853 +FSU,2045,comm_sr32_low,rural,2.10207459407 +FSU,2045,comm_sr32_low,urban,0.52663042777 +FSU,2050,comm_s1,rural,196.87402931255 +FSU,2050,comm_s1,urban,315.90896013016 +FSU,2050,comm_s2,rural,80.14009402415 +FSU,2050,comm_s2,urban,474.14262078193997 +FSU,2050,comm_s3,rural,58.98443038928 +FSU,2050,comm_s3,urban,246.42745574798997 +FSU,2050,comm_s51_std,rural,445.08961630092006 +FSU,2050,comm_s51_std,urban,2581.53769407167 +FSU,2050,comm_s52_low,rural,23.42576927894 +FSU,2050,comm_s52_low,urban,12.972551226429998 +FSU,2050,comm_sr11_std,rural,135.75954885078 +FSU,2050,comm_sr11_std,urban,13.176403809009999 +FSU,2050,comm_sr12_low,rural,7.145239413240002 +FSU,2050,comm_sr12_low,urban,0.69349493717 +FSU,2050,comm_sr21_std,rural,55.262662360920004 +FSU,2050,comm_sr21_std,urban,19.776250195030002 +FSU,2050,comm_sr22_low,rural,2.9085611769699997 +FSU,2050,comm_sr22_low,urban,1.04085527353 +FSU,2050,comm_sr31_std,rural,40.67423055644001 +FSU,2050,comm_sr31_std,urban,10.278365214059999 +FSU,2050,comm_sr32_low,rural,2.14074897665 +FSU,2050,comm_sr32_low,urban,0.54096659015 +FSU,2055,comm_s1,rural,176.95887908008 +FSU,2055,comm_s1,urban,313.76764506641 +FSU,2055,comm_s2,rural,71.15373811113 +FSU,2055,comm_s2,urban,456.02617261122 +FSU,2055,comm_s3,rural,49.43990965804 +FSU,2055,comm_s3,urban,223.31701957314002 +FSU,2055,comm_s51_std,rural,419.38453704073 +FSU,2055,comm_s51_std,urban,2718.44892589075 +FSU,2055,comm_s52_low,rural,22.07287037047 +FSU,2055,comm_s52_low,urban,13.660547366260001 +FSU,2055,comm_sr11_std,rural,145.55120550589 +FSU,2055,comm_sr11_std,urban,14.505107899500004 +FSU,2055,comm_sr12_low,rural,7.6605897635 +FSU,2055,comm_sr12_low,urban,0.76342673137 +FSU,2055,comm_sr21_std,rural,58.524965868369996 +FSU,2055,comm_sr21_std,urban,21.08155172359 +FSU,2055,comm_sr22_low,rural,3.08026136152 +FSU,2055,comm_sr22_low,urban,1.10955535395 +FSU,2055,comm_sr31_std,rural,40.66503183226 +FSU,2055,comm_sr31_std,urban,10.32368223964 +FSU,2055,comm_sr32_low,rural,2.1402648332 +FSU,2055,comm_sr32_low,urban,0.54335169678 +FSU,2060,comm_s1,rural,158.9768943494 +FSU,2060,comm_s1,urban,312.06458234976003 +FSU,2060,comm_s2,rural,63.626620453620006 +FSU,2060,comm_s2,urban,442.67854408637004 +FSU,2060,comm_s3,rural,41.68526937912 +FSU,2060,comm_s3,urban,202.87199539290995 +FSU,2060,comm_s51_std,rural,389.44662269794003 +FSU,2060,comm_s51_std,urban,2827.41747847648 +FSU,2060,comm_s52_low,rural,20.497190668240002 +FSU,2060,comm_s52_low,urban,14.208128032509999 +FSU,2060,comm_sr11_std,rural,153.60850805907 +FSU,2060,comm_sr11_std,urban,15.742416331620001 +FSU,2060,comm_sr12_low,rural,8.084658318899999 +FSU,2060,comm_sr12_low,urban,0.82854822781 +FSU,2060,comm_sr21_std,rural,61.47805491268001 +FSU,2060,comm_sr21_std,urban,22.3313709283 +FSU,2060,comm_sr22_low,rural,3.23568710081 +FSU,2060,comm_sr22_low,urban,1.17533531222 +FSU,2060,comm_sr31_std,rural,40.27762690652 +FSU,2060,comm_sr31_std,urban,10.23408484711 +FSU,2060,comm_sr32_low,rural,2.11987510035 +FSU,2060,comm_sr32_low,urban,0.53863604457 +FSU,2070,comm_s1,rural,126.38015815666 +FSU,2070,comm_s1,urban,309.33203016691 +FSU,2070,comm_s2,rural,51.20509194926 +FSU,2070,comm_s2,urban,425.81153570355997 +FSU,2070,comm_s3,rural,30.097978865269997 +FSU,2070,comm_s3,urban,169.96340149911 +FSU,2070,comm_s51_std,rural,324.59367557432 +FSU,2070,comm_s51_std,urban,2958.03430841316 +FSU,2070,comm_s52_low,rural,17.08387766174 +FSU,2070,comm_s52_low,urban,14.864494012099998 +FSU,2070,comm_sr11_std,rural,164.84903784781 +FSU,2070,comm_sr11_std,urban,18.047269000440004 +FSU,2070,comm_sr12_low,rural,8.6762651499 +FSU,2070,comm_sr12_low,urban,0.9498562629799999 +FSU,2070,comm_sr21_std,rural,66.79141934812 +FSU,2070,comm_sr21_std,urban,24.84299903938 +FSU,2070,comm_sr22_low,rural,3.51533786061 +FSU,2070,comm_sr22_low,urban,1.30752626545 +FSU,2070,comm_sr31_std,rural,39.25950821266 +FSU,2070,comm_sr31_std,urban,9.91612548324 +FSU,2070,comm_sr32_low,rural,2.0662899058399997 +FSU,2070,comm_sr32_low,urban,0.52190134118 +FSU,2080,comm_s1,rural,98.46232446699001 +FSU,2080,comm_s1,urban,307.19375671618997 +FSU,2080,comm_s2,rural,41.35752554762 +FSU,2080,comm_s2,urban,417.27873865317997 +FSU,2080,comm_s3,rural,22.652382520599996 +FSU,2080,comm_s3,urban,149.50753573131 +FSU,2080,comm_s51_std,rural,261.71887536878 +FSU,2080,comm_s51_std,urban,2985.98710510713 +FSU,2080,comm_s52_low,rural,13.774677650909998 +FSU,2080,comm_s52_low,urban,15.00496032713 +FSU,2080,comm_sr11_std,rural,167.60490687028 +FSU,2080,comm_sr11_std,urban,20.01477063124 +FSU,2080,comm_sr12_low,rural,8.821310887920001 +FSU,2080,comm_sr12_low,urban,1.05340898037 +FSU,2080,comm_sr21_std,rural,70.39976209471001 +FSU,2080,comm_sr21_std,urban,27.187200458399996 +FSU,2080,comm_sr22_low,rural,3.7052506366999993 +FSU,2080,comm_sr22_low,urban,1.43090528749 +FSU,2080,comm_sr31_std,rural,38.55942344752 +FSU,2080,comm_sr31_std,urban,9.74095003538 +FSU,2080,comm_sr32_low,rural,2.02944333927 +FSU,2080,comm_sr32_low,urban,0.5126815808 +FSU,2090,comm_s1,rural,75.03182585421001 +FSU,2090,comm_s1,urban,305.41890242921 +FSU,2090,comm_s2,rural,32.90243990902 +FSU,2090,comm_s2,urban,412.7905859235501 +FSU,2090,comm_s3,rural,17.37806154403 +FSU,2090,comm_s3,urban,138.13553403343002 +FSU,2090,comm_s51_std,rural,210.90567361925997 +FSU,2090,comm_s51_std,urban,2946.53077401691 +FSU,2090,comm_s52_low,rural,11.10029861152 +FSU,2090,comm_s52_low,urban,14.806687306520002 +FSU,2090,comm_sr11_std,rural,162.83881284369 +FSU,2090,comm_sr11_std,urban,21.689495646110004 +FSU,2090,comm_sr12_low,rural,8.57046383391 +FSU,2090,comm_sr12_low,urban,1.1415524021899999 +FSU,2090,comm_sr21_std,rural,71.40695556105 +FSU,2090,comm_sr21_std,urban,29.31455631888 +FSU,2090,comm_sr22_low,rural,3.7582608192199998 +FSU,2090,comm_sr22_low,urban,1.54287138559 +FSU,2090,comm_sr31_std,rural,37.714968003669995 +FSU,2090,comm_sr31_std,urban,9.80977287335 +FSU,2090,comm_sr32_low,rural,1.98499831585 +FSU,2090,comm_sr32_low,urban,0.51630383543 +FSU,2100,comm_s1,rural,56.208074777560014 +FSU,2100,comm_s1,urban,303.91821304853 +FSU,2100,comm_s2,rural,25.775511424199998 +FSU,2100,comm_s2,urban,410.10427608764 +FSU,2100,comm_s3,rural,13.443727740249999 +FSU,2100,comm_s3,urban,132.39004385666001 +FSU,2100,comm_s51_std,rural,173.15295107186 +FSU,2100,comm_s51_std,urban,2867.84825847314 +FSU,2100,comm_s52_low,rural,9.11331321429 +FSU,2100,comm_s52_low,urban,14.41129778121 +FSU,2100,comm_sr11_std,rural,152.93643371665001 +FSU,2100,comm_sr11_std,urban,23.113511609190002 +FSU,2100,comm_sr12_low,rural,8.04928598513 +FSU,2100,comm_sr12_low,urban,1.2165006107799998 +FSU,2100,comm_sr21_std,rural,70.13253540571 +FSU,2100,comm_sr21_std,urban,31.18914740632 +FSU,2100,comm_sr22_low,rural,3.69118607415 +FSU,2100,comm_sr22_low,urban,1.6415340743900002 +FSU,2100,comm_sr31_std,rural,36.57901083713 +FSU,2100,comm_sr31_std,urban,10.068494365520001 +FSU,2100,comm_sr32_low,rural,1.9252110966399998 +FSU,2100,comm_sr32_low,urban,0.52992075606 +LAM,2020,comm_s1,rural,232.63636908495 +LAM,2020,comm_s1,urban,164.75635339798 +LAM,2020,comm_s2,rural,292.29209918059 +LAM,2020,comm_s2,urban,1142.34161177491 +LAM,2020,comm_s3,rural,100.27003149 +LAM,2020,comm_s3,urban,1401.0409823017499 +LAM,2020,comm_s51_std,rural,180.08830791898998 +LAM,2020,comm_s51_std,urban,1095.8199091055 +LAM,2020,comm_sr11_std,rural,5.96503510472 +LAM,2020,comm_sr11_std,urban,4.22452188203 +LAM,2020,comm_sr21_std,rural,7.4946692098300005 +LAM,2020,comm_sr21_std,urban,29.290810558440004 +LAM,2020,comm_sr31_std,rural,2.57102644855 +LAM,2020,comm_sr31_std,urban,35.92412775119 +LAM,2025,comm_s1,rural,216.57368694576002 +LAM,2025,comm_s1,urban,153.38053565524 +LAM,2025,comm_s2,rural,268.17688002642 +LAM,2025,comm_s2,urban,1047.80794501687 +LAM,2025,comm_s3,rural,93.97622423608 +LAM,2025,comm_s3,urban,1319.304445992 +LAM,2025,comm_s51_std,rural,356.07048169619 +LAM,2025,comm_s51_std,urban,2331.45639873476 +LAM,2025,comm_sr11_std,rural,11.24873193205 +LAM,2025,comm_sr11_std,urban,7.966510398960001 +LAM,2025,comm_sr21_std,rural,13.92897667461 +LAM,2025,comm_sr21_std,urban,54.422634882669996 +LAM,2025,comm_sr31_std,rural,4.8810793653 +LAM,2025,comm_sr31_std,urban,68.52403105389 +LAM,2030,comm_s1,rural,202.59339146539 +LAM,2030,comm_s1,urban,143.47949347583 +LAM,2030,comm_s2,rural,246.3753044686 +LAM,2030,comm_s2,urban,960.8851168825299 +LAM,2030,comm_s3,rural,87.42390590796 +LAM,2030,comm_s3,urban,1232.35243026065 +LAM,2030,comm_s51_std,rural,513.0502165218901 +LAM,2030,comm_s51_std,urban,3624.75077927013 +LAM,2030,comm_sr11_std,rural,15.987114844259999 +LAM,2030,comm_sr11_std,urban,11.32229992009 +LAM,2030,comm_sr21_std,rural,19.442047239749996 +LAM,2030,comm_sr21_std,urban,75.8256752834 +LAM,2030,comm_sr31_std,rural,6.89882337113 +LAM,2030,comm_sr31_std,urban,97.2477911973 +LAM,2035,comm_s1,rural,190.43148787148 +LAM,2035,comm_s1,urban,134.86626204342002 +LAM,2035,comm_s2,rural,226.87412814639 +LAM,2035,comm_s2,urban,882.0666037215601 +LAM,2035,comm_s3,rural,80.83193943697 +LAM,2035,comm_s3,urban,1143.2767853369298 +LAM,2035,comm_s51_std,rural,642.45861525435 +LAM,2035,comm_s51_std,urban,4903.71747897613 +LAM,2035,comm_sr11_std,rural,20.29556717374 +LAM,2035,comm_sr11_std,urban,14.37360654676 +LAM,2035,comm_sr21_std,rural,24.17950497196 +LAM,2035,comm_sr21_std,urban,94.00778310208 +LAM,2035,comm_sr31_std,rural,8.61480459438 +LAM,2035,comm_sr31_std,urban,121.84671271711 +LAM,2040,comm_s1,rural,179.8405516991 +LAM,2040,comm_s1,urban,127.36561186696 +LAM,2040,comm_s2,rural,209.57896606211 +LAM,2040,comm_s2,urban,811.41455529647 +LAM,2040,comm_s3,rural,74.38770484563 +LAM,2040,comm_s3,urban,1054.84441941906 +LAM,2040,comm_s51_std,rural,744.5402413751699 +LAM,2040,comm_s51_std,urban,6136.63645403482 +LAM,2040,comm_sr11_std,rural,24.269572836150004 +LAM,2040,comm_sr11_std,urban,17.18805333298 +LAM,2040,comm_sr21_std,rural,28.28278680043 +LAM,2040,comm_sr21_std,urban,109.50080203882 +LAM,2040,comm_sr31_std,rural,10.03865815467 +LAM,2040,comm_sr31_std,urban,142.35178454465 +LAM,2045,comm_s1,rural,170.59477862893 +LAM,2045,comm_s1,urban,120.81762514686001 +LAM,2045,comm_s2,rural,194.34066925267 +LAM,2045,comm_s2,urban,748.66596687868 +LAM,2045,comm_s3,rural,68.23909411911 +LAM,2045,comm_s3,urban,969.3481619705799 +LAM,2045,comm_s51_std,rural,815.7900665929601 +LAM,2045,comm_s51_std,urban,7261.776754379729 +LAM,2045,comm_sr11_std,rural,27.98638008132 +LAM,2045,comm_sr11_std,urban,19.8203485773 +LAM,2045,comm_sr21_std,rural,31.88193612195 +LAM,2045,comm_sr21_std,urban,122.81999760776 +LAM,2045,comm_sr31_std,rural,11.19474605119 +LAM,2045,comm_sr31_std,urban,159.02330839227 +LAM,2050,comm_s1,rural,162.49213832466 +LAM,2050,comm_s1,urban,115.07922115325002 +LAM,2050,comm_s2,rural,180.97772037055 +LAM,2050,comm_s2,urban,693.33375837494 +LAM,2050,comm_s3,rural,62.491995626779996 +LAM,2050,comm_s3,urban,888.53070547729 +LAM,2050,comm_s51_std,rural,854.60502895721 +LAM,2050,comm_s51_std,urban,8222.25309179722 +LAM,2050,comm_sr11_std,rural,31.50710854655 +LAM,2050,comm_sr11_std,urban,22.31377806775 +LAM,2050,comm_sr21_std,rural,35.09144958664 +LAM,2050,comm_sr21_std,urban,134.43691620654 +LAM,2050,comm_sr31_std,rural,12.11715292675 +LAM,2050,comm_sr31_std,urban,172.28546361096 +LAM,2055,comm_s1,rural,155.35463351126998 +LAM,2055,comm_s1,urban,110.02433970872 +LAM,2055,comm_s2,rural,169.29393250146 +LAM,2055,comm_s2,urban,644.79415007282 +LAM,2055,comm_s3,rural,57.212378029110006 +LAM,2055,comm_s3,urban,813.57804170895 +LAM,2055,comm_s51_std,rural,863.30363549717 +LAM,2055,comm_s51_std,urban,8987.1318490752 +LAM,2055,comm_sr11_std,rural,34.87899214715 +LAM,2055,comm_sr11_std,urban,24.701793528560003 +LAM,2055,comm_sr21_std,rural,38.00853317889 +LAM,2055,comm_sr21_std,urban,144.76407680104998 +LAM,2055,comm_sr31_std,rural,12.84487008124 +LAM,2055,comm_sr31_std,urban,182.65809964303998 +LAM,2060,comm_s1,rural,149.02739646077998 +LAM,2060,comm_s1,urban,105.54330130696 +LAM,2060,comm_s2,rural,159.09151510572002 +LAM,2060,comm_s2,urban,602.35645260222 +LAM,2060,comm_s3,rural,52.4315320381 +LAM,2060,comm_s3,urban,745.16686998825 +LAM,2060,comm_s51_std,rural,845.8249904736999 +LAM,2060,comm_s51_std,urban,9544.33307838999 +LAM,2060,comm_sr11_std,rural,38.13757528007 +LAM,2060,comm_sr11_std,urban,27.009568002180004 +LAM,2060,comm_sr21_std,rural,40.71308214374999 +LAM,2060,comm_sr21_std,urban,154.14893571381998 +LAM,2060,comm_sr31_std,rural,13.417744304780001 +LAM,2060,comm_sr31_std,urban,190.69552495276997 +LAM,2070,comm_s1,rural,136.1583094504 +LAM,2070,comm_s1,urban,97.86040566828001 +LAM,2070,comm_s2,rural,140.14012227868 +LAM,2070,comm_s2,urban,531.87650402195 +LAM,2070,comm_s3,rural,43.480489826349995 +LAM,2070,comm_s3,urban,625.83109301451 +LAM,2070,comm_s51_std,rural,768.91657886545 +LAM,2070,comm_s51_std,urban,10143.07638654075 +LAM,2070,comm_sr11_std,rural,43.84438412547 +LAM,2070,comm_sr11_std,urban,31.51206293702 +LAM,2070,comm_sr21_std,rural,45.12656904609 +LAM,2070,comm_sr21_std,urban,171.26973626406 +LAM,2070,comm_sr31_std,rural,14.00116750566 +LAM,2070,comm_sr31_std,urban,201.52408582774 +LAM,2080,comm_s1,rural,122.72462202422997 +LAM,2080,comm_s1,urban,91.53064541585 +LAM,2080,comm_s2,rural,122.98257958495999 +LAM,2080,comm_s2,urban,478.2471499018301 +LAM,2080,comm_s3,rural,35.99555276132 +LAM,2080,comm_s3,urban,533.1443460846199 +LAM,2080,comm_s51_std,rural,671.06522370586 +LAM,2080,comm_s51_std,urban,10260.63276702803 +LAM,2080,comm_sr11_std,rural,48.05771464366 +LAM,2080,comm_sr11_std,urban,35.84247045127 +LAM,2080,comm_sr21_std,rural,48.15872820287001 +LAM,2080,comm_sr21_std,urban,187.27672312255999 +LAM,2080,comm_sr31_std,rural,14.09549261179 +LAM,2080,comm_sr31_std,urban,208.77390718674002 +LAM,2090,comm_s1,rural,109.5587672527 +LAM,2090,comm_s1,urban,86.12737607420001 +LAM,2090,comm_s2,rural,107.86740746312 +LAM,2090,comm_s2,urban,436.79599729031 +LAM,2090,comm_s3,rural,30.024225987509997 +LAM,2090,comm_s3,urban,462.6956198205999 +LAM,2090,comm_s51_std,rural,574.6322092085501 +LAM,2090,comm_s51_std,urban,10110.718839792171 +LAM,2090,comm_sr11_std,rural,50.926355886470006 +LAM,2090,comm_sr11_std,urban,40.034709366600005 +LAM,2090,comm_sr21_std,rural,50.14015873651 +LAM,2090,comm_sr21_std,urban,203.03649781377 +LAM,2090,comm_sr31_std,rural,13.95620319746 +LAM,2090,comm_sr31_std,urban,215.07545578439 +LAM,2100,comm_s1,rural,97.17477229880998 +LAM,2100,comm_s1,urban,81.36346570351 +LAM,2100,comm_s2,rural,94.71969030606 +LAM,2100,comm_s2,urban,403.93510966591003 +LAM,2100,comm_s3,rural,25.3464220448 +LAM,2100,comm_s3,urban,409.49461181747995 +LAM,2100,comm_s51_std,rural,489.81603316765995 +LAM,2100,comm_s51_std,urban,9840.28672343661 +LAM,2100,comm_sr11_std,rural,52.66171021871001 +LAM,2100,comm_sr11_std,urban,44.09312367718 +LAM,2100,comm_sr21_std,rural,51.33123304473 +LAM,2100,comm_sr21_std,urban,218.9036638744 +LAM,2100,comm_sr31_std,rural,13.73593064564 +LAM,2100,comm_sr31_std,urban,221.91651262443997 +MEA,2020,comm_s1,rural,169.60323134726 +MEA,2020,comm_s1,urban,66.7480722387 +MEA,2020,comm_s2,rural,285.6158276895 +MEA,2020,comm_s2,urban,420.79007898969 +MEA,2020,comm_s3,rural,285.44681852033 +MEA,2020,comm_s3,urban,752.25779786262 +MEA,2020,comm_s51_std,rural,223.94896195075 +MEA,2020,comm_s51_std,urban,532.2125914261 +MEA,2020,comm_sr11_std,rural,4.34880080382 +MEA,2020,comm_sr11_std,urban,1.71148903176 +MEA,2020,comm_sr21_std,rural,7.323482761309999 +MEA,2020,comm_sr21_std,urban,10.78948920481 +MEA,2020,comm_sr31_std,rural,7.31914919303 +MEA,2020,comm_sr31_std,urban,19.28866148361 +MEA,2025,comm_s1,rural,157.9513074693 +MEA,2025,comm_s1,urban,62.162408094540005 +MEA,2025,comm_s2,rural,261.74393722406 +MEA,2025,comm_s2,urban,385.58241332526 +MEA,2025,comm_s3,rural,268.34246222181 +MEA,2025,comm_s3,urban,709.41895554887 +MEA,2025,comm_s51_std,rural,473.99824507181995 +MEA,2025,comm_s51_std,urban,1195.2460848969 +MEA,2025,comm_sr11_std,rural,8.20391406325 +MEA,2025,comm_sr11_std,urban,3.2286852330699998 +MEA,2025,comm_sr21_std,rural,13.594852755180003 +MEA,2025,comm_sr21_std,urban,20.02696295378 +MEA,2025,comm_sr31_std,rural,13.937576933539999 +MEA,2025,comm_sr31_std,urban,36.84687540329001 +MEA,2030,comm_s1,rural,147.83173160172 +MEA,2030,comm_s1,urban,58.1798060199 +MEA,2030,comm_s2,rural,239.84251960272002 +MEA,2030,comm_s2,urban,353.07767275514004 +MEA,2030,comm_s3,rural,250.22164119389004 +MEA,2030,comm_s3,urban,663.33468135027 +MEA,2030,comm_s51_std,rural,735.14321300439 +MEA,2030,comm_s51_std,urban,1974.56494751989 +MEA,2030,comm_sr11_std,rural,11.66574513447 +MEA,2030,comm_sr11_std,urban,4.5911035583999995 +MEA,2030,comm_sr21_std,rural,18.926530019959998 +MEA,2030,comm_sr21_std,urban,27.862178832620003 +MEA,2030,comm_sr31_std,rural,19.74557060046 +MEA,2030,comm_sr31_std,urban,52.34527964734001 +MEA,2035,comm_s1,rural,139.04477399781 +MEA,2035,comm_s1,urban,54.721661524370006 +MEA,2035,comm_s2,rural,220.03060145361002 +MEA,2035,comm_s2,urban,323.52804043073 +MEA,2035,comm_s3,rural,231.73745573524002 +MEA,2035,comm_s3,urban,615.73130337131 +MEA,2035,comm_s51_std,rural,977.46136005634 +MEA,2035,comm_s51_std,urban,2809.6540777668397 +MEA,2035,comm_sr11_std,rural,14.818938729029998 +MEA,2035,comm_sr11_std,urban,5.832056293529999 +MEA,2035,comm_sr21_std,rural,23.45014420676 +MEA,2035,comm_sr21_std,urban,34.48056385313 +MEA,2035,comm_sr31_std,rural,24.697822572299998 +MEA,2035,comm_sr31_std,urban,65.62263503912001 +MEA,2040,comm_s1,rural,131.40454429819002 +MEA,2040,comm_s1,urban,51.71481666732 +MEA,2040,comm_s2,rural,202.31562945677 +MEA,2040,comm_s2,urban,297.00510940444 +MEA,2040,comm_s3,rural,213.46724859613002 +MEA,2040,comm_s3,urban,568.17907464352 +MEA,2040,comm_s51_std,rural,1189.17042950635 +MEA,2040,comm_s51_std,urban,3663.8569900192 +MEA,2040,comm_sr11_std,rural,17.73310929438 +MEA,2040,comm_sr11_std,urban,6.9789405001 +MEA,2040,comm_sr21_std,rural,27.302595875039998 +MEA,2040,comm_sr21_std,urban,40.08098878335 +MEA,2040,comm_sr31_std,rural,28.80751248297 +MEA,2040,comm_sr31_std,urban,76.67605167883 +MEA,2045,comm_s1,rural,124.74239863826003 +MEA,2045,comm_s1,urban,49.0929009394 +MEA,2045,comm_s2,rural,186.62188225760002 +MEA,2045,comm_s2,urban,273.44215445085 +MEA,2045,comm_s3,rural,195.88218300241 +MEA,2045,comm_s3,urban,521.9987412052301 +MEA,2045,comm_s51_std,rural,1358.21130531835 +MEA,2045,comm_s51_std,urban,4487.94357223945 +MEA,2045,comm_sr11_std,rural,20.46421472336 +MEA,2045,comm_sr11_std,urban,8.05377864452 +MEA,2045,comm_sr21_std,rural,30.615655240609996 +MEA,2045,comm_sr21_std,urban,44.85867695507 +MEA,2045,comm_sr31_std,rural,32.134824223820004 +MEA,2045,comm_sr31_std,urban,85.63483179718 +MEA,2050,comm_s1,rural,118.90823893276001 +MEA,2050,comm_s1,urban,46.79684260146 +MEA,2050,comm_s2,rural,172.81721427073 +MEA,2050,comm_s2,urban,252.67547725467998 +MEA,2050,comm_s3,rural,179.33320542090001 +MEA,2050,comm_s3,urban,478.20936594643 +MEA,2050,comm_s51_std,rural,1481.95302888696 +MEA,2050,comm_s51_std,urban,5249.891235380151 +MEA,2050,comm_sr11_std,rural,23.05622185638 +MEA,2050,comm_sr11_std,urban,9.0738740636 +MEA,2050,comm_sr21_std,rural,33.50913333325 +MEA,2050,comm_sr21_std,urban,48.99359298873 +MEA,2050,comm_sr31_std,rural,34.772579323049996 +MEA,2050,comm_sr31_std,urban,92.72445151010001 +MEA,2055,comm_s1,rural,113.77045962946002 +MEA,2055,comm_s1,urban,44.774847729339996 +MEA,2055,comm_s2,rural,160.73591118681 +MEA,2055,comm_s2,urban,234.48069873751 +MEA,2055,comm_s3,rural,164.05200192726 +MEA,2055,comm_s3,urban,437.51730369234 +MEA,2055,comm_s51_std,rural,1568.7721402950401 +MEA,2055,comm_s51_std,urban,5949.357458681069 +MEA,2055,comm_sr11_std,rural,25.54284270978 +MEA,2055,comm_sr11_std,urban,10.05249426456 +MEA,2055,comm_sr21_std,rural,36.08715399948999 +MEA,2055,comm_sr21_std,urban,52.64374975576 +MEA,2055,comm_sr31_std,rural,36.83165643484 +MEA,2055,comm_sr31_std,urban,98.22792056377 +MEA,2060,comm_s1,rural,109.21508379078001 +MEA,2060,comm_s1,urban,42.982060215059995 +MEA,2060,comm_s2,rural,150.19672346341 +MEA,2060,comm_s2,urban,218.60201655347 +MEA,2060,comm_s3,rural,150.16315512771 +MEA,2060,comm_s3,urban,400.33826514588003 +MEA,2060,comm_s51_std,rural,1624.4772220541204 +MEA,2060,comm_s51_std,urban,6583.73984940776 +MEA,2060,comm_sr11_std,rural,27.949213223400005 +MEA,2060,comm_sr11_std,urban,10.99953160334 +MEA,2060,comm_sr21_std,rural,38.436817551379995 +MEA,2060,comm_sr21_std,urban,55.94240428752 +MEA,2060,comm_sr31_std,rural,38.42822708497 +MEA,2060,comm_sr31_std,urban,102.45049626514 +MEA,2070,comm_s1,rural,101.39575377089001 +MEA,2070,comm_s1,urban,39.904729666099996 +MEA,2070,comm_s2,rural,132.74478716445 +MEA,2070,comm_s2,urban,192.31241584713 +MEA,2070,comm_s3,rural,126.07348926581001 +MEA,2070,comm_s3,urban,335.45095504610003 +MEA,2070,comm_s51_std,rural,1656.3611224574997 +MEA,2070,comm_s51_std,urban,7624.74967048424 +MEA,2070,comm_sr11_std,rural,32.65048159749 +MEA,2070,comm_sr11_std,urban,12.84973574484 +MEA,2070,comm_sr21_std,rural,42.74519463862 +MEA,2070,comm_sr21_std,urban,61.926587268640006 +MEA,2070,comm_sr31_std,rural,40.59696770477 +MEA,2070,comm_sr31_std,urban,108.01867757973 +MEA,2080,comm_s1,rural,94.93471361382001 +MEA,2080,comm_s1,urban,37.3619598632 +MEA,2080,comm_s2,rural,119.50333275529002 +MEA,2080,comm_s2,urban,172.43269368324002 +MEA,2080,comm_s3,rural,107.49658287305002 +MEA,2080,comm_s3,urban,285.14777654142 +MEA,2080,comm_s51_std,rural,1594.8860111740396 +MEA,2080,comm_s51_std,urban,8301.13473304742 +MEA,2080,comm_sr11_std,rural,37.17546895966 +MEA,2080,comm_sr11_std,urban,14.63056374516 +MEA,2080,comm_sr21_std,rural,46.79629050651 +MEA,2080,comm_sr21_std,urban,67.52289028547 +MEA,2080,comm_sr31_std,rural,42.094569286500004 +MEA,2080,comm_sr31_std,urban,111.66097112609 +MEA,2090,comm_s1,rural,89.30510239627002 +MEA,2090,comm_s1,urban,35.183084500839996 +MEA,2090,comm_s2,rural,109.21236866865 +MEA,2090,comm_s2,urban,157.17393117181 +MEA,2090,comm_s3,rural,93.35336675127 +MEA,2090,comm_s3,urban,247.04069100216 +MEA,2090,comm_s51_std,rural,1473.6123358099499 +MEA,2090,comm_s51_std,urban,8649.81842099636 +MEA,2090,comm_sr11_std,rural,41.51181636271 +MEA,2090,comm_sr11_std,urban,16.35420265666 +MEA,2090,comm_sr21_std,rural,50.76533894567 +MEA,2090,comm_sr21_std,urban,73.05937950594 +MEA,2090,comm_sr31_std,rural,43.39357677752 +MEA,2090,comm_sr31_std,urban,114.83227188379 +MEA,2100,comm_s1,rural,83.68636647134001 +MEA,2100,comm_s1,urban,33.25450170153 +MEA,2100,comm_s2,rural,100.27685880284 +MEA,2100,comm_s2,urban,145.16174645226 +MEA,2100,comm_s3,rural,82.12700262531 +MEA,2100,comm_s3,urban,218.37906813351003 +MEA,2100,comm_s51_std,rural,1329.67670389752 +MEA,2100,comm_s51_std,urban,8766.36737164143 +MEA,2100,comm_sr11_std,rural,45.35196817157 +MEA,2100,comm_sr11_std,urban,18.02153882784 +MEA,2100,comm_sr21_std,rural,54.34281712219 +MEA,2100,comm_sr21_std,urban,78.66718537809001 +MEA,2100,comm_sr31_std,rural,44.50690555911 +MEA,2100,comm_sr31_std,urban,118.34568717604 +NAM,2020,comm_s1,rural,950.0059545429999 +NAM,2020,comm_s1,urban,1762.93861907043 +NAM,2020,comm_s2,rural,320.75687658762 +NAM,2020,comm_s2,urban,2759.76841871432 +NAM,2020,comm_s3,rural,16.26640359548 +NAM,2020,comm_s3,urban,2167.54671987765 +NAM,2020,comm_s51_std,urban,667.6268146745899 +NAM,2020,comm_s52_low,urban,35.13825340393 +NAM,2020,comm_sr11_std,rural,73.17613433641999 +NAM,2020,comm_sr11_std,urban,135.79392065814997 +NAM,2020,comm_sr12_low,rural,3.85137549139 +NAM,2020,comm_sr12_low,urban,7.147048455679999 +NAM,2020,comm_sr21_std,rural,24.70694860208 +NAM,2020,comm_sr21_std,urban,212.57675657654005 +NAM,2020,comm_sr22_low,rural,1.30036571591 +NAM,2020,comm_sr22_low,urban,11.188250346179998 +NAM,2020,comm_sr31_std,rural,1.2529527094 +NAM,2020,comm_sr31_std,urban,166.95967977435 +NAM,2020,comm_sr32_low,rural,0.06594487944 +NAM,2020,comm_sr32_low,urban,8.787351567109999 +NAM,2025,comm_s1,rural,843.5137583112099 +NAM,2025,comm_s1,urban,1604.3803817250102 +NAM,2025,comm_s2,rural,281.57009787077 +NAM,2025,comm_s2,urban,2429.59460686396 +NAM,2025,comm_s3,rural,14.721517625620002 +NAM,2025,comm_s3,urban,1999.83674980371 +NAM,2025,comm_s51_std,urban,1293.33994544285 +NAM,2025,comm_s52_low,urban,68.07052344438 +NAM,2025,comm_sr11_std,rural,135.21482415007 +NAM,2025,comm_sr11_std,urban,257.18135483535 +NAM,2025,comm_sr12_low,rural,7.1165696921 +NAM,2025,comm_sr12_low,urban,13.53586078076 +NAM,2025,comm_sr21_std,rural,45.135542715670006 +NAM,2025,comm_sr21_std,urban,389.46277317469 +NAM,2025,comm_sr22_low,rural,2.3755548798799997 +NAM,2025,comm_sr22_low,urban,20.49804069354 +NAM,2025,comm_sr31_std,rural,2.35985174795 +NAM,2025,comm_sr31_std,urban,320.57280843271997 +NAM,2025,comm_sr32_low,rural,0.12420272357 +NAM,2025,comm_sr32_low,urban,16.872253075499998 +NAM,2030,comm_s1,rural,744.30184989795 +NAM,2030,comm_s1,urban,1455.40379507667 +NAM,2030,comm_s2,rural,244.12758574579001 +NAM,2030,comm_s2,urban,2117.81438523724 +NAM,2030,comm_s3,rural,13.23880312861 +NAM,2030,comm_s3,urban,1840.9267038151202 +NAM,2030,comm_s51_std,urban,1910.83833940871 +NAM,2030,comm_s52_low,urban,100.57043891628999 +NAM,2030,comm_sr11_std,rural,186.31644623339 +NAM,2030,comm_sr11_std,urban,364.32216710257 +NAM,2030,comm_sr12_low,rural,9.806128749089998 +NAM,2030,comm_sr12_low,urban,19.174850900049996 +NAM,2030,comm_sr21_std,rural,61.11093800168 +NAM,2030,comm_sr21_std,urban,530.13928434191 +NAM,2030,comm_sr22_low,rural,3.2163651581300003 +NAM,2030,comm_sr22_low,urban,27.902067596979997 +NAM,2030,comm_sr31_std,rural,3.31398712987 +NAM,2030,comm_sr31_std,urban,460.82771563440997 +NAM,2030,comm_sr32_low,rural,0.17442037524 +NAM,2030,comm_sr32_low,urban,24.254090296559998 +NAM,2035,comm_s1,rural,653.9594511713099 +NAM,2035,comm_s1,urban,1315.66904161952 +NAM,2035,comm_s2,rural,209.30135642605 +NAM,2035,comm_s2,urban,1828.99921718055 +NAM,2035,comm_s3,rural,11.85234965507 +NAM,2035,comm_s3,urban,1688.85062528556 +NAM,2035,comm_s51_std,urban,2524.75953148576 +NAM,2035,comm_s52_low,urban,132.88208060455 +NAM,2035,comm_sr11_std,rural,227.34725097269998 +NAM,2035,comm_sr11_std,urban,457.38881709925 +NAM,2035,comm_sr12_low,rural,11.96564478798 +NAM,2035,comm_sr12_low,urban,24.07309563673 +NAM,2035,comm_sr21_std,rural,72.76305575683 +NAM,2035,comm_sr21_std,urban,635.84667720982 +NAM,2035,comm_sr22_low,rural,3.82963451359 +NAM,2035,comm_sr22_low,urban,33.46561459004 +NAM,2035,comm_sr31_std,rural,4.12043760023 +NAM,2035,comm_sr31_std,urban,587.1243947534 +NAM,2035,comm_sr32_low,rural,0.21686513684 +NAM,2035,comm_sr32_low,urban,30.90128393445 +NAM,2040,comm_s1,rural,572.76155312293 +NAM,2040,comm_s1,urban,1184.9467589399198 +NAM,2040,comm_s2,rural,177.58351110823003 +NAM,2040,comm_s2,urban,1567.22374414078 +NAM,2040,comm_s3,rural,10.5818813687 +NAM,2040,comm_s3,urban,1541.91125779011 +NAM,2040,comm_s51_std,urban,3135.12384070463 +NAM,2040,comm_s52_low,urban,165.00651793181999 +NAM,2040,comm_sr11_std,rural,259.38192425822 +NAM,2040,comm_sr11_std,urban,536.6173214693 +NAM,2040,comm_sr12_low,rural,13.651680224060001 +NAM,2040,comm_sr12_low,urban,28.243016919360002 +NAM,2040,comm_sr21_std,rural,80.42081836073999 +NAM,2040,comm_sr21_std,urban,709.7360293860199 +NAM,2040,comm_sr22_low,rural,4.23267465061 +NAM,2040,comm_sr22_low,urban,37.354527862510004 +NAM,2040,comm_sr31_std,rural,4.7921316238700005 +NAM,2040,comm_sr31_std,urban,698.2729669971501 +NAM,2040,comm_sr32_low,rural,0.25221745388 +NAM,2040,comm_sr32_low,urban,36.75120878939 +NAM,2045,comm_s1,rural,500.2405146384 +NAM,2045,comm_s1,urban,1063.09254921907 +NAM,2045,comm_s2,rural,149.21819094918 +NAM,2045,comm_s2,urban,1335.3328915232998 +NAM,2045,comm_s3,rural,9.42039518538 +NAM,2045,comm_s3,urban,1398.86267938558 +NAM,2045,comm_s51_std,urban,3737.7743735026197 +NAM,2045,comm_s52_low,urban,196.72496702649 +NAM,2045,comm_sr11_std,rural,283.44004400206995 +NAM,2045,comm_sr11_std,urban,602.35624686829 +NAM,2045,comm_sr12_low,rural,14.9178970527 +NAM,2045,comm_sr12_low,urban,31.702960361410003 +NAM,2045,comm_sr21_std,rural,84.54815108110999 +NAM,2045,comm_sr21_std,urban,756.60967565667 +NAM,2045,comm_sr22_low,rural,4.44990268853 +NAM,2045,comm_sr22_low,urban,39.82156187668 +NAM,2045,comm_sr31_std,rural,5.337666877689999 +NAM,2045,comm_sr31_std,urban,792.60613204167 +NAM,2045,comm_sr32_low,rural,0.28092983565 +NAM,2045,comm_sr32_low,urban,41.7161122128 +NAM,2050,comm_s1,rural,436.0690220406 +NAM,2050,comm_s1,urban,950.0175690794699 +NAM,2050,comm_s2,rural,124.42865561835 +NAM,2050,comm_s2,urban,1134.5350508632998 +NAM,2050,comm_s3,rural,8.35124817374 +NAM,2050,comm_s3,urban,1259.08009107725 +NAM,2050,comm_s51_std,urban,4336.361464697 +NAM,2050,comm_s52_low,urban,228.22955077357 +NAM,2050,comm_sr11_std,rural,300.70260616263005 +NAM,2050,comm_sr11_std,urban,655.10904119191 +NAM,2050,comm_sr12_low,rural,15.826452955929998 +NAM,2050,comm_sr12_low,urban,34.47942322059 +NAM,2050,comm_sr21_std,rural,85.80297873628 +NAM,2050,comm_sr21_std,urban,782.34781498806 +NAM,2050,comm_sr22_low,rural,4.51594624926 +NAM,2050,comm_sr22_low,urban,41.17620078892 +NAM,2050,comm_sr31_std,rural,5.75881790179 +NAM,2050,comm_sr31_std,urban,868.2310497149999 +NAM,2050,comm_sr32_low,rural,0.30309567899 +NAM,2050,comm_sr32_low,urban,45.69637103769 +NAM,2055,comm_s1,rural,379.6892937113299 +NAM,2055,comm_s1,urban,845.65674694079 +NAM,2055,comm_s2,rural,103.2607506093 +NAM,2055,comm_s2,urban,964.36184472124 +NAM,2055,comm_s3,rural,7.353722706840001 +NAM,2055,comm_s3,urban,1122.6818563764002 +NAM,2055,comm_s51_std,urban,4936.4840318140605 +NAM,2055,comm_s52_low,urban,259.81494904288 +NAM,2055,comm_sr11_std,rural,312.29986709124995 +NAM,2055,comm_sr11_std,urban,695.56475267696 +NAM,2055,comm_sr12_low,rural,16.436835110039997 +NAM,2055,comm_sr12_low,urban,36.60867119352 +NAM,2055,comm_sr21_std,rural,84.93344222495 +NAM,2055,comm_sr21_std,urban,793.20139103868 +NAM,2055,comm_sr22_low,rural,4.470181169609999 +NAM,2055,comm_sr22_low,urban,41.74744163377 +NAM,2055,comm_sr31_std,rural,6.04854195787 +NAM,2055,comm_sr31_std,urban,923.4218618729 +NAM,2055,comm_sr32_low,rural,0.31834431353 +NAM,2055,comm_sr32_low,urban,48.601150624990005 +NAM,2060,comm_s1,rural,330.12299385973995 +NAM,2060,comm_s1,urban,749.9368321536899 +NAM,2060,comm_s2,rural,85.5276139199 +NAM,2060,comm_s2,urban,822.90857802133 +NAM,2060,comm_s3,rural,6.41973705947 +NAM,2060,comm_s3,urban,990.5590660559501 +NAM,2060,comm_s51_std,urban,5536.3982997607 +NAM,2060,comm_s52_low,urban,291.38938419796 +NAM,2060,comm_sr11_std,rural,318.97528738589 +NAM,2060,comm_sr11_std,urban,724.61270801117 +NAM,2060,comm_sr12_low,rural,16.788173020299997 +NAM,2060,comm_sr12_low,urban,38.137510947980005 +NAM,2060,comm_sr21_std,rural,82.63948812052 +NAM,2060,comm_sr21_std,urban,795.12031893845 +NAM,2060,comm_sr22_low,rural,4.34944674308 +NAM,2060,comm_sr22_low,urban,41.84843783901 +NAM,2060,comm_sr31_std,rural,6.20295317671 +NAM,2060,comm_sr31_std,urban,957.1095277965001 +NAM,2060,comm_sr32_low,rural,0.32647121974 +NAM,2060,comm_sr32_low,urban,50.374185673490004 +NAM,2070,comm_s1,rural,245.18166954133994 +NAM,2070,comm_s1,urban,578.7243437914399 +NAM,2070,comm_s2,rural,58.08852891016 +NAM,2070,comm_s2,urban,606.30622679025 +NAM,2070,comm_s3,rural,4.67554976802 +NAM,2070,comm_s3,urban,737.4987014355801 +NAM,2070,comm_s51_std,urban,6674.906486403211 +NAM,2070,comm_s52_low,urban,351.31086770549 +NAM,2070,comm_sr11_std,rural,319.8125632326 +NAM,2070,comm_sr11_std,urban,754.88235372269 +NAM,2070,comm_sr12_low,rural,16.832240170109998 +NAM,2070,comm_sr12_low,urban,39.7306501959 +NAM,2070,comm_sr21_std,rural,75.77010695722998 +NAM,2070,comm_sr21_std,urban,790.8598911835801 +NAM,2070,comm_sr22_low,rural,3.98790036613 +NAM,2070,comm_sr22_low,urban,41.62420479928 +NAM,2070,comm_sr31_std,rural,6.09874122571 +NAM,2070,comm_sr31_std,urban,961.9860674250201 +NAM,2070,comm_sr32_low,rural,0.32098638023 +NAM,2070,comm_sr32_low,urban,50.63084565387001 +NAM,2080,comm_s1,rural,177.77223755162996 +NAM,2080,comm_s1,urban,442.0269217047299 +NAM,2080,comm_s2,rural,40.36013898161 +NAM,2080,comm_s2,urban,467.8744676086799 +NAM,2080,comm_s3,rural,3.22151301958 +NAM,2080,comm_s3,urban,526.72413406136 +NAM,2080,comm_s51_std,urban,7620.68303356028 +NAM,2080,comm_s52_low,urban,401.08858071375 +NAM,2080,comm_sr11_std,rural,302.60812427776 +NAM,2080,comm_sr11_std,urban,752.4287228397699 +NAM,2080,comm_sr12_low,rural,15.926743382999998 +NAM,2080,comm_sr12_low,urban,39.60151172840001 +NAM,2080,comm_sr21_std,rural,68.70198699763 +NAM,2080,comm_sr21_std,urban,796.42702927349 +NAM,2080,comm_sr22_low,rural,3.6158940525099994 +NAM,2080,comm_sr22_low,urban,41.91721206716 +NAM,2080,comm_sr31_std,rural,5.48373596242 +NAM,2080,comm_sr31_std,urban,896.60232899895 +NAM,2080,comm_sr32_low,rural,0.2886176821599999 +NAM,2080,comm_sr32_low,urban,47.18959626307001 +NAM,2090,comm_s1,rural,125.64313423562994 +NAM,2090,comm_s1,urban,336.2730845814899 +NAM,2090,comm_s2,rural,29.008688805029998 +NAM,2090,comm_s2,urban,377.3002900403499 +NAM,2090,comm_s3,rural,2.1234301282899994 +NAM,2090,comm_s3,urban,369.33180557347004 +NAM,2090,comm_s51_std,urban,8318.61752554573 +NAM,2090,comm_s52_low,urban,437.82197502877 +NAM,2090,comm_sr11_std,rural,272.67867452204996 +NAM,2090,comm_sr11_std,urban,729.8011112104899 +NAM,2090,comm_sr12_low,rural,14.35150918536 +NAM,2090,comm_sr12_low,urban,38.41058480056 +NAM,2090,comm_sr21_std,rural,62.956490707469996 +NAM,2090,comm_sr21_std,urban,818.84094670902 +NAM,2090,comm_sr22_low,rural,3.3134995109000003 +NAM,2090,comm_sr22_low,urban,43.09689193216 +NAM,2090,comm_sr31_std,rural,4.608402332 +NAM,2090,comm_sr31_std,urban,801.54723785939 +NAM,2090,comm_sr32_low,rural,0.2425474911199999 +NAM,2090,comm_sr32_low,urban,42.18669672941 +NAM,2100,comm_s1,rural,86.92903285453994 +NAM,2100,comm_s1,urban,256.7524688867099 +NAM,2100,comm_s2,rural,21.34387631242 +NAM,2100,comm_s2,urban,313.3979435680499 +NAM,2100,comm_s3,rural,1.3757003636299998 +NAM,2100,comm_s3,urban,263.7361053869 +NAM,2100,comm_s51_std,urban,8762.695541704601 +NAM,2100,comm_s52_low,urban,461.19450219501 +NAM,2100,comm_sr11_std,rural,236.52502463055998 +NAM,2100,comm_sr11_std,urban,698.5972583977899 +NAM,2100,comm_sr12_low,rural,12.448685506879999 +NAM,2100,comm_sr12_low,urban,36.76827675779 +NAM,2100,comm_sr21_std,rural,58.074508650679995 +NAM,2100,comm_sr21_std,urban,852.72381260219 +NAM,2100,comm_sr22_low,rural,3.0565530869099997 +NAM,2100,comm_sr22_low,urban,44.88020066341001 +NAM,2100,comm_sr31_std,rural,3.74314025722 +NAM,2100,comm_sr31_std,urban,717.59902042059 +NAM,2100,comm_sr32_low,rural,0.1970073819499999 +NAM,2100,comm_sr32_low,urban,37.76836949580001 +PAO,2020,comm_s1,rural,469.51246028861 +PAO,2020,comm_s1,urban,325.28241231111997 +PAO,2020,comm_s2,rural,142.47899198169 +PAO,2020,comm_s2,urban,923.71672072253 +PAO,2020,comm_s3,rural,39.28514052386 +PAO,2020,comm_s3,urban,513.39722307361 +PAO,2020,comm_s51_std,rural,62.13068998747001 +PAO,2020,comm_s51_std,urban,352.69525221464 +PAO,2020,comm_s52_low,rural,3.2700363151300005 +PAO,2020,comm_s52_low,urban,16.52387642661 +PAO,2020,comm_sr11_std,rural,36.165148968160004 +PAO,2020,comm_sr11_std,urban,22.23730918611 +PAO,2020,comm_sr12_low,rural,1.90342889308 +PAO,2020,comm_sr12_low,urban,1.17038469399 +PAO,2020,comm_sr21_std,rural,10.97473316618 +PAO,2020,comm_sr21_std,urban,63.14812465008 +PAO,2020,comm_sr22_low,rural,0.5776175350799999 +PAO,2020,comm_sr22_low,urban,3.32358550789 +PAO,2020,comm_sr31_std,rural,3.02601758091 +PAO,2020,comm_sr31_std,urban,35.09741797488 +PAO,2020,comm_sr32_low,rural,0.15926408317999993 +PAO,2020,comm_sr32_low,urban,1.84723252496 +PAO,2025,comm_s1,rural,415.25757344804003 +PAO,2025,comm_s1,urban,290.31789675407003 +PAO,2025,comm_s2,rural,126.22120453784 +PAO,2025,comm_s2,urban,826.78461831206 +PAO,2025,comm_s3,rural,35.528173586390004 +PAO,2025,comm_s3,urban,470.19499161611 +PAO,2025,comm_s51_std,rural,102.97967696415 +PAO,2025,comm_s51_std,urban,681.18528220551 +PAO,2025,comm_s52_low,rural,5.41998299812 +PAO,2025,comm_s52_low,urban,31.91373106417 +PAO,2025,comm_sr11_std,rural,66.56557669326 +PAO,2025,comm_sr11_std,urban,40.92999344159 +PAO,2025,comm_sr12_low,rural,3.5034514049400007 +PAO,2025,comm_sr12_low,urban,2.15421018111 +PAO,2025,comm_sr21_std,rural,20.23319454772 +PAO,2025,comm_sr21_std,urban,116.56287601794 +PAO,2025,comm_sr22_low,rural,1.06490497618 +PAO,2025,comm_sr22_low,urban,6.13488821144 +PAO,2025,comm_sr31_std,rural,5.69514805963 +PAO,2025,comm_sr31_std,urban,66.2896712131 +PAO,2025,comm_sr32_low,rural,0.29974463474999996 +PAO,2025,comm_sr32_low,urban,3.4889300638300003 +PAO,2030,comm_s1,rural,367.75231316633 +PAO,2030,comm_s1,urban,259.6176702295 +PAO,2030,comm_s2,rural,111.69982148976 +PAO,2030,comm_s2,urban,739.33260973394 +PAO,2030,comm_s3,rural,31.979559094029998 +PAO,2030,comm_s3,urban,428.79616966196 +PAO,2030,comm_s51_std,rural,116.21983445695999 +PAO,2030,comm_s51_std,urban,945.58961210767 +PAO,2030,comm_s52_low,rural,6.11683339249 +PAO,2030,comm_s52_low,urban,44.30115178087 +PAO,2030,comm_sr11_std,rural,92.05714602565001 +PAO,2030,comm_sr11_std,urban,56.60430766552 +PAO,2030,comm_sr12_low,rural,4.84511294876 +PAO,2030,comm_sr12_low,urban,2.97917408764 +PAO,2030,comm_sr21_std,rural,27.96112059615 +PAO,2030,comm_sr21_std,urban,161.19631021855 +PAO,2030,comm_sr22_low,rural,1.47163792618 +PAO,2030,comm_sr22_low,urban,8.48401632725 +PAO,2030,comm_sr31_std,rural,8.005243844719999 +PAO,2030,comm_sr31_std,urban,93.49020924458 +PAO,2030,comm_sr32_low,rural,0.42132862341 +PAO,2030,comm_sr32_low,urban,4.92053732863 +PAO,2035,comm_s1,rural,321.97447585899 +PAO,2035,comm_s1,urban,232.70714006878 +PAO,2035,comm_s2,rural,97.57912884939 +PAO,2035,comm_s2,urban,660.90452484733 +PAO,2035,comm_s3,rural,28.33259787965 +PAO,2035,comm_s3,urban,389.54835757757 +PAO,2035,comm_s51_std,rural,115.83838694978 +PAO,2035,comm_s51_std,urban,1145.39678394052 +PAO,2035,comm_s52_low,rural,6.0967572079100005 +PAO,2035,comm_s52_low,urban,53.6621766197 +PAO,2035,comm_sr11_std,rural,111.93356382997 +PAO,2035,comm_sr11_std,urban,69.73366514074999 +PAO,2035,comm_sr12_low,rural,5.89124020163 +PAO,2035,comm_sr12_low,urban,3.67019290213 +PAO,2035,comm_sr21_std,rural,33.92312268989 +PAO,2035,comm_sr21_std,urban,198.04847763612 +PAO,2035,comm_sr22_low,rural,1.78542751001 +PAO,2035,comm_sr22_low,urban,10.42360408604 +PAO,2035,comm_sr31_std,rural,9.8497517381 +PAO,2035,comm_sr31_std,urban,116.73313812121 +PAO,2035,comm_sr32_low,rural,0.51840798619 +PAO,2035,comm_sr32_low,urban,6.14384937472 +PAO,2040,comm_s1,rural,278.24683182357 +PAO,2040,comm_s1,urban,209.1425606279 +PAO,2040,comm_s2,rural,84.04515489103 +PAO,2040,comm_s2,urban,590.93601529216 +PAO,2040,comm_s3,rural,24.680116217289996 +PAO,2040,comm_s3,urban,352.71433679856 +PAO,2040,comm_s51_std,rural,112.4502720853 +PAO,2040,comm_s51_std,urban,1304.9955677261598 +PAO,2040,comm_s52_low,rural,5.91843537296 +PAO,2040,comm_s52_low,urban,61.139426638109995 +PAO,2040,comm_sr11_std,rural,126.00740790583002 +PAO,2040,comm_sr11_std,urban,80.73629681803 +PAO,2040,comm_sr12_low,rural,6.63196883723 +PAO,2040,comm_sr12_low,urban,4.24927877988 +PAO,2040,comm_sr21_std,rural,38.060854262 +PAO,2040,comm_sr21_std,urban,228.12183893991 +PAO,2040,comm_sr22_low,rural,2.00320285586 +PAO,2040,comm_sr22_low,urban,12.00641257574 +PAO,2040,comm_sr31_std,rural,11.176686005630001 +PAO,2040,comm_sr31_std,urban,136.15999202759 +PAO,2040,comm_sr32_low,rural,0.58824663191 +PAO,2040,comm_sr32_low,urban,7.16631536979 +PAO,2045,comm_s1,rural,238.87260573295998 +PAO,2045,comm_s1,urban,188.51631256838 +PAO,2045,comm_s2,rural,71.82593418067 +PAO,2045,comm_s2,urban,528.79312111848 +PAO,2045,comm_s3,rural,21.26706222304 +PAO,2045,comm_s3,urban,318.47198611123 +PAO,2045,comm_s51_std,rural,107.35324223232001 +PAO,2045,comm_s51_std,urban,1439.242319398 +PAO,2045,comm_s52_low,rural,5.650170643830001 +PAO,2045,comm_s52_low,urban,67.42892648639 +PAO,2045,comm_sr11_std,rural,135.34701788155002 +PAO,2045,comm_sr11_std,urban,89.97594362925001 +PAO,2045,comm_sr12_low,rural,7.123527256989999 +PAO,2045,comm_sr12_low,urban,4.73557598047 +PAO,2045,comm_sr21_std,rural,40.69711538538001 +PAO,2045,comm_sr21_std,urban,252.38484356619 +PAO,2045,comm_sr22_low,rural,2.1419534412199996 +PAO,2045,comm_sr22_low,urban,13.28341281921 +PAO,2045,comm_sr31_std,rural,12.050077664460002 +PAO,2045,comm_sr31_std,urban,152.00179273301 +PAO,2045,comm_sr32_low,rural,0.63421461394 +PAO,2045,comm_sr32_low,urban,8.00009435424 +PAO,2050,comm_s1,rural,203.96310303131003 +PAO,2050,comm_s1,urban,170.45931812883 +PAO,2050,comm_s2,rural,60.99413095029001 +PAO,2050,comm_s2,urban,473.80593000611 +PAO,2050,comm_s3,rural,18.1574549081 +PAO,2050,comm_s3,urban,286.91803119032 +PAO,2050,comm_s51_std,rural,100.9230676506 +PAO,2050,comm_s51_std,urban,1548.6782468577198 +PAO,2050,comm_s52_low,rural,5.311740402690001 +PAO,2050,comm_s52_low,urban,72.55603191418 +PAO,2050,comm_sr11_std,rural,140.64800190465 +PAO,2050,comm_sr11_std,urban,97.76464890927 +PAO,2050,comm_sr12_low,rural,7.402526416069999 +PAO,2050,comm_sr12_low,urban,5.1455078373 +PAO,2050,comm_sr21_std,rural,42.06007125101001 +PAO,2050,comm_sr21_std,urban,271.74501755996005 +PAO,2050,comm_sr22_low,rural,2.21368796048 +PAO,2050,comm_sr22_low,urban,14.30236934518 +PAO,2050,comm_sr31_std,rural,12.520939888330002 +PAO,2050,comm_sr31_std,urban,164.55797719334 +PAO,2050,comm_sr32_low,rural,0.65899683621 +PAO,2050,comm_sr32_low,urban,8.66094616792 +PAO,2055,comm_s1,rural,173.65723423718 +PAO,2055,comm_s1,urban,154.64130934107 +PAO,2055,comm_s2,rural,51.60014277954 +PAO,2055,comm_s2,urban,425.29642919295003 +PAO,2055,comm_s3,rural,15.39882159635 +PAO,2055,comm_s3,urban,258.07547907238 +PAO,2055,comm_s51_std,rural,93.8241070694 +PAO,2055,comm_s51_std,urban,1639.40474485672 +PAO,2055,comm_s52_low,rural,4.938110898420001 +PAO,2055,comm_s52_low,urban,76.80659506225001 +PAO,2055,comm_sr11_std,rural,142.83555546581002 +PAO,2055,comm_sr11_std,urban,104.36686736989002 +PAO,2055,comm_sr12_low,rural,7.517660814009999 +PAO,2055,comm_sr12_low,urban,5.492993019470001 +PAO,2055,comm_sr21_std,rural,42.441854429 +PAO,2055,comm_sr21_std,urban,287.03104110803 +PAO,2055,comm_sr22_low,rural,2.2337818119499997 +PAO,2055,comm_sr22_low,urban,15.10689690046 +PAO,2055,comm_sr31_std,rural,12.665750700730001 +PAO,2055,comm_sr31_std,urban,174.17421910427 +PAO,2055,comm_sr32_low,rural,0.6666184579000001 +PAO,2055,comm_sr32_low,urban,9.16706416323 +PAO,2060,comm_s1,rural,147.49479764835002 +PAO,2060,comm_s1,urban,140.76957934906 +PAO,2060,comm_s2,rural,43.508451071930004 +PAO,2060,comm_s2,urban,382.60032041315003 +PAO,2060,comm_s3,rural,12.97824049084 +PAO,2060,comm_s3,urban,231.90379242772 +PAO,2060,comm_s51_std,rural,86.47890528829001 +PAO,2060,comm_s51_std,urban,1713.0010234158 +PAO,2060,comm_s52_low,rural,4.55152133099 +PAO,2060,comm_s52_low,urban,80.25460238508 +PAO,2060,comm_sr11_std,rural,142.5141427373 +PAO,2060,comm_sr11_std,urban,110.00427327833 +PAO,2060,comm_sr12_low,rural,7.500744354639999 +PAO,2060,comm_sr12_low,urban,5.789698593610001 +PAO,2060,comm_sr21_std,rural,42.03924277473 +PAO,2060,comm_sr21_std,urban,298.98270917417 +PAO,2060,comm_sr22_low,rural,2.2125917248499998 +PAO,2060,comm_sr22_low,urban,15.73593206183 +PAO,2060,comm_sr31_std,rural,12.539986814969998 +PAO,2060,comm_sr31_std,urban,181.22102995846 +PAO,2060,comm_sr32_low,rural,0.65999930603 +PAO,2060,comm_sr32_low,urban,9.53794894501 +PAO,2070,comm_s1,rural,104.6451585211 +PAO,2070,comm_s1,urban,117.17512566372001 +PAO,2070,comm_s2,rural,30.34882294541 +PAO,2070,comm_s2,urban,310.02983991401 +PAO,2070,comm_s3,rural,8.971480137279999 +PAO,2070,comm_s3,urban,185.8039672548 +PAO,2070,comm_s51_std,rural,71.4971301391 +PAO,2070,comm_s51_std,urban,1801.46567766984 +PAO,2070,comm_s52_low,rural,3.7630068495000004 +PAO,2070,comm_s52_low,urban,84.39919748759 +PAO,2070,comm_sr11_std,rural,136.49811765741 +PAO,2070,comm_sr11_std,urban,119.57699212561 +PAO,2070,comm_sr12_low,rural,7.18411145567 +PAO,2070,comm_sr12_low,urban,6.293525901350001 +PAO,2070,comm_sr21_std,rural,39.58670676908 +PAO,2070,comm_sr21_std,urban,316.38485997855 +PAO,2070,comm_sr22_low,rural,2.08351088255 +PAO,2070,comm_sr22_low,urban,16.65183473575 +PAO,2070,comm_sr31_std,rural,11.702310633929999 +PAO,2070,comm_sr31_std,urban,189.61259399954 +PAO,2070,comm_sr32_low,rural,0.61591108602 +PAO,2070,comm_sr32_low,urban,9.97961021038 +PAO,2080,comm_s1,rural,73.77469106873001 +PAO,2080,comm_s1,urban,98.95458762718 +PAO,2080,comm_s2,rural,21.01790404243 +PAO,2080,comm_s2,urban,254.59258452952002 +PAO,2080,comm_s3,rural,6.107221910029999 +PAO,2080,comm_s3,urban,149.4106736844 +PAO,2080,comm_s51_std,rural,57.64012600365001 +PAO,2080,comm_s51_std,urban,1832.14914455894 +PAO,2080,comm_s52_low,rural,3.03369084232 +PAO,2080,comm_s52_low,urban,85.83672694687 +PAO,2080,comm_sr11_std,rural,125.58103104812001 +PAO,2080,comm_sr11_std,urban,126.90810525935 +PAO,2080,comm_sr12_low,rural,6.6095279498999995 +PAO,2080,comm_sr12_low,urban,6.6793739610200005 +PAO,2080,comm_sr21_std,rural,35.77717536853 +PAO,2080,comm_sr21_std,urban,326.51202223626 +PAO,2080,comm_sr22_low,rural,1.88300922991 +PAO,2080,comm_sr22_low,urban,17.18484327558 +PAO,2080,comm_sr31_std,rural,10.3958581621 +PAO,2080,comm_sr31_std,urban,191.61744753301 +PAO,2080,comm_sr32_low,rural,0.54715042957 +PAO,2080,comm_sr32_low,urban,10.085128817409998 +PAO,2090,comm_s1,rural,51.673997437050005 +PAO,2090,comm_s1,urban,84.74347152149001 +PAO,2090,comm_s2,rural,14.46944352488 +PAO,2090,comm_s2,urban,212.18057092236 +PAO,2090,comm_s3,rural,4.110900775859999 +PAO,2090,comm_s3,urban,121.12183423179998 +PAO,2090,comm_s51_std,rural,45.5404770648 +PAO,2090,comm_s51_std,urban,1810.92162291234 +PAO,2090,comm_s52_low,rural,2.3968672139500007 +PAO,2090,comm_s52_low,urban,84.84221130674 +PAO,2090,comm_sr11_std,rural,112.14617666202001 +PAO,2090,comm_sr11_std,urban,132.78746206512 +PAO,2090,comm_sr12_low,rural,5.90243035062 +PAO,2090,comm_sr12_low,urban,6.9888137929 +PAO,2090,comm_sr21_std,rural,31.40250126252 +PAO,2090,comm_sr21_std,urban,332.4730390015 +PAO,2090,comm_sr22_low,rural,1.65276322443 +PAO,2090,comm_sr22_low,urban,17.49858099999 +PAO,2090,comm_sr31_std,rural,8.921736802220002 +PAO,2090,comm_sr31_std,urban,189.78997059631 +PAO,2090,comm_sr32_low,rural,0.46956509488 +PAO,2090,comm_sr32_low,urban,9.98894582074 +PAO,2100,comm_s1,rural,36.02345735747 +PAO,2100,comm_s1,urban,73.53873398431 +PAO,2100,comm_s2,rural,9.92626972198 +PAO,2100,comm_s2,urban,179.57634123975 +PAO,2100,comm_s3,rural,2.7489810532999988 +PAO,2100,comm_s3,urban,99.34386580220999 +PAO,2100,comm_s51_std,rural,35.47707997564 +PAO,2100,comm_s51_std,urban,1746.13968830126 +PAO,2100,comm_s52_low,rural,1.8672147355200002 +PAO,2100,comm_s52_low,urban,81.80715859346999 +PAO,2100,comm_sr11_std,rural,98.01615017377001 +PAO,2100,comm_sr11_std,urban,137.71051747692002 +PAO,2100,comm_sr12_low,rural,5.158744745990001 +PAO,2100,comm_sr12_low,urban,7.24792197248 +PAO,2100,comm_sr21_std,rural,27.008366634190004 +PAO,2100,comm_sr21_std,urban,336.27925773065004 +PAO,2100,comm_sr22_low,rural,1.4214929808099996 +PAO,2100,comm_sr22_low,urban,17.69890830147 +PAO,2100,comm_sr31_std,rural,7.47969682848 +PAO,2100,comm_sr31_std,urban,186.03386850082003 +PAO,2100,comm_sr32_low,rural,0.39366825415999995 +PAO,2100,comm_sr32_low,urban,9.791256236789998 +PAS,2020,comm_s1,rural,207.53022340020001 +PAS,2020,comm_s1,urban,42.850107980009994 +PAS,2020,comm_s2,rural,288.14938923664 +PAS,2020,comm_s2,urban,241.858485644 +PAS,2020,comm_s3,rural,241.31578021392997 +PAS,2020,comm_s3,urban,471.51642342292996 +PAS,2020,comm_s51_std,rural,336.80364895141 +PAS,2020,comm_s51_std,urban,484.68361694796 +PAS,2020,comm_sr11_std,rural,5.32128777951 +PAS,2020,comm_sr11_std,urban,1.09872071742 +PAS,2020,comm_sr21_std,rural,7.3884458778 +PAS,2020,comm_sr21_std,urban,6.201499631880001 +PAS,2020,comm_sr31_std,rural,6.1875841081 +PAS,2020,comm_sr31_std,urban,12.09016470317 +PAS,2025,comm_s1,rural,198.47112328449 +PAS,2025,comm_s1,urban,40.97961696524 +PAS,2025,comm_s2,rural,261.08989932702 +PAS,2025,comm_s2,urban,217.14019492635 +PAS,2025,comm_s3,rural,217.79458721583003 +PAS,2025,comm_s3,urban,427.41435830167 +PAS,2025,comm_s51_std,rural,694.90408142621 +PAS,2025,comm_s51_std,urban,1084.68631316511 +PAS,2025,comm_sr11_std,rural,10.30849358285 +PAS,2025,comm_sr11_std,urban,2.12846136769 +PAS,2025,comm_sr21_std,rural,13.56088234495 +PAS,2025,comm_sr21_std,urban,11.278156080990001 +PAS,2025,comm_sr31_std,rural,11.31214489815 +PAS,2025,comm_sr31_std,urban,22.19969382366 +PAS,2030,comm_s1,rural,190.80409925104 +PAS,2030,comm_s1,urban,39.39655690617 +PAS,2030,comm_s2,rural,238.84072379207998 +PAS,2030,comm_s2,urban,196.63588558972998 +PAS,2030,comm_s3,rural,194.42990035959 +PAS,2030,comm_s3,urban,382.74743423996006 +PAS,2030,comm_s51_std,rural,1036.65690348865 +PAS,2030,comm_s51_std,urban,1760.47421340153 +PAS,2030,comm_sr11_std,rural,15.056794426670002 +PAS,2030,comm_sr11_std,urban,3.1088737651800002 +PAS,2030,comm_sr21_std,rural,18.84747598689 +PAS,2030,comm_sr21_std,urban,15.51699422527 +PAS,2030,comm_sr31_std,rural,15.34291480955 +PAS,2030,comm_sr31_std,urban,30.20348859016 +PAS,2035,comm_s1,rural,184.17862210406 +PAS,2035,comm_s1,urban,38.02855177168 +PAS,2035,comm_s2,rural,220.68987568668996 +PAS,2035,comm_s2,urban,179.84706547441 +PAS,2035,comm_s3,rural,172.58743849708998 +PAS,2035,comm_s3,urban,340.33821491361 +PAS,2035,comm_s51_std,rural,1353.90703744363 +PAS,2035,comm_s51_std,urban,2498.3543427856002 +PAS,2035,comm_sr11_std,rural,19.62915712457 +PAS,2035,comm_sr11_std,urban,4.05295907538 +PAS,2035,comm_sr21_std,rural,23.52040750528 +PAS,2035,comm_sr21_std,urban,19.16751393977 +PAS,2035,comm_sr31_std,rural,18.393806562770003 +PAS,2035,comm_sr31_std,urban,36.27213744853 +PAS,2040,comm_s1,rural,178.32625618866 +PAS,2040,comm_s1,urban,36.82017591539001 +PAS,2040,comm_s2,rural,205.91598271207997 +PAS,2040,comm_s2,urban,166.19512086435 +PAS,2040,comm_s3,rural,153.0919013863 +PAS,2040,comm_s3,urban,302.0131953041901 +PAS,2040,comm_s51_std,rural,1632.4927397975 +PAS,2040,comm_s51_std,urban,3268.29386484747 +PAS,2040,comm_sr11_std,rural,24.065217896020005 +PAS,2040,comm_sr11_std,urban,4.96890124487 +PAS,2040,comm_sr21_std,rural,27.78846535637 +PAS,2040,comm_sr21_std,urban,22.42811508711 +PAS,2040,comm_sr31_std,rural,20.659829033080005 +PAS,2040,comm_sr31_std,urban,40.75683249245 +PAS,2045,comm_s1,rural,173.04547962536 +PAS,2045,comm_s1,urban,35.72981981088 +PAS,2045,comm_s2,rural,193.85508747458002 +PAS,2045,comm_s2,urban,155.10945838976 +PAS,2045,comm_s3,rural,136.29272042166 +PAS,2045,comm_s3,urban,268.66715289798003 +PAS,2045,comm_s51_std,rural,1836.8619092010101 +PAS,2045,comm_s51_std,urban,3991.4150797625603 +PAS,2045,comm_sr11_std,rural,28.38842198502 +PAS,2045,comm_sr11_std,urban,5.86154116495 +PAS,2045,comm_sr21_std,rural,31.80227555834 +PAS,2045,comm_sr21_std,urban,25.445985461 +PAS,2045,comm_sr31_std,rural,22.35906577388 +PAS,2045,comm_sr31_std,urban,44.07532936726 +PAS,2050,comm_s1,rural,168.18809685458 +PAS,2050,comm_s1,urban,34.72688456213 +PAS,2050,comm_s2,rural,183.93120127825 +PAS,2050,comm_s2,urban,146.07425784885 +PAS,2050,comm_s3,rural,122.18885223568 +PAS,2050,comm_s3,urban,240.46685181969 +PAS,2050,comm_s51_std,rural,1960.8210742578199 +PAS,2050,comm_s51_std,urban,4623.75217327528 +PAS,2050,comm_sr11_std,rural,32.61155080163 +PAS,2050,comm_sr11_std,urban,6.73351789606 +PAS,2050,comm_sr21_std,rural,35.66412740658 +PAS,2050,comm_sr21_std,urban,28.323693351400003 +PAS,2050,comm_sr31_std,rural,23.692330412159997 +PAS,2050,comm_sr31_std,urban,46.62634931305 +PAS,2055,comm_s1,rural,163.4031695278 +PAS,2055,comm_s1,urban,33.789337554220005 +PAS,2055,comm_s2,rural,175.57392307615999 +PAS,2055,comm_s2,urban,138.64744935304998 +PAS,2055,comm_s3,rural,110.56017642865001 +PAS,2055,comm_s3,urban,217.09990157125 +PAS,2055,comm_s51_std,rural,2019.90114845455 +PAS,2055,comm_s51_std,urban,5161.4785620681605 +PAS,2055,comm_sr11_std,rural,36.68598572172 +PAS,2055,comm_sr11_std,urban,7.5861145083 +PAS,2055,comm_sr21_std,rural,39.41846693482 +PAS,2055,comm_sr21_std,urban,31.12802745517 +PAS,2055,comm_sr31_std,rural,24.82209534593 +PAS,2055,comm_sr31_std,urban,48.741550805020005 +PAS,2060,comm_s1,rural,158.65883977677998 +PAS,2060,comm_s1,urban,32.90164116151 +PAS,2060,comm_s2,rural,168.41176312326002 +PAS,2060,comm_s2,urban,132.46350818363 +PAS,2060,comm_s3,rural,101.08316203561 +PAS,2060,comm_s3,urban,197.99717086551001 +PAS,2060,comm_s51_std,rural,2028.3033870719003 +PAS,2060,comm_s51_std,urban,5607.3219373848 +PAS,2060,comm_sr11_std,rural,40.60235627506 +PAS,2060,comm_sr11_std,urban,8.419853305070001 +PAS,2060,comm_sr21_std,rural,43.098225203549994 +PAS,2060,comm_sr21_std,urban,33.89871349293 +PAS,2060,comm_sr31_std,rural,25.868174531979996 +PAS,2060,comm_sr31_std,urban,50.66942178745 +PAS,2070,comm_s1,rural,149.26005524264997 +PAS,2070,comm_s1,urban,31.215711446110003 +PAS,2070,comm_s2,rural,156.48282964747 +PAS,2070,comm_s2,urban,122.60203810274999 +PAS,2070,comm_s3,rural,86.89951372352999 +PAS,2070,comm_s3,urban,169.33068519289003 +PAS,2070,comm_s51_std,rural,1930.1893560841602 +PAS,2070,comm_s51_std,urban,6218.839294124461 +PAS,2070,comm_sr11_std,rural,48.063281800990005 +PAS,2070,comm_sr11_std,urban,10.05178199495 +PAS,2070,comm_sr21_std,rural,50.389089874839996 +PAS,2070,comm_sr21_std,urban,39.47912451944 +PAS,2070,comm_sr31_std,rural,27.982542346469998 +PAS,2070,comm_sr31_std,urban,54.526232264680004 +PAS,2080,comm_s1,rural,140.20962142286 +PAS,2080,comm_s1,urban,29.641064691990003 +PAS,2080,comm_s2,rural,146.72217024096 +PAS,2080,comm_s2,urban,114.96341251534 +PAS,2080,comm_s3,rural,77.59073626771 +PAS,2080,comm_s3,urban,150.57517203492 +PAS,2080,comm_s51_std,rural,1732.67639422563 +PAS,2080,comm_s51_std,urban,6480.506330173351 +PAS,2080,comm_sr11_std,rural,54.904662695140004 +PAS,2080,comm_sr11_std,urban,11.6071396693 +PAS,2080,comm_sr21_std,rural,57.45491062039 +PAS,2080,comm_sr21_std,urban,45.01850388283 +PAS,2080,comm_sr31_std,rural,30.383743710480005 +PAS,2080,comm_sr31_std,urban,58.963706962299995 +PAS,2090,comm_s1,rural,130.32239880994 +PAS,2090,comm_s1,urban,28.154684654250005 +PAS,2090,comm_s2,rural,136.37705945724 +PAS,2090,comm_s2,urban,108.56219847562 +PAS,2090,comm_s3,rural,70.37136697823 +PAS,2090,comm_s3,urban,137.75002033823 +PAS,2090,comm_s51_std,rural,1507.82929481716 +PAS,2090,comm_s51_std,urban,6500.980003782421 +PAS,2090,comm_sr11_std,rural,60.577943949010006 +PAS,2090,comm_sr11_std,urban,13.08718166992 +PAS,2090,comm_sr21_std,rural,63.39234037403 +PAS,2090,comm_sr21_std,urban,50.463119419879995 +PAS,2090,comm_sr31_std,rural,32.71082149625 +PAS,2090,comm_sr31_std,urban,64.03053571183 +PAS,2100,comm_s1,rural,118.52221065126001 +PAS,2100,comm_s1,urban,26.745707022830004 +PAS,2100,comm_s2,rural,124.32861289918999 +PAS,2100,comm_s2,urban,102.87248740571 +PAS,2100,comm_s3,rural,63.774438491590004 +PAS,2100,comm_s3,urban,128.31002771186002 +PAS,2100,comm_s51_std,rural,1299.7008239043098 +PAS,2100,comm_s51_std,urban,6387.387979876639 +PAS,2100,comm_sr11_std,rural,64.23048044391001 +PAS,2100,comm_sr11_std,urban,14.49424207029 +PAS,2100,comm_sr21_std,rural,67.37713121912 +PAS,2100,comm_sr21_std,urban,55.749460410990004 +PAS,2100,comm_sr31_std,rural,34.5611409192 +PAS,2100,comm_sr31_std,urban,69.53477057545 +RCPA,2020,comm_s1,rural,121.01140310855999 +RCPA,2020,comm_s1,urban,17.17108328016 +RCPA,2020,comm_s2,rural,199.67013683788 +RCPA,2020,comm_s2,urban,57.33408961607 +RCPA,2020,comm_s3,rural,227.24212480348 +RCPA,2020,comm_s3,urban,195.38168366504001 +RCPA,2020,comm_s51_std,rural,260.14916267747 +RCPA,2020,comm_s51_std,urban,189.36507209666001 +RCPA,2020,comm_s52_low,rural,13.69206119355 +RCPA,2020,comm_s52_low,urban,6.501992327319999 +RCPA,2020,comm_sr11_std,rural,2.9477136654600002 +RCPA,2020,comm_sr11_std,urban,0.27532474343 +RCPA,2020,comm_sr12_low,rural,0.15514282451 +RCPA,2020,comm_sr12_low,urban,0.014490775970000001 +RCPA,2020,comm_sr21_std,rural,4.86375974346 +RCPA,2020,comm_sr21_std,urban,0.91930679368 +RCPA,2020,comm_sr22_low,rural,0.2559873549 +RCPA,2020,comm_sr22_low,urban,0.04838456808 +RCPA,2020,comm_sr31_std,rural,5.53538509136 +RCPA,2020,comm_sr31_std,urban,3.1327908117400005 +RCPA,2020,comm_sr32_low,rural,0.29133605742999996 +RCPA,2020,comm_sr32_low,urban,0.1648837269399999 +RCPA,2025,comm_s1,rural,117.79674588572001 +RCPA,2025,comm_s1,urban,16.86140645164 +RCPA,2025,comm_s2,rural,182.80222031319 +RCPA,2025,comm_s2,urban,52.7424199285 +RCPA,2025,comm_s3,rural,195.91636498793997 +RCPA,2025,comm_s3,urban,171.15885707901 +RCPA,2025,comm_s51_std,rural,439.66404214759007 +RCPA,2025,comm_s51_std,urban,368.62261894132007 +RCPA,2025,comm_s52_low,rural,23.14021274462 +RCPA,2025,comm_s52_low,urban,12.656935164939998 +RCPA,2025,comm_sr11_std,rural,5.812390387060001 +RCPA,2025,comm_sr11_std,urban,0.54289360286 +RCPA,2025,comm_sr12_low,rural,0.30591528354999986 +RCPA,2025,comm_sr12_low,urban,0.02857334751 +RCPA,2025,comm_sr21_std,rural,9.01992546647 +RCPA,2025,comm_sr21_std,urban,1.69816927564 +RCPA,2025,comm_sr22_low,rural,0.47473291921000005 +RCPA,2025,comm_sr22_low,urban,0.08937733035 +RCPA,2025,comm_sr31_std,rural,9.66701064579 +RCPA,2025,comm_sr31_std,urban,5.51087175616 +RCPA,2025,comm_sr32_low,rural,0.5087900339899999 +RCPA,2025,comm_sr32_low,urban,0.2900458819 +RCPA,2030,comm_s1,rural,114.76602820604 +RCPA,2030,comm_s1,urban,16.573952091429998 +RCPA,2030,comm_s2,rural,170.42508371776998 +RCPA,2030,comm_s2,urban,49.4544014138 +RCPA,2030,comm_s3,rural,167.39286799812 +RCPA,2030,comm_s3,urban,147.55612321287003 +RCPA,2030,comm_s51_std,rural,522.44815240911 +RCPA,2030,comm_s51_std,urban,509.4214517629601 +RCPA,2030,comm_s52_low,rural,27.49727117942 +RCPA,2030,comm_s52_low,urban,17.491369100230003 +RCPA,2030,comm_sr11_std,rural,8.60363103105 +RCPA,2030,comm_sr11_std,urban,0.8036033261900001 +RCPA,2030,comm_sr12_low,rural,0.4528226858599999 +RCPA,2030,comm_sr12_low,urban,0.04229491189 +RCPA,2030,comm_sr21_std,rural,12.77620705066 +RCPA,2030,comm_sr21_std,urban,2.3978421835400003 +RCPA,2030,comm_sr22_low,rural,0.67243194999 +RCPA,2030,comm_sr22_low,urban,0.12620222027 +RCPA,2030,comm_sr31_std,rural,12.54889182796 +RCPA,2030,comm_sr31_std,urban,7.15439448369 +RCPA,2030,comm_sr32_low,rural,0.66046799093 +RCPA,2030,comm_sr32_low,urban,0.37654707805 +RCPA,2035,comm_s1,rural,111.86006753481 +RCPA,2035,comm_s1,urban,16.300601285170004 +RCPA,2035,comm_s2,rural,161.23037886395 +RCPA,2035,comm_s2,urban,47.10201411117 +RCPA,2035,comm_s3,rural,143.56471007491 +RCPA,2035,comm_s3,urban,126.95008862823002 +RCPA,2035,comm_s51_std,rural,548.27769941 +RCPA,2035,comm_s51_std,urban,621.3617036077701 +RCPA,2035,comm_s52_low,rural,28.856721021570003 +RCPA,2035,comm_s52_low,urban,21.334921929449997 +RCPA,2035,comm_sr11_std,rural,11.325597269070002 +RCPA,2035,comm_sr11_std,urban,1.05784262525 +RCPA,2035,comm_sr12_low,rural,0.5960840668 +RCPA,2035,comm_sr12_low,urban,0.05567592765 +RCPA,2035,comm_sr21_std,rural,16.32423776229 +RCPA,2035,comm_sr21_std,urban,3.0567288526200005 +RCPA,2035,comm_sr22_low,rural,0.8591704084699999 +RCPA,2035,comm_sr22_low,urban,0.16088046604 +RCPA,2035,comm_sr31_std,rural,14.53562584207 +RCPA,2035,comm_sr31_std,urban,8.23854363916 +RCPA,2035,comm_sr32_low,rural,0.7650329390399999 +RCPA,2035,comm_sr32_low,urban,0.4336075599 +RCPA,2040,comm_s1,rural,109.0486120633 +RCPA,2040,comm_s1,urban,16.03720099192 +RCPA,2040,comm_s2,rural,154.19901239728998 +RCPA,2040,comm_s2,urban,45.391706185969994 +RCPA,2040,comm_s3,rural,124.90847330511001 +RCPA,2040,comm_s3,urban,110.38880799795 +RCPA,2040,comm_s51_std,rural,545.40529084432 +RCPA,2040,comm_s51_std,urban,715.8119768311599 +RCPA,2040,comm_s52_low,rural,28.705541623389998 +RCPA,2040,comm_s52_low,urban,24.577943174140007 +RCPA,2040,comm_sr11_std,rural,13.980356753490002 +RCPA,2040,comm_sr11_std,urban,1.3058046245900001 +RCPA,2040,comm_sr12_low,rural,0.7358082501800001 +RCPA,2040,comm_sr12_low,urban,0.0687265591799999 +RCPA,2040,comm_sr21_std,rural,19.76877250937 +RCPA,2040,comm_sr21_std,urban,3.6959504271699997 +RCPA,2040,comm_sr22_low,rural,1.04046171092 +RCPA,2040,comm_sr22_low,urban,0.19452370684999978 +RCPA,2040,comm_sr31_std,rural,16.013638186659996 +RCPA,2040,comm_sr31_std,urban,8.98824028332 +RCPA,2040,comm_sr32_low,rural,0.8428230624299999 +RCPA,2040,comm_sr32_low,urban,0.4730652780299999 +RCPA,2045,comm_s1,rural,106.31664381653995 +RCPA,2045,comm_s1,urban,15.7817108475 +RCPA,2045,comm_s2,rural,148.5905468037 +RCPA,2045,comm_s2,urban,44.10600071127 +RCPA,2045,comm_s3,rural,110.94242068548002 +RCPA,2045,comm_s3,urban,97.85349877182001 +RCPA,2045,comm_s51_std,rural,524.3039085315501 +RCPA,2045,comm_s51_std,urban,795.54020458621 +RCPA,2045,comm_s52_low,rural,27.59494255431 +RCPA,2045,comm_s52_low,urban,27.315471903129996 +RCPA,2045,comm_sr11_std,rural,16.569364698060003 +RCPA,2045,comm_sr11_std,urban,1.54762524523 +RCPA,2045,comm_sr12_low,rural,0.87207182621 +RCPA,2045,comm_sr12_low,urban,0.08145396027999989 +RCPA,2045,comm_sr21_std,rural,23.15771898245 +RCPA,2045,comm_sr21_std,urban,4.32523196176 +RCPA,2045,comm_sr22_low,rural,1.21882731476 +RCPA,2045,comm_sr22_low,urban,0.22764378768 +RCPA,2045,comm_sr31_std,rural,17.290288357799998 +RCPA,2045,comm_sr31_std,urban,9.595952333579998 +RCPA,2045,comm_sr32_low,rural,0.9100151767299999 +RCPA,2045,comm_sr32_low,urban,0.5050501227599999 +RCPA,2050,comm_s1,rural,103.65663137834 +RCPA,2050,comm_s1,urban,15.53313987093 +RCPA,2050,comm_s2,rural,143.89354032162998 +RCPA,2050,comm_s2,urban,43.09201343642 +RCPA,2050,comm_s3,rural,100.75602505344001 +RCPA,2050,comm_s3,urban,88.74389915742998 +RCPA,2050,comm_s51_std,rural,489.27881622474 +RCPA,2050,comm_s51_std,urban,859.98761535631 +RCPA,2050,comm_s52_low,rural,25.75151664342 +RCPA,2050,comm_s52_low,urban,29.528322275719997 +RCPA,2050,comm_sr11_std,rural,19.09399883333 +RCPA,2050,comm_sr11_std,urban,1.78343317113 +RCPA,2050,comm_sr12_low,rural,1.0049473070300001 +RCPA,2050,comm_sr12_low,urban,0.09386490375999999 +RCPA,2050,comm_sr21_std,rural,26.50581110417 +RCPA,2050,comm_sr21_std,urban,4.94759764046 +RCPA,2050,comm_sr22_low,rural,1.39504268957 +RCPA,2050,comm_sr22_low,urban,0.26039987602000003 +RCPA,2050,comm_sr31_std,rural,18.5596946306 +RCPA,2050,comm_sr31_std,urban,10.189106311289999 +RCPA,2050,comm_sr32_low,rural,0.9768260332 +RCPA,2050,comm_sr32_low,urban,0.5362687532299999 +RCPA,2055,comm_s1,rural,101.06449190077998 +RCPA,2055,comm_s1,urban,15.290984856989999 +RCPA,2055,comm_s2,rural,139.77020505985 +RCPA,2055,comm_s2,urban,42.247104861240004 +RCPA,2055,comm_s3,rural,93.38620329157001 +RCPA,2055,comm_s3,urban,82.28295099430001 +RCPA,2055,comm_s51_std,rural,445.52430771483006 +RCPA,2055,comm_s51_std,urban,910.93182257202 +RCPA,2055,comm_s52_low,rural,23.44864777448 +RCPA,2055,comm_s52_low,urban,31.27752998741 +RCPA,2055,comm_sr11_std,rural,21.55568947461 +RCPA,2055,comm_sr11_std,urban,2.0133619977299997 +RCPA,2055,comm_sr12_low,rural,1.13450997238 +RCPA,2055,comm_sr12_low,urban,0.10596642095999989 +RCPA,2055,comm_sr21_std,rural,29.811094692010002 +RCPA,2055,comm_sr21_std,urban,5.56267083111 +RCPA,2055,comm_sr22_low,rural,1.56900498368 +RCPA,2055,comm_sr22_low,urban,0.2927721492 +RCPA,2055,comm_sr31_std,rural,19.91801434418 +RCPA,2055,comm_sr31_std,urban,10.834185511429997 +RCPA,2055,comm_sr32_low,rural,1.04831654439 +RCPA,2055,comm_sr32_low,urban,0.5702202901 +RCPA,2060,comm_s1,rural,98.44134538223997 +RCPA,2060,comm_s1,urban,15.05495599686 +RCPA,2060,comm_s2,rural,135.87440853957 +RCPA,2060,comm_s2,urban,41.5055097695 +RCPA,2060,comm_s3,rural,87.91632373116 +RCPA,2060,comm_s3,urban,77.7428801169 +RCPA,2060,comm_s51_std,rural,396.75513090035 +RCPA,2060,comm_s51_std,urban,949.3765990009999 +RCPA,2060,comm_s52_low,rural,20.88184899476 +RCPA,2060,comm_s52_low,urban,32.59756033196 +RCPA,2060,comm_sr11_std,rural,23.93250230424 +RCPA,2060,comm_sr11_std,urban,2.2375496794 +RCPA,2060,comm_sr12_low,rural,1.2596053844900001 +RCPA,2060,comm_sr12_low,urban,0.11776577261 +RCPA,2060,comm_sr21_std,rural,33.033016592930004 +RCPA,2060,comm_sr21_std,urban,6.16877525905 +RCPA,2060,comm_sr22_low,rural,1.7385798205600003 +RCPA,2060,comm_sr22_low,urban,0.32467238224 +RCPA,2060,comm_sr31_std,rural,21.37371865555 +RCPA,2060,comm_sr31_std,urban,11.554570901309999 +RCPA,2060,comm_sr32_low,rural,1.12493256076 +RCPA,2060,comm_sr32_low,urban,0.6081353106599999 +RCPA,2070,comm_s1,rural,89.55990389973996 +RCPA,2070,comm_s1,urban,14.594756844730002 +RCPA,2070,comm_s2,rural,123.43628402685 +RCPA,2070,comm_s2,urban,40.17283787961 +RCPA,2070,comm_s3,rural,77.21240731762002 +RCPA,2070,comm_s3,urban,72.12829433125 +RCPA,2070,comm_s51_std,rural,309.33258486750003 +RCPA,2070,comm_s51_std,urban,995.1801799953099 +RCPA,2070,comm_s52_low,rural,16.280662361450002 +RCPA,2070,comm_s52_low,urban,34.17026077184 +RCPA,2070,comm_sr11_std,rural,27.397254728340002 +RCPA,2070,comm_sr11_std,urban,2.6747224317500002 +RCPA,2070,comm_sr12_low,rural,1.44196077523 +RCPA,2070,comm_sr12_low,urban,0.1407748648199999 +RCPA,2070,comm_sr21_std,rural,37.76037231992 +RCPA,2070,comm_sr21_std,urban,7.36231454679 +RCPA,2070,comm_sr22_low,rural,1.9873880167200002 +RCPA,2070,comm_sr22_low,urban,0.38749023948 +RCPA,2070,comm_sr31_std,rural,23.620034182189997 +RCPA,2070,comm_sr31_std,urban,13.21866262409 +RCPA,2070,comm_sr32_low,rural,1.2431596937399998 +RCPA,2070,comm_sr32_low,urban,0.6957190855700001 +RCPA,2080,comm_s1,rural,76.57693126526996 +RCPA,2080,comm_s1,urban,14.15758068445 +RCPA,2080,comm_s2,rural,105.51075564279 +RCPA,2080,comm_s2,urban,38.95665308278 +RCPA,2080,comm_s3,rural,65.24973136717001 +RCPA,2080,comm_s3,urban,68.92039890662 +RCPA,2080,comm_s51_std,rural,244.65756432562003 +RCPA,2080,comm_s51_std,urban,1006.4050446398301 +RCPA,2080,comm_s52_low,rural,12.87671391186 +RCPA,2080,comm_s52_low,urban,34.55567495083 +RCPA,2080,comm_sr11_std,rural,28.48741057678 +RCPA,2080,comm_sr11_std,urban,3.09003840129 +RCPA,2080,comm_sr12_low,rural,1.4993373988299998 +RCPA,2080,comm_sr12_low,urban,0.16263360006 +RCPA,2080,comm_sr21_std,rural,39.251092549570004 +RCPA,2080,comm_sr21_std,urban,8.50269242291 +RCPA,2080,comm_sr22_low,rural,2.06584697619 +RCPA,2080,comm_sr22_low,urban,0.44751012766 +RCPA,2080,comm_sr31_std,rural,24.27357504099 +RCPA,2080,comm_sr31_std,urban,15.04258983214 +RCPA,2080,comm_sr32_low,rural,1.27755658106 +RCPA,2080,comm_sr32_low,urban,0.7917152543700001 +RCPA,2090,comm_s1,rural,62.90560617594997 +RCPA,2090,comm_s1,urban,13.742264413080001 +RCPA,2090,comm_s2,rural,86.66947808197 +RCPA,2090,comm_s2,urban,37.8117516942 +RCPA,2090,comm_s3,rural,53.428918016840015 +RCPA,2090,comm_s3,urban,66.61549768857999 +RCPA,2090,comm_s51_std,rural,198.61210364224002 +RCPA,2090,comm_s51_std,urban,995.17945291649 +RCPA,2090,comm_s52_low,rural,10.4532686127 +RCPA,2090,comm_s52_low,urban,34.17023580706 +RCPA,2090,comm_sr11_std,rural,27.77847633115 +RCPA,2090,comm_sr11_std,urban,3.4845887649300007 +RCPA,2090,comm_sr12_low,rural,1.4620250701 +RCPA,2090,comm_sr12_low,urban,0.18339940866999999 +RCPA,2090,comm_sr21_std,rural,38.272360634959995 +RCPA,2090,comm_sr21_std,urban,9.58782346029 +RCPA,2090,comm_sr22_low,rural,2.01433477016 +RCPA,2090,comm_sr22_low,urban,0.5046222875099999 +RCPA,2090,comm_sr31_std,rural,23.5936671587 +RCPA,2090,comm_sr31_std,urban,16.891511314040002 +RCPA,2090,comm_sr32_low,rural,1.24177195572 +RCPA,2090,comm_sr32_low,urban,0.88902691133 +RCPA,2100,comm_s1,rural,50.93860110399997 +RCPA,2100,comm_s1,urban,13.347714027660002 +RCPA,2100,comm_s2,rural,70.18120856467999 +RCPA,2100,comm_s2,urban,36.7258700107 +RCPA,2100,comm_s3,rural,43.233616735260014 +RCPA,2100,comm_s3,urban,64.64003276756999 +RCPA,2100,comm_s51_std,rural,165.07487014828004 +RCPA,2100,comm_s51_std,urban,975.6965568673302 +RCPA,2100,comm_s52_low,rural,8.688151060400001 +RCPA,2100,comm_s52_low,urban,33.50127590215 +RCPA,2100,comm_sr11_std,rural,26.224791656100003 +RCPA,2100,comm_sr11_std,urban,3.859411625890001 +RCPA,2100,comm_sr12_low,rural,1.38025219246 +RCPA,2100,comm_sr12_low,urban,0.20312692766999998 +RCPA,2100,comm_sr21_std,rural,36.13149032146 +RCPA,2100,comm_sr21_std,urban,10.61906551177 +RCPA,2100,comm_sr22_low,rural,1.90165738526 +RCPA,2100,comm_sr22_low,urban,0.55889818501 +RCPA,2100,comm_sr31_std,rural,22.258023715850005 +RCPA,2100,comm_sr31_std,urban,18.69027860819 +RCPA,2100,comm_sr32_low,rural,1.17147493243 +RCPA,2100,comm_sr32_low,urban,0.9836988741500001 +SAS,2020,comm_s1,rural,631.86928602399 +SAS,2020,comm_s1,urban,89.48626514109 +SAS,2020,comm_s2,rural,981.64294929256 +SAS,2020,comm_s2,urban,435.3691825427501 +SAS,2020,comm_s3,rural,1109.2409686719302 +SAS,2020,comm_s3,urban,812.53791844949 +SAS,2020,comm_s51_std,rural,732.5296233301801 +SAS,2020,comm_s51_std,urban,582.82336789583 +SAS,2020,comm_sr11_std,rural,16.20177656472 +SAS,2020,comm_sr11_std,urban,2.29451961902 +SAS,2020,comm_sr21_std,rural,25.170332033120005 +SAS,2020,comm_sr21_std,urban,11.16331237294 +SAS,2020,comm_sr31_std,rural,28.442076119790002 +SAS,2020,comm_sr31_std,urban,20.83430560127 +SAS,2025,comm_s1,rural,588.4591884507 +SAS,2025,comm_s1,urban,83.33846275981 +SAS,2025,comm_s2,rural,899.53255533064 +SAS,2025,comm_s2,urban,398.96792092212 +SAS,2025,comm_s3,rural,1041.87691888318 +SAS,2025,comm_s3,urban,766.5629214159899 +SAS,2025,comm_s51_std,rural,1656.50586893717 +SAS,2025,comm_s51_std,urban,1399.4562755352001 +SAS,2025,comm_sr11_std,rural,30.56428394977 +SAS,2025,comm_sr11_std,urban,4.32855920977 +SAS,2025,comm_sr21_std,rural,46.721283281430004 +SAS,2025,comm_sr21_std,urban,20.722199706090002 +SAS,2025,comm_sr31_std,rural,54.11458027082001 +SAS,2025,comm_sr31_std,urban,39.81490518855 +SAS,2030,comm_s1,rural,550.75796585301 +SAS,2030,comm_s1,urban,77.99915971702 +SAS,2030,comm_s2,rural,824.11542676544 +SAS,2030,comm_s2,urban,365.40587547966 +SAS,2030,comm_s3,rural,970.80717466344 +SAS,2030,comm_s3,urban,717.02387206391 +SAS,2030,comm_s51_std,rural,2747.78260827118 +SAS,2030,comm_s51_std,urban,2492.4090945687994 +SAS,2030,comm_sr11_std,rural,43.46158967885 +SAS,2030,comm_sr11_std,urban,6.155094769570001 +SAS,2030,comm_sr21_std,rural,65.03286152304 +SAS,2030,comm_sr21_std,urban,28.835025929660002 +SAS,2030,comm_sr31_std,rural,76.60864789703 +SAS,2030,comm_sr31_std,urban,56.58201832679001 +SAS,2035,comm_s1,rural,518.0215104011099 +SAS,2035,comm_s1,urban,73.36297435851002 +SAS,2035,comm_s2,rural,755.8338373807 +SAS,2035,comm_s2,urban,334.92673690705 +SAS,2035,comm_s3,rural,898.5608657903 +SAS,2035,comm_s3,urban,665.7796754300101 +SAS,2035,comm_s51_std,rural,4001.05981638108 +SAS,2035,comm_s51_std,urban,3920.8187683472397 +SAS,2035,comm_sr11_std,rural,55.20904383688001 +SAS,2035,comm_sr11_std,urban,7.818786645039999 +SAS,2035,comm_sr21_std,rural,80.554306382 +SAS,2035,comm_sr21_std,urban,35.69539976394 +SAS,2035,comm_sr31_std,rural,95.76568778213002 +SAS,2035,comm_sr31_std,urban,70.95662737632999 +SAS,2040,comm_s1,rural,489.55727391786996 +SAS,2040,comm_s1,urban,69.33182698468 +SAS,2040,comm_s2,rural,694.73895240609 +SAS,2040,comm_s2,urban,307.59110545144 +SAS,2040,comm_s3,rural,827.3556614604701 +SAS,2040,comm_s3,urban,614.52673944513 +SAS,2040,comm_s51_std,rural,5412.74463071712 +SAS,2040,comm_s51_std,urban,5752.94455939792 +SAS,2040,comm_sr11_std,rural,66.06600015731 +SAS,2040,comm_sr11_std,urban,9.356364896419999 +SAS,2040,comm_sr21_std,rural,93.75537078976001 +SAS,2040,comm_sr21_std,urban,41.509574270079995 +SAS,2040,comm_sr31_std,rural,111.65206232708998 +SAS,2040,comm_sr31_std,urban,82.93069233742 +SAS,2045,comm_s1,rural,464.73696130897997 +SAS,2045,comm_s1,urban,65.81673751266001 +SAS,2045,comm_s2,rural,640.58901728281 +SAS,2045,comm_s2,urban,283.32006490732 +SAS,2045,comm_s3,rural,758.98582286571 +SAS,2045,comm_s3,urban,564.69726282652 +SAS,2045,comm_s51_std,rural,6872.16115115665 +SAS,2045,comm_s51_std,urban,7958.30447749029 +SAS,2045,comm_sr11_std,rural,76.24093387618 +SAS,2045,comm_sr11_std,urban,10.797354095769998 +SAS,2045,comm_sr21_std,rural,105.08977975614 +SAS,2045,comm_sr21_std,urban,46.47916592106 +SAS,2045,comm_sr31_std,rural,124.51298853208002 +SAS,2045,comm_sr31_std,urban,92.63960102060999 +SAS,2050,comm_s1,rural,443.00137114139 +SAS,2050,comm_s1,urban,62.73851100638001 +SAS,2050,comm_s2,rural,592.94233253402 +SAS,2050,comm_s2,urban,261.93748749169 +SAS,2050,comm_s3,rural,694.7741014554 +SAS,2050,comm_s3,urban,517.40124432613 +SAS,2050,comm_s51_std,rural,8237.29821487014 +SAS,2050,comm_s51_std,urban,10431.25910572851 +SAS,2050,comm_sr11_std,rural,85.89764668474 +SAS,2050,comm_sr11_std,urban,12.16495208145 +SAS,2050,comm_sr21_std,rural,114.97109106746 +SAS,2050,comm_sr21_std,urban,50.789490100180004 +SAS,2050,comm_sr31_std,rural,134.71619769165 +SAS,2050,comm_sr31_std,urban,100.32372849058999 +SAS,2055,comm_s1,rural,423.86019727153 +SAS,2055,comm_s1,urban,60.027709582900016 +SAS,2055,comm_s2,rural,551.23704966643 +SAS,2055,comm_s2,urban,243.20697877293998 +SAS,2055,comm_s3,rural,635.58080390541 +SAS,2055,comm_s3,urban,473.41272043697 +SAS,2055,comm_s51_std,rural,9381.43125666929 +SAS,2055,comm_s51_std,urban,13019.95332742187 +SAS,2055,comm_sr11_std,rural,95.16173517365999 +SAS,2055,comm_sr11_std,urban,13.47694602881 +SAS,2055,comm_sr21_std,rural,123.75937744559002 +SAS,2055,comm_sr21_std,urban,54.602905050400004 +SAS,2055,comm_sr31_std,rural,142.69556927462997 +SAS,2055,comm_sr31_std,urban,106.2868752951 +SAS,2060,comm_s1,rural,406.88881025323 +SAS,2060,comm_s1,urban,57.62419659043002 +SAS,2060,comm_s2,rural,514.85435473917 +SAS,2060,comm_s2,urban,226.86153869773 +SAS,2060,comm_s3,rural,581.8546859881101 +SAS,2060,comm_s3,urban,433.19194944518 +SAS,2060,comm_s51_std,rural,10203.08198050126 +SAS,2060,comm_s51_std,urban,15538.64288623698 +SAS,2060,comm_sr11_std,rural,104.12684513214 +SAS,2060,comm_sr11_std,urban,14.746598193390003 +SAS,2060,comm_sr21_std,rural,131.756288968 +SAS,2060,comm_sr21_std,urban,58.05609717206 +SAS,2060,comm_sr31_std,rural,148.90233216151 +SAS,2060,comm_sr31_std,urban,110.85807693789 +SAS,2070,comm_s1,rural,377.75732238249 +SAS,2070,comm_s1,urban,53.49855208578002 +SAS,2070,comm_s2,rural,454.6147173303299 +SAS,2070,comm_s2,urban,199.79642901663996 +SAS,2070,comm_s3,rural,488.81923050918 +SAS,2070,comm_s3,urban,362.93292207279006 +SAS,2070,comm_s51_std,rural,10777.59919293159 +SAS,2070,comm_s51_std,urban,19780.68444132305 +SAS,2070,comm_sr11_std,rural,121.64176549842999 +SAS,2070,comm_sr11_std,urban,17.227087184520002 +SAS,2070,comm_sr21_std,rural,146.3906417188 +SAS,2070,comm_sr21_std,urban,64.33651692698 +SAS,2070,comm_sr31_std,rural,157.40484878893997 +SAS,2070,comm_sr31_std,urban,116.86815524814999 +SAS,2080,comm_s1,rural,353.68624308393 +SAS,2080,comm_s1,urban,50.08957014602001 +SAS,2080,comm_s2,rural,408.94309496670996 +SAS,2080,comm_s2,urban,179.31328581566999 +SAS,2080,comm_s3,rural,417.16772053558003 +SAS,2080,comm_s3,urban,308.41831216402 +SAS,2080,comm_s51_std,rural,10215.36810452529 +SAS,2080,comm_s51_std,urban,22561.75660738331 +SAS,2080,comm_sr11_std,rural,138.49993801729002 +SAS,2080,comm_sr11_std,urban,19.614566571759998 +SAS,2080,comm_sr21_std,rural,160.13795959811 +SAS,2080,comm_sr21_std,urban,70.21726023193 +SAS,2080,comm_sr31_std,rural,163.35863937773001 +SAS,2080,comm_sr31_std,urban,120.77347636026 +SAS,2090,comm_s1,rural,325.63606694061 +SAS,2090,comm_s1,urban,47.168445807260014 +SAS,2090,comm_s2,rural,365.84084596725 +SAS,2090,comm_s2,urban,163.57034834923996 +SAS,2090,comm_s3,rural,355.5565245065 +SAS,2090,comm_s3,urban,267.10167335051 +SAS,2090,comm_s51_std,rural,9067.737450432189 +SAS,2090,comm_s51_std,urban,23950.57122428083 +SAS,2090,comm_sr11_std,rural,151.36587103291998 +SAS,2090,comm_sr11_std,urban,21.92537501111 +SAS,2090,comm_sr21_std,rural,170.05431501932 +SAS,2090,comm_sr21_std,urban,76.03263509964 +SAS,2090,comm_sr31_std,rural,165.27383940876 +SAS,2090,comm_sr31_std,urban,124.15724652629 +SAS,2100,comm_s1,rural,293.11851113642007 +SAS,2100,comm_s1,urban,44.58287792589002 +SAS,2100,comm_s2,rural,323.13835851092 +SAS,2100,comm_s2,urban,151.15564802076997 +SAS,2100,comm_s3,rural,301.74237019958 +SAS,2100,comm_s3,urban,236.02213203581002 +SAS,2100,comm_s51_std,rural,7773.0843062000995 +SAS,2100,comm_s51_std,urban,24358.28932965808 +SAS,2100,comm_sr11_std,rural,158.84906882774 +SAS,2100,comm_sr11_std,urban,24.160700791929997 +SAS,2100,comm_sr21_std,rural,175.11765856379998 +SAS,2100,comm_sr21_std,urban,81.91544724699 +SAS,2100,comm_sr31_std,rural,163.52257776598998 +SAS,2100,comm_sr31_std,urban,127.90695391848999 +WEU,2020,comm_s1,rural,1080.40509554208 +WEU,2020,comm_s1,urban,1935.2679086600901 +WEU,2020,comm_s2,rural,318.00712870231996 +WEU,2020,comm_s2,urban,1987.65000990501 +WEU,2020,comm_s3,rural,155.97882345537 +WEU,2020,comm_s3,urban,1422.7170049769902 +WEU,2020,comm_s51_std,urban,131.83788707787 +WEU,2020,comm_s52_low,rural,114.15402922324 +WEU,2020,comm_s52_low,urban,879.21714679999 +WEU,2020,comm_sr11_std,rural,78.84037183683999 +WEU,2020,comm_sr11_std,urban,121.52256746545 +WEU,2020,comm_sr12_low,rural,8.76004131519 +WEU,2020,comm_sr12_low,urban,13.5025074962 +WEU,2020,comm_sr21_std,rural,23.205925608029997 +WEU,2020,comm_sr21_std,urban,124.8118316568 +WEU,2020,comm_sr22_low,rural,2.5784361788899997 +WEU,2020,comm_sr22_low,urban,13.86798129501 +WEU,2020,comm_sr31_std,rural,11.38223846836 +WEU,2020,comm_sr31_std,urban,89.33761700262001 +WEU,2020,comm_sr32_low,rural,1.26469316313 +WEU,2020,comm_sr32_low,urban,9.92640188923 +WEU,2025,comm_s1,rural,975.84360182578 +WEU,2025,comm_s1,urban,1767.78176227894 +WEU,2025,comm_s2,rural,273.68237956295 +WEU,2025,comm_s2,urban,1728.3833956028 +WEU,2025,comm_s3,rural,141.56448196643998 +WEU,2025,comm_s3,urban,1312.9067337822 +WEU,2025,comm_s51_std,urban,247.41530629928 +WEU,2025,comm_s52_low,rural,179.03387268434997 +WEU,2025,comm_s52_low,urban,1649.9944325610202 +WEU,2025,comm_sr11_std,rural,148.19421827576 +WEU,2025,comm_sr11_std,urban,228.42784558597 +WEU,2025,comm_sr12_low,rural,16.46602425295 +WEU,2025,comm_sr12_low,urban,25.38087173181 +WEU,2025,comm_sr21_std,rural,41.562137845929996 +WEU,2025,comm_sr21_std,urban,223.33689815583 +WEU,2025,comm_sr22_low,rural,4.61801531646 +WEU,2025,comm_sr22_low,urban,24.81521090599 +WEU,2025,comm_sr31_std,rural,21.498360701920003 +WEU,2025,comm_sr31_std,urban,169.65015877654 +WEU,2025,comm_sr32_low,rural,2.38870674458 +WEU,2025,comm_sr32_low,urban,18.85001764186 +WEU,2030,comm_s1,rural,877.90649749588 +WEU,2030,comm_s1,urban,1612.2426487111202 +WEU,2030,comm_s2,rural,234.17623394392 +WEU,2030,comm_s2,urban,1498.5949856110599 +WEU,2030,comm_s3,rural,127.1414832808 +WEU,2030,comm_s3,urban,1203.5887862887998 +WEU,2030,comm_s51_std,urban,352.22052032753 +WEU,2030,comm_s52_low,rural,218.33969573819 +WEU,2030,comm_s52_low,urban,2348.93267626364 +WEU,2030,comm_sr11_std,rural,208.19450417298003 +WEU,2030,comm_sr11_std,urban,321.44105554569 +WEU,2030,comm_sr12_low,rural,23.13272268598 +WEU,2030,comm_sr12_low,urban,35.71567283848 +WEU,2030,comm_sr21_std,rural,55.53462134518 +WEU,2030,comm_sr21_std,urban,298.78254020604 +WEU,2030,comm_sr22_low,rural,6.17051348305 +WEU,2030,comm_sr22_low,urban,33.19806002266 +WEU,2030,comm_sr31_std,rural,30.15145479284 +WEU,2030,comm_sr31_std,urban,239.96564674467 +WEU,2030,comm_sr32_low,rural,3.35016164352 +WEU,2030,comm_sr32_low,urban,26.66284963849 +WEU,2035,comm_s1,rural,785.47758797755 +WEU,2035,comm_s1,urban,1468.24508847231 +WEU,2035,comm_s2,rural,199.49669483923 +WEU,2035,comm_s2,urban,1298.75948372575 +WEU,2035,comm_s3,rural,112.68391953395 +WEU,2035,comm_s3,urban,1094.67755677318 +WEU,2035,comm_s51_std,urban,446.71419816067 +WEU,2035,comm_s52_low,rural,241.28533761351 +WEU,2035,comm_s52_low,urban,2979.10404548513 +WEU,2035,comm_sr11_std,rural,258.69711679784996 +WEU,2035,comm_sr11_std,urban,401.35933130425 +WEU,2035,comm_sr12_low,rural,28.74412408871 +WEU,2035,comm_sr12_low,urban,44.59548125614 +WEU,2035,comm_sr21_std,rural,65.70425503606 +WEU,2035,comm_sr21_std,urban,355.0287632533 +WEU,2035,comm_sr22_low,rural,7.300472782029999 +WEU,2035,comm_sr22_low,urban,39.4476403615 +WEU,2035,comm_sr31_std,rural,37.11245939946 +WEU,2035,comm_sr31_std,urban,299.24094800617 +WEU,2035,comm_sr32_low,rural,4.12360659965 +WEU,2035,comm_sr32_low,urban,33.24899422285 +WEU,2040,comm_s1,rural,698.9265853492 +WEU,2040,comm_s1,urban,1335.3751118468401 +WEU,2040,comm_s2,rural,169.65529676931 +WEU,2040,comm_s2,urban,1127.96656423367 +WEU,2040,comm_s3,rural,98.52449071724 +WEU,2040,comm_s3,urban,986.9142720262599 +WEU,2040,comm_s51_std,urban,531.30047449045 +WEU,2040,comm_s52_low,rural,252.55883982728002 +WEU,2040,comm_s52_low,urban,3543.20368468247 +WEU,2040,comm_sr11_std,rural,299.8584654354 +WEU,2040,comm_sr11_std,urban,469.05053673105 +WEU,2040,comm_sr12_low,rural,33.31760727076 +WEU,2040,comm_sr12_low,urban,52.11672630353 +WEU,2040,comm_sr21_std,rural,72.78672468430999 +WEU,2040,comm_sr21_std,urban,396.19827992495 +WEU,2040,comm_sr22_low,rural,8.087413854 +WEU,2040,comm_sr22_low,urban,44.02203110288 +WEU,2040,comm_sr31_std,rural,42.26967926749 +WEU,2040,comm_sr31_std,urban,346.65365925603 +WEU,2040,comm_sr32_low,rural,4.696631029340001 +WEU,2040,comm_sr32_low,urban,38.51707325066 +WEU,2045,comm_s1,rural,618.2942314597399 +WEU,2045,comm_s1,urban,1213.20035141777 +WEU,2045,comm_s2,rural,144.37071863741 +WEU,2045,comm_s2,urban,984.20277305938 +WEU,2045,comm_s3,rural,84.94709970183 +WEU,2045,comm_s3,urban,881.6837248942501 +WEU,2045,comm_s51_std,urban,605.54896827606 +WEU,2045,comm_s52_low,rural,254.89963428490998 +WEU,2045,comm_s52_low,urban,4038.3614144316903 +WEU,2045,comm_sr11_std,rural,331.89173931271 +WEU,2045,comm_sr11_std,urban,525.44609274595 +WEU,2045,comm_sr12_low,rural,36.87685992372 +WEU,2045,comm_sr12_low,urban,58.382899194130005 +WEU,2045,comm_sr21_std,rural,77.49619271291999 +WEU,2045,comm_sr21_std,urban,426.26553888614 +WEU,2045,comm_sr22_low,rural,8.610688079360001 +WEU,2045,comm_sr22_low,urban,47.36283765434 +WEU,2045,comm_sr31_std,rural,45.5984210026 +WEU,2045,comm_sr31_std,urban,381.86377686255 +WEU,2045,comm_sr32_low,rural,5.06649122206 +WEU,2045,comm_sr32_low,urban,42.42930854022 +WEU,2050,comm_s1,rural,544.21162819262 +WEU,2050,comm_s1,urban,1101.26380402548 +WEU,2050,comm_s2,rural,123.28212572402 +WEU,2050,comm_s2,urban,864.6999874489001 +WEU,2050,comm_s3,rural,72.33723256454999 +WEU,2050,comm_s3,urban,780.75864085942 +WEU,2050,comm_s51_std,urban,670.47991722664 +WEU,2050,comm_s52_low,rural,250.87741750585002 +WEU,2050,comm_s52_low,urban,4471.381124779779 +WEU,2050,comm_sr11_std,rural,355.52379860517004 +WEU,2050,comm_sr11_std,urban,571.5286730022999 +WEU,2050,comm_sr12_low,rural,39.502644289589995 +WEU,2050,comm_sr12_low,urban,63.50318588923 +WEU,2050,comm_sr21_std,rural,80.53802485461 +WEU,2050,comm_sr21_std,urban,448.75790393306 +WEU,2050,comm_sr22_low,rural,8.948669428390001 +WEU,2050,comm_sr22_low,urban,49.86198932615 +WEU,2050,comm_sr31_std,rural,47.25663026964 +WEU,2050,comm_sr31_std,urban,405.19442145843 +WEU,2050,comm_sr32_low,rural,5.25073669627 +WEU,2050,comm_sr32_low,urban,45.02160238432 +WEU,2055,comm_s1,rural,476.7522210796399 +WEU,2055,comm_s1,urban,999.08112450725 +WEU,2055,comm_s2,rural,105.69700369751 +WEU,2055,comm_s2,urban,766.2846271558 +WEU,2055,comm_s3,rural,60.91590415458 +WEU,2055,comm_s3,urban,686.00026903383 +WEU,2055,comm_s51_std,urban,726.91823692909 +WEU,2055,comm_s52_low,rural,242.96338140244998 +WEU,2055,comm_s52_low,urban,4847.76411694386 +WEU,2055,comm_sr11_std,rural,371.49680006426 +WEU,2055,comm_sr11_std,urban,608.31593881033 +WEU,2055,comm_sr12_low,rural,41.277422229479996 +WEU,2055,comm_sr12_low,urban,67.59065986786 +WEU,2055,comm_sr21_std,rural,82.36164807184001 +WEU,2055,comm_sr21_std,urban,466.57187382471 +WEU,2055,comm_sr22_low,rural,9.151294230369997 +WEU,2055,comm_sr22_low,urban,51.8413193141 +WEU,2055,comm_sr31_std,rural,47.46713799341 +WEU,2055,comm_sr31_std,urban,417.68870159305 +WEU,2055,comm_sr32_low,rural,5.27412644339 +WEU,2055,comm_sr32_low,urban,46.40985573264 +WEU,2060,comm_s1,rural,416.10985215337996 +WEU,2060,comm_s1,urban,906.1411289094801 +WEU,2060,comm_s2,rural,91.12367275989 +WEU,2060,comm_s2,urban,685.6827226167101 +WEU,2060,comm_s3,rural,50.87386828775 +WEU,2060,comm_s3,urban,599.0651535409401 +WEU,2060,comm_s51_std,urban,775.75610419777 +WEU,2060,comm_s52_low,rural,232.24908693914 +WEU,2060,comm_s52_low,urban,5173.460252308031 +WEU,2060,comm_sr11_std,rural,380.89753764546003 +WEU,2060,comm_sr11_std,urban,636.8416941701499 +WEU,2060,comm_sr12_low,rural,42.32194862737 +WEU,2060,comm_sr12_low,urban,70.76018824115 +WEU,2060,comm_sr21_std,rural,83.41254694126 +WEU,2060,comm_sr21_std,urban,481.90213731961 +WEU,2060,comm_sr22_low,rural,9.268060771259998 +WEU,2060,comm_sr22_low,urban,53.54468192475 +WEU,2060,comm_sr31_std,rural,46.56878721162 +WEU,2060,comm_sr31_std,urban,421.02676407423 +WEU,2060,comm_sr32_low,rural,5.17430968997 +WEU,2060,comm_sr32_low,urban,46.78075156376 +WEU,2070,comm_s1,rural,312.11232496495995 +WEU,2070,comm_s1,urban,741.05947299442 +WEU,2070,comm_s2,rural,68.61561704686 +WEU,2070,comm_s2,urban,561.88293453828 +WEU,2070,comm_s3,rural,34.616609447159995 +WEU,2070,comm_s3,urban,447.55659124911 +WEU,2070,comm_s51_std,urban,852.40273837309 +WEU,2070,comm_s52_low,rural,204.52385708039998 +WEU,2070,comm_s52_low,urban,5684.61100346918 +WEU,2070,comm_sr11_std,rural,385.68908200443 +WEU,2070,comm_sr11_std,urban,675.41766048144 +WEU,2070,comm_sr12_low,rural,42.854342445030014 +WEU,2070,comm_sr12_low,urban,75.04640672022 +WEU,2070,comm_sr21_std,rural,84.79093016554 +WEU,2070,comm_sr21_std,urban,512.11228105233 +WEU,2070,comm_sr22_low,rural,9.42121446276 +WEU,2070,comm_sr22_low,urban,56.90136456167 +WEU,2070,comm_sr31_std,rural,42.777062140800005 +WEU,2070,comm_sr31_std,urban,407.91277462976 +WEU,2070,comm_sr32_low,rural,4.753006904419999 +WEU,2070,comm_sr32_low,urban,45.3236416255 +WEU,2080,comm_s1,rural,232.35865915219 +WEU,2080,comm_s1,urban,608.24342828904 +WEU,2080,comm_s2,rural,52.99470594887 +WEU,2080,comm_s2,urban,477.86140554526 +WEU,2080,comm_s3,rural,23.718302578379998 +WEU,2080,comm_s3,urban,337.39071533132 +WEU,2080,comm_s51_std,urban,904.77717852436 +WEU,2080,comm_s52_low,rural,172.81133945441 +WEU,2080,comm_s52_low,urban,6033.892282588679 +WEU,2080,comm_sr11_std,rural,374.7092469898901 +WEU,2080,comm_sr11_std,urban,691.42288287642 +WEU,2080,comm_sr12_low,rural,41.63436077677 +WEU,2080,comm_sr12_low,urban,76.82476476413 +WEU,2080,comm_sr21_std,rural,85.46101287047 +WEU,2080,comm_sr21_std,urban,543.21065427236 +WEU,2080,comm_sr22_low,rural,9.495668096650002 +WEU,2080,comm_sr22_low,urban,60.3567393638 +WEU,2080,comm_sr31_std,rural,38.24891799443 +WEU,2080,comm_sr31_std,urban,383.53009699788 +WEU,2080,comm_sr32_low,rural,4.249879777159999 +WEU,2080,comm_sr32_low,urban,42.61445522206 +WEU,2090,comm_s1,rural,171.72675332680998 +WEU,2090,comm_s1,urban,502.63182599992007 +WEU,2090,comm_s2,rural,41.49045347496 +WEU,2090,comm_s2,urban,417.78984620486 +WEU,2090,comm_s3,rural,16.652209072909997 +WEU,2090,comm_s3,urban,262.76280806908 +WEU,2090,comm_s51_std,urban,934.39750643294 +WEU,2090,comm_s52_low,rural,141.65913926374998 +WEU,2090,comm_s52_low,urban,6231.428065119409 +WEU,2090,comm_sr11_std,rural,353.07687657839006 +WEU,2090,comm_sr11_std,urban,692.41290453145 +WEU,2090,comm_sr12_low,rural,39.23076406434 +WEU,2090,comm_sr12_low,urban,76.93476717022 +WEU,2090,comm_sr21_std,rural,85.30598428553999 +WEU,2090,comm_sr21_std,urban,575.53673669402 +WEU,2090,comm_sr22_low,rural,9.478442698359999 +WEU,2090,comm_sr22_low,urban,63.9485262994 +WEU,2090,comm_sr31_std,rural,34.23758880746001 +WEU,2090,comm_sr31_std,urban,361.97540570742 +WEU,2090,comm_sr32_low,rural,3.8041765341099993 +WEU,2090,comm_sr32_low,urban,40.21948952296 +WEU,2100,comm_s1,rural,125.56333145440996 +WEU,2100,comm_s1,urban,419.44639006284 +WEU,2100,comm_s2,rural,32.45872678964 +WEU,2100,comm_s2,urban,372.10368567225004 +WEU,2100,comm_s3,rural,11.990745325579997 +WEU,2100,comm_s3,urban,214.13189511183003 +WEU,2100,comm_s51_std,urban,941.2213526419 +WEU,2100,comm_s52_low,rural,114.62693393543 +WEU,2100,comm_s52_low,urban,6276.93579227641 +WEU,2100,comm_sr11_std,rural,323.66369113531 +WEU,2100,comm_sr11_std,urban,684.55797643159 +WEU,2100,comm_sr12_low,rural,35.96263234847 +WEU,2100,comm_sr12_low,urban,76.06199738138 +WEU,2100,comm_sr21_std,rural,83.66862523168 +WEU,2100,comm_sr21_std,urban,607.29225980111 +WEU,2100,comm_sr22_low,rural,9.296513914670001 +WEU,2100,comm_sr22_low,urban,67.47691775589 +WEU,2100,comm_sr31_std,rural,30.90845748202 +WEU,2100,comm_sr31_std,urban,349.47421239004 +WEU,2100,comm_sr32_low,rural,3.43427305352 +WEU,2100,comm_sr32_low,urban,38.83046804328 diff --git a/message_ix_models/data/buildings/sturm_floor_area_R12_resid.csv b/message_ix_models/data/buildings/sturm_floor_area_R12_resid.csv new file mode 100644 index 0000000000..f85d622234 --- /dev/null +++ b/message_ix_models/data/buildings/sturm_floor_area_R12_resid.csv @@ -0,0 +1,5958 @@ +region,year,arch,urt,floor_Mm2 +AFR,2020,inf_ns,urban,2026.0805002004668 +AFR,2020,mfh_s1,rural,27.833672766076244 +AFR,2020,mfh_s1,urban,13.930664959770652 +AFR,2020,mfh_s2,rural,61.29734449393811 +AFR,2020,mfh_s2,urban,92.42975903008106 +AFR,2020,mfh_s3,rural,84.77618106065728 +AFR,2020,mfh_s3,urban,236.30037018420157 +AFR,2020,mfh_s51_std,rural,18.92976969874934 +AFR,2020,mfh_s51_std,urban,83.46034880723806 +AFR,2020,mfh_sr11_std,rural,0.0242344376828777 +AFR,2020,mfh_sr11_std,urban,0.0895346659111488 +AFR,2020,mfh_sr21_std,rural,0.0750858367362252 +AFR,2020,mfh_sr21_std,urban,0.4459071121336794 +AFR,2020,mfh_sr31_std,rural,0.0625534150382857 +AFR,2020,mfh_sr31_std,urban,0.8850223842923312 +AFR,2020,sfh_s1,rural,1057.4369580620214 +AFR,2020,sfh_s1,urban,116.72620154952494 +AFR,2020,sfh_s2,rural,2327.7288325066347 +AFR,2020,sfh_s2,urban,776.0035323538018 +AFR,2020,sfh_s3,rural,3221.1913004044586 +AFR,2020,sfh_s3,urban,1986.3412545706199 +AFR,2020,sfh_s51_std,rural,720.8465573477184 +AFR,2020,sfh_s51_std,urban,705.8525142943847 +AFR,2020,sfh_sr11_std,rural,3.399810744029209 +AFR,2020,sfh_sr11_std,urban,1.900288581481052 +AFR,2020,sfh_sr21_std,rural,9.350193344408968 +AFR,2020,sfh_sr21_std,urban,9.719846067767376 +AFR,2020,sfh_sr31_std,rural,9.491044857263738 +AFR,2020,sfh_sr31_std,urban,19.62868715994202 +AFR,2025,inf_ns,urban,2245.786455195419 +AFR,2025,mfh_s1,rural,31.328262999811926 +AFR,2025,mfh_s1,urban,14.37522939031835 +AFR,2025,mfh_s2,rural,67.50964232904624 +AFR,2025,mfh_s2,urban,95.85118541325517 +AFR,2025,mfh_s3,rural,96.61328099691184 +AFR,2025,mfh_s3,urban,254.69301562282283 +AFR,2025,mfh_s51_std,rural,44.54943765734136 +AFR,2025,mfh_s51_std,urban,206.21891412557898 +AFR,2025,mfh_sr11_std,rural,0.0358735770259964 +AFR,2025,mfh_sr11_std,urban,0.1613125459130822 +AFR,2025,mfh_sr21_std,rural,0.1093245054965031 +AFR,2025,mfh_sr21_std,urban,0.7906801658002611 +AFR,2025,mfh_sr31_std,rural,0.0918317228699089 +AFR,2025,mfh_sr31_std,urban,1.6535772895141634 +AFR,2025,sfh_s1,rural,1187.5666435853625 +AFR,2025,sfh_s1,urban,120.19928532580428 +AFR,2025,sfh_s2,rural,2557.6104203527193 +AFR,2025,sfh_s2,urban,803.3061974466715 +AFR,2025,sfh_s3,rural,3664.8606958310306 +AFR,2025,sfh_s3,urban,2137.239172955643 +AFR,2025,sfh_s51_std,rural,1696.450770350792 +AFR,2025,sfh_s51_std,urban,1744.8133322093913 +AFR,2025,sfh_s52_low,rural,4.544910195103818e-05 +AFR,2025,sfh_s52_low,urban,0.0022787718930214 +AFR,2025,sfh_sr11_std,rural,6.7883039860074055 +AFR,2025,sfh_sr11_std,urban,2.80083841134992 +AFR,2025,sfh_sr21_std,rural,17.33843469249465 +AFR,2025,sfh_sr21_std,urban,14.295846724890524 +AFR,2025,sfh_sr31_std,rural,17.696597397437298 +AFR,2025,sfh_sr31_std,urban,30.79362649612525 +AFR,2030,inf_ns,urban,2170.433855661223 +AFR,2030,mfh_s1,rural,34.497520751895294 +AFR,2030,mfh_s1,urban,14.732388136323538 +AFR,2030,mfh_s2,rural,72.49025953646048 +AFR,2030,mfh_s2,urban,97.5894579458396 +AFR,2030,mfh_s3,rural,106.24941442354226 +AFR,2030,mfh_s3,urban,266.6957883873099 +AFR,2030,mfh_s51_std,rural,75.60863844774644 +AFR,2030,mfh_s51_std,urban,456.6513415143831 +AFR,2030,mfh_s52_low,rural,0.0023936175564155545 +AFR,2030,mfh_s52_low,urban,0.0207565907950009 +AFR,2030,mfh_sr11_std,rural,0.0428196206551948 +AFR,2030,mfh_sr11_std,urban,0.1818265127428844 +AFR,2030,mfh_sr21_std,rural,0.1276991965458695 +AFR,2030,mfh_sr21_std,urban,0.8722148322171649 +AFR,2030,mfh_sr31_std,rural,0.1094609555350403 +AFR,2030,mfh_sr31_std,urban,1.8687638926622612 +AFR,2030,sfh_s1,rural,1306.1317954361411 +AFR,2030,sfh_s1,urban,122.52916396736575 +AFR,2030,sfh_s2,rural,2742.50478461151 +AFR,2030,sfh_s2,urban,814.5049601172693 +AFR,2030,sfh_s3,rural,4026.056357650259 +AFR,2030,sfh_s3,urban,2229.8349174700065 +AFR,2030,sfh_s51_std,rural,2879.1189991664405 +AFR,2030,sfh_s51_std,urban,3861.777274117113 +AFR,2030,sfh_s52_low,rural,0.1657962265642444 +AFR,2030,sfh_s52_low,urban,0.8326224010504976 +AFR,2030,sfh_sr11_std,rural,9.173866361885494 +AFR,2030,sfh_sr11_std,urban,3.666887172209702 +AFR,2030,sfh_sr21_std,rural,22.807055715676302 +AFR,2030,sfh_sr21_std,urban,18.50262195347792 +AFR,2030,sfh_sr31_std,rural,24.118871078144743 +AFR,2030,sfh_sr31_std,urban,41.557886579633255 +AFR,2035,inf_ns,urban,2214.8335069463087 +AFR,2035,mfh_s1,rural,37.36136858070751 +AFR,2035,mfh_s1,urban,14.910924300644377 +AFR,2035,mfh_s2,rural,76.33894492131111 +AFR,2035,mfh_s2,urban,97.37637729585019 +AFR,2035,mfh_s3,rural,113.52682250099352 +AFR,2035,mfh_s3,urban,271.13402362200225 +AFR,2035,mfh_s51_std,rural,110.5498484343658 +AFR,2035,mfh_s51_std,urban,659.5365464465668 +AFR,2035,mfh_s52_low,rural,0.005127480968659289 +AFR,2035,mfh_s52_low,urban,0.038709724141506696 +AFR,2035,mfh_sr11_std,rural,0.0569804571180981 +AFR,2035,mfh_sr11_std,urban,0.2299245729266607 +AFR,2035,mfh_sr21_std,rural,0.1655631473108048 +AFR,2035,mfh_sr21_std,urban,1.0749130858513944 +AFR,2035,mfh_sr31_std,rural,0.1429883845367476 +AFR,2035,mfh_sr31_std,urban,2.333398196883206 +AFR,2035,sfh_s1,rural,1411.3535617397192 +AFR,2035,sfh_s1,urban,123.53980968081662 +AFR,2035,sfh_s2,rural,2881.2933799633706 +AFR,2035,sfh_s2,urban,810.2418777802568 +AFR,2035,sfh_s3,rural,4292.058325123271 +AFR,2035,sfh_s3,urban,2260.5216326725563 +AFR,2035,sfh_s51_std,rural,4209.605146988164 +AFR,2035,sfh_s51_std,urban,5577.164622546321 +AFR,2035,sfh_s52_low,rural,0.35061009006335864 +AFR,2035,sfh_s52_low,urban,1.4923606064098083 +AFR,2035,sfh_sr11_std,rural,13.547461226096573 +AFR,2035,sfh_sr11_std,urban,4.57731037218701 +AFR,2035,sfh_sr21_std,rural,32.01932777341391 +AFR,2035,sfh_sr21_std,urban,22.690395235054112 +AFR,2035,sfh_sr31_std,rural,36.519339400317456 +AFR,2035,sfh_sr31_std,urban,52.34593326415611 +AFR,2040,inf_ns,urban,2107.6373901723714 +AFR,2040,mfh_s1,rural,39.956405326385415 +AFR,2040,mfh_s1,urban,15.072230837121248 +AFR,2040,mfh_s2,rural,79.24450023228223 +AFR,2040,mfh_s2,urban,96.63299856670443 +AFR,2040,mfh_s3,rural,118.52286740962091 +AFR,2040,mfh_s3,urban,272.00388823642766 +AFR,2040,mfh_s51_std,rural,147.5485573487934 +AFR,2040,mfh_s51_std,urban,1022.0319881750697 +AFR,2040,mfh_s52_low,rural,0.008151363489442233 +AFR,2040,mfh_s52_low,urban,0.0691394954975508 +AFR,2040,mfh_sr11_std,rural,0.070830978163499 +AFR,2040,mfh_sr11_std,urban,0.295875884581184 +AFR,2040,mfh_sr21_std,rural,0.1998067012379255 +AFR,2040,mfh_sr21_std,urban,1.3443249112441935 +AFR,2040,mfh_sr31_std,rural,0.1733862604862302 +AFR,2040,mfh_sr31_std,urban,2.8033132492834447 +AFR,2040,sfh_s1,rural,1506.0209252107043 +AFR,2040,sfh_s1,urban,124.64512864012114 +AFR,2040,sfh_s2,rural,2984.147909872502 +AFR,2040,sfh_s2,urban,802.6667010111046 +AFR,2040,sfh_s3,rural,4470.737090256744 +AFR,2040,sfh_s3,urban,2262.917630198279 +AFR,2040,sfh_s51_std,rural,5618.407991148341 +AFR,2040,sfh_s51_std,urban,8642.230819008893 +AFR,2040,sfh_s52_low,rural,0.5777870330567005 +AFR,2040,sfh_s52_low,urban,2.4209064344965565 +AFR,2040,sfh_sr11_std,rural,18.227242553503768 +AFR,2040,sfh_sr11_std,urban,5.397470439664736 +AFR,2040,sfh_sr21_std,rural,41.11314722643269 +AFR,2040,sfh_sr21_std,urban,26.26416699552127 +AFR,2040,sfh_sr31_std,rural,49.24889791872258 +AFR,2040,sfh_sr31_std,urban,61.28794970298685 +AFR,2045,inf_ns,urban,1997.7189942093657 +AFR,2045,mfh_s1,rural,42.28222228832667 +AFR,2045,mfh_s1,urban,15.181840958453314 +AFR,2045,mfh_s2,rural,81.32573452943399 +AFR,2045,mfh_s2,urban,95.21448298587799 +AFR,2045,mfh_s3,rural,121.43128966153591 +AFR,2045,mfh_s3,urban,268.6489182321608 +AFR,2045,mfh_s51_std,rural,184.65568758452957 +AFR,2045,mfh_s51_std,urban,1388.38878947074 +AFR,2045,mfh_s52_low,rural,0.011126132272099399 +AFR,2045,mfh_s52_low,urban,0.10126137358497761 +AFR,2045,mfh_sr11_std,rural,0.1115308508845299 +AFR,2045,mfh_sr11_std,urban,0.3607041364803338 +AFR,2045,mfh_sr21_std,rural,0.2883275424255456 +AFR,2045,mfh_sr21_std,urban,1.5991065509674554 +AFR,2045,mfh_sr31_std,rural,0.2193292440092226 +AFR,2045,mfh_sr31_std,urban,3.3315835161614538 +AFR,2045,sfh_s1,rural,1590.5881669800506 +AFR,2045,sfh_s1,urban,125.1399108658185 +AFR,2045,sfh_s2,rural,3056.4353590287956 +AFR,2045,sfh_s2,urban,788.7190856183163 +AFR,2045,sfh_s3,rural,4569.486236180886 +AFR,2045,sfh_s3,urban,2228.807343374536 +AFR,2045,sfh_s51_std,rural,7031.315591176231 +AFR,2045,sfh_s51_std,urban,11739.808519610699 +AFR,2045,sfh_s52_low,rural,0.8326111295626928 +AFR,2045,sfh_s52_low,urban,3.514431026141357 +AFR,2045,sfh_sr11_std,rural,23.77761231074049 +AFR,2045,sfh_sr11_std,urban,6.380718404182848 +AFR,2045,sfh_sr21_std,rural,51.450570074290354 +AFR,2045,sfh_sr21_std,urban,30.37258425481761 +AFR,2045,sfh_sr31_std,rural,63.0027936100377 +AFR,2045,sfh_sr31_std,urban,71.49608562225237 +AFR,2050,inf_ns,urban,1898.3925958349828 +AFR,2050,mfh_s1,rural,44.33940692350424 +AFR,2050,mfh_s1,urban,15.257487738894927 +AFR,2050,mfh_s2,rural,82.72019536203204 +AFR,2050,mfh_s2,urban,93.42192083948689 +AFR,2050,mfh_s3,rural,122.52460162099698 +AFR,2050,mfh_s3,urban,262.3852943724709 +AFR,2050,mfh_s51_std,rural,220.17669667583007 +AFR,2050,mfh_s51_std,urban,1754.5181137311297 +AFR,2050,mfh_s52_low,rural,0.01408045747522684 +AFR,2050,mfh_s52_low,urban,0.1325596704374907 +AFR,2050,mfh_sr11_std,rural,0.2012093839984436 +AFR,2050,mfh_sr11_std,urban,0.4288453459988606 +AFR,2050,mfh_sr21_std,rural,0.4615666777272838 +AFR,2050,mfh_sr21_std,urban,1.8690155975069789 +AFR,2050,mfh_sr31_std,rural,0.3187233380122167 +AFR,2050,mfh_sr31_std,urban,3.832411343078847 +AFR,2050,sfh_s1,rural,1666.3961249142549 +AFR,2050,sfh_s1,urban,125.31171575147177 +AFR,2050,sfh_s2,rural,3105.725461342384 +AFR,2050,sfh_s2,urban,771.7189902003003 +AFR,2050,sfh_s3,rural,4601.452035331316 +AFR,2050,sfh_s3,urban,2170.9730820265822 +AFR,2050,sfh_s51_std,rural,8383.772933072112 +AFR,2050,sfh_s51_std,urban,14835.076255070933 +AFR,2050,sfh_s52_low,rural,1.1338058185267292 +AFR,2050,sfh_s52_low,urban,4.9217998165285 +AFR,2050,sfh_sr11_std,rural,29.722794222806062 +AFR,2050,sfh_sr11_std,urban,7.430946103363075 +AFR,2050,sfh_sr21_std,rural,61.85891248908309 +AFR,2050,sfh_sr21_std,urban,34.49864650365283 +AFR,2050,sfh_sr31_std,rural,76.45556802685732 +AFR,2050,sfh_sr31_std,urban,80.57791874926835 +AFR,2055,inf_ns,urban,1734.880675144025 +AFR,2055,mfh_s1,rural,46.18872646027846 +AFR,2055,mfh_s1,urban,15.291273233266644 +AFR,2055,mfh_s2,rural,83.65849266838514 +AFR,2055,mfh_s2,urban,91.33564137988614 +AFR,2055,mfh_s3,rural,122.08328899784564 +AFR,2055,mfh_s3,urban,253.64595507460118 +AFR,2055,mfh_s51_std,rural,251.9953254627743 +AFR,2055,mfh_s51_std,urban,2196.1728840611604 +AFR,2055,mfh_s52_low,rural,0.0168448774500884 +AFR,2055,mfh_s52_low,urban,0.17024286762340618 +AFR,2055,mfh_sr11_std,rural,0.2967504379275988 +AFR,2055,mfh_sr11_std,urban,0.4960886361032738 +AFR,2055,mfh_sr21_std,rural,0.635613592490157 +AFR,2055,mfh_sr21_std,urban,2.118827257612218 +AFR,2055,mfh_sr31_std,rural,0.544709593775064 +AFR,2055,mfh_sr31_std,urban,4.400466529624989 +AFR,2055,sfh_s1,rural,1732.4971570938947 +AFR,2055,sfh_s1,urban,125.03158129600098 +AFR,2055,sfh_s2,rural,3134.494775856163 +AFR,2055,sfh_s2,urban,751.7837538752773 +AFR,2055,sfh_s3,rural,4579.131862196874 +AFR,2055,sfh_s3,urban,2092.5669583770336 +AFR,2055,sfh_s51_std,rural,9595.207733906416 +AFR,2055,sfh_s51_std,urban,18568.882694173702 +AFR,2055,sfh_s52_low,rural,1.460410573444639 +AFR,2055,sfh_s52_low,urban,6.69795057595574 +AFR,2055,sfh_sr11_std,rural,37.68258805752323 +AFR,2055,sfh_sr11_std,urban,8.567246836705849 +AFR,2055,sfh_sr21_std,rural,75.44797251341296 +AFR,2055,sfh_sr21_std,urban,38.899926529449445 +AFR,2055,sfh_sr31_std,rural,90.5760538233853 +AFR,2055,sfh_sr31_std,urban,89.87616692735327 +AFR,2060,inf_ns,urban,1568.6934826302 +AFR,2060,mfh_s1,rural,47.832680702221104 +AFR,2060,mfh_s1,urban,15.288688554651518 +AFR,2060,mfh_s2,rural,84.23738786347906 +AFR,2060,mfh_s2,urban,89.11233360401162 +AFR,2060,mfh_s3,rural,120.58275911847738 +AFR,2060,mfh_s3,urban,243.50498458502028 +AFR,2060,mfh_s51_std,rural,279.28639010308547 +AFR,2060,mfh_s51_std,urban,2681.4424928003587 +AFR,2060,mfh_s52_low,rural,0.0193988217124602 +AFR,2060,mfh_s52_low,urban,0.2127311808438635 +AFR,2060,mfh_sr11_std,rural,0.4055695560935721 +AFR,2060,mfh_sr11_std,urban,0.5660826223203095 +AFR,2060,mfh_sr21_std,rural,0.8247851282384021 +AFR,2060,mfh_sr21_std,urban,2.3676312951986564 +AFR,2060,mfh_sr31_std,rural,0.76943666708208 +AFR,2060,mfh_sr31_std,urban,4.904324921655075 +AFR,2060,sfh_s1,rural,1792.7080834721646 +AFR,2060,sfh_s1,urban,124.68970390965993 +AFR,2060,sfh_s2,rural,3153.5772624832807 +AFR,2060,sfh_s2,urban,731.9219902151085 +AFR,2060,sfh_s3,rural,4518.6580003892395 +AFR,2060,sfh_s3,urban,2004.8553825878018 +AFR,2060,sfh_s51_std,rural,10634.1551981325 +AFR,2060,sfh_s51_std,urban,22670.78989265742 +AFR,2060,sfh_s52_low,rural,1.8613323645149555 +AFR,2060,sfh_s52_low,urban,9.248715602009627 +AFR,2060,sfh_sr11_std,rural,44.21775371983577 +AFR,2060,sfh_sr11_std,urban,9.480556670469547 +AFR,2060,sfh_sr21_std,rural,85.61367821963802 +AFR,2060,sfh_sr21_std,urban,42.05907150882197 +AFR,2060,sfh_sr31_std,rural,102.46699279395068 +AFR,2060,sfh_sr31_std,urban,96.08100373421516 +AFR,2070,inf_ns,urban,1259.3759426686224 +AFR,2070,mfh_s1,rural,50.61999312265552 +AFR,2070,mfh_s1,urban,15.26117943841504 +AFR,2070,mfh_s2,rural,84.70219761023489 +AFR,2070,mfh_s2,urban,84.8403957179606 +AFR,2070,mfh_s3,rural,115.3559142101211 +AFR,2070,mfh_s3,urban,221.55054442917316 +AFR,2070,mfh_s51_std,rural,320.11019095015365 +AFR,2070,mfh_s51_std,urban,3734.7283631817863 +AFR,2070,mfh_s52_low,rural,0.023217319466289098 +AFR,2070,mfh_s52_low,urban,0.294516769714532 +AFR,2070,mfh_sr11_std,rural,0.5939845020238951 +AFR,2070,mfh_sr11_std,urban,0.660793048391907 +AFR,2070,mfh_sr21_std,rural,1.119113112127072 +AFR,2070,mfh_sr21_std,urban,2.650365148580233 +AFR,2070,mfh_sr31_std,rural,1.105407025783538 +AFR,2070,mfh_sr31_std,urban,5.367538056081491 +AFR,2070,sfh_s1,rural,1889.3120596926306 +AFR,2070,sfh_s1,urban,123.27829701255328 +AFR,2070,sfh_s2,rural,3157.2922328597447 +AFR,2070,sfh_s2,urban,691.5705863823532 +AFR,2070,sfh_s3,rural,4304.921331344716 +AFR,2070,sfh_s3,urban,1811.6430828304724 +AFR,2070,sfh_s51_std,rural,12188.0210935366 +AFR,2070,sfh_s51_std,urban,31573.948916751106 +AFR,2070,sfh_s52_low,rural,2.7170164954052907 +AFR,2070,sfh_s52_low,urban,14.89069995194227 +AFR,2070,sfh_sr11_std,rural,60.93029384890668 +AFR,2070,sfh_sr11_std,urban,11.462098855089833 +AFR,2070,sfh_sr21_std,rural,110.80687831721455 +AFR,2070,sfh_sr21_std,urban,48.66343858634035 +AFR,2070,sfh_sr31_std,rural,129.95781207957407 +AFR,2070,sfh_sr31_std,urban,107.52584872657218 +AFR,2080,inf_ns,urban,984.001415629429 +AFR,2080,mfh_s1,rural,52.73680333556824 +AFR,2080,mfh_s1,urban,15.144485109398952 +AFR,2080,mfh_s2,rural,84.69273905753502 +AFR,2080,mfh_s2,urban,81.04515432354296 +AFR,2080,mfh_s3,rural,109.39573505846667 +AFR,2080,mfh_s3,urban,201.33374718807642 +AFR,2080,mfh_s51_std,rural,340.26554337879713 +AFR,2080,mfh_s51_std,urban,4732.795379024522 +AFR,2080,mfh_s52_low,rural,0.0255388388176059 +AFR,2080,mfh_s52_low,urban,0.376319322261617 +AFR,2080,mfh_sr11_std,rural,0.8294307447997219 +AFR,2080,mfh_sr11_std,urban,0.783451979981982 +AFR,2080,mfh_sr21_std,rural,1.473564905342858 +AFR,2080,mfh_sr21_std,urban,3.0294973900869446 +AFR,2080,mfh_sr31_std,rural,1.425653425828539 +AFR,2080,mfh_sr31_std,urban,5.739509878026103 +AFR,2080,sfh_s1,rural,1959.4743992111805 +AFR,2080,sfh_s1,urban,121.21416601989307 +AFR,2080,sfh_s2,rural,3142.472086855665 +AFR,2080,sfh_s2,urban,655.665118745892 +AFR,2080,sfh_s3,rural,4061.8438277029263 +AFR,2080,sfh_s3,urban,1633.250922594583 +AFR,2080,sfh_s51_std,rural,12954.697672842494 +AFR,2080,sfh_s51_std,urban,40007.92552675017 +AFR,2080,sfh_s52_low,rural,3.6512764183658013 +AFR,2080,sfh_s52_low,urban,22.613279265782378 +AFR,2080,sfh_sr11_std,rural,80.34252567208134 +AFR,2080,sfh_sr11_std,urban,13.577648786964692 +AFR,2080,sfh_sr21_std,rural,138.76445800528364 +AFR,2080,sfh_sr21_std,urban,55.66901325400862 +AFR,2080,sfh_sr31_std,rural,158.2651223592039 +AFR,2080,sfh_sr31_std,urban,118.07286722124678 +AFR,2090,inf_ns,urban,626.2086374251895 +AFR,2090,mfh_s1,rural,54.314962899526655 +AFR,2090,mfh_s1,urban,15.012950272715152 +AFR,2090,mfh_s2,rural,84.56302211527921 +AFR,2090,mfh_s2,urban,78.04178719413976 +AFR,2090,mfh_s3,rural,103.96702544899 +AFR,2090,mfh_s3,urban,184.72601974968921 +AFR,2090,mfh_s51_std,rural,341.06147573453876 +AFR,2090,mfh_s51_std,urban,5658.0019473486245 +AFR,2090,mfh_s52_low,rural,0.0260364590811083 +AFR,2090,mfh_s52_low,urban,0.4526861996944479 +AFR,2090,mfh_sr11_std,rural,1.0762809260434338 +AFR,2090,mfh_sr11_std,urban,0.902056505510752 +AFR,2090,mfh_sr21_std,rural,1.8285478737168377 +AFR,2090,mfh_sr21_std,urban,3.3902860425832397 +AFR,2090,mfh_sr31_std,rural,1.702638148767576 +AFR,2090,mfh_sr31_std,urban,6.04361168892899 +AFR,2090,sfh_s1,rural,2010.7799719401896 +AFR,2090,sfh_s1,urban,119.10320050230911 +AFR,2090,sfh_s2,rural,3126.1666537261844 +AFR,2090,sfh_s2,urban,626.7970550704947 +AFR,2090,sfh_s3,rural,3842.614739432238 +AFR,2090,sfh_s3,urban,1487.1168468851242 +AFR,2090,sfh_s51_std,rural,12984.28308607865 +AFR,2090,sfh_s51_std,urban,47824.579301453305 +AFR,2090,sfh_s52_low,rural,4.391919178817023 +AFR,2090,sfh_s52_low,urban,31.39945454552651 +AFR,2090,sfh_sr11_std,rural,98.53382457895012 +AFR,2090,sfh_sr11_std,urban,15.579676423906342 +AFR,2090,sfh_sr21_std,rural,163.64808409633608 +AFR,2090,sfh_sr21_std,urban,62.180461504992145 +AFR,2090,sfh_sr31_std,rural,181.3151075480787 +AFR,2090,sfh_sr31_std,urban,126.31147608201559 +AFR,2100,inf_ns,urban,223.78073956141432 +AFR,2100,mfh_s1,rural,55.34295689227613 +AFR,2100,mfh_s1,urban,14.862473099695375 +AFR,2100,mfh_s2,rural,84.25915527648229 +AFR,2100,mfh_s2,urban,75.71073323588284 +AFR,2100,mfh_s3,rural,99.34388583978509 +AFR,2100,mfh_s3,urban,171.81526376702004 +AFR,2100,mfh_s51_std,rural,326.50168568824506 +AFR,2100,mfh_s51_std,urban,6428.355566283979 +AFR,2100,mfh_s52_low,rural,0.0252121649295262 +AFR,2100,mfh_s52_low,urban,0.5231387319392493 +AFR,2100,mfh_sr11_std,rural,1.4313379065293024 +AFR,2100,mfh_sr11_std,urban,1.0648993418922763 +AFR,2100,mfh_sr21_std,rural,2.345207216808704 +AFR,2100,mfh_sr21_std,urban,3.927785828714942 +AFR,2100,mfh_sr31_std,rural,2.171771576701752 +AFR,2100,mfh_sr31_std,urban,6.75096006812667 +AFR,2100,sfh_s1,rural,2046.670912049243 +AFR,2100,sfh_s1,urban,117.1901647115699 +AFR,2100,sfh_s2,rural,3112.001713383523 +AFR,2100,sfh_s2,urban,604.9013054849762 +AFR,2100,sfh_s3,rural,3665.319137703781 +AFR,2100,sfh_s3,urban,1375.4465127016078 +AFR,2100,sfh_s51_std,rural,12429.313321435267 +AFR,2100,sfh_s51_std,urban,54327.96404342922 +AFR,2100,sfh_s52_low,rural,4.891228353701656 +AFR,2100,sfh_s52_low,urban,43.83884129734145 +AFR,2100,sfh_sr11_std,rural,115.30984531746338 +AFR,2100,sfh_sr11_std,urban,17.597468974247207 +AFR,2100,sfh_sr21_std,rural,185.91622028547167 +AFR,2100,sfh_sr21_std,urban,68.90196472845133 +AFR,2100,sfh_sr31_std,rural,200.42500974395034 +AFR,2100,sfh_sr31_std,urban,134.76494187812554 +CHN,2020,inf_ns,urban,3415.8455760786414 +CHN,2020,mfh_s1,rural,4400.098950878357 +CHN,2020,mfh_s1,urban,547.028095653958 +CHN,2020,mfh_s2,rural,6360.661389570992 +CHN,2020,mfh_s2,urban,2670.5643899862625 +CHN,2020,mfh_s3,rural,4802.534645710272 +CHN,2020,mfh_s3,urban,12101.64736300735 +CHN,2020,mfh_s51_std,rural,2.3265972197529465 +CHN,2020,mfh_s51_std,urban,3967.029969458238 +CHN,2020,mfh_s52_low,rural,4.991967539810245e-05 +CHN,2020,mfh_s52_low,urban,0.0034016961604776 +CHN,2020,mfh_sr11_std,rural,71.34157749713899 +CHN,2020,mfh_sr11_std,urban,6.312064087693557 +CHN,2020,mfh_sr12_low,rural,11.131787783471934 +CHN,2020,mfh_sr12_low,urban,0.1229023363714204 +CHN,2020,mfh_sr21_std,rural,104.72704050111844 +CHN,2020,mfh_sr21_std,urban,31.11417012426071 +CHN,2020,mfh_sr22_low,rural,12.054103099723822 +CHN,2020,mfh_sr22_low,urban,0.2938900915986592 +CHN,2020,mfh_sr31_std,rural,82.25166489276626 +CHN,2020,mfh_sr31_std,urban,84.99130489140798 +CHN,2020,mfh_sr32_low,rural,3.018595413023641 +CHN,2020,mfh_sr32_low,urban,0.133724601303098 +CHN,2020,sfh_s1,rural,3841.9656236090273 +CHN,2020,sfh_s1,urban,79.11229225107682 +CHN,2020,sfh_s2,rural,5456.947623094179 +CHN,2020,sfh_s2,urban,394.5319310312942 +CHN,2020,sfh_s3,rural,3955.211683998169 +CHN,2020,sfh_s3,urban,1718.3314826709702 +CHN,2020,sfh_s51_std,urban,548.319997083834 +CHN,2020,sfh_s52_low,urban,0.5919517658205501 +CHN,2020,sfh_sr11_std,rural,59.54810242227185 +CHN,2020,sfh_sr11_std,urban,0.8175458127845453 +CHN,2020,sfh_sr12_low,rural,55.130591686233686 +CHN,2020,sfh_sr12_low,urban,0.447842148671605 +CHN,2020,sfh_sr21_std,rural,99.3221178132172 +CHN,2020,sfh_sr21_std,urban,4.649379257434639 +CHN,2020,sfh_sr22_low,rural,60.92266602371039 +CHN,2020,sfh_sr22_low,urban,1.3588857688198466 +CHN,2020,sfh_sr31_std,rural,84.59411004056179 +CHN,2020,sfh_sr31_std,urban,22.89114242637084 +CHN,2020,sfh_sr32_low,rural,23.43963237599199 +CHN,2020,sfh_sr32_low,urban,1.906407965294698 +CHN,2025,inf_ns,urban,3042.074610601882 +CHN,2025,mfh_s1,rural,4469.997686758944 +CHN,2025,mfh_s1,urban,556.948040159399 +CHN,2025,mfh_s2,rural,6128.615405123502 +CHN,2025,mfh_s2,urban,2520.0735725480745 +CHN,2025,mfh_s3,rural,4348.532647595099 +CHN,2025,mfh_s3,urban,11028.651067165161 +CHN,2025,mfh_s51_std,rural,2.363848829787449 +CHN,2025,mfh_s51_std,urban,8037.211643733239 +CHN,2025,mfh_s52_low,rural,5.0718145209200544e-05 +CHN,2025,mfh_s52_low,urban,0.0451266626679199 +CHN,2025,mfh_sr11_std,rural,173.55013172534973 +CHN,2025,mfh_sr11_std,urban,12.836140090394448 +CHN,2025,mfh_sr12_low,rural,23.092498262269142 +CHN,2025,mfh_sr12_low,urban,0.2543135617582469 +CHN,2025,mfh_sr21_std,rural,206.6932976610839 +CHN,2025,mfh_sr21_std,urban,58.66110435354628 +CHN,2025,mfh_sr22_low,rural,23.70978904576841 +CHN,2025,mfh_sr22_low,urban,0.5576811604461384 +CHN,2025,mfh_sr31_std,rural,151.15003042244464 +CHN,2025,mfh_sr31_std,urban,154.98818538588523 +CHN,2025,mfh_sr32_low,rural,5.852312227962479 +CHN,2025,mfh_sr32_low,urban,0.2437360009990758 +CHN,2025,sfh_s1,rural,3870.954875716719 +CHN,2025,sfh_s1,urban,80.04761183361758 +CHN,2025,sfh_s2,rural,5158.708172356357 +CHN,2025,sfh_s2,urban,368.6305837387279 +CHN,2025,sfh_s3,rural,3586.9641182815926 +CHN,2025,sfh_s3,urban,1575.5829010023547 +CHN,2025,sfh_s51_std,urban,1108.6544102847336 +CHN,2025,sfh_s52_low,urban,3.6725081717522454 +CHN,2025,sfh_sr11_std,rural,123.38565157927388 +CHN,2025,sfh_sr11_std,urban,1.6478210663726292 +CHN,2025,sfh_sr12_low,rural,113.3836791402386 +CHN,2025,sfh_sr12_low,urban,0.9217870709481802 +CHN,2025,sfh_sr21_std,rural,191.05550377908364 +CHN,2025,sfh_sr21_std,urban,8.705944676710294 +CHN,2025,sfh_sr22_low,rural,117.643772579693 +CHN,2025,sfh_sr22_low,urban,2.571226216794404 +CHN,2025,sfh_sr31_std,rural,156.145052283631 +CHN,2025,sfh_sr31_std,urban,42.00806827481946 +CHN,2025,sfh_sr32_low,rural,46.45607075123803 +CHN,2025,sfh_sr32_low,urban,3.5831528248101963 +CHN,2030,inf_ns,urban,2638.20999223316 +CHN,2030,mfh_s1,rural,4465.506498346608 +CHN,2030,mfh_s1,urban,566.6857497477172 +CHN,2030,mfh_s2,rural,5907.47563284898 +CHN,2030,mfh_s2,urban,2424.5849970127238 +CHN,2030,mfh_s3,rural,3839.334488336872 +CHN,2030,mfh_s3,urban,9874.412714288605 +CHN,2030,mfh_s51_std,rural,2.2454060464370738 +CHN,2030,mfh_s51_std,urban,11893.2634849983 +CHN,2030,mfh_s52_low,rural,4.817658453740929e-05 +CHN,2030,mfh_s52_low,urban,8.097051543505088 +CHN,2030,mfh_sr11_std,rural,276.6130372304616 +CHN,2030,mfh_sr11_std,urban,19.62109932063415 +CHN,2030,mfh_sr12_low,rural,36.28207444065181 +CHN,2030,mfh_sr12_low,urban,0.4095659881613231 +CHN,2030,mfh_sr21_std,rural,301.76190743238254 +CHN,2030,mfh_sr21_std,urban,84.47765662014076 +CHN,2030,mfh_sr22_low,rural,35.935330332296964 +CHN,2030,mfh_sr22_low,urban,0.8881644509404957 +CHN,2030,mfh_sr31_std,rural,201.1592750656242 +CHN,2030,mfh_sr31_std,urban,213.6972811955792 +CHN,2030,mfh_sr32_low,rural,8.996537696933794 +CHN,2030,mfh_sr32_low,urban,0.3756250823208662 +CHN,2030,sfh_s1,rural,3844.982559627067 +CHN,2030,sfh_s1,urban,81.01646788199113 +CHN,2030,sfh_s2,rural,4881.502984621579 +CHN,2030,sfh_s2,urban,350.2285771419161 +CHN,2030,sfh_s3,rural,3168.7341998805628 +CHN,2030,sfh_s3,urban,1419.4536260200794 +CHN,2030,sfh_s51_std,urban,1610.6400300173393 +CHN,2030,sfh_s52_low,urban,40.750879236771915 +CHN,2030,sfh_sr11_std,rural,183.69200559197915 +CHN,2030,sfh_sr11_std,urban,2.466710944302976 +CHN,2030,sfh_sr12_low,rural,174.04344436498096 +CHN,2030,sfh_sr12_low,urban,1.450921066409017 +CHN,2030,sfh_sr21_std,rural,268.9343750353163 +CHN,2030,sfh_sr21_std,urban,12.384056079637055 +CHN,2030,sfh_sr22_low,rural,174.20965024929137 +CHN,2030,sfh_sr22_low,urban,3.8403181605518872 +CHN,2030,sfh_sr31_std,rural,207.46087035152624 +CHN,2030,sfh_sr31_std,urban,56.603401065104734 +CHN,2030,sfh_sr32_low,rural,66.87178688557341 +CHN,2030,sfh_sr32_low,urban,5.226166876502389 +CHN,2035,inf_ns,urban,2224.6739561345257 +CHN,2035,mfh_s1,rural,4373.060168801752 +CHN,2035,mfh_s1,urban,575.4359808409577 +CHN,2035,mfh_s2,rural,5661.310110157945 +CHN,2035,mfh_s2,urban,2368.715542192205 +CHN,2035,mfh_s3,rural,3337.930641565559 +CHN,2035,mfh_s3,urban,8800.274412995022 +CHN,2035,mfh_s51_std,rural,2.007872880474384 +CHN,2035,mfh_s51_std,urban,15268.346847871437 +CHN,2035,mfh_s52_low,rural,4.307347413463104e-05 +CHN,2035,mfh_s52_low,urban,18.584443227788988 +CHN,2035,mfh_sr11_std,rural,375.5058549201205 +CHN,2035,mfh_sr11_std,urban,26.63004894374931 +CHN,2035,mfh_sr12_low,rural,49.46627124668972 +CHN,2035,mfh_sr12_low,urban,0.5816726682085918 +CHN,2035,mfh_sr21_std,rural,388.67050390525895 +CHN,2035,mfh_sr21_std,urban,109.79233891403436 +CHN,2035,mfh_sr22_low,rural,47.78190540872569 +CHN,2035,mfh_sr22_low,urban,1.266845703395478 +CHN,2035,mfh_sr31_std,rural,233.9704688958294 +CHN,2035,mfh_sr31_std,urban,262.3642745092879 +CHN,2035,mfh_sr32_low,rural,12.012328835173642 +CHN,2035,mfh_sr32_low,urban,0.5222481509301903 +CHN,2035,sfh_s1,rural,3752.9792155460223 +CHN,2035,sfh_s1,urban,81.88145644654111 +CHN,2035,sfh_s2,rural,4601.8611736338735 +CHN,2035,sfh_s2,urban,337.6006585494873 +CHN,2035,sfh_s3,rural,2748.109219340704 +CHN,2035,sfh_s3,urban,1269.1901285256147 +CHN,2035,sfh_s51_std,urban,2045.027653025712 +CHN,2035,sfh_s52_low,urban,85.15619585103366 +CHN,2035,sfh_sr11_std,rural,235.2058824838571 +CHN,2035,sfh_sr11_std,urban,3.2765006020454965 +CHN,2035,sfh_sr12_low,rural,236.0786091395537 +CHN,2035,sfh_sr12_low,urban,2.025982516259122 +CHN,2035,sfh_sr21_std,rural,334.51685818034025 +CHN,2035,sfh_sr21_std,urban,15.799577797427858 +CHN,2035,sfh_sr22_low,rural,228.02574761301796 +CHN,2035,sfh_sr22_low,urban,5.274768849094675 +CHN,2035,sfh_sr31_std,rural,239.95151249265197 +CHN,2035,sfh_sr31_std,urban,67.13110615571775 +CHN,2035,sfh_sr32_low,rural,82.9896977963523 +CHN,2035,sfh_sr32_low,urban,6.865159527757305 +CHN,2040,inf_ns,urban,1818.6508901762347 +CHN,2040,mfh_s1,rural,4222.224317431759 +CHN,2040,mfh_s1,urban,582.6525155815025 +CHN,2040,mfh_s2,rural,5375.536511306157 +CHN,2040,mfh_s2,urban,2343.0872445151576 +CHN,2040,mfh_s3,rural,2888.200175945616 +CHN,2040,mfh_s3,urban,7898.28917905259 +CHN,2040,mfh_s51_std,rural,1.7163963795030495 +CHN,2040,mfh_s51_std,urban,17993.466803424755 +CHN,2040,mfh_s52_low,rural,3.6834244566151354e-05 +CHN,2040,mfh_s52_low,urban,30.889505367067134 +CHN,2040,mfh_sr11_std,rural,436.5533775039193 +CHN,2040,mfh_sr11_std,urban,33.76807940420396 +CHN,2040,mfh_sr12_low,rural,63.42491304135906 +CHN,2040,mfh_sr12_low,urban,0.7981899079006138 +CHN,2040,mfh_sr21_std,rural,460.4409445732662 +CHN,2040,mfh_sr21_std,urban,130.94201316574745 +CHN,2040,mfh_sr22_low,rural,59.5394231211904 +CHN,2040,mfh_sr22_low,urban,1.8303732224144225 +CHN,2040,mfh_sr31_std,rural,250.5441418022888 +CHN,2040,mfh_sr31_std,urban,306.86019222591386 +CHN,2040,mfh_sr32_low,rural,15.746261735921848 +CHN,2040,mfh_sr32_low,urban,0.8722589463675954 +CHN,2040,sfh_s1,rural,3600.095209617156 +CHN,2040,sfh_s1,urban,82.55317584188047 +CHN,2040,sfh_s2,rural,4310.20039528329 +CHN,2040,sfh_s2,urban,329.14036952032694 +CHN,2040,sfh_s3,rural,2362.9640167922516 +CHN,2040,sfh_s3,urban,1137.2586978119334 +CHN,2040,sfh_s51_std,urban,2393.0572517576916 +CHN,2040,sfh_s52_low,urban,131.2682818125795 +CHN,2040,sfh_sr11_std,rural,269.4305112220019 +CHN,2040,sfh_sr11_std,urban,4.017304135091586 +CHN,2040,sfh_sr12_low,rural,297.84581636369 +CHN,2040,sfh_sr12_low,urban,2.6915809416337617 +CHN,2040,sfh_sr21_std,rural,380.6046175390419 +CHN,2040,sfh_sr21_std,urban,18.76688264561802 +CHN,2040,sfh_sr22_low,rural,280.4849636388001 +CHN,2040,sfh_sr22_low,urban,7.13659476166095 +CHN,2040,sfh_sr31_std,rural,251.4933774701414 +CHN,2040,sfh_sr31_std,urban,74.43756723858951 +CHN,2040,sfh_sr32_low,rural,97.6339156362595 +CHN,2040,sfh_sr32_low,urban,9.056897802955897 +CHN,2045,inf_ns,urban,1431.7837287565515 +CHN,2045,mfh_s1,rural,3981.4109351609445 +CHN,2045,mfh_s1,urban,588.1245819613256 +CHN,2045,mfh_s2,rural,5045.952131824853 +CHN,2045,mfh_s2,urban,2328.786135560231 +CHN,2045,mfh_s3,rural,2503.822341272925 +CHN,2045,mfh_s3,urban,7202.097618650746 +CHN,2045,mfh_s51_std,rural,1.4306347621466904 +CHN,2045,mfh_s51_std,urban,20015.619872435214 +CHN,2045,mfh_s52_low,rural,3.070053618911412e-05 +CHN,2045,mfh_s52_low,urban,45.71366467025463 +CHN,2045,mfh_sr11_std,rural,507.1211518335775 +CHN,2045,mfh_sr11_std,urban,40.94606496338178 +CHN,2045,mfh_sr12_low,rural,74.94609577091538 +CHN,2045,mfh_sr12_low,urban,1.006243433412298 +CHN,2045,mfh_sr21_std,rural,521.265737669697 +CHN,2045,mfh_sr21_std,urban,156.64420804840333 +CHN,2045,mfh_sr22_low,rural,69.12977493344091 +CHN,2045,mfh_sr22_low,urban,2.353259268097456 +CHN,2045,mfh_sr31_std,rural,261.0933624094889 +CHN,2045,mfh_sr31_std,urban,346.3999480309581 +CHN,2045,mfh_sr32_low,rural,18.048705608595323 +CHN,2045,mfh_sr32_low,urban,1.3083388577372872 +CHN,2045,sfh_s1,rural,3390.476121464566 +CHN,2045,sfh_s1,urban,82.98144995966594 +CHN,2045,sfh_s2,rural,3998.9802983534373 +CHN,2045,sfh_s2,urban,323.47057549989614 +CHN,2045,sfh_s3,rural,2026.1041807375402 +CHN,2045,sfh_s3,urban,1029.6564059748423 +CHN,2045,sfh_s51_std,urban,2640.0987004502276 +CHN,2045,sfh_s52_low,urban,183.95764150189927 +CHN,2045,sfh_sr11_std,rural,300.80102938131347 +CHN,2045,sfh_sr11_std,urban,4.742344906038557 +CHN,2045,sfh_sr12_low,rural,348.4741592010333 +CHN,2045,sfh_sr12_low,urban,3.382914182883377 +CHN,2045,sfh_sr21_std,rural,420.2101408373868 +CHN,2045,sfh_sr21_std,urban,21.859200533568707 +CHN,2045,sfh_sr22_low,rural,322.68646675975845 +CHN,2045,sfh_sr22_low,urban,8.890766307808947 +CHN,2045,sfh_sr31_std,rural,257.36872501759177 +CHN,2045,sfh_sr31_std,urban,80.14034973804642 +CHN,2045,sfh_sr32_low,rural,106.20812853301535 +CHN,2045,sfh_sr32_low,urban,11.011343720125865 +CHN,2050,inf_ns,urban,1067.9194580524954 +CHN,2050,mfh_s1,rural,3695.293631464736 +CHN,2050,mfh_s1,urban,591.7041044960291 +CHN,2050,mfh_s2,rural,4661.33365986887 +CHN,2050,mfh_s2,urban,2322.28459667225 +CHN,2050,mfh_s3,rural,2183.827574841287 +CHN,2050,mfh_s3,urban,6696.035562808963 +CHN,2050,mfh_s51_std,rural,1.1842308647903734 +CHN,2050,mfh_s51_std,urban,21357.042962055497 +CHN,2050,mfh_s52_low,rural,2.5413618917198605e-05 +CHN,2050,mfh_s52_low,urban,60.77408414240016 +CHN,2050,mfh_sr11_std,rural,559.7355647913473 +CHN,2050,mfh_sr11_std,urban,48.13584560530854 +CHN,2050,mfh_sr12_low,rural,85.90018468875319 +CHN,2050,mfh_sr12_low,urban,1.228187756120649 +CHN,2050,mfh_sr21_std,rural,589.9605675745423 +CHN,2050,mfh_sr21_std,urban,182.47866876683307 +CHN,2050,mfh_sr22_low,rural,77.05014899607 +CHN,2050,mfh_sr22_low,urban,2.938853877428914 +CHN,2050,mfh_sr31_std,rural,266.61564815106215 +CHN,2050,mfh_sr31_std,urban,384.3461589661595 +CHN,2050,mfh_sr32_low,rural,20.00452541037741 +CHN,2050,mfh_sr32_low,urban,1.7740219833405528 +CHN,2050,sfh_s1,rural,3138.6918758383827 +CHN,2050,sfh_s1,urban,83.15194931392374 +CHN,2050,sfh_s2,rural,3674.577557700541 +CHN,2050,sfh_s2,urban,319.49259361202155 +CHN,2050,sfh_s3,rural,1742.1772751710164 +CHN,2050,sfh_s3,urban,946.1392456429506 +CHN,2050,sfh_s51_std,urban,2795.126431559106 +CHN,2050,sfh_s52_low,urban,234.26562449614775 +CHN,2050,sfh_sr11_std,rural,324.1303598858587 +CHN,2050,sfh_sr11_std,urban,5.434779824470954 +CHN,2050,sfh_sr12_low,rural,392.271240791626 +CHN,2050,sfh_sr12_low,urban,4.102263752481485 +CHN,2050,sfh_sr21_std,rural,447.8756631458906 +CHN,2050,sfh_sr21_std,urban,24.836355534854327 +CHN,2050,sfh_sr22_low,rural,356.90841770457524 +CHN,2050,sfh_sr22_low,urban,10.788460629209755 +CHN,2050,sfh_sr31_std,rural,256.51392618532026 +CHN,2050,sfh_sr31_std,urban,85.26487279709181 +CHN,2050,sfh_sr32_low,rural,112.5950086130568 +CHN,2050,sfh_sr32_low,urban,12.99219954897024 +CHN,2055,inf_ns,urban,727.1283932040672 +CHN,2055,mfh_s1,rural,3379.3860068079175 +CHN,2055,mfh_s1,urban,593.3601899140695 +CHN,2055,mfh_s2,rural,4251.673214092691 +CHN,2055,mfh_s2,urban,2317.9752027387167 +CHN,2055,mfh_s3,rural,1913.068614901974 +CHN,2055,mfh_s3,urban,6339.553853734961 +CHN,2055,mfh_s51_std,rural,0.9871231231698575 +CHN,2055,mfh_s51_std,urban,22094.119756655487 +CHN,2055,mfh_s52_low,rural,2.118639085250588e-05 +CHN,2055,mfh_s52_low,urban,74.67513643136769 +CHN,2055,mfh_sr11_std,rural,602.9488680128276 +CHN,2055,mfh_sr11_std,urban,55.27302840981646 +CHN,2055,mfh_sr12_low,rural,94.70558738703028 +CHN,2055,mfh_sr12_low,urban,1.4541147408765445 +CHN,2055,mfh_sr21_std,rural,652.2861592334726 +CHN,2055,mfh_sr21_std,urban,208.236976669356 +CHN,2055,mfh_sr22_low,rural,83.49336981795904 +CHN,2055,mfh_sr22_low,urban,3.5453706084843257 +CHN,2055,mfh_sr31_std,rural,274.4343430274905 +CHN,2055,mfh_sr31_std,urban,426.51110240906047 +CHN,2055,mfh_sr32_low,rural,21.49115603867767 +CHN,2055,mfh_sr32_low,urban,2.205611276785564 +CHN,2055,sfh_s1,rural,2866.435283924628 +CHN,2055,sfh_s1,urban,83.0568497996395 +CHN,2055,sfh_s2,rural,3342.698552769016 +CHN,2055,sfh_s2,urban,316.35526822821555 +CHN,2055,sfh_s3,rural,1504.067205670907 +CHN,2055,sfh_s3,urban,883.5503050296976 +CHN,2055,sfh_s51_std,urban,2869.9434289219107 +CHN,2055,sfh_s52_low,urban,278.7695342505863 +CHN,2055,sfh_sr11_std,rural,339.99302855696715 +CHN,2055,sfh_sr11_std,urban,6.107490798021823 +CHN,2055,sfh_sr12_low,rural,424.8981109961105 +CHN,2055,sfh_sr12_low,urban,4.825577045019792 +CHN,2055,sfh_sr21_std,rural,468.7548542292789 +CHN,2055,sfh_sr21_std,urban,27.77113204509245 +CHN,2055,sfh_sr22_low,rural,382.1040736256076 +CHN,2055,sfh_sr22_low,urban,12.72744476682239 +CHN,2055,sfh_sr31_std,rural,255.0262750779553 +CHN,2055,sfh_sr31_std,urban,90.47795526076403 +CHN,2055,sfh_sr32_low,rural,116.30743191876584 +CHN,2055,sfh_sr32_low,urban,14.894795758420498 +CHN,2060,inf_ns,urban,401.0370981304411 +CHN,2060,mfh_s1,rural,3074.557756711399 +CHN,2060,mfh_s1,urban,593.1371907558737 +CHN,2060,mfh_s2,rural,3865.7975643139876 +CHN,2060,mfh_s2,urban,2315.6307570998265 +CHN,2060,mfh_s3,rural,1688.664586720782 +CHN,2060,mfh_s3,urban,6099.519092455461 +CHN,2060,mfh_s51_std,rural,0.8352199450673943 +CHN,2060,mfh_s51_std,urban,22335.737867341653 +CHN,2060,mfh_s52_low,rural,1.791196260973831e-05 +CHN,2060,mfh_s52_low,urban,89.67127635894408 +CHN,2060,mfh_sr11_std,rural,612.7381398673903 +CHN,2060,mfh_sr11_std,urban,62.22792733916829 +CHN,2060,mfh_sr12_low,rural,105.1284423632569 +CHN,2060,mfh_sr12_low,urban,1.754898210462617 +CHN,2060,mfh_sr21_std,rural,674.5409148595957 +CHN,2060,mfh_sr21_std,urban,230.1305841741956 +CHN,2060,mfh_sr22_low,rural,90.72753824521504 +CHN,2060,mfh_sr22_low,urban,4.291348326095848 +CHN,2060,mfh_sr31_std,rural,276.4605724512783 +CHN,2060,mfh_sr31_std,urban,465.7497065724969 +CHN,2060,mfh_sr32_low,rural,23.032650972866502 +CHN,2060,mfh_sr32_low,urban,3.2428616023897603 +CHN,2060,sfh_s1,rural,2595.584577298847 +CHN,2060,sfh_s1,urban,82.71018583779845 +CHN,2060,sfh_s2,rural,3019.43281535157 +CHN,2060,sfh_s2,urban,313.46634666145707 +CHN,2060,sfh_s3,rural,1307.3044798987519 +CHN,2060,sfh_s3,urban,836.8606508584472 +CHN,2060,sfh_s51_std,urban,2875.2906251502436 +CHN,2060,sfh_s52_low,urban,321.1069441608842 +CHN,2060,sfh_sr11_std,rural,335.55616684146145 +CHN,2060,sfh_sr11_std,urban,6.636664790884555 +CHN,2060,sfh_sr12_low,rural,454.8884888935252 +CHN,2060,sfh_sr12_low,urban,5.658543124959424 +CHN,2060,sfh_sr21_std,rural,474.2729495526062 +CHN,2060,sfh_sr21_std,urban,30.37037694446081 +CHN,2060,sfh_sr22_low,rural,402.7248202447415 +CHN,2060,sfh_sr22_low,urban,14.949440776133237 +CHN,2060,sfh_sr31_std,rural,248.4804169991044 +CHN,2060,sfh_sr31_std,urban,95.2164672220134 +CHN,2060,sfh_sr32_low,rural,120.40386764485386 +CHN,2060,sfh_sr32_low,urban,18.24260605828239 +CHN,2070,inf_ns,urban,0.0 +CHN,2070,mfh_s1,rural,2481.163092604248 +CHN,2070,mfh_s1,urban,588.2426463652304 +CHN,2070,mfh_s2,rural,3117.924900042259 +CHN,2070,mfh_s2,urban,2304.1542183579218 +CHN,2070,mfh_s3,rural,1332.2403679727952 +CHN,2070,mfh_s3,urban,5823.092124648394 +CHN,2070,mfh_s51_std,rural,0.6285705212853889 +CHN,2070,mfh_s51_std,urban,21614.021483301152 +CHN,2070,mfh_s52_low,rural,1.3488987601934445e-05 +CHN,2070,mfh_s52_low,urban,103.27511469330028 +CHN,2070,mfh_sr11_std,rural,632.2558811617848 +CHN,2070,mfh_sr11_std,urban,78.43677474346869 +CHN,2070,mfh_sr12_low,rural,112.55478416569966 +CHN,2070,mfh_sr12_low,urban,2.2772625711627703 +CHN,2070,mfh_sr21_std,rural,721.5368813190694 +CHN,2070,mfh_sr21_std,urban,280.89132926148784 +CHN,2070,mfh_sr22_low,rural,94.7959812471475 +CHN,2070,mfh_sr22_low,urban,5.587008639136388 +CHN,2070,mfh_sr31_std,rural,278.0732659141343 +CHN,2070,mfh_sr31_std,urban,576.1296557693565 +CHN,2070,mfh_sr32_low,rural,24.30164034508428 +CHN,2070,mfh_sr32_low,urban,4.4738177158599015 +CHN,2070,sfh_s1,rural,2082.54285453545 +CHN,2070,sfh_s1,urban,81.72257360597808 +CHN,2070,sfh_s2,rural,2420.011707921437 +CHN,2070,sfh_s2,urban,308.5315904266707 +CHN,2070,sfh_s3,rural,1003.9787950621457 +CHN,2070,sfh_s3,urban,780.9292370430584 +CHN,2070,sfh_s51_std,urban,2753.536902124154 +CHN,2070,sfh_s52_low,urban,358.642199182045 +CHN,2070,sfh_sr11_std,rural,331.208414830628 +CHN,2070,sfh_sr11_std,urban,7.862991662260081 +CHN,2070,sfh_sr12_low,rural,476.1213797131206 +CHN,2070,sfh_sr12_low,urban,7.13042782906317 +CHN,2070,sfh_sr21_std,rural,476.56090813104765 +CHN,2070,sfh_sr21_std,urban,35.997703065467164 +CHN,2070,sfh_sr22_low,rural,418.89171295349047 +CHN,2070,sfh_sr22_low,urban,19.020377483794448 +CHN,2070,sfh_sr31_std,rural,236.67496522357897 +CHN,2070,sfh_sr31_std,urban,106.99010161790991 +CHN,2070,sfh_sr32_low,rural,121.42329553889104 +CHN,2070,sfh_sr32_low,urban,22.920849858059768 +CHN,2080,inf_ns,urban,0.0 +CHN,2080,mfh_s1,rural,1978.4592737503144 +CHN,2080,mfh_s1,urban,583.6886325735248 +CHN,2080,mfh_s2,rural,2487.7205001517727 +CHN,2080,mfh_s2,urban,2284.7481574189947 +CHN,2080,mfh_s3,rural,1051.567350396244 +CHN,2080,mfh_s3,urban,5717.38915810903 +CHN,2080,mfh_s51_std,rural,0.5014440203952035 +CHN,2080,mfh_s51_std,urban,19713.159495452364 +CHN,2080,mfh_s52_low,rural,1.0756831019067782e-05 +CHN,2080,mfh_s52_low,urban,99.1258435823884 +CHN,2080,mfh_sr11_std,rural,616.4952614101105 +CHN,2080,mfh_sr11_std,urban,94.38549194832837 +CHN,2080,mfh_sr12_low,rural,116.18782917658376 +CHN,2080,mfh_sr12_low,urban,2.855551665845562 +CHN,2080,mfh_sr21_std,rural,721.959208804357 +CHN,2080,mfh_sr21_std,urban,344.14232181664335 +CHN,2080,mfh_sr22_low,rural,95.83810969885164 +CHN,2080,mfh_sr22_low,urban,6.968752428651076 +CHN,2080,mfh_sr31_std,rural,282.1563450562199 +CHN,2080,mfh_sr31_std,urban,699.1495808260927 +CHN,2080,mfh_sr32_low,rural,24.612102703102384 +CHN,2080,mfh_sr32_low,urban,6.016970542795604 +CHN,2080,sfh_s1,rural,1646.8806920166073 +CHN,2080,sfh_s1,urban,80.59782589672625 +CHN,2080,sfh_s2,rural,1916.076272974911 +CHN,2080,sfh_s2,urban,304.70221547215294 +CHN,2080,sfh_s3,rural,781.4590737910887 +CHN,2080,sfh_s3,urban,755.4457574554534 +CHN,2080,sfh_s51_std,urban,2506.112173445537 +CHN,2080,sfh_s52_low,urban,343.2121045520236 +CHN,2080,sfh_sr11_std,rural,310.09008724921443 +CHN,2080,sfh_sr11_std,urban,9.143682826159411 +CHN,2080,sfh_sr12_low,rural,475.6048009317365 +CHN,2080,sfh_sr12_low,urban,8.705410703008084 +CHN,2080,sfh_sr21_std,rural,455.756445486564 +CHN,2080,sfh_sr21_std,urban,41.46455408935991 +CHN,2080,sfh_sr22_low,rural,416.7800055001813 +CHN,2080,sfh_sr22_low,urban,23.424197519680817 +CHN,2080,sfh_sr31_std,rural,223.6056535189672 +CHN,2080,sfh_sr31_std,urban,120.60459333407849 +CHN,2080,sfh_sr32_low,rural,119.44636570755162 +CHN,2080,sfh_sr32_low,urban,28.573422032446967 +CHN,2090,inf_ns,urban,0.0 +CHN,2090,mfh_s1,rural,1573.2622938079435 +CHN,2090,mfh_s1,urban,571.9141994468681 +CHN,2090,mfh_s2,rural,1978.7422854317365 +CHN,2090,mfh_s2,urban,2238.0176455225483 +CHN,2090,mfh_s3,rural,834.1616943944324 +CHN,2090,mfh_s3,urban,5574.9906893822545 +CHN,2090,mfh_s51_std,rural,0.4123614028084771 +CHN,2090,mfh_s51_std,urban,17532.150506410682 +CHN,2090,mfh_s52_low,rural,8.853195435088409e-06 +CHN,2090,mfh_s52_low,urban,85.87672100066429 +CHN,2090,mfh_sr11_std,rural,580.4640186026917 +CHN,2090,mfh_sr11_std,urban,108.6238783787051 +CHN,2090,mfh_sr12_low,rural,115.75734463697442 +CHN,2090,mfh_sr12_low,urban,3.485650198941849 +CHN,2090,mfh_sr21_std,rural,692.9166935396662 +CHN,2090,mfh_sr21_std,urban,401.2459322817616 +CHN,2090,mfh_sr22_low,rural,95.25156773921496 +CHN,2090,mfh_sr22_low,urban,8.377975325539488 +CHN,2090,mfh_sr31_std,rural,275.0775333735694 +CHN,2090,mfh_sr31_std,urban,842.2177177452891 +CHN,2090,mfh_sr32_low,rural,24.315425257259832 +CHN,2090,mfh_sr32_low,urban,7.846469084138579 +CHN,2090,sfh_s1,rural,1296.531123962245 +CHN,2090,sfh_s1,urban,78.773952908293 +CHN,2090,sfh_s2,rural,1510.8797363106798 +CHN,2090,sfh_s2,urban,297.9869885628435 +CHN,2090,sfh_s3,rural,613.0542344069067 +CHN,2090,sfh_s3,urban,736.1181547285153 +CHN,2090,sfh_s51_std,urban,2234.0387904250924 +CHN,2090,sfh_s52_low,urban,300.03018009300837 +CHN,2090,sfh_sr11_std,rural,280.4036601339945 +CHN,2090,sfh_sr11_std,urban,10.221059201942367 +CHN,2090,sfh_sr12_low,rural,460.6626015122574 +CHN,2090,sfh_sr12_low,urban,10.315166707030055 +CHN,2090,sfh_sr21_std,rural,421.5491618020297 +CHN,2090,sfh_sr21_std,urban,46.86979886007517 +CHN,2090,sfh_sr22_low,rural,402.9869335593463 +CHN,2090,sfh_sr22_low,urban,27.86882401911428 +CHN,2090,sfh_sr31_std,rural,206.9845398559233 +CHN,2090,sfh_sr31_std,urban,133.71353130819656 +CHN,2090,sfh_sr32_low,rural,115.77739416315475 +CHN,2090,sfh_sr32_low,urban,35.04225753431437 +CHN,2100,inf_ns,urban,0.0 +CHN,2100,mfh_s1,rural,1263.5174707873214 +CHN,2100,mfh_s1,urban,545.6348778814163 +CHN,2100,mfh_s2,rural,1590.0056485255989 +CHN,2100,mfh_s2,urban,2134.713761266619 +CHN,2100,mfh_s3,rural,670.1567814011229 +CHN,2100,mfh_s3,urban,5309.9127024109675 +CHN,2100,mfh_s51_std,rural,0.3465649813358551 +CHN,2100,mfh_s51_std,urban,15693.23106775892 +CHN,2100,mfh_s52_low,rural,7.450192474206532e-06 +CHN,2100,mfh_s52_low,urban,73.28732801836027 +CHN,2100,mfh_sr11_std,rural,539.5793583994711 +CHN,2100,mfh_sr11_std,urban,118.9032122127365 +CHN,2100,mfh_sr12_low,rural,113.59466878215528 +CHN,2100,mfh_sr12_low,urban,4.075870603863397 +CHN,2100,mfh_sr21_std,rural,653.6685853096205 +CHN,2100,mfh_sr21_std,urban,443.6766373261205 +CHN,2100,mfh_sr22_low,rural,93.10498724492804 +CHN,2100,mfh_sr22_low,urban,9.578546482011015 +CHN,2100,mfh_sr31_std,rural,262.89044718856604 +CHN,2100,mfh_sr31_std,urban,954.803053518502 +CHN,2100,mfh_sr32_low,rural,23.634223462449537 +CHN,2100,mfh_sr32_low,urban,9.65187013140625 +CHN,2100,sfh_s1,rural,1030.975288910964 +CHN,2100,sfh_s1,urban,75.08820763286641 +CHN,2100,sfh_s2,rural,1203.1286245691706 +CHN,2100,sfh_s2,urban,284.2593776702449 +CHN,2100,sfh_s3,rural,487.8458696082147 +CHN,2100,sfh_s3,urban,703.3143287391979 +CHN,2100,sfh_s51_std,urban,2004.6152865479257 +CHN,2100,sfh_s52_low,urban,258.2625782570462 +CHN,2100,sfh_sr11_std,rural,250.70813877255355 +CHN,2100,sfh_sr11_std,urban,10.894503447560972 +CHN,2100,sfh_sr12_low,rural,439.52939185251984 +CHN,2100,sfh_sr12_low,urban,11.640412163607897 +CHN,2100,sfh_sr21_std,rural,384.8692263409396 +CHN,2100,sfh_sr21_std,urban,50.55846345110999 +CHN,2100,sfh_sr22_low,rural,384.7258933978436 +CHN,2100,sfh_sr22_low,urban,31.55618636821658 +CHN,2100,sfh_sr31_std,rural,190.40624459682385 +CHN,2100,sfh_sr31_std,urban,142.94527326628327 +CHN,2100,sfh_sr32_low,rural,110.79827019785849 +CHN,2100,sfh_sr32_low,urban,41.06721062468597 +EEU,2020,mfh_s1,rural,148.49939278346147 +EEU,2020,mfh_s1,urban,288.5698501228476 +EEU,2020,mfh_s2,rural,41.592020100852864 +EEU,2020,mfh_s2,urban,568.5896381765516 +EEU,2020,mfh_s3,rural,27.173415572046718 +EEU,2020,mfh_s3,urban,251.79199161880135 +EEU,2020,mfh_s51_std,urban,54.040511137829405 +EEU,2020,mfh_s52_low,urban,55.24454564858901 +EEU,2020,mfh_sr11_std,rural,11.554431238502843 +EEU,2020,mfh_sr11_std,urban,12.78041706197358 +EEU,2020,mfh_sr12_low,rural,0.40262861485112267 +EEU,2020,mfh_sr12_low,urban,0.2836681218953466 +EEU,2020,mfh_sr21_std,rural,3.1188911611245635 +EEU,2020,mfh_sr21_std,urban,24.22741713406476 +EEU,2020,mfh_sr22_low,rural,0.09370882290597515 +EEU,2020,mfh_sr22_low,urban,0.47867886673956 +EEU,2020,mfh_sr31_std,rural,1.8502776979055786 +EEU,2020,mfh_sr31_std,urban,7.892611414580533 +EEU,2020,mfh_sr32_low,rural,0.021241124809742527 +EEU,2020,mfh_sr32_low,urban,0.05502695091734592 +EEU,2020,sfh_s1,rural,899.8177679886026 +EEU,2020,sfh_s1,urban,206.65090478472155 +EEU,2020,sfh_s2,rural,258.3879646353384 +EEU,2020,sfh_s2,urban,419.5252018173687 +EEU,2020,sfh_s3,rural,165.78062290220518 +EEU,2020,sfh_s3,urban,179.99228904241463 +EEU,2020,sfh_s51_std,urban,29.086541110325214 +EEU,2020,sfh_s52_low,urban,34.022798831611695 +EEU,2020,sfh_sr11_std,rural,40.682160868933934 +EEU,2020,sfh_sr11_std,urban,5.68033311306964 +EEU,2020,sfh_sr12_low,rural,54.08480986116607 +EEU,2020,sfh_sr12_low,urban,5.425917801741198 +EEU,2020,sfh_sr21_std,rural,12.532723998374994 +EEU,2020,sfh_sr21_std,urban,12.131048408017987 +EEU,2020,sfh_sr22_low,rural,14.56487989867366 +EEU,2020,sfh_sr22_low,urban,10.397147543931352 +EEU,2020,sfh_sr31_std,rural,11.04175611163644 +EEU,2020,sfh_sr31_std,urban,7.2462166106379415 +EEU,2020,sfh_sr32_low,rural,6.4448132576404715 +EEU,2020,sfh_sr32_low,urban,2.3220050260957033 +EEU,2025,mfh_s1,rural,139.6181201495253 +EEU,2025,mfh_s1,urban,288.27342502704965 +EEU,2025,mfh_s2,rural,37.131014856454115 +EEU,2025,mfh_s2,urban,535.8835037433648 +EEU,2025,mfh_s3,rural,25.144895764448915 +EEU,2025,mfh_s3,urban,251.88599295616885 +EEU,2025,mfh_s51_std,urban,110.31047570341066 +EEU,2025,mfh_s52_low,urban,111.97617883856235 +EEU,2025,mfh_sr11_std,rural,20.489672412506636 +EEU,2025,mfh_sr11_std,urban,22.671478840473235 +EEU,2025,mfh_sr12_low,rural,0.5779473436250565 +EEU,2025,mfh_sr12_low,urban,0.4106374276339642 +EEU,2025,mfh_sr21_std,rural,5.236251356597579 +EEU,2025,mfh_sr21_std,urban,40.44218891119797 +EEU,2025,mfh_sr22_low,rural,0.1274842190401309 +EEU,2025,mfh_sr22_low,urban,0.6518907757681324 +EEU,2025,mfh_sr31_std,rural,3.212522929829559 +EEU,2025,mfh_sr31_std,urban,14.846148192316427 +EEU,2025,mfh_sr32_low,rural,0.025234844521233653 +EEU,2025,mfh_sr32_low,urban,0.07501272252122392 +EEU,2025,sfh_s1,rural,813.5313597839485 +EEU,2025,sfh_s1,urban,203.24659715922036 +EEU,2025,sfh_s2,rural,226.39643196653847 +EEU,2025,sfh_s2,urban,399.0229563748759 +EEU,2025,sfh_s3,rural,151.12905119399548 +EEU,2025,sfh_s3,urban,179.90729305725105 +EEU,2025,sfh_s51_std,urban,60.28749040831256 +EEU,2025,sfh_s52_low,urban,70.0845976557975 +EEU,2025,sfh_sr11_std,rural,83.46977198933334 +EEU,2025,sfh_sr11_std,urban,12.060897895184699 +EEU,2025,sfh_sr12_low,rural,92.1703062655149 +EEU,2025,sfh_sr12_low,urban,9.467933516430541 +EEU,2025,sfh_sr21_std,rural,24.59741117533256 +EEU,2025,sfh_sr21_std,urban,24.710057748403216 +EEU,2025,sfh_sr22_low,rural,23.816183187070543 +EEU,2025,sfh_sr22_low,urban,17.423042099463714 +EEU,2025,sfh_sr31_std,rural,21.1102323262481 +EEU,2025,sfh_sr31_std,urban,14.454991322136753 +EEU,2025,sfh_sr32_low,rural,9.98644120846722 +EEU,2025,sfh_sr32_low,urban,3.733403020612332 +EEU,2030,mfh_s1,rural,126.19652244786532 +EEU,2030,mfh_s1,urban,281.09197135538545 +EEU,2030,mfh_s2,rural,32.108182121386804 +EEU,2030,mfh_s2,urban,496.23479232125607 +EEU,2030,mfh_s3,rural,22.14441588074907 +EEU,2030,mfh_s3,urban,244.08957830080138 +EEU,2030,mfh_s51_std,urban,165.88702844087692 +EEU,2030,mfh_s52_low,urban,168.34894137371964 +EEU,2030,mfh_sr11_std,rural,33.094672032558705 +EEU,2030,mfh_sr11_std,urban,37.753399715618876 +EEU,2030,mfh_sr12_low,rural,0.8295566041027356 +EEU,2030,mfh_sr12_low,urban,0.6083137390783042 +EEU,2030,mfh_sr21_std,rural,8.109252161416986 +EEU,2030,mfh_sr21_std,urban,63.939283922125625 +EEU,2030,mfh_sr22_low,rural,0.1750896527555192 +EEU,2030,mfh_sr22_low,urban,0.9067834882546967 +EEU,2030,mfh_sr31_std,rural,5.057447253836396 +EEU,2030,mfh_sr31_std,urban,24.755194152583183 +EEU,2030,mfh_sr32_low,rural,0.03501528879638473 +EEU,2030,mfh_sr32_low,urban,0.1016210945007539 +EEU,2030,sfh_s1,rural,696.0446690770054 +EEU,2030,sfh_s1,urban,194.83545870281003 +EEU,2030,sfh_s2,rural,187.53664079939267 +EEU,2030,sfh_s2,urban,369.23110172444916 +EEU,2030,sfh_s3,rural,127.977462094487 +EEU,2030,sfh_s3,urban,174.38363468740988 +EEU,2030,sfh_s51_std,urban,92.20662316916383 +EEU,2030,sfh_s52_low,urban,107.03042678775861 +EEU,2030,sfh_sr11_std,rural,141.5540227607116 +EEU,2030,sfh_sr11_std,urban,20.912283832916522 +EEU,2030,sfh_sr12_low,rural,142.3116174836552 +EEU,2030,sfh_sr12_low,urban,14.873940351619305 +EEU,2030,sfh_sr21_std,rural,40.25965850518802 +EEU,2030,sfh_sr21_std,urban,41.16319306446559 +EEU,2030,sfh_sr22_low,rural,35.538007617404745 +EEU,2030,sfh_sr22_low,urban,26.35089396827748 +EEU,2030,sfh_sr31_std,rural,36.06680241315736 +EEU,2030,sfh_sr31_std,urban,24.50119851914212 +EEU,2030,sfh_sr32_low,rural,15.104613068973382 +EEU,2030,sfh_sr32_low,urban,5.643937787545493 +EEU,2035,mfh_s1,rural,113.43880596623268 +EEU,2035,mfh_s1,urban,272.78784203836886 +EEU,2035,mfh_s2,rural,27.867243989651836 +EEU,2035,mfh_s2,urban,460.8954209979429 +EEU,2035,mfh_s3,rural,19.01867277370954 +EEU,2035,mfh_s3,urban,231.92129404857855 +EEU,2035,mfh_s51_std,urban,218.53154374563675 +EEU,2035,mfh_s52_low,urban,222.31131156644955 +EEU,2035,mfh_sr11_std,rural,44.026994618336644 +EEU,2035,mfh_sr11_std,urban,52.18730389264817 +EEU,2035,mfh_sr12_low,rural,1.1208869383540865 +EEU,2035,mfh_sr12_low,urban,0.836483723935962 +EEU,2035,mfh_sr21_std,rural,10.434521594491095 +EEU,2035,mfh_sr21_std,urban,85.16243243345808 +EEU,2035,mfh_sr22_low,rural,0.22916884042472327 +EEU,2035,mfh_sr22_low,urban,1.2242875298819489 +EEU,2035,mfh_sr31_std,rural,6.613637010359826 +EEU,2035,mfh_sr31_std,urban,33.95364236758793 +EEU,2035,mfh_sr32_low,rural,0.04611840216496923 +EEU,2035,mfh_sr32_low,urban,0.135439484207166 +EEU,2035,sfh_s1,rural,595.5222457131281 +EEU,2035,sfh_s1,urban,187.01209076965736 +EEU,2035,sfh_s2,rural,155.45211677881673 +EEU,2035,sfh_s2,urban,341.93212772861665 +EEU,2035,sfh_s3,rural,107.79113732687286 +EEU,2035,sfh_s3,urban,167.97553986171553 +EEU,2035,sfh_s51_std,urban,123.6503473500755 +EEU,2035,sfh_s52_low,urban,143.63515544035585 +EEU,2035,sfh_sr11_std,rural,183.1338056725023 +EEU,2035,sfh_sr11_std,urban,27.95983646991681 +EEU,2035,sfh_sr12_low,rural,187.46869873974092 +EEU,2035,sfh_sr12_low,urban,20.239716614600027 +EEU,2035,sfh_sr21_std,rural,50.440353013541035 +EEU,2035,sfh_sr21_std,urban,53.0325887590405 +EEU,2035,sfh_sr22_low,rural,45.43025036007893 +EEU,2035,sfh_sr22_low,urban,34.636086307048345 +EEU,2035,sfh_sr31_std,rural,46.359046132756845 +EEU,2035,sfh_sr31_std,urban,32.80416897857273 +EEU,2035,sfh_sr32_low,rural,19.855424918275045 +EEU,2035,sfh_sr32_low,urban,7.725965138798652 +EEU,2040,mfh_s1,rural,101.7224909483671 +EEU,2040,mfh_s1,urban,264.30204797751156 +EEU,2040,mfh_s2,rural,24.38792909355727 +EEU,2040,mfh_s2,urban,432.0059860346973 +EEU,2040,mfh_s3,rural,16.174309326666016 +EEU,2040,mfh_s3,urban,216.99335065007236 +EEU,2040,mfh_s51_std,rural,0.0011908028276216337 +EEU,2040,mfh_s51_std,urban,268.132891838227 +EEU,2040,mfh_s52_low,rural,0.0153643903703355 +EEU,2040,mfh_s52_low,urban,273.0831441418061 +EEU,2040,mfh_sr11_std,rural,53.16871240439179 +EEU,2040,mfh_sr11_std,urban,65.06954943411226 +EEU,2040,mfh_sr12_low,rural,1.3270273595702307 +EEU,2040,mfh_sr12_low,urban,1.011724162823844 +EEU,2040,mfh_sr21_std,rural,12.30554700681377 +EEU,2040,mfh_sr21_std,urban,103.20006053932515 +EEU,2040,mfh_sr22_low,rural,0.26473303497744644 +EEU,2040,mfh_sr22_low,urban,1.4494824166354288 +EEU,2040,mfh_sr31_std,rural,7.654373893948463 +EEU,2040,mfh_sr31_std,urban,41.36026632316112 +EEU,2040,mfh_sr32_low,rural,0.0526372134670628 +EEU,2040,mfh_sr32_low,urban,0.15672383768781012 +EEU,2040,sfh_s1,rural,509.7047231855413 +EEU,2040,sfh_s1,urban,179.60396177537714 +EEU,2040,sfh_s2,rural,129.17456650782356 +EEU,2040,sfh_s2,urban,317.19419377108693 +EEU,2040,sfh_s3,rural,90.40751173571812 +EEU,2040,sfh_s3,urban,160.62857491595076 +EEU,2040,sfh_s51_std,urban,154.67241496639895 +EEU,2040,sfh_s52_low,urban,179.64321839025754 +EEU,2040,sfh_sr11_std,rural,218.58680433760563 +EEU,2040,sfh_sr11_std,urban,34.38637289548218 +EEU,2040,sfh_sr12_low,rural,220.68656759066755 +EEU,2040,sfh_sr12_low,urban,24.521729026680596 +EEU,2040,sfh_sr21_std,rural,58.336653642927 +EEU,2040,sfh_sr21_std,urban,62.88224827257054 +EEU,2040,sfh_sr22_low,rural,51.87782630647987 +EEU,2040,sfh_sr22_low,urban,40.51600759807191 +EEU,2040,sfh_sr31_std,rural,54.13685541447998 +EEU,2040,sfh_sr31_std,urban,39.97133172162763 +EEU,2040,sfh_sr32_low,rural,22.806979570141067 +EEU,2040,sfh_sr32_low,urban,9.259837165172147 +EEU,2045,mfh_s1,rural,90.32325336371808 +EEU,2045,mfh_s1,urban,255.16060068570826 +EEU,2045,mfh_s2,rural,21.400848374861898 +EEU,2045,mfh_s2,urban,408.048283776131 +EEU,2045,mfh_s3,rural,13.549843258420477 +EEU,2045,mfh_s3,urban,198.69986826287135 +EEU,2045,mfh_s51_std,rural,0.0033505987579609 +EEU,2045,mfh_s51_std,urban,313.97141110888015 +EEU,2045,mfh_s52_low,rural,0.045396926612964905 +EEU,2045,mfh_s52_low,urban,320.49139167260535 +EEU,2045,mfh_sr11_std,rural,61.29960604053724 +EEU,2045,mfh_sr11_std,urban,76.86379561975684 +EEU,2045,mfh_sr12_low,rural,1.499216497230792 +EEU,2045,mfh_sr12_low,urban,1.1660143310995603 +EEU,2045,mfh_sr21_std,rural,13.979386586239462 +EEU,2045,mfh_sr21_std,urban,119.9842106831185 +EEU,2045,mfh_sr22_low,rural,0.29434905683609 +EEU,2045,mfh_sr22_low,urban,1.6434372435119584 +EEU,2045,mfh_sr31_std,rural,8.40187530515221 +EEU,2045,mfh_sr31_std,urban,48.61779481214096 +EEU,2045,mfh_sr32_low,rural,0.058059657036731986 +EEU,2045,mfh_sr32_low,urban,0.179632329548757 +EEU,2045,sfh_s1,rural,436.2511560050359 +EEU,2045,sfh_s1,urban,172.23416281144495 +EEU,2045,sfh_s2,rural,107.60855902105365 +EEU,2045,sfh_s2,urban,294.40529368636726 +EEU,2045,sfh_s3,rural,74.9011870557155 +EEU,2045,sfh_s3,urban,151.2489593213179 +EEU,2045,sfh_s51_std,urban,184.9945274445511 +EEU,2045,sfh_s52_low,urban,214.89506971764527 +EEU,2045,sfh_sr11_std,rural,247.35540408234746 +EEU,2045,sfh_sr11_std,urban,40.20740215236404 +EEU,2045,sfh_sr12_low,rural,245.6288421229266 +EEU,2045,sfh_sr12_low,urban,28.097007223791145 +EEU,2045,sfh_sr21_std,rural,64.18800765904776 +EEU,2045,sfh_sr21_std,urban,71.18511169445961 +EEU,2045,sfh_sr22_low,rural,56.173149546740206 +EEU,2045,sfh_sr22_low,urban,44.98901269388255 +EEU,2045,sfh_sr31_std,rural,59.98452571044663 +EEU,2045,sfh_sr31_std,urban,46.77116969725436 +EEU,2045,sfh_sr32_low,rural,24.78663044992803 +EEU,2045,sfh_sr32_low,urban,10.606557063474517 +EEU,2050,mfh_s1,rural,80.6280845829327 +EEU,2050,mfh_s1,urban,246.4045793171147 +EEU,2050,mfh_s2,rural,19.056098794590312 +EEU,2050,mfh_s2,urban,390.28751805706094 +EEU,2050,mfh_s3,rural,11.399452805252222 +EEU,2050,mfh_s3,urban,182.3881539088447 +EEU,2050,mfh_s51_std,rural,0.0058611047351687 +EEU,2050,mfh_s51_std,urban,355.41863130168673 +EEU,2050,mfh_s52_low,rural,0.07795260059081721 +EEU,2050,mfh_s52_low,urban,362.9928559375655 +EEU,2050,mfh_sr11_std,rural,67.08742532568111 +EEU,2050,mfh_sr11_std,urban,86.66582404819471 +EEU,2050,mfh_sr12_low,rural,1.5879067143754897 +EEU,2050,mfh_sr12_low,urban,1.24473932105648 +EEU,2050,mfh_sr21_std,rural,15.268352500718642 +EEU,2050,mfh_sr21_std,urban,134.29265244771088 +EEU,2050,mfh_sr22_low,rural,0.30955626816390763 +EEU,2050,mfh_sr22_low,urban,1.7391905892813904 +EEU,2050,mfh_sr31_std,rural,8.722998163420987 +EEU,2050,mfh_sr31_std,urban,51.76102025218425 +EEU,2050,mfh_sr32_low,rural,0.056549778122025614 +EEU,2050,mfh_sr32_low,urban,0.18568450913575948 +EEU,2050,sfh_s1,rural,377.3142795937571 +EEU,2050,sfh_s1,urban,166.17966540616462 +EEU,2050,sfh_s2,rural,91.03932085762263 +EEU,2050,sfh_s2,urban,276.0745984517345 +EEU,2050,sfh_s3,rural,63.53081821420681 +EEU,2050,sfh_s3,urban,142.88242348288273 +EEU,2050,sfh_s51_std,rural,0.0005757304645820918 +EEU,2050,sfh_s51_std,urban,213.98668440880823 +EEU,2050,sfh_s52_low,rural,0.0301790624789703 +EEU,2050,sfh_s52_low,urban,248.4211590094653 +EEU,2050,sfh_sr11_std,rural,268.7506198231416 +EEU,2050,sfh_sr11_std,urban,44.69835352445695 +EEU,2050,sfh_sr12_low,rural,260.7509323613278 +EEU,2050,sfh_sr12_low,urban,30.472525744367132 +EEU,2050,sfh_sr21_std,rural,68.02993373252404 +EEU,2050,sfh_sr21_std,urban,76.84563858442513 +EEU,2050,sfh_sr22_low,rural,58.17792057513436 +EEU,2050,sfh_sr22_low,urban,47.41156963869818 +EEU,2050,sfh_sr31_std,rural,62.487787489309405 +EEU,2050,sfh_sr31_std,urban,50.913321658840076 +EEU,2050,sfh_sr32_low,rural,25.202209378495912 +EEU,2050,sfh_sr32_low,urban,11.239517880187526 +EEU,2055,mfh_s1,rural,71.50801185868454 +EEU,2055,mfh_s1,urban,237.32532193928807 +EEU,2055,mfh_s2,rural,17.038993777306136 +EEU,2055,mfh_s2,urban,376.44174825297455 +EEU,2055,mfh_s3,rural,9.547398796360019 +EEU,2055,mfh_s3,urban,165.8996057610574 +EEU,2055,mfh_s51_std,rural,0.007825672354191 +EEU,2055,mfh_s51_std,urban,390.73813962570324 +EEU,2055,mfh_s52_low,rural,0.10417621320843311 +EEU,2055,mfh_s52_low,urban,399.40506034715065 +EEU,2055,mfh_sr11_std,rural,71.55032786308013 +EEU,2055,mfh_sr11_std,urban,95.22987104380184 +EEU,2055,mfh_sr12_low,rural,1.6628333390198922 +EEU,2055,mfh_sr12_low,urban,1.3343043513351698 +EEU,2055,mfh_sr21_std,rural,16.399671929645727 +EEU,2055,mfh_sr21_std,urban,147.88681231265832 +EEU,2055,mfh_sr22_low,rural,0.3266615039380099 +EEU,2055,mfh_sr22_low,urban,1.878324233196729 +EEU,2055,mfh_sr31_std,rural,8.85604047487665 +EEU,2055,mfh_sr31_std,urban,54.3383641535716 +EEU,2055,mfh_sr32_low,rural,0.05655213807110939 +EEU,2055,mfh_sr32_low,urban,0.1894913332928467 +EEU,2055,sfh_s1,rural,322.55823721284605 +EEU,2055,sfh_s1,urban,159.35998654436335 +EEU,2055,sfh_s2,rural,76.46640795867741 +EEU,2055,sfh_s2,urban,258.6128311764579 +EEU,2055,sfh_s3,rural,52.464812159673365 +EEU,2055,sfh_s3,urban,133.71069310523822 +EEU,2055,sfh_s51_std,rural,0.002255616614447492 +EEU,2055,sfh_s51_std,urban,240.43510831195576 +EEU,2055,sfh_s52_low,rural,0.12323457055686321 +EEU,2055,sfh_s52_low,urban,279.05307624894647 +EEU,2055,sfh_sr11_std,rural,285.6091995093581 +EEU,2055,sfh_sr11_std,urban,48.88129297854348 +EEU,2055,sfh_sr12_low,rural,273.0388867373501 +EEU,2055,sfh_sr12_low,urban,32.801981022887624 +EEU,2055,sfh_sr21_std,rural,70.96432808487853 +EEU,2055,sfh_sr21_std,urban,82.01255196609286 +EEU,2055,sfh_sr22_low,rural,59.80687697563522 +EEU,2055,sfh_sr22_low,urban,49.85326708115268 +EEU,2055,sfh_sr31_std,rural,64.20620132908265 +EEU,2055,sfh_sr31_std,urban,54.023469461872395 +EEU,2055,sfh_sr32_low,rural,25.47099612856548 +EEU,2055,sfh_sr32_low,urban,11.737393731383921 +EEU,2060,mfh_s1,rural,62.1939964402144 +EEU,2060,mfh_s1,urban,228.07284166309026 +EEU,2060,mfh_s2,rural,15.092765114388975 +EEU,2060,mfh_s2,urban,365.38347372270266 +EEU,2060,mfh_s3,rural,7.971291595927138 +EEU,2060,mfh_s3,urban,150.1025061949505 +EEU,2060,mfh_s51_std,rural,0.0089290407886543 +EEU,2060,mfh_s51_std,urban,418.52253142293716 +EEU,2060,mfh_s52_low,rural,0.1204614122033473 +EEU,2060,mfh_s52_low,urban,428.63627930393545 +EEU,2060,mfh_sr11_std,rural,75.38894098464388 +EEU,2060,mfh_sr11_std,urban,102.5527105410433 +EEU,2060,mfh_sr12_low,rural,1.7868742024752302 +EEU,2060,mfh_sr12_low,urban,1.4563440169712922 +EEU,2060,mfh_sr21_std,rural,17.543410591905936 +EEU,2060,mfh_sr21_std,urban,161.29331091138792 +EEU,2060,mfh_sr22_low,rural,0.35622152381665745 +EEU,2060,mfh_sr22_low,urban,2.0744064517147476 +EEU,2060,mfh_sr31_std,rural,8.866546332958496 +EEU,2060,mfh_sr31_std,urban,56.67782266052433 +EEU,2060,mfh_sr32_low,rural,0.05881475839990092 +EEU,2060,mfh_sr32_low,urban,0.2058258321828313 +EEU,2060,sfh_s1,rural,274.87126945840555 +EEU,2060,sfh_s1,urban,152.73335110874297 +EEU,2060,sfh_s2,rural,64.39558713990631 +EEU,2060,sfh_s2,urban,243.46241534542793 +EEU,2060,sfh_s3,rural,42.874771955039016 +EEU,2060,sfh_s3,urban,123.80620795596596 +EEU,2060,sfh_s51_std,rural,0.0042326127153437 +EEU,2060,sfh_s51_std,urban,263.200482865716 +EEU,2060,sfh_s52_low,rural,0.2582917587614078 +EEU,2060,sfh_s52_low,urban,305.62348689870606 +EEU,2060,sfh_sr11_std,rural,294.3212441622142 +EEU,2060,sfh_sr11_std,urban,51.933778336014576 +EEU,2060,sfh_sr12_low,rural,282.82608039298384 +EEU,2060,sfh_sr12_low,urban,35.071178200433586 +EEU,2060,sfh_sr21_std,rural,72.2596547385173 +EEU,2060,sfh_sr21_std,urban,85.59927279715018 +EEU,2060,sfh_sr22_low,rural,61.22818008711141 +EEU,2060,sfh_sr22_low,urban,52.42253915196853 +EEU,2060,sfh_sr31_std,rural,64.08872625811385 +EEU,2060,sfh_sr31_std,urban,56.239160066739366 +EEU,2060,sfh_sr32_low,rural,25.679580573878855 +EEU,2060,sfh_sr32_low,urban,12.379095979821127 +EEU,2070,mfh_s1,rural,44.21902335791336 +EEU,2070,mfh_s1,urban,208.87196623569542 +EEU,2070,mfh_s2,rural,11.35748556000101 +EEU,2070,mfh_s2,urban,348.7695365380521 +EEU,2070,mfh_s3,rural,5.504699074383113 +EEU,2070,mfh_s3,urban,124.03057203742016 +EEU,2070,mfh_s51_std,rural,0.008745790703312401 +EEU,2070,mfh_s51_std,urban,448.0576039011317 +EEU,2070,mfh_s52_low,rural,0.1180752402598147 +EEU,2070,mfh_s52_low,urban,459.9471214074409 +EEU,2070,mfh_sr11_std,rural,80.2973219618822 +EEU,2070,mfh_sr11_std,urban,114.27301201656131 +EEU,2070,mfh_sr12_low,rural,1.8098454211394333 +EEU,2070,mfh_sr12_low,urban,1.5603818313067728 +EEU,2070,mfh_sr21_std,rural,19.674149873551748 +EEU,2070,mfh_sr21_std,urban,187.87250290875315 +EEU,2070,mfh_sr22_low,rural,0.37961263537330653 +EEU,2070,mfh_sr22_low,urban,2.319721452534491 +EEU,2070,mfh_sr31_std,rural,8.649995735354777 +EEU,2070,mfh_sr31_std,urban,59.03735121484047 +EEU,2070,mfh_sr32_low,rural,0.056172086636539005 +EEU,2070,mfh_sr32_low,urban,0.2114710989519034 +EEU,2070,sfh_s1,rural,192.91992501492348 +EEU,2070,sfh_s1,urban,139.5744784660473 +EEU,2070,sfh_s2,rural,44.89530650756098 +EEU,2070,sfh_s2,urban,218.49327477399106 +EEU,2070,sfh_s3,rural,27.5815444731605 +EEU,2070,sfh_s3,urban,104.53763860194607 +EEU,2070,sfh_s51_std,rural,0.008760966243016 +EEU,2070,sfh_s51_std,urban,294.1259094033287 +EEU,2070,sfh_s52_low,rural,0.5043477742686392 +EEU,2070,sfh_s52_low,urban,341.3589371213899 +EEU,2070,sfh_sr11_std,rural,305.44223543456934 +EEU,2070,sfh_sr11_std,urban,57.466353130545436 +EEU,2070,sfh_sr12_low,rural,282.8454304476268 +EEU,2070,sfh_sr12_low,urban,37.3721683241009 +EEU,2070,sfh_sr21_std,rural,74.47904285596461 +EEU,2070,sfh_sr21_std,urban,92.9583647084765 +EEU,2070,sfh_sr22_low,rural,60.78064120554007 +EEU,2070,sfh_sr22_low,urban,54.8911063567974 +EEU,2070,sfh_sr31_std,rural,61.51455004849961 +EEU,2070,sfh_sr31_std,urban,58.251489025924464 +EEU,2070,sfh_sr32_low,rural,23.708237804455834 +EEU,2070,sfh_sr32_low,urban,12.29897614648968 +EEU,2080,mfh_s1,rural,30.837872694652276 +EEU,2080,mfh_s1,urban,191.13355035987703 +EEU,2080,mfh_s2,rural,8.505484387736876 +EEU,2080,mfh_s2,urban,338.05427921596015 +EEU,2080,mfh_s3,rural,3.907492759708122 +EEU,2080,mfh_s3,urban,107.2440433582941 +EEU,2080,mfh_s51_std,rural,0.007847734224131899 +EEU,2080,mfh_s51_std,urban,450.00848541336444 +EEU,2080,mfh_s52_low,rural,0.1060424530273435 +EEU,2080,mfh_s52_low,urban,462.9055348785181 +EEU,2080,mfh_sr11_std,rural,79.55139112071795 +EEU,2080,mfh_sr11_std,urban,121.45654448513316 +EEU,2080,mfh_sr12_low,rural,1.7353268156207384 +EEU,2080,mfh_sr12_low,urban,1.6154950796684002 +EEU,2080,mfh_sr21_std,rural,20.832553999445555 +EEU,2080,mfh_sr21_std,urban,211.79449011309927 +EEU,2080,mfh_sr22_low,rural,0.38889319987789495 +EEU,2080,mfh_sr22_low,urban,2.545580786438342 +EEU,2080,mfh_sr31_std,rural,8.329280700733142 +EEU,2080,mfh_sr31_std,urban,60.84004071462174 +EEU,2080,mfh_sr32_low,rural,0.05325254626887883 +EEU,2080,mfh_sr32_low,urban,0.21473717717709268 +EEU,2080,sfh_s1,rural,134.50642975137052 +EEU,2080,sfh_s1,urban,128.11658895013292 +EEU,2080,sfh_s2,rural,31.861089107387347 +EEU,2080,sfh_s2,urban,201.9171425758575 +EEU,2080,sfh_s3,rural,17.962521576019366 +EEU,2080,sfh_s3,urban,89.08139114388221 +EEU,2080,sfh_s51_std,rural,0.0095934643278655 +EEU,2080,sfh_s51_std,urban,307.6432417671394 +EEU,2080,sfh_s52_low,rural,0.5492067013730486 +EEU,2080,sfh_s52_low,urban,356.90829424521877 +EEU,2080,sfh_sr11_std,rural,298.51420918591435 +EEU,2080,sfh_sr11_std,urban,60.38725428161985 +EEU,2080,sfh_sr12_low,rural,269.8473585864071 +EEU,2080,sfh_sr12_low,urban,38.329107437395926 +EEU,2080,sfh_sr21_std,rural,73.9993654255594 +EEU,2080,sfh_sr21_std,urban,98.2856147982178 +EEU,2080,sfh_sr22_low,rural,58.946142469970006 +EEU,2080,sfh_sr22_low,urban,56.69674344037941 +EEU,2080,sfh_sr31_std,rural,56.1022775578129 +EEU,2080,sfh_sr31_std,urban,57.065687065061624 +EEU,2080,sfh_sr32_low,rural,21.09053676497963 +EEU,2080,sfh_sr32_low,urban,11.744102927753005 +EEU,2090,mfh_s1,rural,21.425500704465307 +EEU,2090,mfh_s1,urban,174.07149883196374 +EEU,2090,mfh_s2,rural,6.34488564581592 +EEU,2090,mfh_s2,urban,328.1828400593415 +EEU,2090,mfh_s3,rural,2.7916625290968424 +EEU,2090,mfh_s3,urban,97.33903651487842 +EEU,2090,mfh_s51_std,rural,0.0065534103253061995 +EEU,2090,mfh_s51_std,urban,438.9866635280324 +EEU,2090,mfh_s52_low,rural,0.08861071839574361 +EEU,2090,mfh_s52_low,urban,452.43617718158805 +EEU,2090,mfh_sr11_std,rural,75.80375153435827 +EEU,2090,mfh_sr11_std,urban,126.1839778497741 +EEU,2090,mfh_sr12_low,rural,1.6248712199487336 +EEU,2090,mfh_sr12_low,urban,1.6502170141202395 +EEU,2090,mfh_sr21_std,rural,21.342974031541004 +EEU,2090,mfh_sr21_std,urban,234.25545607517103 +EEU,2090,mfh_sr22_low,rural,0.3913852306501012 +EEU,2090,mfh_sr22_low,urban,2.7708850480976603 +EEU,2090,mfh_sr31_std,rural,8.139692616870729 +EEU,2090,mfh_sr31_std,urban,63.1117605545668 +EEU,2090,mfh_sr32_low,rural,0.051740262735185304 +EEU,2090,mfh_sr32_low,urban,0.222573694949149 +EEU,2090,sfh_s1,rural,93.9812389791441 +EEU,2090,sfh_s1,urban,118.13944981531984 +EEU,2090,sfh_s2,rural,23.065164471073576 +EEU,2090,sfh_s2,urban,191.1670955994739 +EEU,2090,sfh_s3,rural,12.025802150733748 +EEU,2090,sfh_s3,urban,77.48271745398486 +EEU,2090,sfh_s51_std,rural,0.0093236428348021 +EEU,2090,sfh_s51_std,urban,311.00337518629885 +EEU,2090,sfh_s52_low,rural,0.5332787160018388 +EEU,2090,sfh_s52_low,urban,360.725829611585 +EEU,2090,sfh_sr11_std,rural,282.13190299446035 +EEU,2090,sfh_sr11_std,urban,61.47875784289972 +EEU,2090,sfh_sr12_low,rural,251.64459302352688 +EEU,2090,sfh_sr12_low,urban,38.46593054584964 +EEU,2090,sfh_sr21_std,rural,72.39370082347227 +EEU,2090,sfh_sr21_std,urban,102.70668318891386 +EEU,2090,sfh_sr22_low,rural,56.91543281875871 +EEU,2090,sfh_sr22_low,urban,58.44693507520137 +EEU,2090,sfh_sr31_std,rural,50.50991725910405 +EEU,2090,sfh_sr31_std,urban,54.78900541099984 +EEU,2090,sfh_sr32_low,rural,18.72909023618526 +EEU,2090,sfh_sr32_low,urban,11.12119655314762 +EEU,2100,mfh_s1,rural,15.095660622347596 +EEU,2100,mfh_s1,urban,159.71810013909655 +EEU,2100,mfh_s2,rural,4.794701653991676 +EEU,2100,mfh_s2,urban,320.58363894382563 +EEU,2100,mfh_s3,rural,2.0690999544838253 +EEU,2100,mfh_s3,urban,91.70351149162921 +EEU,2100,mfh_s51_std,rural,0.0052807964146922 +EEU,2100,mfh_s51_std,urban,420.5200523017123 +EEU,2100,mfh_s52_low,rural,0.0714127183997376 +EEU,2100,mfh_s52_low,urban,434.0595448881503 +EEU,2100,mfh_sr11_std,rural,70.4128452933277 +EEU,2100,mfh_sr11_std,urban,127.55407454031577 +EEU,2100,mfh_sr12_low,rural,1.500462428472193 +EEU,2100,mfh_sr12_low,urban,1.6564731481020711 +EEU,2100,mfh_sr21_std,rural,21.27485540696717 +EEU,2100,mfh_sr21_std,urban,251.95389762153405 +EEU,2100,mfh_sr22_low,rural,0.38789162190815996 +EEU,2100,mfh_sr22_low,urban,2.960479951837322 +EEU,2100,mfh_sr31_std,rural,7.905636551819715 +EEU,2100,mfh_sr31_std,urban,65.85709148683002 +EEU,2100,mfh_sr32_low,rural,0.05038865622557727 +EEU,2100,mfh_sr32_low,urban,0.2333568920756322 +EEU,2100,sfh_s1,rural,66.02825152270128 +EEU,2100,sfh_s1,urban,109.5376079954978 +EEU,2100,sfh_s2,rural,16.986840341557354 +EEU,2100,sfh_s2,urban,184.32923406949422 +EEU,2100,sfh_s3,rural,8.29828378993159 +EEU,2100,sfh_s3,urban,69.28586289111453 +EEU,2100,sfh_s51_std,rural,0.0085860127674079 +EEU,2100,sfh_s51_std,urban,306.5515196312253 +EEU,2100,sfh_s52_low,rural,0.4905681367205078 +EEU,2100,sfh_s52_low,urban,355.5486301569058 +EEU,2100,sfh_sr11_std,rural,261.0546061710331 +EEU,2100,sfh_sr11_std,urban,61.376829690332976 +EEU,2100,sfh_sr12_low,rural,231.47602709810607 +EEU,2100,sfh_sr12_low,urban,38.12766714585377 +EEU,2100,sfh_sr21_std,rural,70.14074998567371 +EEU,2100,sfh_sr21_std,urban,106.60658805601103 +EEU,2100,sfh_sr22_low,rural,54.85398784818333 +EEU,2100,sfh_sr22_low,urban,60.27060202075093 +EEU,2100,sfh_sr31_std,rural,45.59123785374166 +EEU,2100,sfh_sr31_std,urban,52.65344787944458 +EEU,2100,sfh_sr32_low,rural,16.80537436529252 +EEU,2100,sfh_sr32_low,urban,10.621464075648737 +FSU,2020,mfh_s1,rural,202.16143034430482 +FSU,2020,mfh_s1,urban,380.6749082879774 +FSU,2020,mfh_s2,rural,145.78940040419934 +FSU,2020,mfh_s2,urban,1002.0234355670336 +FSU,2020,mfh_s3,rural,122.92534020549823 +FSU,2020,mfh_s3,urban,847.4737241418031 +FSU,2020,mfh_s51_std,rural,9.380518772128495 +FSU,2020,mfh_s51_std,urban,205.33874811335392 +FSU,2020,mfh_s52_low,rural,0.00932124689452946 +FSU,2020,mfh_s52_low,urban,0.0056439431705258385 +FSU,2020,mfh_sr11_std,rural,18.006483647328682 +FSU,2020,mfh_sr11_std,urban,2.5354749092180944 +FSU,2020,mfh_sr12_low,rural,1.3024543636851116 +FSU,2020,mfh_sr12_low,urban,0.0970741443454206 +FSU,2020,mfh_sr21_std,rural,13.022447350063448 +FSU,2020,mfh_sr21_std,urban,6.555075362642131 +FSU,2020,mfh_sr22_low,rural,1.0402132799187425 +FSU,2020,mfh_sr22_low,urban,0.2410497708867326 +FSU,2020,mfh_sr31_std,rural,9.092435926996712 +FSU,2020,mfh_sr31_std,urban,5.220697530741797 +FSU,2020,mfh_sr32_low,rural,0.36911205410205855 +FSU,2020,mfh_sr32_low,urban,0.070283276676479 +FSU,2020,sfh_s1,rural,824.5782961785357 +FSU,2020,sfh_s1,urban,199.6738727344341 +FSU,2020,sfh_s2,rural,667.820338423195 +FSU,2020,sfh_s2,urban,612.3419730091676 +FSU,2020,sfh_s3,rural,453.74220118003325 +FSU,2020,sfh_s3,urban,376.6719651125107 +FSU,2020,sfh_s51_std,rural,27.861470956961465 +FSU,2020,sfh_s51_std,urban,93.60645670919381 +FSU,2020,sfh_s52_low,rural,1.5251711339889735 +FSU,2020,sfh_s52_low,urban,0.11670631469076509 +FSU,2020,sfh_sr11_std,rural,56.76728299604096 +FSU,2020,sfh_sr11_std,urban,1.429900478257365 +FSU,2020,sfh_sr12_low,rural,30.685101812577084 +FSU,2020,sfh_sr12_low,urban,0.4862389119032924 +FSU,2020,sfh_sr21_std,rural,45.37295285471158 +FSU,2020,sfh_sr21_std,urban,4.447997804454746 +FSU,2020,sfh_sr22_low,rural,25.35601291871559 +FSU,2020,sfh_sr22_low,urban,1.4225348288916184 +FSU,2020,sfh_sr31_std,rural,36.98175603873318 +FSU,2020,sfh_sr31_std,urban,3.107184102111859 +FSU,2020,sfh_sr32_low,rural,10.650612976160026 +FSU,2020,sfh_sr32_low,urban,0.4845330619002211 +FSU,2025,mfh_s1,rural,190.624863050453 +FSU,2025,mfh_s1,urban,401.8779036136806 +FSU,2025,mfh_s2,rural,131.5331144026387 +FSU,2025,mfh_s2,urban,999.8784018505582 +FSU,2025,mfh_s3,rural,116.518456622499 +FSU,2025,mfh_s3,urban,893.6654040522885 +FSU,2025,mfh_s51_std,rural,17.84927379682371 +FSU,2025,mfh_s51_std,urban,435.7342611208061 +FSU,2025,mfh_s52_low,rural,0.11072372188851076 +FSU,2025,mfh_s52_low,urban,0.07591327397247963 +FSU,2025,mfh_sr11_std,rural,33.31956550233337 +FSU,2025,mfh_sr11_std,urban,5.011563398586041 +FSU,2025,mfh_sr12_low,rural,3.526071134642329 +FSU,2025,mfh_sr12_low,urban,0.2845297875124786 +FSU,2025,mfh_sr21_std,rural,23.174578725321986 +FSU,2025,mfh_sr21_std,urban,12.266690338421835 +FSU,2025,mfh_sr22_low,rural,2.555646208713006 +FSU,2025,mfh_sr22_low,urban,0.6693800795339421 +FSU,2025,mfh_sr31_std,rural,17.28205199150025 +FSU,2025,mfh_sr31_std,urban,10.474357482236364 +FSU,2025,mfh_sr32_low,rural,1.056364266210993 +FSU,2025,mfh_sr32_low,urban,0.2150318647367759 +FSU,2025,sfh_s1,rural,750.953620780461 +FSU,2025,sfh_s1,urban,204.72329922660066 +FSU,2025,sfh_s2,rural,610.5041798350144 +FSU,2025,sfh_s2,urban,626.3984327919181 +FSU,2025,sfh_s3,rural,430.56598898147234 +FSU,2025,sfh_s3,urban,403.5096871090733 +FSU,2025,sfh_s51_std,rural,50.081656163086656 +FSU,2025,sfh_s51_std,urban,199.38762479494528 +FSU,2025,sfh_s52_low,rural,6.158302315393748 +FSU,2025,sfh_s52_low,urban,1.0855941184006486 +FSU,2025,sfh_sr11_std,rural,96.16594272611597 +FSU,2025,sfh_sr11_std,urban,2.549719133093377 +FSU,2025,sfh_sr12_low,rural,68.9727730785649 +FSU,2025,sfh_sr12_low,urban,1.1603411613668753 +FSU,2025,sfh_sr21_std,rural,77.06588959063068 +FSU,2025,sfh_sr21_std,urban,7.940615297917549 +FSU,2025,sfh_sr22_low,rural,56.96812580570442 +FSU,2025,sfh_sr22_low,urban,3.391168657236081 +FSU,2025,sfh_sr31_std,rural,67.98216577781704 +FSU,2025,sfh_sr31_std,urban,5.997746675668559 +FSU,2025,sfh_sr32_low,rural,26.18605666018509 +FSU,2025,sfh_sr32_low,urban,1.2897299719585766 +FSU,2030,mfh_s1,rural,171.84532222965564 +FSU,2030,mfh_s1,urban,423.1728379080233 +FSU,2030,mfh_s2,rural,113.2298487833931 +FSU,2030,mfh_s2,urban,989.0498724176681 +FSU,2030,mfh_s3,rural,103.8538515774075 +FSU,2030,mfh_s3,urban,917.9485451510578 +FSU,2030,mfh_s51_std,rural,24.30956862073009 +FSU,2030,mfh_s51_std,urban,684.5104597195003 +FSU,2030,mfh_s52_low,rural,0.8809610737275967 +FSU,2030,mfh_s52_low,urban,1.2643590727774427 +FSU,2030,mfh_sr11_std,rural,54.5378773018413 +FSU,2030,mfh_sr11_std,urban,8.781163097733254 +FSU,2030,mfh_sr12_low,rural,6.690848332405417 +FSU,2030,mfh_sr12_low,urban,0.5685684759418885 +FSU,2030,mfh_sr21_std,rural,36.194631904430345 +FSU,2030,mfh_sr21_std,urban,20.244284876448333 +FSU,2030,mfh_sr22_low,rural,4.525637334124153 +FSU,2030,mfh_sr22_low,urban,1.2545485035511097 +FSU,2030,mfh_sr31_std,rural,28.209621024617803 +FSU,2030,mfh_sr31_std,urban,18.206276405246886 +FSU,2030,mfh_sr32_low,rural,1.9718853254906439 +FSU,2030,mfh_sr32_low,urban,0.4458068590013062 +FSU,2030,sfh_s1,rural,650.3004419827989 +FSU,2030,sfh_s1,urban,208.58657232664444 +FSU,2030,sfh_s2,rural,526.9966137366096 +FSU,2030,sfh_s2,urban,630.9044341941395 +FSU,2030,sfh_s3,rural,383.4252599957492 +FSU,2030,sfh_s3,urban,423.7304414633738 +FSU,2030,sfh_s51_std,rural,62.77439613945394 +FSU,2030,sfh_s51_std,urban,313.3438210670422 +FSU,2030,sfh_s52_low,rural,16.1994375683185 +FSU,2030,sfh_s52_low,urban,4.747333956352841 +FSU,2030,sfh_sr11_std,rural,146.48125502091 +FSU,2030,sfh_sr11_std,urban,4.047575575483342 +FSU,2030,sfh_sr12_low,rural,119.78635037175704 +FSU,2030,sfh_sr12_low,urban,2.1053589642404082 +FSU,2030,sfh_sr21_std,rural,117.31948277027179 +FSU,2030,sfh_sr21_std,urban,12.493545747763696 +FSU,2030,sfh_sr22_low,rural,98.37133872107644 +FSU,2030,sfh_sr22_low,urban,6.086533955680442 +FSU,2030,sfh_sr31_std,rural,108.49432078875469 +FSU,2030,sfh_sr31_std,urban,10.098879769652717 +FSU,2030,sfh_sr32_low,rural,47.732320535785654 +FSU,2030,sfh_sr32_low,urban,2.4923687167355277 +FSU,2035,mfh_s1,rural,154.35192805956677 +FSU,2035,mfh_s1,urban,445.13745370111025 +FSU,2035,mfh_s2,rural,97.35757120068375 +FSU,2035,mfh_s2,urban,976.5261825764256 +FSU,2035,mfh_s3,rural,90.10576600508281 +FSU,2035,mfh_s3,urban,922.0502489004919 +FSU,2035,mfh_s51_std,rural,29.3951362157788 +FSU,2035,mfh_s51_std,urban,950.4635483694626 +FSU,2035,mfh_s52_low,rural,1.5347789874527038 +FSU,2035,mfh_s52_low,urban,2.689325726865118 +FSU,2035,mfh_sr11_std,rural,74.22127327587751 +FSU,2035,mfh_sr11_std,urban,12.829195745920863 +FSU,2035,mfh_sr12_low,rural,9.69637923595445 +FSU,2035,mfh_sr12_low,urban,0.8643005882943143 +FSU,2035,mfh_sr21_std,rural,47.02332804789075 +FSU,2035,mfh_sr21_std,urban,27.777553490494864 +FSU,2035,mfh_sr22_low,rural,6.178400642801156 +FSU,2035,mfh_sr22_low,urban,1.787714974623243 +FSU,2035,mfh_sr31_std,rural,37.54519244234797 +FSU,2035,mfh_sr31_std,urban,25.24889212247188 +FSU,2035,mfh_sr32_low,rural,2.746506937994306 +FSU,2035,mfh_sr32_low,urban,0.6612074161455709 +FSU,2035,sfh_s1,rural,564.0933009259995 +FSU,2035,sfh_s1,urban,212.3609409170181 +FSU,2035,sfh_s2,rural,452.76459519722465 +FSU,2035,sfh_s2,urban,629.6889839411416 +FSU,2035,sfh_s3,rural,336.384447139789 +FSU,2035,sfh_s3,urban,438.18355091612284 +FSU,2035,sfh_s51_std,rural,72.99184059793284 +FSU,2035,sfh_s51_std,urban,437.4812154107699 +FSU,2035,sfh_s52_low,rural,24.75662991870354 +FSU,2035,sfh_s52_low,urban,9.059046741097193 +FSU,2035,sfh_sr11_std,rural,188.08233727998953 +FSU,2035,sfh_sr11_std,urban,5.378837923540928 +FSU,2035,sfh_sr12_low,rural,163.30261666297883 +FSU,2035,sfh_sr12_low,urban,2.975207878091723 +FSU,2035,sfh_sr21_std,rural,149.49013141683253 +FSU,2035,sfh_sr21_std,urban,16.29896787447141 +FSU,2035,sfh_sr22_low,rural,132.5500649101421 +FSU,2035,sfh_sr22_low,urban,8.433855016641209 +FSU,2035,sfh_sr31_std,rural,143.095722630111 +FSU,2035,sfh_sr31_std,urban,13.849729711704166 +FSU,2035,sfh_sr32_low,rural,66.65853658976765 +FSU,2035,sfh_sr32_low,urban,3.6453691537588613 +FSU,2040,mfh_s1,rural,138.06943283572508 +FSU,2040,mfh_s1,urban,467.01739260798615 +FSU,2040,mfh_s2,rural,83.735866338531 +FSU,2040,mfh_s2,urban,965.1649776137058 +FSU,2040,mfh_s3,rural,75.8463855614512 +FSU,2040,mfh_s3,urban,907.3603233399625 +FSU,2040,mfh_s51_std,rural,33.089371943332964 +FSU,2040,mfh_s51_std,urban,1231.0361591428868 +FSU,2040,mfh_s52_low,rural,2.0672414882205206 +FSU,2040,mfh_s52_low,urban,4.406721717266807 +FSU,2040,mfh_sr11_std,rural,92.43461495634 +FSU,2040,mfh_sr11_std,urban,17.30898286594407 +FSU,2040,mfh_sr12_low,rural,12.453197326791532 +FSU,2040,mfh_sr12_low,urban,1.1644044932780002 +FSU,2040,mfh_sr21_std,rural,56.250076391569515 +FSU,2040,mfh_sr21_std,urban,35.31833379365345 +FSU,2040,mfh_sr22_low,rural,7.54151108318487 +FSU,2040,mfh_sr22_low,urban,2.2655869110902787 +FSU,2040,mfh_sr31_std,rural,45.496713334541724 +FSU,2040,mfh_sr31_std,urban,31.43292489640061 +FSU,2040,mfh_sr32_low,rural,3.336505806333347 +FSU,2040,mfh_sr32_low,urban,0.8423159828833591 +FSU,2040,sfh_s1,rural,490.50370577155496 +FSU,2040,sfh_s1,urban,216.14416427219484 +FSU,2040,sfh_s2,rural,387.7177320557194 +FSU,2040,sfh_s2,urban,623.957073414198 +FSU,2040,sfh_s3,rural,290.72106923899184 +FSU,2040,sfh_s3,urban,446.3668878462493 +FSU,2040,sfh_s51_std,rural,81.0792899106832 +FSU,2040,sfh_s51_std,urban,571.604587558773 +FSU,2040,sfh_s52_low,rural,32.13022996137868 +FSU,2040,sfh_s52_low,urban,14.12287347357592 +FSU,2040,sfh_sr11_std,rural,223.61987364797838 +FSU,2040,sfh_sr11_std,urban,6.61205240150811 +FSU,2040,sfh_sr12_low,rural,200.10132474203564 +FSU,2040,sfh_sr12_low,urban,3.766653315752518 +FSU,2040,sfh_sr21_std,rural,175.29711580347842 +FSU,2040,sfh_sr21_std,urban,19.529222742049253 +FSU,2040,sfh_sr22_low,rural,159.64640032812866 +FSU,2040,sfh_sr22_low,urban,10.396764930643384 +FSU,2040,sfh_sr31_std,rural,171.96083475884342 +FSU,2040,sfh_sr31_std,urban,17.166138783130545 +FSU,2040,sfh_sr32_low,rural,82.07930104103664 +FSU,2040,sfh_sr32_low,urban,4.662279576199288 +FSU,2045,mfh_s1,rural,123.03467993761961 +FSU,2045,mfh_s1,urban,488.61865134526977 +FSU,2045,mfh_s2,rural,72.2805350420878 +FSU,2045,mfh_s2,urban,957.7542227997805 +FSU,2045,mfh_s3,rural,62.90322810319716 +FSU,2045,mfh_s3,urban,877.693041644739 +FSU,2045,mfh_s51_std,rural,34.98857626207319 +FSU,2045,mfh_s51_std,urban,1511.9525384346969 +FSU,2045,mfh_s52_low,rural,2.3812501877796817 +FSU,2045,mfh_s52_low,urban,6.280218061883612 +FSU,2045,mfh_sr11_std,rural,108.57945129339275 +FSU,2045,mfh_sr11_std,urban,21.81020494256951 +FSU,2045,mfh_sr12_low,rural,14.85003651713488 +FSU,2045,mfh_sr12_low,urban,1.4513796295332027 +FSU,2045,mfh_sr21_std,rural,64.01093857827003 +FSU,2045,mfh_sr21_std,urban,42.2821959490638 +FSU,2045,mfh_sr22_low,rural,8.643502020295612 +FSU,2045,mfh_sr22_low,urban,2.677319836300028 +FSU,2045,mfh_sr31_std,rural,50.934573100173296 +FSU,2045,mfh_sr31_std,urban,36.52168194778593 +FSU,2045,mfh_sr32_low,rural,3.709896187935557 +FSU,2045,mfh_sr32_low,urban,0.9760544804969908 +FSU,2045,sfh_s1,rural,427.66042530549885 +FSU,2045,sfh_s1,urban,220.06166916149934 +FSU,2045,sfh_s2,rural,331.6749046760465 +FSU,2045,sfh_s2,urban,615.2685283547523 +FSU,2045,sfh_s3,rural,248.62417426045053 +FSU,2045,sfh_s3,urban,448.3231784446676 +FSU,2045,sfh_s51_std,rural,86.56939081470766 +FSU,2045,sfh_s51_std,urban,709.6930791740937 +FSU,2045,sfh_s52_low,rural,37.22478491910671 +FSU,2045,sfh_s52_low,urban,19.59024210189146 +FSU,2045,sfh_sr11_std,rural,253.44641318048107 +FSU,2045,sfh_sr11_std,urban,7.733793235574051 +FSU,2045,sfh_sr12_low,rural,230.50726113013792 +FSU,2045,sfh_sr12_low,urban,4.4739656213169345 +FSU,2045,sfh_sr21_std,rural,195.28105192570843 +FSU,2045,sfh_sr21_std,urban,22.139255473126653 +FSU,2045,sfh_sr22_low,rural,180.20349575716486 +FSU,2045,sfh_sr22_low,urban,11.961425004948955 +FSU,2045,sfh_sr31_std,rural,193.53998447043455 +FSU,2045,sfh_sr31_std,urban,19.920593491496142 +FSU,2045,sfh_sr32_low,rural,93.42717240297992 +FSU,2045,sfh_sr32_low,urban,5.4917594082096395 +FSU,2050,mfh_s1,rural,109.93738403222986 +FSU,2050,mfh_s1,urban,509.6719766682672 +FSU,2050,mfh_s2,rural,63.17042769714033 +FSU,2050,mfh_s2,urban,955.6441173375785 +FSU,2050,mfh_s3,rural,52.067831996603374 +FSU,2050,mfh_s3,urban,838.5195697228967 +FSU,2050,mfh_s51_std,rural,34.78564839652958 +FSU,2050,mfh_s51_std,urban,1780.7178241494037 +FSU,2050,mfh_s52_low,rural,2.4190689366451346 +FSU,2050,mfh_s52_low,urban,8.11771327975354 +FSU,2050,mfh_sr11_std,rural,121.5866607635645 +FSU,2050,mfh_sr11_std,urban,26.04187042134819 +FSU,2050,mfh_sr12_low,rural,16.83078679459654 +FSU,2050,mfh_sr12_low,urban,1.7142617967180196 +FSU,2050,mfh_sr21_std,rural,70.03421355519028 +FSU,2050,mfh_sr21_std,urban,48.36945893637848 +FSU,2050,mfh_sr22_low,rural,9.520170362111088 +FSU,2050,mfh_sr22_low,urban,3.0246498388937164 +FSU,2050,mfh_sr31_std,rural,53.75763981009192 +FSU,2050,mfh_sr31_std,urban,40.10649552317656 +FSU,2050,mfh_sr32_low,rural,3.8933474703003044 +FSU,2050,mfh_sr32_low,urban,1.0582202569825396 +FSU,2050,sfh_s1,rural,373.6926354206827 +FSU,2050,sfh_s1,urban,224.1471413288273 +FSU,2050,sfh_s2,rural,283.9157913958972 +FSU,2050,sfh_s2,urban,604.9793691490305 +FSU,2050,sfh_s3,rural,211.1486047325086 +FSU,2050,sfh_s3,urban,444.5947734865981 +FSU,2050,sfh_s51_std,rural,88.57967914770398 +FSU,2050,sfh_s51_std,urban,846.4471512361112 +FSU,2050,sfh_s52_low,rural,38.850472145895395 +FSU,2050,sfh_s52_low,urban,25.091063694646227 +FSU,2050,sfh_sr11_std,rural,277.96574773964835 +FSU,2050,sfh_sr11_std,urban,8.747547815539646 +FSU,2050,sfh_sr12_low,rural,255.36989561392593 +FSU,2050,sfh_sr12_low,urban,5.107889494904464 +FSU,2050,sfh_sr21_std,rural,210.15824981718404 +FSU,2050,sfh_sr21_std,urban,24.18026666657394 +FSU,2050,sfh_sr22_low,rural,195.37519000093906 +FSU,2050,sfh_sr22_low,urban,13.183186612554415 +FSU,2050,sfh_sr31_std,rural,207.54704811351647 +FSU,2050,sfh_sr31_std,urban,21.973185752472116 +FSU,2050,sfh_sr32_low,rural,100.88822429891383 +FSU,2050,sfh_sr32_low,urban,6.116345125757512 +FSU,2055,mfh_s1,rural,96.7512806470979 +FSU,2055,mfh_s1,urban,529.535037743583 +FSU,2055,mfh_s2,rural,54.74333450276183 +FSU,2055,mfh_s2,urban,958.2818860192964 +FSU,2055,mfh_s3,rural,42.38755582311775 +FSU,2055,mfh_s3,urban,794.4482980585495 +FSU,2055,mfh_s51_std,rural,33.66404041870511 +FSU,2055,mfh_s51_std,urban,2026.9163119637105 +FSU,2055,mfh_s52_low,rural,2.3902787549469124 +FSU,2055,mfh_s52_low,urban,10.18915918531623 +FSU,2055,mfh_sr11_std,rural,132.60295285890473 +FSU,2055,mfh_sr11_std,urban,30.14201493940934 +FSU,2055,mfh_sr12_low,rural,18.643578262934394 +FSU,2055,mfh_sr12_low,urban,1.9956261087316214 +FSU,2055,mfh_sr21_std,rural,75.1876433756509 +FSU,2055,mfh_sr21_std,urban,54.16877182524457 +FSU,2055,mfh_sr22_low,rural,10.32324795110105 +FSU,2055,mfh_sr22_low,urban,3.3984102143630914 +FSU,2055,mfh_sr31_std,rural,55.096849558417055 +FSU,2055,mfh_sr31_std,urban,43.0264510613199 +FSU,2055,mfh_sr32_low,rural,4.001230698461097 +FSU,2055,mfh_sr32_low,urban,1.1341372600328674 +FSU,2055,sfh_s1,rural,326.135012013705 +FSU,2055,sfh_s1,urban,228.33929651674137 +FSU,2055,sfh_s2,rural,242.42330235479068 +FSU,2055,sfh_s2,urban,594.1037637519863 +FSU,2055,sfh_s3,rural,176.98272479202367 +FSU,2055,sfh_s3,urban,435.8258721189886 +FSU,2055,sfh_s51_std,rural,88.6012356551295 +FSU,2055,sfh_s51_std,urban,976.7502760848002 +FSU,2055,sfh_s52_low,rural,39.326556296673346 +FSU,2055,sfh_s52_low,urban,30.964333380452292 +FSU,2055,sfh_sr11_std,rural,296.3089646966016 +FSU,2055,sfh_sr11_std,urban,9.659575129559773 +FSU,2055,sfh_sr12_low,rural,276.51632099753914 +FSU,2055,sfh_sr12_low,urban,5.725515597199894 +FSU,2055,sfh_sr21_std,rural,219.52617115305742 +FSU,2055,sfh_sr21_std,urban,25.752498015892893 +FSU,2055,sfh_sr22_low,rural,206.74452815145136 +FSU,2055,sfh_sr22_low,urban,14.250006351872372 +FSU,2055,sfh_sr31_std,rural,214.4486523600695 +FSU,2055,sfh_sr31_std,urban,23.438982111092823 +FSU,2055,sfh_sr32_low,rural,105.55701524713119 +FSU,2055,sfh_sr32_low,urban,6.616091472252926 +FSU,2060,mfh_s1,rural,84.7184081046301 +FSU,2060,mfh_s1,urban,548.0315545744241 +FSU,2060,mfh_s2,rural,47.494207836341324 +FSU,2060,mfh_s2,urban,965.3057088242688 +FSU,2060,mfh_s3,rural,34.44874824826571 +FSU,2060,mfh_s3,urban,750.4720907510866 +FSU,2060,mfh_s51_std,rural,31.78252326413003 +FSU,2060,mfh_s51_std,urban,2246.748734196087 +FSU,2060,mfh_s52_low,rural,2.297629910792294 +FSU,2060,mfh_s52_low,urban,12.65313034342741 +FSU,2060,mfh_sr11_std,rural,140.48390623580838 +FSU,2060,mfh_sr11_std,urban,33.9454063512455 +FSU,2060,mfh_sr12_low,rural,20.318489058317315 +FSU,2060,mfh_sr12_low,urban,2.3064310331171947 +FSU,2060,mfh_sr21_std,rural,78.92426398389213 +FSU,2060,mfh_sr21_std,urban,59.488225622851836 +FSU,2060,mfh_sr22_low,rural,11.084698451621874 +FSU,2060,mfh_sr22_low,urban,3.822760171055706 +FSU,2060,mfh_sr31_std,rural,54.95999340993966 +FSU,2060,mfh_sr31_std,urban,45.22191326298465 +FSU,2060,mfh_sr32_low,rural,4.072586494647651 +FSU,2060,mfh_sr32_low,urban,1.214177889068708 +FSU,2060,sfh_s1,rural,284.46857905717644 +FSU,2060,sfh_s1,urban,232.60509238374138 +FSU,2060,sfh_s2,rural,206.88272216349165 +FSU,2060,sfh_s2,urban,583.5966803667976 +FSU,2060,sfh_s3,rural,147.12946249547477 +FSU,2060,sfh_s3,urban,423.20022754719565 +FSU,2060,sfh_s51_std,rural,87.02314674897063 +FSU,2060,sfh_s51_std,urban,1098.5106728287358 +FSU,2060,sfh_s52_low,rural,39.09253885943254 +FSU,2060,sfh_s52_low,urban,37.353922250323315 +FSU,2060,sfh_sr11_std,rural,308.3619023537606 +FSU,2060,sfh_sr11_std,urban,10.450755820197442 +FSU,2060,sfh_sr12_low,rural,294.60670180911376 +FSU,2060,sfh_sr12_low,urban,6.345796192177611 +FSU,2060,sfh_sr21_std,rural,223.79941130487987 +FSU,2060,sfh_sr21_std,urban,26.880260297874134 +FSU,2060,sfh_sr22_low,rural,215.23786507738825 +FSU,2060,sfh_sr22_low,urban,15.238841541920063 +FSU,2060,sfh_sr31_std,rural,214.58422922737873 +FSU,2060,sfh_sr31_std,urban,24.26669163873303 +FSU,2060,sfh_sr32_low,rural,107.97215494501825 +FSU,2060,sfh_sr32_low,urban,7.0172514769544625 +FSU,2070,mfh_s1,rural,62.8315669856169 +FSU,2070,mfh_s1,urban,580.0631859830467 +FSU,2070,mfh_s2,rural,35.199688858999444 +FSU,2070,mfh_s2,urban,987.6161460109109 +FSU,2070,mfh_s3,rural,22.47651163479712 +FSU,2070,mfh_s3,urban,671.3496270463332 +FSU,2070,mfh_s51_std,rural,26.660899897876885 +FSU,2070,mfh_s51_std,urban,2589.95735830379 +FSU,2070,mfh_s52_low,rural,1.9725572260731954 +FSU,2070,mfh_s52_low,urban,16.14682396778975 +FSU,2070,mfh_sr11_std,rural,150.06885649294284 +FSU,2070,mfh_sr11_std,urban,41.18811061297726 +FSU,2070,mfh_sr12_low,rural,21.812771053758684 +FSU,2070,mfh_sr12_low,urban,2.7664328282268356 +FSU,2070,mfh_sr21_std,rural,84.21564527722633 +FSU,2070,mfh_sr21_std,urban,69.93801750588808 +FSU,2070,mfh_sr22_low,rural,11.828344429686048 +FSU,2070,mfh_sr22_low,urban,4.431088221032181 +FSU,2070,mfh_sr31_std,rural,52.894222563804405 +FSU,2070,mfh_sr31_std,urban,47.62858643321341 +FSU,2070,mfh_sr32_low,rural,3.861072106976255 +FSU,2070,mfh_sr32_low,urban,1.2365163306739446 +FSU,2070,sfh_s1,rural,211.1974247059989 +FSU,2070,sfh_s1,urban,240.9583276862979 +FSU,2070,sfh_s2,rural,148.072432048151 +FSU,2070,sfh_s2,urban,564.5440513893349 +FSU,2070,sfh_s3,rural,97.64994743040789 +FSU,2070,sfh_s3,urban,389.03683688364026 +FSU,2070,sfh_s51_std,rural,80.20088001530823 +FSU,2070,sfh_s51_std,urban,1307.5064538669783 +FSU,2070,sfh_s52_low,rural,36.85832869314327 +FSU,2070,sfh_s52_low,urban,47.54807495553716 +FSU,2070,sfh_sr11_std,rural,326.9065086880346 +FSU,2070,sfh_sr11_std,urban,12.065929680403062 +FSU,2070,sfh_sr12_low,rural,314.8324064390858 +FSU,2070,sfh_sr12_low,urban,7.369528167245095 +FSU,2070,sfh_sr21_std,rural,229.31095108991016 +FSU,2070,sfh_sr21_std,urban,28.989126840357905 +FSU,2070,sfh_sr22_low,rural,221.23889704944202 +FSU,2070,sfh_sr22_low,urban,16.530459850441463 +FSU,2070,sfh_sr31_std,rural,205.8194114813454 +FSU,2070,sfh_sr31_std,urban,24.86760132440808 +FSU,2070,sfh_sr32_low,rural,103.767259122161 +FSU,2070,sfh_sr32_low,urban,7.221943620908363 +FSU,2080,mfh_s1,rural,45.92363725822623 +FSU,2080,mfh_s1,urban,606.0872862628339 +FSU,2080,mfh_s2,rural,26.040580795675613 +FSU,2080,mfh_s2,urban,1016.211010404931 +FSU,2080,mfh_s3,rural,15.192390101158022 +FSU,2080,mfh_s3,urban,621.8958442711356 +FSU,2080,mfh_s51_std,rural,21.36573123882152 +FSU,2080,mfh_s51_std,urban,2788.2618764629633 +FSU,2080,mfh_s52_low,rural,1.5748318770567895 +FSU,2080,mfh_s52_low,urban,18.68908669322149 +FSU,2080,mfh_sr11_std,rural,149.63500052973225 +FSU,2080,mfh_sr11_std,urban,47.100198325317784 +FSU,2080,mfh_sr12_low,rural,21.895782209633932 +FSU,2080,mfh_sr12_low,urban,3.154217914100405 +FSU,2080,mfh_sr21_std,rural,85.06021365462261 +FSU,2080,mfh_sr21_std,urban,78.88055618832756 +FSU,2080,mfh_sr22_low,rural,11.991549519073772 +FSU,2080,mfh_sr22_low,urban,4.974327542806918 +FSU,2080,mfh_sr31_std,rural,49.44560277511999 +FSU,2080,mfh_sr31_std,urban,49.01251695856461 +FSU,2080,mfh_sr32_low,rural,3.5877048911205103 +FSU,2080,mfh_sr32_low,urban,1.2512438682973779 +FSU,2080,sfh_s1,rural,155.51755043429068 +FSU,2080,sfh_s1,urban,248.90852884535494 +FSU,2080,sfh_s2,rural,106.66439441594854 +FSU,2080,sfh_s2,urban,552.6998793759172 +FSU,2080,sfh_s3,rural,64.48819689088819 +FSU,2080,sfh_s3,urban,353.73278557061303 +FSU,2080,sfh_s51_std,rural,69.98820389401436 +FSU,2080,sfh_s51_std,urban,1452.568751981421 +FSU,2080,sfh_s52_low,rural,32.676567516399125 +FSU,2080,sfh_s52_low,urban,55.50689154990521 +FSU,2080,sfh_sr11_std,rural,327.72117168733996 +FSU,2080,sfh_sr11_std,urban,13.406866123709523 +FSU,2080,sfh_sr12_low,rural,318.2660548894298 +FSU,2080,sfh_sr12_low,urban,8.238992131971457 +FSU,2080,sfh_sr21_std,rural,225.4308896353983 +FSU,2080,sfh_sr21_std,urban,30.5325356593268 +FSU,2080,sfh_sr22_low,rural,218.50463124528443 +FSU,2080,sfh_sr22_low,urban,17.51972244054885 +FSU,2080,sfh_sr31_std,rural,186.63296869842532 +FSU,2080,sfh_sr31_std,urban,24.287679011216763 +FSU,2080,sfh_sr32_low,rural,94.36741086561825 +FSU,2080,sfh_sr32_low,urban,7.089236284920431 +FSU,2090,mfh_s1,rural,33.264266346581394 +FSU,2090,mfh_s1,urban,626.575129376696 +FSU,2090,mfh_s2,rural,19.207883257868932 +FSU,2090,mfh_s2,urban,1044.3399668248633 +FSU,2090,mfh_s3,rural,10.572794811561119 +FSU,2090,mfh_s3,urban,598.0527437717188 +FSU,2090,mfh_s51_std,rural,17.07065138657376 +FSU,2090,mfh_s51_std,urban,2861.3648429461205 +FSU,2090,mfh_s52_low,rural,1.2252362735027433 +FSU,2090,mfh_s52_low,urban,20.174564205431526 +FSU,2090,mfh_sr11_std,rural,142.54525962372722 +FSU,2090,mfh_sr11_std,urban,51.900830677620064 +FSU,2090,mfh_sr12_low,rural,20.97548293687916 +FSU,2090,mfh_sr12_low,urban,3.4773452946049384 +FSU,2090,mfh_sr21_std,rural,82.58738457486132 +FSU,2090,mfh_sr21_std,urban,86.51126600864109 +FSU,2090,mfh_sr22_low,rural,11.690598196994808 +FSU,2090,mfh_sr22_low,urban,5.45083132749532 +FSU,2090,mfh_sr31_std,rural,45.83629971736248 +FSU,2090,mfh_sr31_std,urban,50.68597694649339 +FSU,2090,mfh_sr32_low,rural,3.317805756957206 +FSU,2090,mfh_sr32_low,urban,1.2830274380778446 +FSU,2090,sfh_s1,rural,113.30003244391001 +FSU,2090,sfh_s1,urban,255.97476931053214 +FSU,2090,sfh_s2,rural,77.1910205880044 +FSU,2090,sfh_s2,urban,547.5041338734814 +FSU,2090,sfh_s3,rural,42.94897345893056 +FSU,2090,sfh_s3,urban,323.39834839791 +FSU,2090,sfh_s51_std,rural,58.86075905390416 +FSU,2090,sfh_s51_std,urban,1533.2736209070576 +FSU,2090,sfh_s52_low,rural,27.628149230869262 +FSU,2090,sfh_s52_low,urban,60.8066729045281 +FSU,2090,sfh_sr11_std,rural,315.57237014042136 +FSU,2090,sfh_sr11_std,urban,14.514779894572293 +FSU,2090,sfh_sr12_low,rural,308.59746644911365 +FSU,2090,sfh_sr12_low,urban,8.969898597777716 +FSU,2090,sfh_sr21_std,rural,216.12941278598404 +FSU,2090,sfh_sr21_std,urban,31.844369108160148 +FSU,2090,sfh_sr22_low,rural,210.39713165817957 +FSU,2090,sfh_sr22_low,urban,18.377364546011428 +FSU,2090,sfh_sr31_std,rural,164.9852562721716 +FSU,2090,sfh_sr31_std,urban,23.333929893391762 +FSU,2090,sfh_sr32_low,rural,83.5872723570143 +FSU,2090,sfh_sr32_low,urban,6.84651110021277 +FSU,2100,mfh_s1,rural,24.02071480087429 +FSU,2100,mfh_s1,urban,642.4657358061532 +FSU,2100,mfh_s2,rural,14.180596662712786 +FSU,2100,mfh_s2,urban,1068.7448102473747 +FSU,2100,mfh_s3,rural,7.543871543322083 +FSU,2100,mfh_s3,urban,591.010287467808 +FSU,2100,mfh_s51_std,rural,14.050105460707963 +FSU,2100,mfh_s51_std,urban,2843.13440515593 +FSU,2100,mfh_s52_low,rural,0.9727566604534957 +FSU,2100,mfh_s52_low,urban,21.026002098932775 +FSU,2100,mfh_sr11_std,rural,131.8812152708701 +FSU,2100,mfh_sr11_std,urban,55.725164120804074 +FSU,2100,mfh_sr12_low,rural,19.575808134297244 +FSU,2100,mfh_sr12_low,urban,3.767034488979341 +FSU,2100,mfh_sr21_std,rural,78.14668589770588 +FSU,2100,mfh_sr21_std,urban,92.7954554179146 +FSU,2100,mfh_sr22_low,rural,11.148363226852434 +FSU,2100,mfh_sr22_low,urban,5.893216362504935 +FSU,2100,mfh_sr31_std,rural,42.3224781227262 +FSU,2100,mfh_sr31_std,urban,52.7708696416663 +FSU,2100,mfh_sr32_low,rural,3.077764360867434 +FSU,2100,mfh_sr32_low,urban,1.3408836917698874 +FSU,2100,sfh_s1,rural,81.89128993472288 +FSU,2100,sfh_s1,urban,261.9241408481145 +FSU,2100,sfh_s2,rural,56.210831488347964 +FSU,2100,sfh_s2,urban,547.2234754646172 +FSU,2100,sfh_s3,rural,29.17599584688422 +FSU,2100,sfh_s3,urban,300.5823333605819 +FSU,2100,sfh_s51_std,rural,48.82632949018494 +FSU,2100,sfh_s51_std,urban,1560.0315036446939 +FSU,2100,sfh_s52_low,rural,22.785661868319792 +FSU,2100,sfh_s52_low,urban,63.99671783833603 +FSU,2100,sfh_sr11_std,rural,294.78493974257964 +FSU,2100,sfh_sr11_std,urban,15.40089660766552 +FSU,2100,sfh_sr12_low,rural,290.8062837663819 +FSU,2100,sfh_sr12_low,urban,9.599174550250252 +FSU,2100,sfh_sr21_std,rural,203.740349171076 +FSU,2100,sfh_sr21_std,urban,33.007673268822906 +FSU,2100,sfh_sr22_low,rural,199.77840480742998 +FSU,2100,sfh_sr22_low,urban,19.215067973027182 +FSU,2100,sfh_sr31_std,rural,144.92527746857115 +FSU,2100,sfh_sr31_std,urban,22.45552516847259 +FSU,2100,sfh_sr32_low,rural,73.74441956079833 +FSU,2100,sfh_sr32_low,urban,6.645276986285618 +LAM,2020,inf_ns,urban,1114.9128393791923 +LAM,2020,mfh_s1,rural,4.87637753325178 +LAM,2020,mfh_s1,urban,29.172918931002584 +LAM,2020,mfh_s2,rural,7.984313996270302 +LAM,2020,mfh_s2,urban,240.10033519368665 +LAM,2020,mfh_s3,rural,4.895313230669059 +LAM,2020,mfh_s3,urban,409.30228245237856 +LAM,2020,mfh_s51_std,rural,0.2646349540421449 +LAM,2020,mfh_s51_std,urban,80.645526807952 +LAM,2020,mfh_sr11_std,rural,0.0022370388823611353 +LAM,2020,mfh_sr11_std,urban,0.0011720963752359 +LAM,2020,mfh_sr21_std,rural,0.0031631508001036604 +LAM,2020,mfh_sr21_std,urban,0.0046218151336742 +LAM,2020,mfh_sr31_std,rural,0.0021511384530715602 +LAM,2020,mfh_sr31_std,urban,0.0049234753069635 +LAM,2020,sfh_s1,rural,865.1938357297054 +LAM,2020,sfh_s1,urban,371.5791425999708 +LAM,2020,sfh_s2,rural,1416.3958008681955 +LAM,2020,sfh_s2,urban,3063.6835438149906 +LAM,2020,sfh_s3,rural,867.5037344276473 +LAM,2020,sfh_s3,urban,5226.210158448481 +LAM,2020,sfh_s51_std,rural,47.194151614095816 +LAM,2020,sfh_s51_std,urban,1037.9663444972307 +LAM,2020,sfh_s52_low,rural,9.532099296264353e-06 +LAM,2020,sfh_sr11_std,rural,4.827823711109339 +LAM,2020,sfh_sr11_std,urban,3.907362581482555 +LAM,2020,sfh_sr12_low,rural,0.015926795211471 +LAM,2020,sfh_sr12_low,urban,0.0047932456301908 +LAM,2020,sfh_sr21_std,rural,8.055069232936841 +LAM,2020,sfh_sr21_std,urban,26.62974593822979 +LAM,2020,sfh_sr22_low,rural,0.0120057168440893 +LAM,2020,sfh_sr22_low,urban,0.0082542237491953 +LAM,2020,sfh_sr31_std,rural,5.888197612279231 +LAM,2020,sfh_sr31_std,urban,41.86085901673383 +LAM,2020,sfh_sr32_low,rural,0.0072741033839295 +LAM,2020,sfh_sr32_low,urban,0.0037953569798383 +LAM,2025,inf_ns,urban,1159.9485919830888 +LAM,2025,mfh_s1,rural,5.1418144024005725 +LAM,2025,mfh_s1,urban,30.554211781651276 +LAM,2025,mfh_s2,rural,8.29463977499548 +LAM,2025,mfh_s2,urban,247.91367086029587 +LAM,2025,mfh_s3,rural,5.199533502169205 +LAM,2025,mfh_s3,urban,434.48009786493265 +LAM,2025,mfh_s51_std,rural,0.5224130377447449 +LAM,2025,mfh_s51_std,urban,174.27900809915735 +LAM,2025,mfh_sr11_std,rural,0.004711078868185163 +LAM,2025,mfh_sr11_std,urban,0.0160718112848163 +LAM,2025,mfh_sr21_std,rural,0.006304617442031312 +LAM,2025,mfh_sr21_std,urban,0.089784639641029 +LAM,2025,mfh_sr31_std,rural,0.00437908249673017 +LAM,2025,mfh_sr31_std,urban,0.1416757915699426 +LAM,2025,sfh_s1,rural,907.4286571770065 +LAM,2025,sfh_s1,urban,385.30875400413373 +LAM,2025,sfh_s2,rural,1463.7973713384672 +LAM,2025,sfh_s2,urban,3134.471723215362 +LAM,2025,sfh_s3,rural,915.6422128910026 +LAM,2025,sfh_s3,urban,5498.779131318877 +LAM,2025,sfh_s51_std,rural,93.16516466428376 +LAM,2025,sfh_s51_std,urban,2243.084783969684 +LAM,2025,sfh_s52_low,rural,0.0002061860689609419 +LAM,2025,sfh_s52_low,urban,0.0115214968494755 +LAM,2025,sfh_sr11_std,rural,10.341395538369843 +LAM,2025,sfh_sr11_std,urban,8.129991358618108 +LAM,2025,sfh_sr12_low,rural,0.0459673485368594 +LAM,2025,sfh_sr12_low,urban,0.0131302409158397 +LAM,2025,sfh_sr21_std,rural,16.533431567719006 +LAM,2025,sfh_sr21_std,urban,57.42515028665287 +LAM,2025,sfh_sr22_low,rural,0.0348822012057219 +LAM,2025,sfh_sr22_low,urban,0.0380059393900859 +LAM,2025,sfh_sr31_std,rural,12.389174199802952 +LAM,2025,sfh_sr31_std,urban,94.9280288148662 +LAM,2025,sfh_sr32_low,rural,0.0188813162726967 +LAM,2025,sfh_sr32_low,urban,0.0313033714373112 +LAM,2030,inf_ns,urban,1177.7046620466149 +LAM,2030,mfh_s1,rural,5.3876794281454705 +LAM,2030,mfh_s1,urban,31.763682859910787 +LAM,2030,mfh_s2,rural,8.528326301295023 +LAM,2030,mfh_s2,urban,252.69302912975564 +LAM,2030,mfh_s3,rural,5.422429084549437 +LAM,2030,mfh_s3,urban,451.77330629587584 +LAM,2030,mfh_s51_std,rural,0.7346613975769791 +LAM,2030,mfh_s51_std,urban,286.5947023180954 +LAM,2030,mfh_s52_low,rural,1.724927909717601e-05 +LAM,2030,mfh_s52_low,urban,0.0174974813601089 +LAM,2030,mfh_sr11_std,rural,0.0078041758986039465 +LAM,2030,mfh_sr11_std,urban,0.0350355087217379 +LAM,2030,mfh_sr12_low,rural,5.357170827757295e-08 +LAM,2030,mfh_sr21_std,rural,0.010142599412882045 +LAM,2030,mfh_sr21_std,urban,0.1973254286706988 +LAM,2030,mfh_sr22_low,rural,4.8469640822566e-08 +LAM,2030,mfh_sr31_std,rural,0.007064738804962082 +LAM,2030,mfh_sr31_std,urban,0.3171244838496284 +LAM,2030,mfh_sr32_low,rural,3.061240473004168e-08 +LAM,2030,sfh_s1,rural,945.7729586484327 +LAM,2030,sfh_s1,urban,396.7240737292734 +LAM,2030,sfh_s2,rural,1496.8063866596322 +LAM,2030,sfh_s2,urban,3166.7077947869884 +LAM,2030,sfh_s3,rural,948.5931284899611 +LAM,2030,sfh_s3,urban,5668.7193867748665 +LAM,2030,sfh_s51_std,rural,130.9935459172569 +LAM,2030,sfh_s51_std,urban,3684.4167178833495 +LAM,2030,sfh_s52_low,rural,0.0267803868850671 +LAM,2030,sfh_s52_low,urban,4.494998548707775 +LAM,2030,sfh_sr11_std,rural,16.23500944190846 +LAM,2030,sfh_sr11_std,urban,12.477451678076 +LAM,2030,sfh_sr12_low,rural,0.20651056903510442 +LAM,2030,sfh_sr12_low,urban,0.0607968182539975 +LAM,2030,sfh_sr21_std,rural,25.73621423404189 +LAM,2030,sfh_sr21_std,urban,87.90323411625535 +LAM,2030,sfh_sr22_low,rural,0.182508623131644 +LAM,2030,sfh_sr22_low,urban,0.2206755477735271 +LAM,2030,sfh_sr31_std,rural,19.59223212675879 +LAM,2030,sfh_sr31_std,urban,149.61177523893392 +LAM,2030,sfh_sr32_low,rural,0.09440553224933755 +LAM,2030,sfh_sr32_low,urban,0.2377444336573405 +LAM,2035,inf_ns,urban,1179.7604600616194 +LAM,2035,mfh_s1,rural,5.596931534977209 +LAM,2035,mfh_s1,urban,32.72274790258837 +LAM,2035,mfh_s2,rural,8.674603077517828 +LAM,2035,mfh_s2,urban,254.86596342281 +LAM,2035,mfh_s3,rural,5.549459905654598 +LAM,2035,mfh_s3,urban,461.2150279614001 +LAM,2035,mfh_s51_std,rural,0.9030252715293201 +LAM,2035,mfh_s51_std,urban,410.49537374478416 +LAM,2035,mfh_s52_low,rural,2.9618414496155972e-05 +LAM,2035,mfh_s52_low,urban,0.037986622499899 +LAM,2035,mfh_sr11_std,rural,0.020601818431371478 +LAM,2035,mfh_sr11_std,urban,0.1454854158908981 +LAM,2035,mfh_sr12_low,rural,1.965136424343917e-07 +LAM,2035,mfh_sr21_std,rural,0.02335075499045494 +LAM,2035,mfh_sr21_std,urban,0.3196912714642106 +LAM,2035,mfh_sr22_low,rural,1.6606786684596488e-07 +LAM,2035,mfh_sr31_std,rural,0.0147093863891123 +LAM,2035,mfh_sr31_std,urban,0.5070946418320768 +LAM,2035,mfh_sr32_low,rural,8.026613564221634e-08 +LAM,2035,sfh_s1,rural,979.0426271426394 +LAM,2035,sfh_s1,urban,405.72431610300237 +LAM,2035,sfh_s2,rural,1516.1024475820566 +LAM,2035,sfh_s2,urban,3164.67157320266 +LAM,2035,sfh_s3,rural,965.4169666744972 +LAM,2035,sfh_s3,urban,5735.551885299035 +LAM,2035,sfh_s51_std,rural,161.0073209858261 +LAM,2035,sfh_s51_std,urban,5271.630984831059 +LAM,2035,sfh_s52_low,rural,0.0407402715527721 +LAM,2035,sfh_s52_low,urban,12.217997149814973 +LAM,2035,sfh_sr11_std,rural,22.248288739442774 +LAM,2035,sfh_sr11_std,urban,17.13937545487447 +LAM,2035,sfh_sr12_low,rural,0.5232826662265586 +LAM,2035,sfh_sr12_low,urban,0.1637339930826477 +LAM,2035,sfh_sr21_std,rural,34.572884470308594 +LAM,2035,sfh_sr21_std,urban,119.08755640531297 +LAM,2035,sfh_sr22_low,rural,0.49187373235900755 +LAM,2035,sfh_sr22_low,urban,0.6143892788996814 +LAM,2035,sfh_sr31_std,rural,26.61292478750412 +LAM,2035,sfh_sr31_std,urban,206.2877345603053 +LAM,2035,sfh_sr32_low,rural,0.2675041916708365 +LAM,2035,sfh_sr32_low,urban,0.6951066626481506 +LAM,2040,inf_ns,urban,1156.4676785678903 +LAM,2040,mfh_s1,rural,5.762655610006089 +LAM,2040,mfh_s1,urban,33.53499821953708 +LAM,2040,mfh_s2,rural,8.733033115953702 +LAM,2040,mfh_s2,urban,254.3103944516945 +LAM,2040,mfh_s3,rural,5.576027243431547 +LAM,2040,mfh_s3,urban,463.07929749770756 +LAM,2040,mfh_s51_std,rural,1.042152147036198 +LAM,2040,mfh_s51_std,urban,542.538945828162 +LAM,2040,mfh_s52_low,rural,4.071155292852369e-05 +LAM,2040,mfh_s52_low,urban,0.0617912503896486 +LAM,2040,mfh_sr11_std,rural,0.041983347049155934 +LAM,2040,mfh_sr11_std,urban,0.2596093600717611 +LAM,2040,mfh_sr12_low,rural,4.461957985793205e-07 +LAM,2040,mfh_sr12_low,urban,3.9823667667450796e-07 +LAM,2040,mfh_sr21_std,rural,0.04517631396659115 +LAM,2040,mfh_sr21_std,urban,1.102660341778362 +LAM,2040,mfh_sr22_low,rural,3.6885519349223844e-07 +LAM,2040,mfh_sr31_std,rural,0.025986289804260244 +LAM,2040,mfh_sr31_std,urban,1.1087244201763655 +LAM,2040,mfh_sr32_low,rural,1.4873193285977354e-07 +LAM,2040,sfh_s1,rural,1005.5396181796302 +LAM,2040,sfh_s1,urban,412.68684408504686 +LAM,2040,sfh_s2,rural,1520.794694970098 +LAM,2040,sfh_s2,urban,3136.7229311400597 +LAM,2040,sfh_s3,rural,964.6935128051236 +LAM,2040,sfh_s3,urban,5712.0009008259685 +LAM,2040,sfh_s51_std,rural,185.80314954884346 +LAM,2040,sfh_s51_std,urban,6958.4685112463185 +LAM,2040,sfh_s52_low,rural,0.0583581691623997 +LAM,2040,sfh_s52_low,urban,25.16321737185937 +LAM,2040,sfh_sr11_std,rural,28.639208673246223 +LAM,2040,sfh_sr11_std,urban,21.94977753991653 +LAM,2040,sfh_sr12_low,rural,1.0032691357684755 +LAM,2040,sfh_sr12_low,urban,0.3136502894941611 +LAM,2040,sfh_sr21_std,rural,43.73698225196828 +LAM,2040,sfh_sr21_std,urban,149.38439650480834 +LAM,2040,sfh_sr22_low,rural,0.948111454867876 +LAM,2040,sfh_sr22_low,urban,1.1932440512695532 +LAM,2040,sfh_sr31_std,rural,33.829783935361284 +LAM,2040,sfh_sr31_std,urban,260.8685915874189 +LAM,2040,sfh_sr32_low,rural,0.523142394750215 +LAM,2040,sfh_sr32_low,urban,1.4044340197246388 +LAM,2045,inf_ns,urban,1101.165746037718 +LAM,2045,mfh_s1,rural,5.880292428901688 +LAM,2045,mfh_s1,urban,34.13005314812122 +LAM,2045,mfh_s2,rural,8.70164637383834 +LAM,2045,mfh_s2,urban,252.10192169991703 +LAM,2045,mfh_s3,rural,5.499125865088814 +LAM,2045,mfh_s3,urban,458.0482764851181 +LAM,2045,mfh_s51_std,rural,1.1598873365143585 +LAM,2045,mfh_s51_std,urban,678.1553117918016 +LAM,2045,mfh_s52_low,rural,5.124784349059193e-05 +LAM,2045,mfh_s52_low,urban,0.08840038430154071 +LAM,2045,mfh_sr11_std,rural,0.0670368684585177 +LAM,2045,mfh_sr11_std,urban,0.4658397817065492 +LAM,2045,mfh_sr12_low,rural,7.670666705343135e-07 +LAM,2045,mfh_sr12_low,urban,8.434395965898877e-07 +LAM,2045,mfh_sr21_std,rural,0.0775287618988403 +LAM,2045,mfh_sr21_std,urban,2.007673981516336 +LAM,2045,mfh_sr22_low,rural,6.085818212503644e-07 +LAM,2045,mfh_sr22_low,urban,2.7537205416545314e-06 +LAM,2045,mfh_sr31_std,rural,0.050660562272015944 +LAM,2045,mfh_sr31_std,urban,2.5433651125670496 +LAM,2045,mfh_sr32_low,rural,2.282181829688867e-07 +LAM,2045,sfh_s1,rural,1023.5408690588927 +LAM,2045,sfh_s1,urban,417.53362344344964 +LAM,2045,sfh_s2,rural,1511.011292982595 +LAM,2045,sfh_s2,urban,3087.998291219111 +LAM,2045,sfh_s3,rural,947.9007736203496 +LAM,2045,sfh_s3,urban,5610.12231562868 +LAM,2045,sfh_s51_std,rural,206.7768139181174 +LAM,2045,sfh_s51_std,urban,8682.628957826884 +LAM,2045,sfh_s52_low,rural,0.0830540679869032 +LAM,2045,sfh_s52_low,urban,46.81094418490167 +LAM,2045,sfh_sr11_std,rural,35.54362124752948 +LAM,2045,sfh_sr11_std,urban,27.21627265575331 +LAM,2045,sfh_sr12_low,rural,1.5446304342918804 +LAM,2045,sfh_sr12_low,urban,0.5132917621290207 +LAM,2045,sfh_sr21_std,rural,53.13957569742499 +LAM,2045,sfh_sr21_std,urban,180.55058239281925 +LAM,2045,sfh_sr22_low,rural,1.5011839661301725 +LAM,2045,sfh_sr22_low,urban,1.9759787251987635 +LAM,2045,sfh_sr31_std,rural,40.9737032695087 +LAM,2045,sfh_sr31_std,urban,315.4462660663239 +LAM,2045,sfh_sr32_low,rural,0.8579432056404004 +LAM,2045,sfh_sr32_low,urban,2.420376247447473 +LAM,2050,inf_ns,urban,1010.2066969542947 +LAM,2050,mfh_s1,rural,5.945453641128905 +LAM,2050,mfh_s1,urban,34.58639542138137 +LAM,2050,mfh_s2,rural,8.595741140155601 +LAM,2050,mfh_s2,urban,248.53251880607513 +LAM,2050,mfh_s3,rural,5.343559163141312 +LAM,2050,mfh_s3,urban,447.6019123853821 +LAM,2050,mfh_s51_std,rural,1.2495297097714417 +LAM,2050,mfh_s51_std,urban,813.2125773264904 +LAM,2050,mfh_s52_low,rural,6.0408518277839816e-05 +LAM,2050,mfh_s52_low,urban,0.11715292739859509 +LAM,2050,mfh_sr11_std,rural,0.09531289191054423 +LAM,2050,mfh_sr11_std,urban,0.702301509333518 +LAM,2050,mfh_sr12_low,rural,1.3306085499273086e-06 +LAM,2050,mfh_sr12_low,urban,1.5973507398585607e-06 +LAM,2050,mfh_sr21_std,rural,0.11145447652183382 +LAM,2050,mfh_sr21_std,urban,3.2287101424507108 +LAM,2050,mfh_sr22_low,rural,1.0256075976769683e-06 +LAM,2050,mfh_sr22_low,urban,5.251597740119607e-06 +LAM,2050,mfh_sr31_std,rural,0.07625929731032817 +LAM,2050,mfh_sr31_std,urban,4.640363951225984 +LAM,2050,mfh_sr32_low,rural,3.820891050169099e-07 +LAM,2050,sfh_s1,rural,1031.7924474822237 +LAM,2050,sfh_s1,urban,420.8437053476825 +LAM,2050,sfh_s2,rural,1488.7263501004563 +LAM,2050,sfh_s2,urban,3026.9374129797866 +LAM,2050,sfh_s3,rural,918.0341440737858 +LAM,2050,sfh_s3,urban,5451.710672348293 +LAM,2050,sfh_s51_std,rural,222.73568575004154 +LAM,2050,sfh_s51_std,urban,10392.78233862282 +LAM,2050,sfh_s52_low,rural,0.1123047083779086 +LAM,2050,sfh_s52_low,urban,75.30012223649724 +LAM,2050,sfh_sr11_std,rural,43.3760764595492 +LAM,2050,sfh_sr11_std,urban,32.575755581481936 +LAM,2050,sfh_sr12_low,rural,2.124008962624828 +LAM,2050,sfh_sr12_low,urban,0.7604561137294731 +LAM,2050,sfh_sr21_std,rural,61.98063735100842 +LAM,2050,sfh_sr21_std,urban,210.40233102349615 +LAM,2050,sfh_sr22_low,rural,2.108517952653939 +LAM,2050,sfh_sr22_low,urban,2.9609728446048043 +LAM,2050,sfh_sr31_std,rural,47.28002461763962 +LAM,2050,sfh_sr31_std,urban,365.0873835896946 +LAM,2050,sfh_sr32_low,rural,1.2401825817678147 +LAM,2050,sfh_sr32_low,urban,3.732748707869658 +LAM,2055,inf_ns,urban,899.2955667718504 +LAM,2055,mfh_s1,rural,5.955619762183777 +LAM,2055,mfh_s1,urban,34.93445594413305 +LAM,2055,mfh_s2,rural,8.420814001497778 +LAM,2055,mfh_s2,urban,244.22879062289041 +LAM,2055,mfh_s3,rural,5.125856299070049 +LAM,2055,mfh_s3,urban,433.84266409805286 +LAM,2055,mfh_s51_std,rural,1.3092538382333005 +LAM,2055,mfh_s51_std,urban,939.2151615702054 +LAM,2055,mfh_s52_low,rural,6.771902653156592e-05 +LAM,2055,mfh_s52_low,urban,0.1462954001696366 +LAM,2055,mfh_sr11_std,rural,0.12655463067891753 +LAM,2055,mfh_sr11_std,urban,0.9584966947423228 +LAM,2055,mfh_sr12_low,rural,3.417697600628105e-06 +LAM,2055,mfh_sr12_low,urban,2.337840903999398e-06 +LAM,2055,mfh_sr21_std,rural,0.14937701405977916 +LAM,2055,mfh_sr21_std,urban,4.58425720515336 +LAM,2055,mfh_sr22_low,rural,2.326568603517175e-06 +LAM,2055,mfh_sr22_low,urban,7.431935853055928e-06 +LAM,2055,mfh_sr31_std,rural,0.10157785031763746 +LAM,2055,mfh_sr31_std,urban,6.701018310463248 +LAM,2055,mfh_sr32_low,rural,1.323433880366805e-06 +LAM,2055,mfh_sr32_low,urban,3.587127294677869e-06 +LAM,2055,sfh_s1,rural,1028.727116680642 +LAM,2055,sfh_s1,urban,421.2066880740557 +LAM,2055,sfh_s2,rural,1451.6855825011153 +LAM,2055,sfh_s2,urban,2944.9750502897555 +LAM,2055,sfh_s3,rural,875.944316267038 +LAM,2055,sfh_s3,urban,5227.287673077502 +LAM,2055,sfh_s51_std,rural,233.3550048130914 +LAM,2055,sfh_s51_std,urban,11980.093706645252 +LAM,2055,sfh_s52_low,rural,0.1452898639251195 +LAM,2055,sfh_s52_low,urban,110.09426052768929 +LAM,2055,sfh_sr11_std,rural,53.26635466360567 +LAM,2055,sfh_sr11_std,urban,39.72907060378938 +LAM,2055,sfh_sr12_low,rural,2.6839822172874555 +LAM,2055,sfh_sr12_low,urban,1.021239905278914 +LAM,2055,sfh_sr21_std,rural,74.02176895109929 +LAM,2055,sfh_sr21_std,urban,253.4085285152241 +LAM,2055,sfh_sr22_low,rural,2.675381798640661 +LAM,2055,sfh_sr22_low,urban,3.9731252893989546 +LAM,2055,sfh_sr31_std,rural,54.71522419586658 +LAM,2055,sfh_sr31_std,urban,437.6345177008951 +LAM,2055,sfh_sr32_low,rural,1.5857270287168865 +LAM,2055,sfh_sr32_low,urban,5.044170787843775 +LAM,2060,inf_ns,urban,778.0170133204608 +LAM,2060,mfh_s1,rural,5.918737696491128 +LAM,2060,mfh_s1,urban,35.19681009633698 +LAM,2060,mfh_s2,rural,8.195655688090039 +LAM,2060,mfh_s2,urban,239.63061767910148 +LAM,2060,mfh_s3,rural,4.865782254574456 +LAM,2060,mfh_s3,urban,418.0283494326983 +LAM,2060,mfh_s51_std,rural,1.3353015811670632 +LAM,2060,mfh_s51_std,urban,1054.9044279186617 +LAM,2060,mfh_s52_low,rural,7.258086864938347e-05 +LAM,2060,mfh_s52_low,urban,0.1779204937377077 +LAM,2060,mfh_sr11_std,rural,0.15565554189069544 +LAM,2060,mfh_sr11_std,urban,1.229366214881493 +LAM,2060,mfh_sr12_low,rural,1.1505598416901902e-05 +LAM,2060,mfh_sr12_low,urban,5.150020485631148e-06 +LAM,2060,mfh_sr21_std,rural,0.18542237471958678 +LAM,2060,mfh_sr21_std,urban,5.99500181190664 +LAM,2060,mfh_sr22_low,rural,6.8805829613209655e-06 +LAM,2060,mfh_sr22_low,urban,1.4981239271532544e-05 +LAM,2060,mfh_sr31_std,rural,0.12426291694082996 +LAM,2060,mfh_sr31_std,urban,8.774086787012164 +LAM,2060,mfh_sr32_low,rural,3.8094845333101134e-06 +LAM,2060,mfh_sr32_low,urban,1.030882041293572e-05 +LAM,2060,sfh_s1,rural,1018.6697666582381 +LAM,2060,sfh_s1,urban,421.5747039616671 +LAM,2060,sfh_s2,rural,1408.3155708019137 +LAM,2060,sfh_s2,urban,2868.6449164286105 +LAM,2060,sfh_s3,rural,828.600603263608 +LAM,2060,sfh_s3,urban,4997.665222055997 +LAM,2060,sfh_s51_std,rural,237.96551381871691 +LAM,2060,sfh_s51_std,urban,13425.503817144674 +LAM,2060,sfh_s52_low,rural,0.180910427497563 +LAM,2060,sfh_s52_low,urban,154.0801667434302 +LAM,2060,sfh_sr11_std,rural,61.29840276250597 +LAM,2060,sfh_sr11_std,urban,45.824025868741984 +LAM,2060,sfh_sr12_low,rural,3.3230536801930235 +LAM,2060,sfh_sr12_low,urban,1.421165484466394 +LAM,2060,sfh_sr21_std,rural,83.03422244274522 +LAM,2060,sfh_sr21_std,urban,287.1008736694762 +LAM,2060,sfh_sr22_low,rural,3.307927240210856 +LAM,2060,sfh_sr22_low,urban,5.587740622356858 +LAM,2060,sfh_sr31_std,rural,59.33813905870616 +LAM,2060,sfh_sr31_std,urban,488.1795653019918 +LAM,2060,sfh_sr32_low,rural,1.9717012334110677 +LAM,2060,sfh_sr32_low,urban,7.266970643933635 +LAM,2070,inf_ns,urban,472.8276016210585 +LAM,2070,mfh_s1,rural,5.741215094186764 +LAM,2070,mfh_s1,urban,35.628186445913826 +LAM,2070,mfh_s2,rural,7.66934137486431 +LAM,2070,mfh_s2,urban,230.93870018797497 +LAM,2070,mfh_s3,rural,4.296845608890939 +LAM,2070,mfh_s3,urban,383.9471564185863 +LAM,2070,mfh_s51_std,rural,1.3247865698397723 +LAM,2070,mfh_s51_std,urban,1251.1430388022727 +LAM,2070,mfh_s52_low,rural,7.759798323942156e-05 +LAM,2070,mfh_s52_low,urban,0.2377375133228845 +LAM,2070,mfh_sr11_std,rural,0.20344906503959043 +LAM,2070,mfh_sr11_std,urban,1.6854063339835192 +LAM,2070,mfh_sr12_low,rural,2.074535660240377e-05 +LAM,2070,mfh_sr12_low,urban,8.294539375282831e-06 +LAM,2070,mfh_sr21_std,rural,0.23750928844965657 +LAM,2070,mfh_sr21_std,urban,8.097105519414603 +LAM,2070,mfh_sr22_low,rural,1.3379908178918856e-05 +LAM,2070,mfh_sr22_low,urban,2.459931831196165e-05 +LAM,2070,mfh_sr31_std,rural,0.15110991788001676 +LAM,2070,mfh_sr31_std,urban,11.672648402700526 +LAM,2070,mfh_sr32_low,rural,6.301987955922922e-06 +LAM,2070,mfh_sr32_low,urban,1.469682349579938e-05 +LAM,2070,sfh_s1,rural,979.564206533981 +LAM,2070,sfh_s1,urban,419.7092797468501 +LAM,2070,sfh_s2,rural,1307.0056415762233 +LAM,2070,sfh_s2,urban,2715.2501110603725 +LAM,2070,sfh_s3,rural,725.1811558338145 +LAM,2070,sfh_s3,urban,4514.2553658312145 +LAM,2070,sfh_s51_std,rural,236.01871697778435 +LAM,2070,sfh_s51_std,urban,15853.848593816845 +LAM,2070,sfh_s52_low,rural,0.25336542781141147 +LAM,2070,sfh_s52_low,urban,252.22007168278054 +LAM,2070,sfh_sr11_std,rural,76.26856382927366 +LAM,2070,sfh_sr11_std,urban,58.46179905936296 +LAM,2070,sfh_sr12_low,rural,4.324587304107131 +LAM,2070,sfh_sr12_low,urban,2.070377760951157 +LAM,2070,sfh_sr21_std,rural,98.8465280501001 +LAM,2070,sfh_sr21_std,urban,353.2968758079414 +LAM,2070,sfh_sr22_low,rural,4.234386095618852 +LAM,2070,sfh_sr22_low,urban,7.973505583538074 +LAM,2070,sfh_sr31_std,rural,65.60100896193829 +LAM,2070,sfh_sr31_std,urban,567.3710422504175 +LAM,2070,sfh_sr32_low,rural,2.454064121573698 +LAM,2070,sfh_sr32_low,urban,10.15266726517405 +LAM,2080,inf_ns,urban,251.9824294905141 +LAM,2080,mfh_s1,rural,5.432083959741303 +LAM,2080,mfh_s1,urban,35.83646829907314 +LAM,2080,mfh_s2,rural,7.073551605110611 +LAM,2080,mfh_s2,urban,223.44012380810017 +LAM,2080,mfh_s3,rural,3.7363083234706633 +LAM,2080,mfh_s3,urban,352.96341600646764 +LAM,2080,mfh_s51_std,rural,1.2253781817029374 +LAM,2080,mfh_s51_std,urban,1386.4500953044712 +LAM,2080,mfh_s52_low,rural,7.406649619960916e-05 +LAM,2080,mfh_s52_low,urban,0.2949104611222253 +LAM,2080,mfh_sr11_std,rural,0.24483522415300155 +LAM,2080,mfh_sr11_std,urban,2.2339772867809726 +LAM,2080,mfh_sr12_low,rural,3.9239288428499165e-05 +LAM,2080,mfh_sr12_low,urban,1.45787668297223e-05 +LAM,2080,mfh_sr21_std,rural,0.2815385578618855 +LAM,2080,mfh_sr21_std,urban,10.42737444253738 +LAM,2080,mfh_sr22_low,rural,2.3976105994182925e-05 +LAM,2080,mfh_sr22_low,urban,4.228427411062605e-05 +LAM,2080,mfh_sr31_std,rural,0.1702678293281021 +LAM,2080,mfh_sr31_std,urban,13.971114706596886 +LAM,2080,mfh_sr32_low,rural,9.592932990401095e-06 +LAM,2080,mfh_sr32_low,urban,2.698045315793354e-05 +LAM,2080,sfh_s1,rural,919.4953269438655 +LAM,2080,sfh_s1,urban,415.7105147693006 +LAM,2080,sfh_s2,rural,1195.654675857681 +LAM,2080,sfh_s2,urban,2582.6278960276213 +LAM,2080,sfh_s3,rural,625.5537285204833 +LAM,2080,sfh_s3,urban,4070.943688324521 +LAM,2080,sfh_s51_std,rural,218.27782847860198 +LAM,2080,sfh_s51_std,urban,17478.92444753091 +LAM,2080,sfh_s52_low,rural,0.2654602883377017 +LAM,2080,sfh_s52_low,urban,369.3592428037201 +LAM,2080,sfh_sr11_std,rural,87.75763305183605 +LAM,2080,sfh_sr11_std,urban,71.42183880159472 +LAM,2080,sfh_sr12_low,rural,5.158842615834461 +LAM,2080,sfh_sr12_low,urban,2.8503159177706694 +LAM,2080,sfh_sr21_std,rural,111.1119015318983 +LAM,2080,sfh_sr21_std,urban,416.68573362696617 +LAM,2080,sfh_sr22_low,rural,4.922527900009985 +LAM,2080,sfh_sr22_low,urban,10.689386880496407 +LAM,2080,sfh_sr31_std,rural,68.40712783388395 +LAM,2080,sfh_sr31_std,urban,638.5337436899188 +LAM,2080,sfh_sr32_low,rural,2.727962415409194 +LAM,2080,sfh_sr32_low,urban,13.110371482343623 +LAM,2090,inf_ns,urban,85.67305877133316 +LAM,2090,mfh_s1,rural,5.02763916899179 +LAM,2090,mfh_s1,urban,35.940403443222145 +LAM,2090,mfh_s2,rural,6.442430268527257 +LAM,2090,mfh_s2,urban,217.68718242973307 +LAM,2090,mfh_s3,rural,3.2223054197685164 +LAM,2090,mfh_s3,urban,327.3342548194419 +LAM,2090,mfh_s51_std,rural,1.0944705758790376 +LAM,2090,mfh_s51_std,urban,1459.7513341865524 +LAM,2090,mfh_s52_low,rural,6.721495423030528e-05 +LAM,2090,mfh_s52_low,urban,0.342835890971191 +LAM,2090,mfh_sr11_std,rural,0.2771544540058241 +LAM,2090,mfh_sr11_std,urban,2.8101429857096574 +LAM,2090,mfh_sr12_low,rural,6.522657407474234e-05 +LAM,2090,mfh_sr12_low,urban,3.612558664348949e-05 +LAM,2090,mfh_sr21_std,rural,0.31365586736913575 +LAM,2090,mfh_sr21_std,urban,12.927966648557003 +LAM,2090,mfh_sr22_low,rural,3.860753537298436e-05 +LAM,2090,mfh_sr22_low,urban,6.814502882920791e-05 +LAM,2090,mfh_sr31_std,rural,0.18021276283671875 +LAM,2090,mfh_sr31_std,urban,16.471244909638536 +LAM,2090,mfh_sr32_low,rural,1.4220420610378e-05 +LAM,2090,mfh_sr32_low,urban,4.443653352293772e-05 +LAM,2090,sfh_s1,rural,845.9953365510796 +LAM,2090,sfh_s1,urban,410.30758693164347 +LAM,2090,sfh_s2,rural,1082.0031051571743 +LAM,2090,sfh_s2,urban,2476.7194456694265 +LAM,2090,sfh_s3,rural,535.685056006437 +LAM,2090,sfh_s3,urban,3712.2739999288565 +LAM,2090,sfh_s51_std,rural,194.9496416298459 +LAM,2090,sfh_s51_std,urban,18309.64877544369 +LAM,2090,sfh_s52_low,rural,0.24677763300365121 +LAM,2090,sfh_s52_low,urban,482.68249754639845 +LAM,2090,sfh_sr11_std,rural,94.25770525219772 +LAM,2090,sfh_sr11_std,urban,84.67509581994466 +LAM,2090,sfh_sr12_low,rural,5.799619042496191 +LAM,2090,sfh_sr12_low,urban,3.75359363726376 +LAM,2090,sfh_sr21_std,rural,117.48459013053385 +LAM,2090,sfh_sr21_std,urban,477.71076138106685 +LAM,2090,sfh_sr22_low,rural,5.379407006968422 +LAM,2090,sfh_sr22_low,urban,13.714775020483192 +LAM,2090,sfh_sr31_std,rural,68.27747463435489 +LAM,2090,sfh_sr31_std,urban,696.5919906352273 +LAM,2090,sfh_sr32_low,rural,2.834912194788365 +LAM,2090,sfh_sr32_low,urban,16.04168523663112 +LAM,2100,inf_ns,urban,1.5767136124120922 +LAM,2100,mfh_s1,rural,4.585706869591102 +LAM,2100,mfh_s1,urban,36.018825919566666 +LAM,2100,mfh_s2,rural,5.818736213056562 +LAM,2100,mfh_s2,urban,213.61061439573808 +LAM,2100,mfh_s3,rural,2.7780685505266263 +LAM,2100,mfh_s3,urban,307.70814808883677 +LAM,2100,mfh_s51_std,rural,0.9613594142928461 +LAM,2100,mfh_s51_std,urban,1480.505214445221 +LAM,2100,mfh_s52_low,rural,5.942150331344466e-05 +LAM,2100,mfh_s52_low,urban,0.389766931161023 +LAM,2100,mfh_sr11_std,rural,0.2962964144964995 +LAM,2100,mfh_sr11_std,urban,3.4190038057864305 +LAM,2100,mfh_sr12_low,rural,0.00011545444609348612 +LAM,2100,mfh_sr12_low,urban,7.820647929636796e-05 +LAM,2100,mfh_sr21_std,rural,0.33895830952083 +LAM,2100,mfh_sr21_std,urban,15.668757353687663 +LAM,2100,mfh_sr22_low,rural,6.659431651596481e-05 +LAM,2100,mfh_sr22_low,urban,0.00016699861913749357 +LAM,2100,mfh_sr31_std,rural,0.1851905927419397 +LAM,2100,mfh_sr31_std,urban,19.265277248933497 +LAM,2100,mfh_sr32_low,rural,2.287665668475412e-05 +LAM,2100,mfh_sr32_low,urban,0.0001558599763254725 +LAM,2100,sfh_s1,rural,767.7616123209618 +LAM,2100,sfh_s1,urban,405.71176539674957 +LAM,2100,sfh_s2,rural,973.2560936180753 +LAM,2100,sfh_s2,urban,2394.781991860036 +LAM,2100,sfh_s3,rural,459.72211965669374 +LAM,2100,sfh_s3,urban,3438.658402570983 +LAM,2100,sfh_s51_std,rural,171.23597331256957 +LAM,2100,sfh_s51_std,urban,18446.9552814298 +LAM,2100,sfh_s52_low,rural,0.22044884065941608 +LAM,2100,sfh_s52_low,urban,613.0913840523673 +LAM,2100,sfh_sr11_std,rural,96.43090899597081 +LAM,2100,sfh_sr11_std,urban,96.81905084984432 +LAM,2100,sfh_sr12_low,rural,6.469913717832609 +LAM,2100,sfh_sr12_low,urban,5.051749839783757 +LAM,2100,sfh_sr21_std,rural,119.09625030923918 +LAM,2100,sfh_sr21_std,urban,538.167758552728 +LAM,2100,sfh_sr22_low,rural,5.804351596604176 +LAM,2100,sfh_sr22_low,urban,18.005189293727025 +LAM,2100,sfh_sr31_std,rural,65.8402324341494 +LAM,2100,sfh_sr31_std,urban,749.6578086858763 +LAM,2100,sfh_sr32_low,rural,2.9004844613270375 +LAM,2100,sfh_sr32_low,urban,19.95662145554835 +MEA,2020,inf_ns,urban,938.444675126271 +MEA,2020,mfh_s1,rural,49.74724037657894 +MEA,2020,mfh_s1,urban,25.748541893744285 +MEA,2020,mfh_s2,rural,88.5893942956472 +MEA,2020,mfh_s2,urban,173.23486832856617 +MEA,2020,mfh_s3,rural,89.02694504044368 +MEA,2020,mfh_s3,urban,326.7331258198475 +MEA,2020,mfh_s51_std,rural,14.545959994608483 +MEA,2020,mfh_s51_std,urban,107.99681244835385 +MEA,2020,mfh_sr11_std,rural,0.1681843767544395 +MEA,2020,mfh_sr11_std,urban,0.14822667875132345 +MEA,2020,mfh_sr12_low,rural,8.675083369882206e-06 +MEA,2020,mfh_sr12_low,urban,8.952552603422335e-06 +MEA,2020,mfh_sr21_std,rural,0.2763628702674194 +MEA,2020,mfh_sr21_std,urban,0.9958513550321435 +MEA,2020,mfh_sr22_low,rural,8.531508985312622e-06 +MEA,2020,mfh_sr22_low,urban,3.7481224613463885e-05 +MEA,2020,mfh_sr31_std,rural,0.1386144003619868 +MEA,2020,mfh_sr31_std,urban,1.3553862449468488 +MEA,2020,mfh_sr32_low,rural,3.155445918651527e-06 +MEA,2020,mfh_sr32_low,urban,3.0307146930058824e-05 +MEA,2020,sfh_s1,rural,770.0767775064387 +MEA,2020,sfh_s1,urban,190.8187879479449 +MEA,2020,sfh_s2,rural,1371.1901020518983 +MEA,2020,sfh_s2,urban,1284.9845498566447 +MEA,2020,sfh_s3,rural,1376.51914370207 +MEA,2020,sfh_s3,urban,2423.8755184436054 +MEA,2020,sfh_s51_std,rural,226.7941201307374 +MEA,2020,sfh_s51_std,urban,807.7771343685993 +MEA,2020,sfh_s52_low,rural,0.000514466202889682 +MEA,2020,sfh_s52_low,urban,0.0038863202670049 +MEA,2020,sfh_sr11_std,rural,7.549198639689184 +MEA,2020,sfh_sr11_std,urban,2.50873479778579 +MEA,2020,sfh_sr12_low,rural,0.6343180283723495 +MEA,2020,sfh_sr12_low,urban,0.37167642988207605 +MEA,2020,sfh_sr21_std,rural,13.535698353807385 +MEA,2020,sfh_sr21_std,urban,16.20199620570921 +MEA,2020,sfh_sr22_low,rural,0.8315759035465388 +MEA,2020,sfh_sr22_low,urban,2.0010085480841777 +MEA,2020,sfh_sr31_std,rural,13.268695802254559 +MEA,2020,sfh_sr31_std,urban,27.915789797745266 +MEA,2020,sfh_sr32_low,rural,0.4438424042256016 +MEA,2020,sfh_sr32_low,urban,2.2008122052806844 +MEA,2025,inf_ns,urban,946.8548490791898 +MEA,2025,mfh_s1,rural,52.60687777001506 +MEA,2025,mfh_s1,urban,26.945154558984463 +MEA,2025,mfh_s2,rural,92.24450570886054 +MEA,2025,mfh_s2,urban,178.32319543063872 +MEA,2025,mfh_s3,rural,95.25637052657788 +MEA,2025,mfh_s3,urban,345.7743501422844 +MEA,2025,mfh_s51_std,rural,30.17132177282197 +MEA,2025,mfh_s51_std,urban,234.71106536866787 +MEA,2025,mfh_s52_low,rural,7.647558910528698e-06 +MEA,2025,mfh_s52_low,urban,6.834191521147529e-05 +MEA,2025,mfh_sr11_std,rural,0.3600407948199607 +MEA,2025,mfh_sr11_std,urban,0.30577548610022953 +MEA,2025,mfh_sr12_low,rural,3.3626662541032006e-05 +MEA,2025,mfh_sr12_low,urban,3.105382346566099e-05 +MEA,2025,mfh_sr21_std,rural,0.585018342462347 +MEA,2025,mfh_sr21_std,urban,1.7810483533424468 +MEA,2025,mfh_sr22_low,rural,3.232382355765939e-05 +MEA,2025,mfh_sr22_low,urban,0.0001234182662829678 +MEA,2025,mfh_sr31_std,rural,0.312338137204295 +MEA,2025,mfh_sr31_std,urban,2.8559043552367362 +MEA,2025,mfh_sr32_low,rural,1.0239113961465015e-05 +MEA,2025,mfh_sr32_low,urban,8.625467373573065e-05 +MEA,2025,sfh_s1,rural,808.3268990181285 +MEA,2025,sfh_s1,urban,197.64776951883994 +MEA,2025,sfh_s2,rural,1417.2721236558796 +MEA,2025,sfh_s2,urban,1309.2623128648665 +MEA,2025,sfh_s3,rural,1460.7680200797304 +MEA,2025,sfh_s3,urban,2540.3928642913115 +MEA,2025,sfh_s51_std,rural,470.4012917028011 +MEA,2025,sfh_s51_std,urban,1755.410234763065 +MEA,2025,sfh_s52_low,rural,0.0174647475118372 +MEA,2025,sfh_s52_low,urban,0.153829467545262 +MEA,2025,sfh_sr11_std,rural,15.95253141138938 +MEA,2025,sfh_sr11_std,urban,5.304268194151797 +MEA,2025,sfh_sr12_low,rural,1.558851662482209 +MEA,2025,sfh_sr12_low,urban,0.8759998309438047 +MEA,2025,sfh_sr21_std,rural,27.97827534655544 +MEA,2025,sfh_sr21_std,urban,33.02097984231273 +MEA,2025,sfh_sr22_low,rural,2.108723075892187 +MEA,2025,sfh_sr22_low,urban,4.836892567548847 +MEA,2025,sfh_sr31_std,rural,28.03716052898329 +MEA,2025,sfh_sr31_std,urban,61.21198355056879 +MEA,2025,sfh_sr32_low,rural,1.2618025106905133 +MEA,2025,sfh_sr32_low,urban,6.033026400303741 +MEA,2030,inf_ns,urban,922.88987646938 +MEA,2030,mfh_s1,rural,55.09668609150693 +MEA,2030,mfh_s1,urban,27.921271078524427 +MEA,2030,mfh_s2,rural,94.62041250134358 +MEA,2030,mfh_s2,urban,180.6653687304692 +MEA,2030,mfh_s3,rural,99.52860887950173 +MEA,2030,mfh_s3,urban,358.41766786650606 +MEA,2030,mfh_s51_std,rural,46.18656925301072 +MEA,2030,mfh_s51_std,urban,388.71612805434535 +MEA,2030,mfh_s52_low,rural,0.0039494410226956446 +MEA,2030,mfh_s52_low,urban,0.0572052832777536 +MEA,2030,mfh_sr11_std,rural,0.7164426453237729 +MEA,2030,mfh_sr11_std,urban,0.5920088182136226 +MEA,2030,mfh_sr12_low,rural,8.845028643007376e-05 +MEA,2030,mfh_sr12_low,urban,6.771251599558132e-05 +MEA,2030,mfh_sr21_std,rural,1.166880543333774 +MEA,2030,mfh_sr21_std,urban,3.417961409876925 +MEA,2030,mfh_sr22_low,rural,4.857034085259819e-05 +MEA,2030,mfh_sr22_low,urban,0.0001702925133187684 +MEA,2030,mfh_sr31_std,rural,0.8461328531909421 +MEA,2030,mfh_sr31_std,urban,5.067005651426959 +MEA,2030,mfh_sr32_low,rural,1.4419561555252413e-05 +MEA,2030,mfh_sr32_low,urban,0.0001202522990325996 +MEA,2030,sfh_s1,rural,837.8533176806211 +MEA,2030,sfh_s1,urban,202.52172788721919 +MEA,2030,sfh_s2,rural,1438.6605619302545 +MEA,2030,sfh_s2,urban,1312.695032852072 +MEA,2030,sfh_s3,rural,1509.9066514895253 +MEA,2030,sfh_s3,urban,2600.2541482815886 +MEA,2030,sfh_s51_std,rural,716.1816685684768 +MEA,2030,sfh_s51_std,urban,2870.482598832401 +MEA,2030,sfh_s52_low,rural,4.001038746036246 +MEA,2030,sfh_s52_low,urban,37.41497195630214 +MEA,2030,sfh_sr11_std,rural,29.636995194406303 +MEA,2030,sfh_sr11_std,urban,9.2782881197888 +MEA,2030,sfh_sr12_low,rural,2.7257275262064127 +MEA,2030,sfh_sr12_low,urban,1.4702469267204195 +MEA,2030,sfh_sr21_std,rural,51.237535538901085 +MEA,2030,sfh_sr21_std,urban,56.39426356615233 +MEA,2030,sfh_sr22_low,rural,3.577558732850364 +MEA,2030,sfh_sr22_low,urban,7.793457724175151 +MEA,2030,sfh_sr31_std,rural,52.95613759928698 +MEA,2030,sfh_sr31_std,urban,108.84439448743025 +MEA,2030,sfh_sr32_low,rural,2.137890534233176 +MEA,2030,sfh_sr32_low,urban,9.645627709426174 +MEA,2035,inf_ns,urban,904.4144420162932 +MEA,2035,mfh_s1,rural,57.277361920778176 +MEA,2035,mfh_s1,urban,28.711208582627236 +MEA,2035,mfh_s2,rural,95.96991174998675 +MEA,2035,mfh_s2,urban,180.93452051734783 +MEA,2035,mfh_s3,rural,102.1333845996715 +MEA,2035,mfh_s3,urban,364.2557131666182 +MEA,2035,mfh_s51_std,rural,62.10499946645224 +MEA,2035,mfh_s51_std,urban,557.9915476052145 +MEA,2035,mfh_s52_low,rural,0.010625424410861941 +MEA,2035,mfh_s52_low,urban,0.1660020229141439 +MEA,2035,mfh_sr11_std,rural,1.1858972649145882 +MEA,2035,mfh_sr11_std,urban,0.8987646995669011 +MEA,2035,mfh_sr12_low,rural,0.0005654572801627228 +MEA,2035,mfh_sr12_low,urban,0.0002839853190512861 +MEA,2035,mfh_sr21_std,rural,1.8986901415020567 +MEA,2035,mfh_sr21_std,urban,5.136449068487812 +MEA,2035,mfh_sr22_low,rural,0.0003498891329151545 +MEA,2035,mfh_sr22_low,urban,0.0009831162807980797 +MEA,2035,mfh_sr31_std,rural,1.4251141966827996 +MEA,2035,mfh_sr31_std,urban,7.751797812430545 +MEA,2035,mfh_sr32_low,rural,5.046727702226754e-05 +MEA,2035,mfh_sr32_low,urban,0.00032367332760466504 +MEA,2035,sfh_s1,rural,861.1573107574648 +MEA,2035,sfh_s1,urban,205.48989450240686 +MEA,2035,sfh_s2,rural,1441.6853256846218 +MEA,2035,sfh_s2,urban,1299.753347363177 +MEA,2035,sfh_s3,rural,1529.1034553955005 +MEA,2035,sfh_s3,urban,2615.235647997262 +MEA,2035,sfh_s51_std,rural,956.5341235083586 +MEA,2035,sfh_s51_std,urban,4055.3851605247796 +MEA,2035,sfh_s52_low,rural,11.945496681648681 +MEA,2035,sfh_s52_low,urban,119.44590240224653 +MEA,2035,sfh_sr11_std,rural,45.69908023826986 +MEA,2035,sfh_sr11_std,urban,13.538304174244121 +MEA,2035,sfh_sr12_low,rural,4.686798154920361 +MEA,2035,sfh_sr12_low,urban,2.4465807585850032 +MEA,2035,sfh_sr21_std,rural,78.04113366469 +MEA,2035,sfh_sr21_std,urban,79.0324171417657 +MEA,2035,sfh_sr22_low,rural,6.204780668196783 +MEA,2035,sfh_sr22_low,urban,12.96994902298186 +MEA,2035,sfh_sr31_std,rural,81.39900177448455 +MEA,2035,sfh_sr31_std,urban,149.3035014020602 +MEA,2035,sfh_sr32_low,rural,4.1385769995638215 +MEA,2035,sfh_sr32_low,urban,17.954513119288684 +MEA,2040,inf_ns,urban,868.1412282829981 +MEA,2040,mfh_s1,rural,59.22305503011672 +MEA,2040,mfh_s1,urban,29.108630009706086 +MEA,2040,mfh_s2,rural,96.55417203386202 +MEA,2040,mfh_s2,urban,178.42670651907306 +MEA,2040,mfh_s3,rural,103.04805807180107 +MEA,2040,mfh_s3,urban,361.6557738478076 +MEA,2040,mfh_s51_std,rural,77.25273839501583 +MEA,2040,mfh_s51_std,urban,749.5818837786096 +MEA,2040,mfh_s52_low,rural,0.019803923238619597 +MEA,2040,mfh_s52_low,urban,0.3359583260776928 +MEA,2040,mfh_sr11_std,rural,1.7077170384891927 +MEA,2040,mfh_sr11_std,urban,1.3114693278756777 +MEA,2040,mfh_sr12_low,rural,0.0013856438946418 +MEA,2040,mfh_sr12_low,urban,0.0007564626799811951 +MEA,2040,mfh_sr21_std,rural,2.678779763367061 +MEA,2040,mfh_sr21_std,urban,7.1766399065968045 +MEA,2040,mfh_sr22_low,rural,0.001080780183103 +MEA,2040,mfh_sr22_low,urban,0.0024760234569851 +MEA,2040,mfh_sr31_std,rural,2.174645195770781 +MEA,2040,mfh_sr31_std,urban,11.218143004697225 +MEA,2040,mfh_sr32_low,rural,0.0002206371951579248 +MEA,2040,mfh_sr32_low,urban,0.000991745802514066 +MEA,2040,sfh_s1,rural,879.9812334051203 +MEA,2040,sfh_s1,urban,206.05700149503429 +MEA,2040,sfh_s2,rural,1432.5301298843601 +MEA,2040,sfh_s2,urban,1268.3955752158681 +MEA,2040,sfh_s3,rural,1522.9192564641726 +MEA,2040,sfh_s3,urban,2567.4748534669625 +MEA,2040,sfh_s51_std,rural,1182.286872582186 +MEA,2040,sfh_s51_std,urban,5366.560040173595 +MEA,2040,sfh_s52_low,rural,22.51175838703153 +MEA,2040,sfh_s52_low,urban,242.57614741168453 +MEA,2040,sfh_sr11_std,rural,63.15177048486938 +MEA,2040,sfh_sr11_std,urban,17.94828033885779 +MEA,2040,sfh_sr12_low,rural,6.895388726329564 +MEA,2040,sfh_sr12_low,urban,3.532502599394548 +MEA,2040,sfh_sr21_std,rural,105.51005026141104 +MEA,2040,sfh_sr21_std,urban,101.06162531946406 +MEA,2040,sfh_sr22_low,rural,9.174820665911222 +MEA,2040,sfh_sr22_low,urban,18.812016337580204 +MEA,2040,sfh_sr31_std,rural,110.99714060583798 +MEA,2040,sfh_sr31_std,urban,192.8258968425217 +MEA,2040,sfh_sr32_low,rural,6.674861083680075 +MEA,2040,sfh_sr32_low,urban,28.67833663413627 +MEA,2045,inf_ns,urban,839.7108735206202 +MEA,2045,mfh_s1,rural,60.87456014502463 +MEA,2045,mfh_s1,urban,29.50242040424923 +MEA,2045,mfh_s2,rural,96.56152717926145 +MEA,2045,mfh_s2,urban,175.6602684835146 +MEA,2045,mfh_s3,rural,102.59377696436928 +MEA,2045,mfh_s3,urban,356.04584114720404 +MEA,2045,mfh_s51_std,rural,90.64160225364517 +MEA,2045,mfh_s51_std,urban,952.7417409831023 +MEA,2045,mfh_s52_low,rural,0.0320314599904647 +MEA,2045,mfh_s52_low,urban,0.5884311572240005 +MEA,2045,mfh_sr11_std,rural,2.351476128816132 +MEA,2045,mfh_sr11_std,urban,1.7707173980122775 +MEA,2045,mfh_sr12_low,rural,0.003066819620137 +MEA,2045,mfh_sr12_low,urban,0.0015956672678156 +MEA,2045,mfh_sr21_std,rural,3.4797250418115797 +MEA,2045,mfh_sr21_std,urban,9.422484556981145 +MEA,2045,mfh_sr22_low,rural,0.0023770107571025 +MEA,2045,mfh_sr22_low,urban,0.0051572501852953 +MEA,2045,mfh_sr31_std,rural,2.964635665584148 +MEA,2045,mfh_sr31_std,urban,15.12126221422571 +MEA,2045,mfh_sr32_low,rural,0.0006724838235540631 +MEA,2045,mfh_sr32_low,urban,0.0024269490914375 +MEA,2045,sfh_s1,rural,894.7975994467535 +MEA,2045,sfh_s1,urban,206.57455168309787 +MEA,2045,sfh_s2,rural,1414.4328617673118 +MEA,2045,sfh_s2,urban,1236.2474402907415 +MEA,2045,sfh_s3,rural,1496.6777974011518 +MEA,2045,sfh_s3,urban,2501.0624107286835 +MEA,2045,sfh_s51_std,rural,1379.196187856711 +MEA,2045,sfh_s51_std,urban,6727.03197864817 +MEA,2045,sfh_s52_low,rural,34.54538529268338 +MEA,2045,sfh_s52_low,urban,403.55890124951725 +MEA,2045,sfh_sr11_std,rural,81.74271306495145 +MEA,2045,sfh_sr11_std,urban,22.66604549728854 +MEA,2045,sfh_sr12_low,rural,9.301079266139412 +MEA,2045,sfh_sr12_low,urban,4.683905454616595 +MEA,2045,sfh_sr21_std,rural,133.06973714148435 +MEA,2045,sfh_sr21_std,urban,123.2110797929721 +MEA,2045,sfh_sr22_low,rural,12.335290558551598 +MEA,2045,sfh_sr22_low,urban,24.936887911277562 +MEA,2045,sfh_sr31_std,rural,139.75584336522863 +MEA,2045,sfh_sr31_std,urban,235.0884331380097 +MEA,2045,sfh_sr32_low,rural,9.3989010972684 +MEA,2045,sfh_sr32_low,urban,40.07258615419142 +MEA,2050,inf_ns,urban,772.3645272685793 +MEA,2050,mfh_s1,rural,62.32311797952519 +MEA,2050,mfh_s1,urban,29.712337030670167 +MEA,2050,mfh_s2,rural,96.0394613686785 +MEA,2050,mfh_s2,urban,171.75808397152812 +MEA,2050,mfh_s3,rural,101.07097698661687 +MEA,2050,mfh_s3,urban,345.672267083875 +MEA,2050,mfh_s51_std,rural,101.4373058330461 +MEA,2050,mfh_s51_std,urban,1152.0361643569358 +MEA,2050,mfh_s52_low,rural,0.0480131572594324 +MEA,2050,mfh_s52_low,urban,0.964713059987392 +MEA,2050,mfh_sr11_std,rural,3.036907452988603 +MEA,2050,mfh_sr11_std,urban,2.2491684213512415 +MEA,2050,mfh_sr12_low,rural,0.006278393492002 +MEA,2050,mfh_sr12_low,urban,0.003260401444174 +MEA,2050,mfh_sr21_std,rural,4.4068514251367175 +MEA,2050,mfh_sr21_std,urban,11.680313750415264 +MEA,2050,mfh_sr22_low,rural,0.0048691532679785 +MEA,2050,mfh_sr22_low,urban,0.0104706853512977 +MEA,2050,mfh_sr31_std,rural,3.7437205363073387 +MEA,2050,mfh_sr31_std,urban,19.204568186061042 +MEA,2050,mfh_sr32_low,rural,0.0014342790817563 +MEA,2050,mfh_sr32_low,urban,0.0058933456253954 +MEA,2050,sfh_s1,rural,905.8592805422115 +MEA,2050,sfh_s1,urban,205.7579416700067 +MEA,2050,sfh_s2,rural,1390.03929127433 +MEA,2050,sfh_s2,urban,1197.0879042126448 +MEA,2050,sfh_s3,rural,1454.8877579125283 +MEA,2050,sfh_s3,urban,2404.1134931639867 +MEA,2050,sfh_s51_std,rural,1535.4707350216286 +MEA,2050,sfh_s51_std,urban,8028.522512110521 +MEA,2050,sfh_s52_low,rural,46.84078855552147 +MEA,2050,sfh_s52_low,urban,595.5361638800191 +MEA,2050,sfh_sr11_std,rural,101.39632660721013 +MEA,2050,sfh_sr11_std,urban,27.46762494821951 +MEA,2050,sfh_sr12_low,rural,11.908113086556488 +MEA,2050,sfh_sr12_low,urban,5.860146974630973 +MEA,2050,sfh_sr21_std,rural,160.62802268838118 +MEA,2050,sfh_sr21_std,urban,144.22155181245958 +MEA,2050,sfh_sr22_low,rural,15.524963996282638 +MEA,2050,sfh_sr22_low,urban,30.826471958876834 +MEA,2050,sfh_sr31_std,rural,167.16101818082765 +MEA,2050,sfh_sr31_std,urban,273.2549634318124 +MEA,2050,sfh_sr32_low,rural,12.199951481837996 +MEA,2050,sfh_sr32_low,urban,51.8318136059601 +MEA,2055,inf_ns,urban,722.850768686733 +MEA,2055,mfh_s1,rural,63.28545712069311 +MEA,2055,mfh_s1,urban,29.817205635844555 +MEA,2055,mfh_s2,rural,95.1788461417061 +MEA,2055,mfh_s2,urban,167.43998032478896 +MEA,2055,mfh_s3,rural,98.59365303979635 +MEA,2055,mfh_s3,urban,332.8082443844324 +MEA,2055,mfh_s51_std,rural,109.3158736503025 +MEA,2055,mfh_s51_std,urban,1357.8528481411986 +MEA,2055,mfh_s52_low,rural,0.0700351565161681 +MEA,2055,mfh_s52_low,urban,1.5795296177060072 +MEA,2055,mfh_sr11_std,rural,4.054551713225416 +MEA,2055,mfh_sr11_std,urban,2.7761190564057814 +MEA,2055,mfh_sr12_low,rural,0.011780435492407 +MEA,2055,mfh_sr12_low,urban,0.006081131727257195 +MEA,2055,mfh_sr21_std,rural,5.398927951201088 +MEA,2055,mfh_sr21_std,urban,14.101578462963715 +MEA,2055,mfh_sr22_low,rural,0.009100352415659 +MEA,2055,mfh_sr22_low,urban,0.0191328920168563 +MEA,2055,mfh_sr31_std,rural,4.6625140735033845 +MEA,2055,mfh_sr31_std,urban,23.440540727759558 +MEA,2055,mfh_sr32_low,rural,0.0028797437186543 +MEA,2055,mfh_sr32_low,urban,0.0117127321486889 +MEA,2055,sfh_s1,rural,912.5390430743105 +MEA,2055,sfh_s1,urban,204.10313083100056 +MEA,2055,sfh_s2,rural,1360.0900129345748 +MEA,2055,sfh_s2,urban,1155.502238030765 +MEA,2055,sfh_s3,rural,1400.553074052058 +MEA,2055,sfh_s3,urban,2290.843010922347 +MEA,2055,sfh_s51_std,rural,1646.8706334965173 +MEA,2055,sfh_s51_std,urban,9350.748772775347 +MEA,2055,sfh_s52_low,rural,58.62363613430343 +MEA,2055,sfh_s52_low,urban,817.3458424945198 +MEA,2055,sfh_sr11_std,rural,122.83778536165991 +MEA,2055,sfh_sr11_std,urban,32.67664321860756 +MEA,2055,sfh_sr12_low,rural,14.743739549564689 +MEA,2055,sfh_sr12_low,urban,7.052833415780572 +MEA,2055,sfh_sr21_std,rural,189.46073108874302 +MEA,2055,sfh_sr21_std,urban,166.11215466376035 +MEA,2055,sfh_sr22_low,rural,18.757194140460093 +MEA,2055,sfh_sr22_low,urban,36.39860744648168 +MEA,2055,sfh_sr31_std,rural,194.56769992704326 +MEA,2055,sfh_sr31_std,urban,311.3049443648657 +MEA,2055,sfh_sr32_low,rural,14.850544727803856 +MEA,2055,sfh_sr32_low,urban,62.56092436677784 +MEA,2060,inf_ns,urban,666.2422957369504 +MEA,2060,mfh_s1,rural,64.31671534184922 +MEA,2060,mfh_s1,urban,29.87483496820949 +MEA,2060,mfh_s2,rural,94.17402918179944 +MEA,2060,mfh_s2,urban,163.17738565536746 +MEA,2060,mfh_s3,rural,95.7155192754968 +MEA,2060,mfh_s3,urban,318.7737601482341 +MEA,2060,mfh_s51_std,rural,114.03000335294948 +MEA,2060,mfh_s51_std,urban,1556.3403997036203 +MEA,2060,mfh_s52_low,rural,0.0961610070378767 +MEA,2060,mfh_s52_low,urban,2.4816964344591126 +MEA,2060,mfh_sr11_std,rural,4.849839136102085 +MEA,2060,mfh_sr11_std,urban,3.262742827722663 +MEA,2060,mfh_sr12_low,rural,0.0267658505924054 +MEA,2060,mfh_sr12_low,urban,0.013306547951652899 +MEA,2060,mfh_sr21_std,rural,6.364252184945927 +MEA,2060,mfh_sr21_std,urban,16.190468289979123 +MEA,2060,mfh_sr22_low,rural,0.0209282792719197 +MEA,2060,mfh_sr22_low,urban,0.04134402385197992 +MEA,2060,mfh_sr31_std,rural,5.423968682592858 +MEA,2060,mfh_sr31_std,urban,26.942112945324492 +MEA,2060,mfh_sr32_low,rural,0.006847724352957 +MEA,2060,mfh_sr32_low,urban,0.0275025561438186 +MEA,2060,sfh_s1,rural,918.753425568 +MEA,2060,sfh_s1,urban,202.46288595170637 +MEA,2060,sfh_s2,rural,1331.8719491999207 +MEA,2060,sfh_s2,urban,1116.612235167729 +MEA,2060,sfh_s3,rural,1344.1189290981476 +MEA,2060,sfh_s3,urban,2176.055525373816 +MEA,2060,sfh_s51_std,rural,1710.6821256226076 +MEA,2060,sfh_s51_std,urban,10604.13420756184 +MEA,2060,sfh_s52_low,rural,68.72002530108044 +MEA,2060,sfh_s52_low,urban,1055.328842736378 +MEA,2060,sfh_sr11_std,rural,141.61750946219016 +MEA,2060,sfh_sr11_std,urban,37.11672197991315 +MEA,2060,sfh_sr12_low,rural,18.46200508010724 +MEA,2060,sfh_sr12_low,urban,8.3778737156653 +MEA,2060,sfh_sr21_std,rural,213.30071184782182 +MEA,2060,sfh_sr21_std,urban,183.19065901696504 +MEA,2060,sfh_sr22_low,rural,22.70393839589602 +MEA,2060,sfh_sr22_low,urban,42.11765537918105 +MEA,2060,sfh_sr31_std,rural,215.27642551811525 +MEA,2060,sfh_sr31_std,urban,337.3444872672861 +MEA,2060,sfh_sr32_low,rural,17.635466864214493 +MEA,2060,sfh_sr32_low,urban,72.64432480607525 +MEA,2070,inf_ns,urban,510.8945037483344 +MEA,2070,mfh_s1,rural,65.34962523722217 +MEA,2070,mfh_s1,urban,29.764085905098653 +MEA,2070,mfh_s2,rural,91.01363615424899 +MEA,2070,mfh_s2,urban,154.535771664975 +MEA,2070,mfh_s3,rural,88.47395494137126 +MEA,2070,mfh_s3,urban,288.43475650401604 +MEA,2070,mfh_s51_std,rural,115.9929397296104 +MEA,2070,mfh_s51_std,urban,1920.126771445761 +MEA,2070,mfh_s52_low,rural,0.1518581231336998 +MEA,2070,mfh_s52_low,urban,5.121903674460718 +MEA,2070,mfh_sr11_std,rural,6.81120371441976 +MEA,2070,mfh_sr11_std,urban,4.247754639223235 +MEA,2070,mfh_sr12_low,rural,0.0525879843265187 +MEA,2070,mfh_sr12_low,urban,0.024079778692246943 +MEA,2070,mfh_sr21_std,rural,8.77484384177682 +MEA,2070,mfh_sr21_std,urban,20.095336828751755 +MEA,2070,mfh_sr22_low,rural,0.0394075084712631 +MEA,2070,mfh_sr22_low,urban,0.07049286727575203 +MEA,2070,mfh_sr31_std,rural,6.903879139654141 +MEA,2070,mfh_sr31_std,urban,32.55899099680561 +MEA,2070,mfh_sr32_low,rural,0.0124321996271355 +MEA,2070,mfh_sr32_low,urban,0.0457681443807996 +MEA,2070,sfh_s1,rural,918.9150143978734 +MEA,2070,sfh_s1,urban,197.24398767646863 +MEA,2070,sfh_s2,rural,1265.6961328880263 +MEA,2070,sfh_s2,urban,1037.5684325783895 +MEA,2070,sfh_s3,rural,1213.7439235219895 +MEA,2070,sfh_s3,urban,1931.9631319934542 +MEA,2070,sfh_s51_std,rural,1727.774990490651 +MEA,2070,sfh_s51_std,urban,12841.284612752757 +MEA,2070,sfh_s52_low,rural,83.10095441123698 +MEA,2070,sfh_s52_low,urban,1558.9238848348946 +MEA,2070,sfh_sr11_std,rural,181.51002494453311 +MEA,2070,sfh_sr11_std,urban,46.51956186343648 +MEA,2070,sfh_sr12_low,rural,25.495934391160063 +MEA,2070,sfh_sr12_low,urban,10.81370403759014 +MEA,2070,sfh_sr21_std,rural,261.1428401540097 +MEA,2070,sfh_sr21_std,urban,217.31862777204697 +MEA,2070,sfh_sr22_low,rural,29.635099430194057 +MEA,2070,sfh_sr22_low,urban,51.82224767667814 +MEA,2070,sfh_sr31_std,rural,251.5203045196984 +MEA,2070,sfh_sr31_std,urban,381.6272340405508 +MEA,2070,sfh_sr32_low,rural,22.02034745094149 +MEA,2070,sfh_sr32_low,urban,87.6773951530014 +MEA,2080,inf_ns,urban,343.31524254211956 +MEA,2080,mfh_s1,rural,64.9295630009792 +MEA,2080,mfh_s1,urban,29.175813130715017 +MEA,2080,mfh_s2,rural,86.84457145756315 +MEA,2080,mfh_s2,urban,146.80572232335578 +MEA,2080,mfh_s3,rural,80.71445374539816 +MEA,2080,mfh_s3,urban,260.33107847090844 +MEA,2080,mfh_s51_std,rural,109.8117757394953 +MEA,2080,mfh_s51_std,urban,2205.6067565996395 +MEA,2080,mfh_s52_low,rural,0.1858168923837052 +MEA,2080,mfh_s52_low,urban,10.333107910606065 +MEA,2080,mfh_sr11_std,rural,8.984934363205399 +MEA,2080,mfh_sr11_std,urban,5.505958017277615 +MEA,2080,mfh_sr12_low,rural,0.1046344314163578 +MEA,2080,mfh_sr12_low,urban,0.04603765118087305 +MEA,2080,mfh_sr21_std,rural,11.344660539153693 +MEA,2080,mfh_sr21_std,urban,23.87809617226727 +MEA,2080,mfh_sr22_low,rural,0.0790335053440191 +MEA,2080,mfh_sr22_low,urban,0.1313377312976221 +MEA,2080,mfh_sr31_std,rural,8.103942288785811 +MEA,2080,mfh_sr31_std,urban,37.44002071521852 +MEA,2080,mfh_sr32_low,rural,0.0250902400881697 +MEA,2080,mfh_sr32_low,urban,0.0845897577705544 +MEA,2080,sfh_s1,rural,902.1896256673665 +MEA,2080,sfh_s1,urban,190.5747343596501 +MEA,2080,sfh_s2,rural,1191.7919050976436 +MEA,2080,sfh_s2,urban,966.7188386621749 +MEA,2080,sfh_s3,rural,1081.0194702001468 +MEA,2080,sfh_s3,urban,1711.6180228851676 +MEA,2080,sfh_s51_std,rural,1629.2100240446491 +MEA,2080,sfh_s51_std,urban,14492.155353499584 +MEA,2080,sfh_s52_low,rural,85.82138397600063 +MEA,2080,sfh_s52_low,urban,2082.3245671032378 +MEA,2080,sfh_sr11_std,rural,217.68304415307216 +MEA,2080,sfh_sr11_std,urban,55.79028043427211 +MEA,2080,sfh_sr12_low,rural,34.20219749639697 +MEA,2080,sfh_sr12_low,urban,13.387332300004942 +MEA,2080,sfh_sr21_std,rural,302.40321959002756 +MEA,2080,sfh_sr21_std,urban,249.65966625086838 +MEA,2080,sfh_sr22_low,rural,37.96190134434183 +MEA,2080,sfh_sr22_low,urban,61.26149852387717 +MEA,2080,sfh_sr31_std,rural,277.80549353503807 +MEA,2080,sfh_sr31_std,urban,417.0349746201264 +MEA,2080,sfh_sr32_low,rural,26.384929788767582 +MEA,2080,sfh_sr32_low,urban,99.2075256521594 +MEA,2090,inf_ns,urban,161.3049675171473 +MEA,2090,mfh_s1,rural,63.18275392288183 +MEA,2090,mfh_s1,urban,28.558988993312195 +MEA,2090,mfh_s2,rural,82.02556221641825 +MEA,2090,mfh_s2,urban,139.6881955425368 +MEA,2090,mfh_s3,rural,72.40437750021619 +MEA,2090,mfh_s3,urban,237.28425516171325 +MEA,2090,mfh_s51_std,rural,99.19710078632295 +MEA,2090,mfh_s51_std,urban,2403.059130076648 +MEA,2090,mfh_s52_low,rural,0.1760898385649079 +MEA,2090,mfh_s52_low,urban,18.18202182687906 +MEA,2090,mfh_sr11_std,rural,10.925740310406757 +MEA,2090,mfh_sr11_std,urban,6.69135346956147 +MEA,2090,mfh_sr12_low,rural,0.1937632624351212 +MEA,2090,mfh_sr12_low,urban,0.0878856827684707 +MEA,2090,mfh_sr21_std,rural,13.498861745053413 +MEA,2090,mfh_sr21_std,urban,28.329263811874537 +MEA,2090,mfh_sr22_low,rural,0.1538807811408469 +MEA,2090,mfh_sr22_low,urban,0.25427855026585927 +MEA,2090,mfh_sr31_std,rural,9.656948440889598 +MEA,2090,mfh_sr31_std,urban,41.54720158037797 +MEA,2090,mfh_sr32_low,rural,0.0521341151061255 +MEA,2090,mfh_sr32_low,urban,0.16681449231087972 +MEA,2090,sfh_s1,rural,869.195524280985 +MEA,2090,sfh_s1,urban,183.95760945150653 +MEA,2090,sfh_s2,rural,1112.2230983493903 +MEA,2090,sfh_s2,urban,909.0633055471774 +MEA,2090,sfh_s3,rural,957.3582975463414 +MEA,2090,sfh_s3,urban,1533.4754135097417 +MEA,2090,sfh_s51_std,rural,1469.8700691136596 +MEA,2090,sfh_s51_std,urban,15532.931665015945 +MEA,2090,sfh_s52_low,rural,79.51043186721185 +MEA,2090,sfh_s52_low,urban,2577.1281711072124 +MEA,2090,sfh_sr11_std,rural,244.95850122755965 +MEA,2090,sfh_sr11_std,urban,64.14388049973932 +MEA,2090,sfh_sr12_low,rural,44.335079019885704 +MEA,2090,sfh_sr12_low,urban,16.21658889599576 +MEA,2090,sfh_sr21_std,rural,331.62552330754437 +MEA,2090,sfh_sr21_std,urban,278.16939006133657 +MEA,2090,sfh_sr22_low,rural,47.9266444310922 +MEA,2090,sfh_sr22_low,urban,71.38339293685873 +MEA,2090,sfh_sr31_std,rural,291.5999832277387 +MEA,2090,sfh_sr31_std,urban,443.71237123097967 +MEA,2090,sfh_sr32_low,rural,31.319749697397523 +MEA,2090,sfh_sr32_low,urban,109.62558715129003 +MEA,2100,inf_ns,urban,84.33874270822906 +MEA,2100,mfh_s1,rural,60.120410563526775 +MEA,2100,mfh_s1,urban,27.92622214204573 +MEA,2100,mfh_s2,rural,76.46706882818935 +MEA,2100,mfh_s2,urban,133.97711552324202 +MEA,2100,mfh_s3,rural,64.64548272346651 +MEA,2100,mfh_s3,urban,218.8480537284271 +MEA,2100,mfh_s51_std,rural,87.53040914591213 +MEA,2100,mfh_s51_std,urban,2509.328660250394 +MEA,2100,mfh_s52_low,rural,0.1587730293661274 +MEA,2100,mfh_s52_low,urban,26.15595188865485 +MEA,2100,mfh_sr11_std,rural,12.548184525380137 +MEA,2100,mfh_sr11_std,urban,7.8329997493712336 +MEA,2100,mfh_sr12_low,rural,0.2988739261645505 +MEA,2100,mfh_sr12_low,urban,0.1442251920642987 +MEA,2100,mfh_sr21_std,rural,15.222673892048348 +MEA,2100,mfh_sr21_std,urban,32.572437488959345 +MEA,2100,mfh_sr22_low,rural,0.2469304759240536 +MEA,2100,mfh_sr22_low,urban,0.42360709280565845 +MEA,2100,mfh_sr31_std,rural,10.733601397904739 +MEA,2100,mfh_sr31_std,urban,45.82557598984046 +MEA,2100,mfh_sr32_low,rural,0.0882797339493953 +MEA,2100,mfh_sr32_low,urban,0.28188205352720924 +MEA,2100,sfh_s1,rural,820.5240156540016 +MEA,2100,sfh_s1,urban,177.57369578720653 +MEA,2100,sfh_s2,rural,1025.8952245919413 +MEA,2100,sfh_s2,urban,862.4480144035289 +MEA,2100,sfh_s3,rural,844.277720656426 +MEA,2100,sfh_s3,urban,1395.2766271791845 +MEA,2100,sfh_s51_std,rural,1296.3745369979995 +MEA,2100,sfh_s51_std,urban,16026.274911536779 +MEA,2100,sfh_s52_low,rural,70.83418893908848 +MEA,2100,sfh_s52_low,urban,2938.2929435106375 +MEA,2100,sfh_sr11_std,rural,263.16796937668914 +MEA,2100,sfh_sr11_std,urban,71.82010583872881 +MEA,2100,sfh_sr12_low,rural,53.985509407110165 +MEA,2100,sfh_sr12_low,urban,19.151925059989928 +MEA,2100,sfh_sr21_std,rural,349.916602780009 +MEA,2100,sfh_sr21_std,urban,304.5773810024717 +MEA,2100,sfh_sr22_low,rural,57.62530345685853 +MEA,2100,sfh_sr22_low,urban,81.87776758248664 +MEA,2100,sfh_sr31_std,rural,296.3569631809317 +MEA,2100,sfh_sr31_std,urban,466.6936783823217 +MEA,2100,sfh_sr32_low,rural,36.02008760279234 +MEA,2100,sfh_sr32_low,urban,119.80794186926882 +NAM,2020,mfh_s1,rural,57.03886352192607 +NAM,2020,mfh_s1,urban,552.0599352414305 +NAM,2020,mfh_s2,rural,33.06357917966228 +NAM,2020,mfh_s2,urban,1098.0806366766767 +NAM,2020,mfh_s3,rural,10.475586418467449 +NAM,2020,mfh_s3,urban,1244.4321830103027 +NAM,2020,mfh_s51_std,urban,224.3071415738091 +NAM,2020,mfh_s52_low,urban,0.15337473872142612 +NAM,2020,mfh_sr11_std,rural,3.871328821476121 +NAM,2020,mfh_sr11_std,urban,24.52242155815308 +NAM,2020,mfh_sr12_low,rural,0.2070337486132001 +NAM,2020,mfh_sr12_low,urban,0.3666494119363204 +NAM,2020,mfh_sr21_std,rural,1.9749269314733304 +NAM,2020,mfh_sr21_std,urban,40.07470583615531 +NAM,2020,mfh_sr22_low,rural,0.0687810026192076 +NAM,2020,mfh_sr22_low,urban,0.3764987429389084 +NAM,2020,mfh_sr31_std,rural,0.612756101527175 +NAM,2020,mfh_sr31_std,urban,42.3589902399554 +NAM,2020,mfh_sr32_low,rural,0.0200443156581107 +NAM,2020,mfh_sr32_low,urban,0.2189314884425802 +NAM,2020,sfh_s1,rural,4220.434377256761 +NAM,2020,sfh_s1,urban,3068.517565006714 +NAM,2020,sfh_s2,rural,2427.2728150192256 +NAM,2020,sfh_s2,urban,6084.30337651371 +NAM,2020,sfh_s3,rural,767.7439637964346 +NAM,2020,sfh_s3,urban,6934.9040387318555 +NAM,2020,sfh_s51_std,urban,833.2704169086157 +NAM,2020,sfh_s52_low,urban,469.4515334719678 +NAM,2020,sfh_sr11_std,rural,189.7004765504727 +NAM,2020,sfh_sr11_std,urban,200.72196742410543 +NAM,2020,sfh_sr12_low,rural,204.0772341050472 +NAM,2020,sfh_sr12_low,urban,79.24748729863613 +NAM,2020,sfh_sr21_std,rural,120.20518490647378 +NAM,2020,sfh_sr21_std,urban,398.1856225004119 +NAM,2020,sfh_sr22_low,rural,103.04262662407044 +NAM,2020,sfh_sr22_low,urban,125.30311202377185 +NAM,2020,sfh_sr31_std,rural,38.90817577342968 +NAM,2020,sfh_sr31_std,urban,421.9505410260923 +NAM,2020,sfh_sr32_low,rural,32.005902575199364 +NAM,2020,sfh_sr32_low,urban,112.67320084590332 +NAM,2025,mfh_s1,rural,50.72159557568645 +NAM,2025,mfh_s1,urban,520.34738765462 +NAM,2025,mfh_s2,rural,29.48524014745615 +NAM,2025,mfh_s2,urban,1011.5668198216254 +NAM,2025,mfh_s3,rural,9.590383685467645 +NAM,2025,mfh_s3,urban,1197.0581594889077 +NAM,2025,mfh_s51_std,urban,457.9960271696938 +NAM,2025,mfh_s52_low,urban,1.219928669924029 +NAM,2025,mfh_sr11_std,rural,6.995991899224443 +NAM,2025,mfh_sr11_std,urban,44.2126946046403 +NAM,2025,mfh_sr12_low,rural,0.3373206700707264 +NAM,2025,mfh_sr12_low,urban,0.6113876040126266 +NAM,2025,mfh_sr21_std,rural,3.412148719178287 +NAM,2025,mfh_sr21_std,urban,72.80592578717739 +NAM,2025,mfh_sr22_low,rural,0.1108790656883516 +NAM,2025,mfh_sr22_low,urban,0.5941646136037152 +NAM,2025,mfh_sr31_std,rural,1.0988476947514894 +NAM,2025,mfh_sr31_std,urban,81.25625142327578 +NAM,2025,mfh_sr32_low,rural,0.0339342120818585 +NAM,2025,mfh_sr32_low,urban,0.3462396376567512 +NAM,2025,sfh_s1,rural,3685.5968756172297 +NAM,2025,sfh_s1,urban,2764.8135283159345 +NAM,2025,sfh_s2,rural,2098.7916727199436 +NAM,2025,sfh_s2,urban,5384.5549095472115 +NAM,2025,sfh_s3,rural,680.2540317053773 +NAM,2025,sfh_s3,urban,6419.995391372288 +NAM,2025,sfh_s51_std,urban,1473.429689952899 +NAM,2025,sfh_s52_low,urban,1191.759165099225 +NAM,2025,sfh_sr11_std,rural,345.8155380960151 +NAM,2025,sfh_sr11_std,urban,373.85520078753785 +NAM,2025,sfh_sr12_low,rural,351.6016083895124 +NAM,2025,sfh_sr12_low,urban,141.46402162029997 +NAM,2025,sfh_sr21_std,rural,217.5494704766143 +NAM,2025,sfh_sr21_std,urban,698.4001324940022 +NAM,2025,sfh_sr22_low,rural,175.7082863065676 +NAM,2025,sfh_sr22_low,urban,213.9578154524842 +NAM,2025,sfh_sr31_std,rural,72.88068735448346 +NAM,2025,sfh_sr31_std,urban,800.8597604724624 +NAM,2025,sfh_sr32_low,rural,56.43999258533774 +NAM,2025,sfh_sr32_low,urban,200.21420585131327 +NAM,2030,mfh_s1,rural,43.497307761130045 +NAM,2030,mfh_s1,urban,474.069074537421 +NAM,2030,mfh_s2,rural,24.972114844000604 +NAM,2030,mfh_s2,urban,901.0218114393512 +NAM,2030,mfh_s3,rural,8.369700429241428 +NAM,2030,mfh_s3,urban,1126.9934020966243 +NAM,2030,mfh_s51_std,urban,669.5561684971417 +NAM,2030,mfh_s52_low,urban,28.283770543971475 +NAM,2030,mfh_sr11_std,rural,10.871784683900197 +NAM,2030,mfh_sr11_std,urban,76.55222086042174 +NAM,2030,mfh_sr12_low,rural,0.6253382411645856 +NAM,2030,mfh_sr12_low,urban,1.2263396235444104 +NAM,2030,mfh_sr21_std,rural,5.584625002395073 +NAM,2030,mfh_sr21_std,urban,121.82427414927996 +NAM,2030,mfh_sr22_low,rural,0.2054507581991364 +NAM,2030,mfh_sr22_low,urban,1.1760774950866928 +NAM,2030,mfh_sr31_std,rural,1.893398051791947 +NAM,2030,mfh_sr31_std,urban,139.8406810438284 +NAM,2030,mfh_sr32_low,rural,0.0671194733786254 +NAM,2030,mfh_sr32_low,urban,0.7897644297141038 +NAM,2030,sfh_s1,rural,3048.325521434965 +NAM,2030,sfh_s1,urban,2381.109222852812 +NAM,2030,sfh_s2,rural,1710.0251924265697 +NAM,2030,sfh_s2,urban,4493.588285071867 +NAM,2030,sfh_s3,rural,570.8927316065196 +NAM,2030,sfh_s3,urban,5636.228873071979 +NAM,2030,sfh_s51_std,urban,1909.9049131601319 +NAM,2030,sfh_s52_low,urban,2140.2026908899916 +NAM,2030,sfh_sr11_std,rural,534.5628384630118 +NAM,2030,sfh_sr11_std,urban,591.3860290423588 +NAM,2030,sfh_sr12_low,rural,569.0665457086905 +NAM,2030,sfh_sr12_low,urban,230.30884835431124 +NAM,2030,sfh_sr21_std,rural,329.3099372481372 +NAM,2030,sfh_sr21_std,urban,1106.4288351060325 +NAM,2030,sfh_sr22_low,rural,283.14055283378684 +NAM,2030,sfh_sr22_low,urban,343.1856304867026 +NAM,2030,sfh_sr31_std,rural,113.638978516565 +NAM,2030,sfh_sr31_std,urban,1371.8056470185495 +NAM,2030,sfh_sr32_low,rural,95.3763462233178 +NAM,2030,sfh_sr32_low,urban,348.979624588412 +NAM,2035,mfh_s1,rural,37.40750858947974 +NAM,2035,mfh_s1,urban,434.18634744153144 +NAM,2035,mfh_s2,rural,21.05423929849767 +NAM,2035,mfh_s2,urban,800.8756011146048 +NAM,2035,mfh_s3,rural,7.419293679462118 +NAM,2035,mfh_s3,urban,1062.2397054684911 +NAM,2035,mfh_s51_std,urban,885.8035808680597 +NAM,2035,mfh_s52_low,urban,51.84012838621029 +NAM,2035,mfh_sr11_std,rural,13.752660038809477 +NAM,2035,mfh_sr11_std,urban,101.1806104162656 +NAM,2035,mfh_sr12_low,rural,0.8029639038099006 +NAM,2035,mfh_sr12_low,urban,1.6323716768690533 +NAM,2035,mfh_sr21_std,rural,7.084698840753425 +NAM,2035,mfh_sr21_std,urban,155.1621848769327 +NAM,2035,mfh_sr22_low,rural,0.2594724900813696 +NAM,2035,mfh_sr22_low,urban,1.508210728241124 +NAM,2035,mfh_sr31_std,rural,2.417267836114056 +NAM,2035,mfh_sr31_std,urban,189.28199610406944 +NAM,2035,mfh_sr32_low,rural,0.0889346497064511 +NAM,2035,mfh_sr32_low,urban,1.148318763646098 +NAM,2035,sfh_s1,rural,2528.8646554643224 +NAM,2035,sfh_s1,urban,2053.64793172586 +NAM,2035,sfh_s2,rural,1390.9916074051105 +NAM,2035,sfh_s2,urban,3739.4129577010335 +NAM,2035,sfh_s3,rural,481.04237388882046 +NAM,2035,sfh_s3,urban,4970.4564620676265 +NAM,2035,sfh_s51_std,urban,2365.1943531752822 +NAM,2035,sfh_s52_low,urban,3076.6802623421913 +NAM,2035,sfh_sr11_std,rural,675.3730903977054 +NAM,2035,sfh_sr11_std,urban,767.2388779336209 +NAM,2035,sfh_sr12_low,rural,718.861019307372 +NAM,2035,sfh_sr12_low,urban,295.74094280466164 +NAM,2035,sfh_sr21_std,rural,404.07533036909086 +NAM,2035,sfh_sr21_std,urban,1392.876182160297 +NAM,2035,sfh_sr22_low,rural,348.9487092857209 +NAM,2035,sfh_sr22_low,urban,425.1003451765465 +NAM,2035,sfh_sr31_std,rural,145.48942339303215 +NAM,2035,sfh_sr31_std,urban,1838.2152079118348 +NAM,2035,sfh_sr32_low,rural,122.82068254968355 +NAM,2035,sfh_sr32_low,urban,461.553701659338 +NAM,2040,mfh_s1,rural,32.31142947613316 +NAM,2040,mfh_s1,urban,401.68495422769877 +NAM,2040,mfh_s2,rural,17.983936849376946 +NAM,2040,mfh_s2,urban,709.5528102883713 +NAM,2040,mfh_s3,rural,6.629292876265127 +NAM,2040,mfh_s3,urban,999.9735461690949 +NAM,2040,mfh_s51_std,urban,1106.602850269981 +NAM,2040,mfh_s52_low,urban,71.27647961149744 +NAM,2040,mfh_sr11_std,rural,15.773649497627838 +NAM,2040,mfh_sr11_std,urban,117.11744848571132 +NAM,2040,mfh_sr12_low,rural,0.9215873323233454 +NAM,2040,mfh_sr12_low,urban,1.8881173173079329 +NAM,2040,mfh_sr21_std,rural,7.703277492263636 +NAM,2040,mfh_sr21_std,urban,176.72322933697578 +NAM,2040,mfh_sr22_low,rural,0.2887167637140552 +NAM,2040,mfh_sr22_low,urban,1.6825794032733392 +NAM,2040,mfh_sr31_std,rural,2.7756310512666977 +NAM,2040,mfh_sr31_std,urban,230.99434475152484 +NAM,2040,mfh_sr32_low,rural,0.1040750309130421 +NAM,2040,mfh_sr32_low,urban,1.4001520573176125 +NAM,2040,sfh_s1,rural,2101.926901212959 +NAM,2040,sfh_s1,urban,1782.8536177232806 +NAM,2040,sfh_s2,rural,1124.9823182786065 +NAM,2040,sfh_s2,urban,3117.148094467373 +NAM,2040,sfh_s3,rural,405.45057320066877 +NAM,2040,sfh_s3,urban,4427.767504745763 +NAM,2040,sfh_s51_std,urban,2839.455282312706 +NAM,2040,sfh_s52_low,urban,3996.6981347033748 +NAM,2040,sfh_sr11_std,rural,774.7719205888042 +NAM,2040,sfh_sr11_std,urban,889.9200081868531 +NAM,2040,sfh_sr12_low,rural,823.1934419994456 +NAM,2040,sfh_sr12_low,urban,349.201329948964 +NAM,2040,sfh_sr21_std,rural,448.3949399495198 +NAM,2040,sfh_sr21_std,urban,1557.0460142562915 +NAM,2040,sfh_sr22_low,rural,387.7466786299262 +NAM,2040,sfh_sr22_low,urban,479.3253145094258 +NAM,2040,sfh_sr31_std,rural,169.16794948190994 +NAM,2040,sfh_sr31_std,urban,2171.17150817636 +NAM,2040,sfh_sr32_low,rural,143.28936097797347 +NAM,2040,sfh_sr32_low,urban,553.4580811700782 +NAM,2045,mfh_s1,rural,27.93492212976959 +NAM,2045,mfh_s1,urban,369.80491993303866 +NAM,2045,mfh_s2,rural,15.09373053267921 +NAM,2045,mfh_s2,urban,624.6824618924363 +NAM,2045,mfh_s3,rural,5.890602221018768 +NAM,2045,mfh_s3,urban,936.5417341550268 +NAM,2045,mfh_s51_std,urban,1325.703903229236 +NAM,2045,mfh_s52_low,urban,91.47854191567744 +NAM,2045,mfh_sr11_std,rural,17.22001032932797 +NAM,2045,mfh_sr11_std,urban,131.15788128471235 +NAM,2045,mfh_sr12_low,rural,0.9904638082369842 +NAM,2045,mfh_sr12_low,urban,2.069108611883971 +NAM,2045,mfh_sr21_std,rural,8.162269373723335 +NAM,2045,mfh_sr21_std,urban,191.49604436301567 +NAM,2045,mfh_sr22_low,rural,0.2994780541875633 +NAM,2045,mfh_sr22_low,urban,1.7884934262313918 +NAM,2045,mfh_sr31_std,rural,3.07032101444853 +NAM,2045,mfh_sr31_std,urban,267.12544245614095 +NAM,2045,mfh_sr32_low,rural,0.1138923968646992 +NAM,2045,mfh_sr32_low,urban,1.5659785644417368 +NAM,2045,sfh_s1,rural,1750.6207295572426 +NAM,2045,sfh_s1,urban,1541.7539048934377 +NAM,2045,sfh_s2,rural,905.9411682937302 +NAM,2045,sfh_s2,urban,2586.679583333252 +NAM,2045,sfh_s3,rural,341.89677463136866 +NAM,2045,sfh_s3,urban,3935.206390310239 +NAM,2045,sfh_s51_std,urban,3307.3484602055637 +NAM,2045,sfh_s52_low,urban,4917.668504160213 +NAM,2045,sfh_sr11_std,rural,845.9476415732034 +NAM,2045,sfh_sr11_std,urban,994.7309164252596 +NAM,2045,sfh_sr12_low,rural,887.3044878722371 +NAM,2045,sfh_sr12_low,urban,383.00338718522187 +NAM,2045,sfh_sr21_std,rural,470.2921732710324 +NAM,2045,sfh_sr21_std,urban,1660.3201472540586 +NAM,2045,sfh_sr22_low,rural,402.1518669019746 +NAM,2045,sfh_sr22_low,urban,500.3034996259105 +NAM,2045,sfh_sr31_std,rural,186.6496941736819 +NAM,2045,sfh_sr31_std,urban,2446.389822990878 +NAM,2045,sfh_sr32_low,rural,156.58155782365594 +NAM,2045,sfh_sr32_low,urban,613.3158716599095 +NAM,2050,mfh_s1,rural,24.054146504541798 +NAM,2050,mfh_s1,urban,331.13027524463513 +NAM,2050,mfh_s2,rural,12.52702517433515 +NAM,2050,mfh_s2,urban,535.0323403707429 +NAM,2050,mfh_s3,rural,5.125888379870178 +NAM,2050,mfh_s3,urban,853.6914571977784 +NAM,2050,mfh_s51_std,urban,1538.209919904781 +NAM,2050,mfh_s52_low,urban,119.38750136443818 +NAM,2050,mfh_sr11_std,rural,18.3336385746604 +NAM,2050,mfh_sr11_std,urban,150.84877741727075 +NAM,2050,mfh_sr12_low,rural,1.0340188301824325 +NAM,2050,mfh_sr12_low,urban,2.205712172225323 +NAM,2050,mfh_sr21_std,rural,8.391223295285032 +NAM,2050,mfh_sr21_std,urban,213.3688322747655 +NAM,2050,mfh_sr22_low,rural,0.3005020744644341 +NAM,2050,mfh_sr22_low,urban,1.8550500810455417 +NAM,2050,mfh_sr31_std,rural,3.3738001863293725 +NAM,2050,mfh_sr31_std,urban,314.490770426003 +NAM,2050,mfh_sr32_low,rural,0.1211306198314209 +NAM,2050,mfh_sr32_low,urban,1.7638984120113457 +NAM,2050,sfh_s1,rural,1450.2137612365807 +NAM,2050,sfh_s1,urban,1328.244053246955 +NAM,2050,sfh_s2,rural,720.308671855942 +NAM,2050,sfh_s2,urban,2126.6936236771226 +NAM,2050,sfh_s3,rural,285.0773798394388 +NAM,2050,sfh_s3,urban,3418.2630509950714 +NAM,2050,sfh_s51_std,urban,3748.9033154690505 +NAM,2050,sfh_s52_low,urban,5871.435839344524 +NAM,2050,sfh_sr11_std,rural,903.933278699848 +NAM,2050,sfh_sr11_std,urban,1080.7277844500925 +NAM,2050,sfh_sr12_low,rural,924.1007696265796 +NAM,2050,sfh_sr12_low,urban,401.1316250379948 +NAM,2050,sfh_sr21_std,rural,480.5106926034427 +NAM,2050,sfh_sr21_std,urban,1731.112202748591 +NAM,2050,sfh_sr22_low,rural,401.1482157054456 +NAM,2050,sfh_sr22_low,urban,496.5187259953733 +NAM,2050,sfh_sr31_std,rural,200.80898428576583 +NAM,2050,sfh_sr31_std,urban,2730.291467372347 +NAM,2050,sfh_sr32_low,rural,164.9659579136149 +NAM,2050,sfh_sr32_low,urban,641.5592953592466 +NAM,2055,mfh_s1,rural,20.85181481836374 +NAM,2055,mfh_s1,urban,298.4112504004926 +NAM,2055,mfh_s2,rural,10.422319561998952 +NAM,2055,mfh_s2,urban,465.2841556238256 +NAM,2055,mfh_s3,rural,4.468476994404108 +NAM,2055,mfh_s3,urban,783.4358544295709 +NAM,2055,mfh_s51_std,urban,1759.0602899115038 +NAM,2055,mfh_s52_low,urban,142.6711544903202 +NAM,2055,mfh_sr11_std,rural,18.960642901367375 +NAM,2055,mfh_sr11_std,urban,163.6722908514407 +NAM,2055,mfh_sr12_low,rural,1.0486673938549416 +NAM,2055,mfh_sr12_low,urban,2.276174153884802 +NAM,2055,mfh_sr21_std,rural,8.325859674122068 +NAM,2055,mfh_sr21_std,urban,220.0791338848013 +NAM,2055,mfh_sr22_low,rural,0.291442365788051 +NAM,2055,mfh_sr22_low,urban,1.8501873269379228 +NAM,2055,mfh_sr31_std,rural,3.5509334958174663 +NAM,2055,mfh_sr31_std,urban,340.3233845573462 +NAM,2055,mfh_sr32_low,rural,0.1240565132846852 +NAM,2055,mfh_sr32_low,urban,1.86214996672418 +NAM,2055,sfh_s1,rural,1205.9370069110996 +NAM,2055,sfh_s1,urban,1148.7974666907924 +NAM,2055,sfh_s2,rural,573.6078629503002 +NAM,2055,sfh_s2,urban,1756.902400238812 +NAM,2055,sfh_s3,rural,237.9025925133121 +NAM,2055,sfh_s3,urban,2963.9026451669483 +NAM,2055,sfh_s51_std,urban,4215.526866998875 +NAM,2055,sfh_s52_low,urban,6821.709904451212 +NAM,2055,sfh_sr11_std,rural,939.5885382212416 +NAM,2055,sfh_sr11_std,urban,1136.3721208792042 +NAM,2055,sfh_sr12_low,rural,939.3968151080034 +NAM,2055,sfh_sr12_low,urban,409.87358393726953 +NAM,2055,sfh_sr21_std,rural,475.13547249074406 +NAM,2055,sfh_sr21_std,urban,1748.97485618245 +NAM,2055,sfh_sr22_low,rural,388.7049472005802 +NAM,2055,sfh_sr22_low,urban,482.5608588395568 +NAM,2055,sfh_sr31_std,rural,208.47841585552968 +NAM,2055,sfh_sr31_std,urban,2915.7557329507185 +NAM,2055,sfh_sr32_low,rural,168.432307385731 +NAM,2055,sfh_sr32_low,urban,653.2042658092369 +NAM,2060,mfh_s1,rural,18.035431068595248 +NAM,2060,mfh_s1,urban,269.22656686649833 +NAM,2060,mfh_s2,rural,8.640833993312608 +NAM,2060,mfh_s2,urban,407.0110073368976 +NAM,2060,mfh_s3,rural,3.8753039127731506 +NAM,2060,mfh_s3,urban,713.6287322487115 +NAM,2060,mfh_s51_std,urban,1978.5272253825256 +NAM,2060,mfh_s52_low,urban,170.3837850369328 +NAM,2060,mfh_sr11_std,rural,19.341398421584675 +NAM,2060,mfh_sr11_std,urban,172.24712229088382 +NAM,2060,mfh_sr12_low,rural,1.0631590850382977 +NAM,2060,mfh_sr12_low,urban,2.3397892714604835 +NAM,2060,mfh_sr21_std,rural,8.140567449124458 +NAM,2060,mfh_sr21_std,urban,221.8641840470181 +NAM,2060,mfh_sr22_low,rural,0.2827864321731184 +NAM,2060,mfh_sr22_low,urban,1.8469152502928288 +NAM,2060,mfh_sr31_std,rural,3.634595974256991 +NAM,2060,mfh_sr31_std,urban,356.5150008345924 +NAM,2060,mfh_sr32_low,rural,0.1262923125339966 +NAM,2060,mfh_sr32_low,urban,1.9464959247554952 +NAM,2060,sfh_s1,rural,1005.3865592839371 +NAM,2060,sfh_s1,urban,994.2326197318428 +NAM,2060,sfh_s2,rural,457.40899897960475 +NAM,2060,sfh_s2,urban,1459.061066401876 +NAM,2060,sfh_s3,rural,197.6599108834013 +NAM,2060,sfh_s3,urban,2548.831639765556 +NAM,2060,sfh_s51_std,urban,4667.336945520602 +NAM,2060,sfh_s52_low,urban,7804.472631741348 +NAM,2060,sfh_sr11_std,rural,953.6404614560824 +NAM,2060,sfh_sr11_std,urban,1166.782393315209 +NAM,2060,sfh_sr12_low,rural,943.1050165100842 +NAM,2060,sfh_sr12_low,urban,414.7822510254567 +NAM,2060,sfh_sr21_std,rural,458.8816998430157 +NAM,2060,sfh_sr21_std,urban,1733.380499710122 +NAM,2060,sfh_sr22_low,rural,372.0168145610456 +NAM,2060,sfh_sr22_low,urban,468.1328769426816 +NAM,2060,sfh_sr31_std,rural,210.02986233793249 +NAM,2060,sfh_sr31_std,urban,3016.6678442487832 +NAM,2060,sfh_sr32_low,rural,168.82544282363605 +NAM,2060,sfh_sr32_low,urban,656.6799065069322 +NAM,2070,mfh_s1,rural,13.422012966200445 +NAM,2070,mfh_s1,urban,218.6976783429638 +NAM,2070,mfh_s2,rural,6.060855685883603 +NAM,2070,mfh_s2,urban,318.09788343996524 +NAM,2070,mfh_s3,rural,2.8421419482323844 +NAM,2070,mfh_s3,urban,574.8245696624492 +NAM,2070,mfh_s51_std,urban,2419.2531931872545 +NAM,2070,mfh_s52_low,urban,208.06633139302423 +NAM,2070,mfh_sr11_std,rural,19.336315486438917 +NAM,2070,mfh_sr11_std,urban,179.87431165955266 +NAM,2070,mfh_sr12_low,rural,1.0014061072695133 +NAM,2070,mfh_sr12_low,urban,2.2543985608408583 +NAM,2070,mfh_sr21_std,rural,7.383205845293258 +NAM,2070,mfh_sr21_std,urban,218.46958184801852 +NAM,2070,mfh_sr22_low,rural,0.2444226280442652 +NAM,2070,mfh_sr22_low,urban,1.701186295022716 +NAM,2070,mfh_sr31_std,rural,3.5303716050550773 +NAM,2070,mfh_sr31_std,urban,360.69715942230687 +NAM,2070,mfh_sr32_low,rural,0.1157970626063824 +NAM,2070,mfh_sr32_low,urban,1.857827381245103 +NAM,2070,sfh_s1,rural,687.1509432487527 +NAM,2070,sfh_s1,urban,734.4628161551043 +NAM,2070,sfh_s2,rural,288.4800493258851 +NAM,2070,sfh_s2,urban,1027.382832816871 +NAM,2070,sfh_s3,rural,130.7128849742856 +NAM,2070,sfh_s3,urban,1832.235179438765 +NAM,2070,sfh_s51_std,urban,5623.507311170191 +NAM,2070,sfh_s52_low,urban,9624.881155849464 +NAM,2070,sfh_sr11_std,rural,955.981228994154 +NAM,2070,sfh_sr11_std,urban,1191.7274912979783 +NAM,2070,sfh_sr12_low,rural,905.651288909869 +NAM,2070,sfh_sr12_low,urban,400.1192013387952 +NAM,2070,sfh_sr21_std,rural,419.6066799267389 +NAM,2070,sfh_sr21_std,urban,1673.1772980858398 +NAM,2070,sfh_sr22_low,rural,325.3628068064991 +NAM,2070,sfh_sr22_low,urban,423.43449173910096 +NAM,2070,sfh_sr31_std,rural,202.738577609768 +NAM,2070,sfh_sr31_std,urban,3002.7920734992927 +NAM,2070,sfh_sr32_low,rural,156.4012971598491 +NAM,2070,sfh_sr32_low,urban,605.3205829605115 +NAM,2080,mfh_s1,rural,10.027154849253161 +NAM,2080,mfh_s1,urban,181.67440398735303 +NAM,2080,mfh_s2,rural,4.432957766454745 +NAM,2080,mfh_s2,urban,264.9181758152755 +NAM,2080,mfh_s3,rural,2.0192782757462657 +NAM,2080,mfh_s3,urban,451.3207253287726 +NAM,2080,mfh_s51_std,urban,2797.412367789507 +NAM,2080,mfh_s52_low,urban,236.21077227241125 +NAM,2080,mfh_sr11_std,rural,18.06153429902358 +NAM,2080,mfh_sr11_std,urban,174.9553225988593 +NAM,2080,mfh_sr12_low,rural,0.8998017521404216 +NAM,2080,mfh_sr12_low,urban,2.0979683458518625 +NAM,2080,mfh_sr21_std,rural,6.590454689414918 +NAM,2080,mfh_sr21_std,urban,213.77740036478565 +NAM,2080,mfh_sr22_low,rural,0.2108993385550317 +NAM,2080,mfh_sr22_low,urban,1.5902378853696986 +NAM,2080,mfh_sr31_std,rural,3.1056054837289966 +NAM,2080,mfh_sr31_std,urban,333.44350962488426 +NAM,2080,mfh_sr32_low,rural,0.0980806233459772 +NAM,2080,mfh_sr32_low,urban,1.6432091798434083 +NAM,2080,sfh_s1,rural,466.5963165324697 +NAM,2080,sfh_s1,urban,546.67997527425 +NAM,2080,sfh_s2,rural,189.0074174718326 +NAM,2080,sfh_s2,urban,771.0087805245857 +NAM,2080,sfh_s3,rural,83.18731235636223 +NAM,2080,sfh_s3,urban,1295.7460031130408 +NAM,2080,sfh_s51_std,urban,6446.965389158165 +NAM,2080,sfh_s52_low,urban,11159.52107134299 +NAM,2080,sfh_sr11_std,rural,897.0419543122531 +NAM,2080,sfh_sr11_std,urban,1161.955752645499 +NAM,2080,sfh_sr12_low,rural,824.9271038290781 +NAM,2080,sfh_sr12_low,urban,373.3420849346906 +NAM,2080,sfh_sr21_std,rural,376.560155643276 +NAM,2080,sfh_sr21_std,urban,1624.608362641461 +NAM,2080,sfh_sr22_low,rural,282.59750808032715 +NAM,2080,sfh_sr22_low,urban,391.8576544403685 +NAM,2080,sfh_sr31_std,rural,177.9183036531686 +NAM,2080,sfh_sr31_std,urban,2743.7716329580685 +NAM,2080,sfh_sr32_low,rural,133.21637212982154 +NAM,2080,sfh_sr32_low,urban,524.6207721760061 +NAM,2090,mfh_s1,rural,7.280235055523783 +NAM,2090,mfh_s1,urban,151.00365109229918 +NAM,2090,mfh_s2,rural,3.377068148165009 +NAM,2090,mfh_s2,urban,233.70013732322963 +NAM,2090,mfh_s3,rural,1.3969185516512954 +NAM,2090,mfh_s3,urban,350.5412285161063 +NAM,2090,mfh_s51_std,urban,3080.6031392805685 +NAM,2090,mfh_s52_low,urban,257.63585547546495 +NAM,2090,mfh_sr11_std,rural,16.15715076963057 +NAM,2090,mfh_sr11_std,urban,167.17553086228938 +NAM,2090,mfh_sr12_low,rural,0.7786622179197888 +NAM,2090,mfh_sr12_low,urban,1.9266948538759705 +NAM,2090,mfh_sr21_std,rural,5.9559509198874485 +NAM,2090,mfh_sr21_std,urban,214.2933190253528 +NAM,2090,mfh_sr22_low,rural,0.18579919601099 +NAM,2090,mfh_sr22_low,urban,1.5422429847459511 +NAM,2090,mfh_sr31_std,rural,2.556443962736755 +NAM,2090,mfh_sr31_std,urban,294.97909541282087 +NAM,2090,mfh_sr32_low,rural,0.078719088036069 +NAM,2090,mfh_sr32_low,urban,1.40792997041465 +NAM,2090,sfh_s1,rural,311.56888521454215 +NAM,2090,sfh_s1,urban,411.63738232398384 +NAM,2090,sfh_s2,rural,128.81169353947212 +NAM,2090,sfh_s2,urban,614.0037182573234 +NAM,2090,sfh_s3,rural,51.21402960944828 +NAM,2090,sfh_s3,urban,914.7237053227698 +NAM,2090,sfh_s51_std,urban,7050.793629779942 +NAM,2090,sfh_s52_low,urban,12323.608216318855 +NAM,2090,sfh_sr11_std,rural,797.8760734137406 +NAM,2090,sfh_sr11_std,urban,1102.6943052921931 +NAM,2090,sfh_sr12_low,rural,718.8117925353894 +NAM,2090,sfh_sr12_low,urban,343.4934613890676 +NAM,2090,sfh_sr21_std,rural,340.3676177102824 +NAM,2090,sfh_sr21_std,urban,1618.1721466093704 +NAM,2090,sfh_sr22_low,rural,249.4698982341749 +NAM,2090,sfh_sr22_low,urban,376.83192960539486 +NAM,2090,sfh_sr31_std,rural,146.11403627266648 +NAM,2090,sfh_sr31_std,urban,2398.2087518378075 +NAM,2090,sfh_sr32_low,rural,107.08496942138916 +NAM,2090,sfh_sr32_low,urban,441.6989530714959 +NAM,2100,mfh_s1,rural,5.212110056450896 +NAM,2100,mfh_s1,urban,126.2130659848006 +NAM,2100,mfh_s2,rural,2.602985198064733 +NAM,2100,mfh_s2,urban,214.47214838569843 +NAM,2100,mfh_s3,rural,0.9662697510973048 +NAM,2100,mfh_s3,urban,277.1799538041702 +NAM,2100,mfh_s51_std,urban,3261.2292383467943 +NAM,2100,mfh_s52_low,urban,271.9677155047321 +NAM,2100,mfh_sr11_std,rural,13.851676931864532 +NAM,2100,mfh_sr11_std,urban,158.948490423982 +NAM,2100,mfh_sr12_low,rural,0.6496135265180947 +NAM,2100,mfh_sr12_low,urban,1.7641903471049167 +NAM,2100,mfh_sr21_std,rural,5.459907596767869 +NAM,2100,mfh_sr21_std,urban,219.81819950657516 +NAM,2100,mfh_sr22_low,rural,0.1648929391309909 +NAM,2100,mfh_sr22_low,urban,1.5382931578967256 +NAM,2100,mfh_sr31_std,rural,2.0488603268331267 +NAM,2100,mfh_sr31_std,urban,262.6297688269294 +NAM,2100,mfh_sr32_low,rural,0.061585162612536 +NAM,2100,mfh_sr32_low,urban,1.2173687374605917 +NAM,2100,sfh_s1,rural,204.40902606104504 +NAM,2100,sfh_s1,urban,315.0828909375963 +NAM,2100,sfh_s2,rural,90.08100506518102 +NAM,2100,sfh_s2,urban,508.6689766349214 +NAM,2100,sfh_s3,rural,31.487500689726904 +NAM,2100,sfh_s3,urban,665.5864148332703 +NAM,2100,sfh_s51_std,urban,7432.252024190477 +NAM,2100,sfh_s52_low,urban,13073.640378564662 +NAM,2100,sfh_sr11_std,rural,680.5597931493095 +NAM,2100,sfh_sr11_std,urban,1035.024847541304 +NAM,2100,sfh_sr12_low,rural,603.3482473767626 +NAM,2100,sfh_sr12_low,urban,315.14712509682835 +NAM,2100,sfh_sr21_std,rural,308.9943838974004 +NAM,2100,sfh_sr21_std,urban,1647.7783092222328 +NAM,2100,sfh_sr22_low,rural,222.10378880804572 +NAM,2100,sfh_sr22_low,urban,373.0077124480806 +NAM,2100,sfh_sr31_std,rural,116.76090214457342 +NAM,2100,sfh_sr31_std,urban,2098.793697917165 +NAM,2100,sfh_sr32_low,rural,84.03663879300517 +NAM,2100,sfh_sr32_low,urban,375.6238967423508 +PAO,2020,mfh_s1,rural,19.459732569679737 +PAO,2020,mfh_s1,urban,134.68645789437966 +PAO,2020,mfh_s2,rural,11.98943729454046 +PAO,2020,mfh_s2,urban,521.351228701015 +PAO,2020,mfh_s3,rural,13.046173061101777 +PAO,2020,mfh_s3,urban,599.1259035747116 +PAO,2020,mfh_s51_std,urban,81.38901614586318 +PAO,2020,mfh_s52_low,urban,0.003442163545366727 +PAO,2020,mfh_sr11_std,rural,0.6053436651533143 +PAO,2020,mfh_sr11_std,urban,0.9141077486519076 +PAO,2020,mfh_sr12_low,rural,0.0011566677124302 +PAO,2020,mfh_sr12_low,urban,0.00029015826973982 +PAO,2020,mfh_sr21_std,rural,0.3436771427461726 +PAO,2020,mfh_sr21_std,urban,3.376069915703091 +PAO,2020,mfh_sr22_low,rural,0.00021538454915722745 +PAO,2020,mfh_sr22_low,urban,0.0004005089541017221 +PAO,2020,mfh_sr31_std,rural,0.1556331142398808 +PAO,2020,mfh_sr31_std,urban,0.2589798960432025 +PAO,2020,mfh_sr32_low,rural,2.02584025031188e-05 +PAO,2020,sfh_s1,rural,1286.417667131839 +PAO,2020,sfh_s1,urban,381.44958113705087 +PAO,2020,sfh_s2,rural,793.7706983815461 +PAO,2020,sfh_s2,urban,1478.668139947948 +PAO,2020,sfh_s3,rural,853.5999103225109 +PAO,2020,sfh_s3,urban,1703.1364683247416 +PAO,2020,sfh_s51_std,rural,271.63255297521044 +PAO,2020,sfh_s51_std,urban,242.23422927657316 +PAO,2020,sfh_s52_low,rural,0.32115093294650826 +PAO,2020,sfh_s52_low,urban,0.030960970718731717 +PAO,2020,sfh_sr11_std,rural,88.64030133038935 +PAO,2020,sfh_sr11_std,urban,21.274371069731107 +PAO,2020,sfh_sr12_low,rural,21.3500447109231 +PAO,2020,sfh_sr12_low,urban,0.8944110752095203 +PAO,2020,sfh_sr21_std,rural,54.76423168752315 +PAO,2020,sfh_sr21_std,urban,81.29061097017532 +PAO,2020,sfh_sr22_low,rural,7.941517530244511 +PAO,2020,sfh_sr22_low,urban,1.9025945328723253 +PAO,2020,sfh_sr31_std,rural,62.04389213180687 +PAO,2020,sfh_sr31_std,urban,80.51672935482304 +PAO,2020,sfh_sr32_low,rural,2.3193265177342908 +PAO,2020,sfh_sr32_low,urban,0.4265871927436754 +PAO,2025,mfh_s1,rural,17.93679090434745 +PAO,2025,mfh_s1,urban,130.7683004702206 +PAO,2025,mfh_s2,rural,11.12935310782486 +PAO,2025,mfh_s2,urban,511.9123678451639 +PAO,2025,mfh_s3,rural,12.547538902393013 +PAO,2025,mfh_s3,urban,602.2228639558177 +PAO,2025,mfh_s51_std,rural,0.07891279087038586 +PAO,2025,mfh_s51_std,urban,161.56847509902667 +PAO,2025,mfh_s52_low,rural,3.0436945905124198e-05 +PAO,2025,mfh_s52_low,urban,0.03417761044211199 +PAO,2025,mfh_sr11_std,rural,1.1129182710868022 +PAO,2025,mfh_sr11_std,urban,2.2356920062356105 +PAO,2025,mfh_sr12_low,rural,0.0025635459810362 +PAO,2025,mfh_sr12_low,urban,0.0008526624365717404 +PAO,2025,mfh_sr21_std,rural,0.6310791935898546 +PAO,2025,mfh_sr21_std,urban,4.9344730527448 +PAO,2025,mfh_sr22_low,rural,0.0004527639582610236 +PAO,2025,mfh_sr22_low,urban,0.001261213487253 +PAO,2025,mfh_sr31_std,rural,0.3037825314112352 +PAO,2025,mfh_sr31_std,urban,0.5052279648770214 +PAO,2025,mfh_sr32_low,rural,5.51285745357272e-05 +PAO,2025,mfh_sr32_low,urban,1.7829680741819087e-05 +PAO,2025,sfh_s1,rural,1125.2329036043377 +PAO,2025,sfh_s1,urban,354.29303232250163 +PAO,2025,sfh_s2,rural,702.3339059661014 +PAO,2025,sfh_s2,urban,1381.1883612387787 +PAO,2025,sfh_s3,rural,772.6267601719345 +PAO,2025,sfh_s3,urban,1633.3704778149208 +PAO,2025,sfh_s51_std,rural,273.1172175516451 +PAO,2025,sfh_s51_std,urban,480.6942196769654 +PAO,2025,sfh_s52_low,rural,0.32088792380972025 +PAO,2025,sfh_s52_low,urban,0.31807371855832567 +PAO,2025,sfh_sr11_std,rural,157.61614443018007 +PAO,2025,sfh_sr11_std,urban,39.80496959352197 +PAO,2025,sfh_sr12_low,rural,39.881452675780295 +PAO,2025,sfh_sr12_low,urban,1.793289377794569 +PAO,2025,sfh_sr21_std,rural,97.44563393902062 +PAO,2025,sfh_sr21_std,urban,153.41113961055095 +PAO,2025,sfh_sr22_low,rural,15.070201319818391 +PAO,2025,sfh_sr22_low,urban,3.8080837427528262 +PAO,2025,sfh_sr31_std,rural,114.26369625481084 +PAO,2025,sfh_sr31_std,urban,159.7518820142134 +PAO,2025,sfh_sr32_low,rural,4.62436352858311 +PAO,2025,sfh_sr32_low,urban,0.9085976113593806 +PAO,2030,mfh_s1,rural,16.246750941353344 +PAO,2030,mfh_s1,urban,126.3098318151387 +PAO,2030,mfh_s2,rural,10.13484901338529 +PAO,2030,mfh_s2,urban,495.7548482392763 +PAO,2030,mfh_s3,rural,11.771771687142376 +PAO,2030,mfh_s3,urban,601.1421434953611 +PAO,2030,mfh_s51_std,rural,0.13026694428261082 +PAO,2030,mfh_s51_std,urban,238.55597666070213 +PAO,2030,mfh_s52_low,rural,0.0005215735419468602 +PAO,2030,mfh_s52_low,urban,0.7148341414052133 +PAO,2030,mfh_sr11_std,rural,1.7711737236075145 +PAO,2030,mfh_sr11_std,urban,4.155119164262521 +PAO,2030,mfh_sr12_low,rural,0.0047951430562646 +PAO,2030,mfh_sr12_low,urban,0.0026017886731634 +PAO,2030,mfh_sr21_std,rural,1.0047687049934388 +PAO,2030,mfh_sr21_std,urban,11.746248000980438 +PAO,2030,mfh_sr22_low,rural,0.0011707931057239 +PAO,2030,mfh_sr22_low,urban,0.003087610380989 +PAO,2030,mfh_sr31_std,rural,0.6164556679019063 +PAO,2030,mfh_sr31_std,urban,1.2569491999986728 +PAO,2030,mfh_sr32_low,rural,0.00011712843246858625 +PAO,2030,mfh_sr32_low,urban,0.00011203167619309908 +PAO,2030,sfh_s1,rural,945.937141371284 +PAO,2030,sfh_s1,urban,320.67184818307766 +PAO,2030,sfh_s2,rural,597.3192500424134 +PAO,2030,sfh_s2,urban,1253.671370354832 +PAO,2030,sfh_s3,rural,669.5245645167479 +PAO,2030,sfh_s3,urban,1519.8855354350644 +PAO,2030,sfh_s51_std,rural,270.0590386288985 +PAO,2030,sfh_s51_std,urban,705.7754236453063 +PAO,2030,sfh_s52_low,rural,0.37433419355922015 +PAO,2030,sfh_s52_low,urban,6.4154050329550785 +PAO,2030,sfh_sr11_std,rural,237.91103499029728 +PAO,2030,sfh_sr11_std,urban,64.51845050970651 +PAO,2030,sfh_sr12_low,rural,64.76939125800216 +PAO,2030,sfh_sr12_low,urban,3.148696669794491 +PAO,2030,sfh_sr21_std,rural,148.04911429344682 +PAO,2030,sfh_sr21_std,urban,250.1727992693133 +PAO,2030,sfh_sr22_low,rural,24.927502496688437 +PAO,2030,sfh_sr22_low,urban,6.751075777255304 +PAO,2030,sfh_sr31_std,rural,179.93477681369694 +PAO,2030,sfh_sr31_std,urban,271.4703442371165 +PAO,2030,sfh_sr32_low,rural,8.13851196201766 +PAO,2030,sfh_sr32_low,urban,1.6960861373124454 +PAO,2035,mfh_s1,rural,14.66927899978188 +PAO,2035,mfh_s1,urban,122.1134294705153 +PAO,2035,mfh_s2,rural,9.183437398374071 +PAO,2035,mfh_s2,urban,478.91636304883957 +PAO,2035,mfh_s3,rural,10.847963299513092 +PAO,2035,mfh_s3,urban,595.8957462271995 +PAO,2035,mfh_s51_std,rural,0.16073522904784193 +PAO,2035,mfh_s51_std,urban,313.2312251055626 +PAO,2035,mfh_s52_low,rural,0.000820194662353281 +PAO,2035,mfh_s52_low,urban,1.3929998481524994 +PAO,2035,mfh_sr11_std,rural,2.327500105452218 +PAO,2035,mfh_sr11_std,urban,5.889007940105747 +PAO,2035,mfh_sr12_low,rural,0.0071183224268606 +PAO,2035,mfh_sr12_low,urban,0.005210466694999 +PAO,2035,mfh_sr21_std,rural,1.3113041614914058 +PAO,2035,mfh_sr21_std,urban,18.038835540328456 +PAO,2035,mfh_sr22_low,rural,0.0019011717980783 +PAO,2035,mfh_sr22_low,urban,0.0054126819678945 +PAO,2035,mfh_sr31_std,rural,0.99076996645118 +PAO,2035,mfh_sr31_std,urban,2.632567909956102 +PAO,2035,mfh_sr32_low,rural,0.00018344366544485068 +PAO,2035,mfh_sr32_low,urban,0.00027903227481986947 +PAO,2035,sfh_s1,rural,793.6176632745015 +PAO,2035,sfh_s1,urban,289.9595601272122 +PAO,2035,sfh_s2,rural,504.91083674025856 +PAO,2035,sfh_s2,urban,1136.2537167369594 +PAO,2035,sfh_s3,rural,577.4881032966966 +PAO,2035,sfh_s3,urban,1405.1258911645991 +PAO,2035,sfh_s51_std,rural,263.4222392213627 +PAO,2035,sfh_s51_std,urban,923.5291859843387 +PAO,2035,sfh_s52_low,rural,0.39742509373651147 +PAO,2035,sfh_s52_low,urban,12.950691836098155 +PAO,2035,sfh_sr11_std,rural,299.8858784053283 +PAO,2035,sfh_sr11_std,urban,86.79478637799723 +PAO,2035,sfh_sr12_low,rural,82.37987315424267 +PAO,2035,sfh_sr12_low,urban,4.262698121307106 +PAO,2035,sfh_sr21_std,rural,187.6094763699395 +PAO,2035,sfh_sr21_std,urban,333.72531299177723 +PAO,2035,sfh_sr22_low,rural,31.937745814723293 +PAO,2035,sfh_sr22_low,urban,9.233084034369565 +PAO,2035,sfh_sr31_std,rural,229.7790120887667 +PAO,2035,sfh_sr31_std,urban,373.97527514911457 +PAO,2035,sfh_sr32_low,rural,10.80836227457427 +PAO,2035,sfh_sr32_low,urban,2.429855245574132 +PAO,2040,mfh_s1,rural,13.17790195951348 +PAO,2040,mfh_s1,urban,118.17017624896523 +PAO,2040,mfh_s2,rural,8.284906646607514 +PAO,2040,mfh_s2,urban,461.58871704890896 +PAO,2040,mfh_s3,rural,9.927434005380794 +PAO,2040,mfh_s3,urban,586.8001125048185 +PAO,2040,mfh_s51_std,rural,0.178458223220243 +PAO,2040,mfh_s51_std,urban,386.04696963798136 +PAO,2040,mfh_s52_low,rural,0.0010010668316194533 +PAO,2040,mfh_s52_low,urban,2.068724822380769 +PAO,2040,mfh_sr11_std,rural,2.8241311302383534 +PAO,2040,mfh_sr11_std,urban,7.463858546619472 +PAO,2040,mfh_sr12_low,rural,0.0096396694563793 +PAO,2040,mfh_sr12_low,urban,0.0076320453306905 +PAO,2040,mfh_sr21_std,rural,1.558541177313696 +PAO,2040,mfh_sr21_std,urban,23.901246993021847 +PAO,2040,mfh_sr22_low,rural,0.0024714179652933 +PAO,2040,mfh_sr22_low,urban,0.0089340032034511 +PAO,2040,mfh_sr31_std,rural,1.2984019938387217 +PAO,2040,mfh_sr31_std,urban,4.569990282041983 +PAO,2040,mfh_sr32_low,rural,0.0002518150377583287 +PAO,2040,mfh_sr32_low,urban,0.0005290599665709573 +PAO,2040,sfh_s1,rural,665.9503843888713 +PAO,2040,sfh_s1,urban,260.2928393489726 +PAO,2040,sfh_s2,rural,422.8885290865377 +PAO,2040,sfh_s2,urban,1026.6318351233408 +PAO,2040,sfh_s3,rural,495.8394696656228 +PAO,2040,sfh_s3,urban,1292.072733965063 +PAO,2040,sfh_s51_std,rural,254.20396313852277 +PAO,2040,sfh_s51_std,urban,1135.683668974863 +PAO,2040,sfh_s52_low,rural,0.40194963187479166 +PAO,2040,sfh_s52_low,urban,19.54570738798077 +PAO,2040,sfh_sr11_std,rural,346.2224047167278 +PAO,2040,sfh_sr11_std,urban,108.5686326318533 +PAO,2040,sfh_sr12_low,rural,93.41686677600605 +PAO,2040,sfh_sr12_low,urban,5.113187958948882 +PAO,2040,sfh_sr21_std,rural,219.40545986531922 +PAO,2040,sfh_sr21_std,urban,407.3248542138731 +PAO,2040,sfh_sr22_low,rural,36.23664629177148 +PAO,2040,sfh_sr22_low,urban,11.139430724673105 +PAO,2040,sfh_sr31_std,rural,266.1626481732127 +PAO,2040,sfh_sr31_std,urban,465.1191565157535 +PAO,2040,sfh_sr32_low,rural,12.55393809145959 +PAO,2040,sfh_sr32_low,urban,3.0333316938289827 +PAO,2045,mfh_s1,rural,11.821427171542075 +PAO,2045,mfh_s1,urban,114.4423263768989 +PAO,2045,mfh_s2,rural,7.4510630578317505 +PAO,2045,mfh_s2,urban,444.204134829913 +PAO,2045,mfh_s3,rural,9.033659222646202 +PAO,2045,mfh_s3,urban,574.9820369052668 +PAO,2045,mfh_s51_std,rural,0.18547943412329448 +PAO,2045,mfh_s51_std,urban,456.416573366478 +PAO,2045,mfh_s52_low,rural,0.0010821060641776645 +PAO,2045,mfh_s52_low,urban,2.7309763017517033 +PAO,2045,mfh_sr11_std,rural,3.2176489371689936 +PAO,2045,mfh_sr11_std,urban,8.932270737241273 +PAO,2045,mfh_sr12_low,rural,0.0114120569140878 +PAO,2045,mfh_sr12_low,urban,0.0095982539541566 +PAO,2045,mfh_sr21_std,rural,1.744766637233086 +PAO,2045,mfh_sr21_std,urban,29.18746252598375 +PAO,2045,mfh_sr22_low,rural,0.0030056868178246 +PAO,2045,mfh_sr22_low,urban,0.0127552590681156 +PAO,2045,mfh_sr31_std,rural,1.5330968794259223 +PAO,2045,mfh_sr31_std,urban,6.302737072903831 +PAO,2045,mfh_sr32_low,rural,0.0003421519838805963 +PAO,2045,mfh_sr32_low,urban,0.0008264626756428557 +PAO,2045,sfh_s1,rural,561.3229018912915 +PAO,2045,sfh_s1,urban,232.86260857646167 +PAO,2045,sfh_s2,rural,354.3942347622394 +PAO,2045,sfh_s2,urban,925.9714088897825 +PAO,2045,sfh_s3,rural,424.2508283820419 +PAO,2045,sfh_s3,urban,1182.8460204125968 +PAO,2045,sfh_s51_std,rural,242.8609786859946 +PAO,2045,sfh_s51_std,urban,1340.9369262022788 +PAO,2045,sfh_s52_low,rural,0.39108058068324997 +PAO,2045,sfh_s52_low,urban,25.72023928586993 +PAO,2045,sfh_sr11_std,rural,377.41624865252584 +PAO,2045,sfh_sr11_std,urban,128.66969508514867 +PAO,2045,sfh_sr12_low,rural,99.24727292037142 +PAO,2045,sfh_sr12_low,urban,5.722952226835825 +PAO,2045,sfh_sr21_std,rural,240.5244384900801 +PAO,2045,sfh_sr21_std,urban,470.6875278018467 +PAO,2045,sfh_sr22_low,rural,38.26871214689146 +PAO,2045,sfh_sr22_low,urban,12.437553443180713 +PAO,2045,sfh_sr31_std,rural,290.53856663412506 +PAO,2045,sfh_sr31_std,urban,543.9005271520749 +PAO,2045,sfh_sr32_low,rural,13.430349042410862 +PAO,2045,sfh_sr32_low,urban,3.460398845737592 +PAO,2050,mfh_s1,rural,10.587206537162848 +PAO,2050,mfh_s1,urban,110.9829431009362 +PAO,2050,mfh_s2,rural,6.673452816359872 +PAO,2050,mfh_s2,urban,426.79388984758145 +PAO,2050,mfh_s3,rural,8.175327896848 +PAO,2050,mfh_s3,urban,560.8301219221547 +PAO,2050,mfh_s51_std,rural,0.18215160587387283 +PAO,2050,mfh_s51_std,urban,523.724430505029 +PAO,2050,mfh_s52_low,rural,0.001066713499936201 +PAO,2050,mfh_s52_low,urban,3.3797977814136138 +PAO,2050,mfh_sr11_std,rural,3.527570878134167 +PAO,2050,mfh_sr11_std,urban,10.25327053492964 +PAO,2050,mfh_sr12_low,rural,0.0126278844299218 +PAO,2050,mfh_sr12_low,urban,0.0114516956975952 +PAO,2050,mfh_sr21_std,rural,1.8891592934906496 +PAO,2050,mfh_sr21_std,urban,34.14171441724118 +PAO,2050,mfh_sr22_low,rural,0.0034708258785001 +PAO,2050,mfh_sr22_low,urban,0.0172659536821465 +PAO,2050,mfh_sr31_std,rural,1.7058662269299143 +PAO,2050,mfh_sr31_std,urban,7.880961144288215 +PAO,2050,mfh_sr32_low,rural,0.0004321792902494641 +PAO,2050,mfh_sr32_low,urban,0.0011792500308767 +PAO,2050,sfh_s1,rural,475.5804720183182 +PAO,2050,sfh_s1,urban,207.959165931909 +PAO,2050,sfh_s2,rural,298.39540042696314 +PAO,2050,sfh_s2,urban,829.0055945330038 +PAO,2050,sfh_s3,rural,361.7039756154298 +PAO,2050,sfh_s3,urban,1080.9118855233357 +PAO,2050,sfh_s51_std,rural,230.04733512205956 +PAO,2050,sfh_s51_std,urban,1537.180141140692 +PAO,2050,sfh_s52_low,rural,0.3731269023353523 +PAO,2050,sfh_s52_low,urban,31.75120725393249 +PAO,2050,sfh_sr11_std,rural,396.29982307192665 +PAO,2050,sfh_sr11_std,urban,146.78390560279186 +PAO,2050,sfh_sr12_low,rural,101.51962712616938 +PAO,2050,sfh_sr12_low,urban,6.152764638630811 +PAO,2050,sfh_sr21_std,rural,251.86854659951504 +PAO,2050,sfh_sr21_std,urban,529.7130005245823 +PAO,2050,sfh_sr22_low,rural,38.77886425727125 +PAO,2050,sfh_sr22_low,urban,13.315835942563222 +PAO,2050,sfh_sr31_std,rural,304.91842960526503 +PAO,2050,sfh_sr31_std,urban,608.1179723559807 +PAO,2050,sfh_sr32_low,rural,13.693979628331771 +PAO,2050,sfh_sr32_low,urban,3.752323573135003 +PAO,2055,mfh_s1,rural,9.383734491301297 +PAO,2055,mfh_s1,urban,107.75626266807777 +PAO,2055,mfh_s2,rural,5.969224574593829 +PAO,2055,mfh_s2,urban,409.8260838358318 +PAO,2055,mfh_s3,rural,7.360786113247051 +PAO,2055,mfh_s3,urban,542.7139029021774 +PAO,2055,mfh_s51_std,rural,0.17735855687089094 +PAO,2055,mfh_s51_std,urban,587.3560779041551 +PAO,2055,mfh_s52_low,rural,0.0010422924822228066 +PAO,2055,mfh_s52_low,urban,3.99094207688332 +PAO,2055,mfh_sr11_std,rural,3.84694288662992 +PAO,2055,mfh_sr11_std,urban,11.472222990163246 +PAO,2055,mfh_sr12_low,rural,0.013288225280844 +PAO,2055,mfh_sr12_low,urban,0.0137674899061013 +PAO,2055,mfh_sr21_std,rural,1.980175430665556 +PAO,2055,mfh_sr21_std,urban,38.55287518178913 +PAO,2055,mfh_sr22_low,rural,0.0037686402856908 +PAO,2055,mfh_sr22_low,urban,0.0213347441344515 +PAO,2055,mfh_sr31_std,rural,1.8234527715819333 +PAO,2055,mfh_sr31_std,urban,11.421841177703392 +PAO,2055,mfh_sr32_low,rural,0.0005625381161135173 +PAO,2055,mfh_sr32_low,urban,0.0015038563738282 +PAO,2055,sfh_s1,rural,404.34556138294033 +PAO,2055,sfh_s1,urban,186.89270730460208 +PAO,2055,sfh_s2,rural,251.5607799963855 +PAO,2055,sfh_s2,urban,741.3108774330692 +PAO,2055,sfh_s3,rural,306.42487899430574 +PAO,2055,sfh_s3,urban,985.3187504068392 +PAO,2055,sfh_s51_std,rural,216.3238489198258 +PAO,2055,sfh_s51_std,urban,1723.1717219212442 +PAO,2055,sfh_s52_low,rural,0.3533928314964497 +PAO,2055,sfh_s52_low,urban,36.97907256716477 +PAO,2055,sfh_sr11_std,rural,406.20354168837304 +PAO,2055,sfh_sr11_std,urban,161.57075419746312 +PAO,2055,sfh_sr12_low,rural,101.47070734487008 +PAO,2055,sfh_sr12_low,urban,6.463229589874545 +PAO,2055,sfh_sr21_std,rural,256.7087377691385 +PAO,2055,sfh_sr21_std,urban,579.4906573680664 +PAO,2055,sfh_sr22_low,rural,38.29654112218503 +PAO,2055,sfh_sr22_low,urban,13.869928737461183 +PAO,2055,sfh_sr31_std,rural,312.0116199702477 +PAO,2055,sfh_sr31_std,urban,660.1380731052144 +PAO,2055,sfh_sr32_low,rural,13.536220402356529 +PAO,2055,sfh_sr32_low,urban,3.942567962296436 +PAO,2060,mfh_s1,rural,8.327225326795336 +PAO,2060,mfh_s1,urban,104.75004912995813 +PAO,2060,mfh_s2,rural,5.331573578336011 +PAO,2060,mfh_s2,urban,393.6296048568821 +PAO,2060,mfh_s3,rural,6.582475974094732 +PAO,2060,mfh_s3,urban,523.431712341812 +PAO,2060,mfh_s51_std,rural,0.17120304740688994 +PAO,2060,mfh_s51_std,urban,645.8677953555655 +PAO,2060,mfh_s52_low,rural,0.0010093171907734012 +PAO,2060,mfh_s52_low,urban,4.567653032683342 +PAO,2060,mfh_sr11_std,rural,4.052566177493897 +PAO,2060,mfh_sr11_std,urban,12.609625420815926 +PAO,2060,mfh_sr12_low,rural,0.0138471503903311 +PAO,2060,mfh_sr12_low,urban,0.0159924030586956 +PAO,2060,mfh_sr21_std,rural,2.0254713870827388 +PAO,2060,mfh_sr21_std,urban,42.318719052673664 +PAO,2060,mfh_sr22_low,rural,0.003976217410041 +PAO,2060,mfh_sr22_low,urban,0.0256568350736714 +PAO,2060,mfh_sr31_std,rural,1.902565227429821 +PAO,2060,mfh_sr31_std,urban,14.630091693522374 +PAO,2060,mfh_sr32_low,rural,0.0006699786896484123 +PAO,2060,mfh_sr32_low,urban,0.0020767497990631 +PAO,2060,sfh_s1,rural,344.8915839958753 +PAO,2060,sfh_s1,urban,168.7509655462358 +PAO,2060,sfh_s2,rural,212.6577629670035 +PAO,2060,sfh_s2,urban,662.5991794949655 +PAO,2060,sfh_s3,rural,258.85688883339463 +PAO,2060,sfh_s3,urban,895.8448453185326 +PAO,2060,sfh_s51_std,rural,201.93072981527752 +PAO,2060,sfh_s51_std,urban,1893.6734452075411 +PAO,2060,sfh_s52_low,rural,0.332220462959899 +PAO,2060,sfh_s52_low,urban,42.35590926408296 +PAO,2060,sfh_sr11_std,rural,407.8335961791893 +PAO,2060,sfh_sr11_std,urban,173.85344923957314 +PAO,2060,sfh_sr12_low,rural,100.58440341291517 +PAO,2060,sfh_sr12_low,urban,6.766349235422752 +PAO,2060,sfh_sr21_std,rural,255.57520240957714 +PAO,2060,sfh_sr21_std,urban,620.6897773120319 +PAO,2060,sfh_sr22_low,rural,37.52849482060631 +PAO,2060,sfh_sr22_low,urban,14.395364643063573 +PAO,2060,sfh_sr31_std,rural,311.6157172569356 +PAO,2060,sfh_sr31_std,urban,701.5980351312575 +PAO,2060,sfh_sr32_low,rural,13.278729581609232 +PAO,2060,sfh_sr32_low,urban,4.1138473292429065 +PAO,2070,mfh_s1,rural,6.605622018637112 +PAO,2070,mfh_s1,urban,99.47042486230883 +PAO,2070,mfh_s2,rural,4.2347750837488345 +PAO,2070,mfh_s2,urban,364.3289204053983 +PAO,2070,mfh_s3,rural,5.21986433368876 +PAO,2070,mfh_s3,urban,483.3842025355624 +PAO,2070,mfh_s51_std,rural,0.15480460915293262 +PAO,2070,mfh_s51_std,urban,736.758600237089 +PAO,2070,mfh_s52_low,rural,0.0009176112086819708 +PAO,2070,mfh_s52_low,urban,5.4709056642106155 +PAO,2070,mfh_sr11_std,rural,4.1179308122347456 +PAO,2070,mfh_sr11_std,urban,14.504347961163788 +PAO,2070,mfh_sr12_low,rural,0.013308460372676 +PAO,2070,mfh_sr12_low,urban,0.0190532691993856 +PAO,2070,mfh_sr21_std,rural,1.976399505755769 +PAO,2070,mfh_sr21_std,urban,47.16734421739002 +PAO,2070,mfh_sr22_low,rural,0.0038408029889824 +PAO,2070,mfh_sr22_low,urban,0.0296859744276198 +PAO,2070,mfh_sr31_std,rural,1.860129089827551 +PAO,2070,mfh_sr31_std,urban,18.904722480951957 +PAO,2070,mfh_sr32_low,rural,0.0006601555769369514 +PAO,2070,mfh_sr32_low,urban,0.0023125790286737 +PAO,2070,sfh_s1,rural,249.28626573959335 +PAO,2070,sfh_s1,urban,138.6318989052628 +PAO,2070,sfh_s2,rural,150.3691141048655 +PAO,2070,sfh_s2,urban,536.5811474719959 +PAO,2070,sfh_s3,rural,182.9348540664701 +PAO,2070,sfh_s3,urban,736.8529670871226 +PAO,2070,sfh_s51_std,rural,171.3899072227867 +PAO,2070,sfh_s51_std,urban,2160.3800980637175 +PAO,2070,sfh_s52_low,rural,0.285890715103613 +PAO,2070,sfh_s52_low,urban,48.87711420552263 +PAO,2070,sfh_sr11_std,rural,397.61600413806605 +PAO,2070,sfh_sr11_std,urban,193.66264751224853 +PAO,2070,sfh_sr12_low,rural,92.86056217567902 +PAO,2070,sfh_sr12_low,urban,7.010108031422079 +PAO,2070,sfh_sr21_std,rural,243.37468448933348 +PAO,2070,sfh_sr21_std,urban,673.8215485953284 +PAO,2070,sfh_sr22_low,rural,33.557145352312006 +PAO,2070,sfh_sr22_low,urban,14.51162802759825 +PAO,2070,sfh_sr31_std,rural,292.79451268417694 +PAO,2070,sfh_sr31_std,urban,754.0909381024222 +PAO,2070,sfh_sr32_low,rural,11.688964669271051 +PAO,2070,sfh_sr32_low,urban,4.134912773764844 +PAO,2080,mfh_s1,rural,5.144378495067763 +PAO,2080,mfh_s1,urban,95.0923045105743 +PAO,2080,mfh_s2,rural,3.34372577556007 +PAO,2080,mfh_s2,urban,338.14932921065076 +PAO,2080,mfh_s3,rural,4.065419396195274 +PAO,2080,mfh_s3,urban,441.59263721275306 +PAO,2080,mfh_s51_std,rural,0.13504830880940905 +PAO,2080,mfh_s51_std,urban,794.4483900065469 +PAO,2080,mfh_s52_low,rural,0.0008035158853071099 +PAO,2080,mfh_s52_low,urban,6.070891168262756 +PAO,2080,mfh_sr11_std,rural,4.043299300399326 +PAO,2080,mfh_sr11_std,urban,16.113759964698325 +PAO,2080,mfh_sr12_low,rural,0.012177656236974 +PAO,2080,mfh_sr12_low,urban,0.0210578375836152 +PAO,2080,mfh_sr21_std,rural,1.8343221049483889 +PAO,2080,mfh_sr21_std,urban,51.45901010793784 +PAO,2080,mfh_sr22_low,rural,0.0034889007862445 +PAO,2080,mfh_sr22_low,urban,0.033304420430337 +PAO,2080,mfh_sr31_std,rural,1.7175006020297972 +PAO,2080,mfh_sr31_std,urban,24.430083155550506 +PAO,2080,mfh_sr32_low,rural,0.0006382322839631463 +PAO,2080,mfh_sr32_low,urban,0.0026164332323301 +PAO,2080,sfh_s1,rural,182.4621558529945 +PAO,2080,sfh_s1,urban,116.51948327154346 +PAO,2080,sfh_s2,rural,107.5773851287645 +PAO,2080,sfh_s2,urban,438.2012866207767 +PAO,2080,sfh_s3,rural,127.57521715824521 +PAO,2080,sfh_s3,urban,604.4858164725872 +PAO,2080,sfh_s51_std,rural,141.55647399865808 +PAO,2080,sfh_s51_std,urban,2330.3346601041753 +PAO,2080,sfh_s52_low,rural,0.23901961405287858 +PAO,2080,sfh_s52_low,urban,52.42224263768278 +PAO,2080,sfh_sr11_std,rural,369.8457226265279 +PAO,2080,sfh_sr11_std,urban,207.4279153758897 +PAO,2080,sfh_sr12_low,rural,82.76691928219614 +PAO,2080,sfh_sr12_low,urban,7.1221126971405 +PAO,2080,sfh_sr21_std,rural,220.38166672420442 +PAO,2080,sfh_sr21_std,urban,707.2582303960535 +PAO,2080,sfh_sr22_low,rural,28.95850934769205 +PAO,2080,sfh_sr22_low,urban,14.315777792008372 +PAO,2080,sfh_sr31_std,rural,261.45497396476486 +PAO,2080,sfh_sr31_std,urban,778.6209487803336 +PAO,2080,sfh_sr32_low,rural,9.846168864524158 +PAO,2080,sfh_sr32_low,urban,4.025952885281319 +PAO,2090,mfh_s1,rural,4.023851502541544 +PAO,2090,mfh_s1,urban,91.61716678054607 +PAO,2090,mfh_s2,rural,2.635285194527594 +PAO,2090,mfh_s2,urban,315.82871162438255 +PAO,2090,mfh_s3,rural,3.116578647291064 +PAO,2090,mfh_s3,urban,404.02094004554743 +PAO,2090,mfh_s51_std,rural,0.11398722664351137 +PAO,2090,mfh_s51_std,urban,816.7527735069165 +PAO,2090,mfh_s52_low,rural,0.0006795539669651529 +PAO,2090,mfh_s52_low,urban,6.341346987498944 +PAO,2090,mfh_sr11_std,rural,3.751437661115319 +PAO,2090,mfh_sr11_std,urban,17.398698124835942 +PAO,2090,mfh_sr12_low,rural,0.0107489139574166 +PAO,2090,mfh_sr12_low,urban,0.0231246901165008 +PAO,2090,mfh_sr21_std,rural,1.6302888546986696 +PAO,2090,mfh_sr21_std,urban,55.0062996381338 +PAO,2090,mfh_sr22_low,rural,0.0030491728140526 +PAO,2090,mfh_sr22_low,urban,0.0362369071059003 +PAO,2090,mfh_sr31_std,rural,1.523203666398579 +PAO,2090,mfh_sr31_std,urban,27.841508779461773 +PAO,2090,mfh_sr32_low,rural,0.0005857422918400779 +PAO,2090,mfh_sr32_low,urban,0.0029621075575202 +PAO,2090,sfh_s1,rural,134.35306883663225 +PAO,2090,sfh_s1,urban,100.29030773900026 +PAO,2090,sfh_s2,rural,77.65328352969506 +PAO,2090,sfh_s2,urban,365.3561861320383 +PAO,2090,sfh_s3,rural,89.08086891269734 +PAO,2090,sfh_s3,urban,498.85346838235915 +PAO,2090,sfh_s51_std,rural,114.1951067448074 +PAO,2090,sfh_s51_std,urban,2396.9027398112803 +PAO,2090,sfh_s52_low,rural,0.19474557241538812 +PAO,2090,sfh_s52_low,urban,53.049849502975874 +PAO,2090,sfh_sr11_std,rural,332.72552358129104 +PAO,2090,sfh_sr11_std,urban,217.09193126988987 +PAO,2090,sfh_sr12_low,rural,71.87680571604369 +PAO,2090,sfh_sr12_low,urban,7.174256307950998 +PAO,2090,sfh_sr21_std,rural,192.803584016476 +PAO,2090,sfh_sr21_std,urban,724.5448339169025 +PAO,2090,sfh_sr22_low,rural,24.38492940195729 +PAO,2090,sfh_sr22_low,urban,14.003857922983787 +PAO,2090,sfh_sr31_std,rural,223.77609173427763 +PAO,2090,sfh_sr31_std,urban,782.7471126437782 +PAO,2090,sfh_sr32_low,rural,8.049593975780969 +PAO,2090,sfh_sr32_low,urban,3.85450910131228 +PAO,2100,mfh_s1,rural,3.156987471133711 +PAO,2100,mfh_s1,urban,88.8357509547719 +PAO,2100,mfh_s2,rural,2.0493308159203556 +PAO,2100,mfh_s2,urban,297.5344626682662 +PAO,2100,mfh_s3,rural,2.3612576432352688 +PAO,2100,mfh_s3,urban,371.1036270734043 +PAO,2100,mfh_s51_std,rural,0.09337457021371857 +PAO,2100,mfh_s51_std,urban,807.1626437714945 +PAO,2100,mfh_s52_low,rural,0.0005568321665158506 +PAO,2100,mfh_s52_low,urban,6.316125054293675 +PAO,2100,mfh_sr11_std,rural,3.3553948952416737 +PAO,2100,mfh_sr11_std,urban,18.453323472841927 +PAO,2100,mfh_sr12_low,rural,0.0092936776947967 +PAO,2100,mfh_sr12_low,urban,0.0246801089961134 +PAO,2100,mfh_sr21_std,rural,1.4343738661119636 +PAO,2100,mfh_sr21_std,urban,57.57688224608136 +PAO,2100,mfh_sr22_low,rural,0.0026016055199607 +PAO,2100,mfh_sr22_low,urban,0.0395845951795246 +PAO,2100,mfh_sr31_std,rural,1.3179453665185847 +PAO,2100,mfh_sr31_std,urban,30.08139122601156 +PAO,2100,mfh_sr32_low,rural,0.0005357394842690277 +PAO,2100,mfh_sr32_low,urban,0.0035330580237688 +PAO,2100,sfh_s1,rural,99.59271485377663 +PAO,2100,sfh_s1,urban,88.14869487302455 +PAO,2100,sfh_s2,rural,56.375665656979535 +PAO,2100,sfh_s2,urban,311.1412878262015 +PAO,2100,sfh_s3,rural,62.46343115051392 +PAO,2100,sfh_s3,urban,415.20863857199396 +PAO,2100,sfh_s51_std,rural,90.5477173281372 +PAO,2100,sfh_s51_std,urban,2369.904645752491 +PAO,2100,sfh_s52_low,rural,0.15546446674372924 +PAO,2100,sfh_s52_low,urban,51.42863216273455 +PAO,2100,sfh_sr11_std,rural,291.8686647006474 +PAO,2100,sfh_sr11_std,urban,224.0633036131269 +PAO,2100,sfh_sr12_low,rural,61.43389293380989 +PAO,2100,sfh_sr12_low,urban,7.209303128021405 +PAO,2100,sfh_sr21_std,rural,164.94662792302134 +PAO,2100,sfh_sr21_std,urban,732.2773755364849 +PAO,2100,sfh_sr22_low,rural,20.2678995149512 +PAO,2100,sfh_sr22_low,urban,13.69440333739308 +PAO,2100,sfh_sr31_std,rural,186.3529143427155 +PAO,2100,sfh_sr31_std,urban,775.2633025837424 +PAO,2100,sfh_sr32_low,rural,6.478169594598607 +PAO,2100,sfh_sr32_low,urban,3.672927155430074 +PAS,2020,inf_ns,urban,674.6552188249898 +PAS,2020,mfh_s1,rural,137.63282829518832 +PAS,2020,mfh_s1,urban,35.214902063761066 +PAS,2020,mfh_s2,rural,217.8583298052129 +PAS,2020,mfh_s2,urban,227.4368856833239 +PAS,2020,mfh_s3,rural,256.16605088459653 +PAS,2020,mfh_s3,urban,615.0607742607954 +PAS,2020,mfh_s51_std,rural,27.38618157793919 +PAS,2020,mfh_s51_std,urban,193.2714073219853 +PAS,2020,mfh_s52_low,urban,0.0002569864690192854 +PAS,2020,mfh_sr11_std,rural,0.2800413788158967 +PAS,2020,mfh_sr11_std,urban,0.1253831139785926 +PAS,2020,mfh_sr21_std,rural,0.162531780294493 +PAS,2020,mfh_sr21_std,urban,1.4952208335007544 +PAS,2020,mfh_sr31_std,rural,0.1894169690332214 +PAS,2020,mfh_sr31_std,urban,3.5336831185376627 +PAS,2020,sfh_s1,rural,1042.8934699654897 +PAS,2020,sfh_s1,urban,169.79871309175076 +PAS,2020,sfh_s2,rural,1611.3843511520806 +PAS,2020,sfh_s2,urban,1073.3473542504767 +PAS,2020,sfh_s3,rural,1955.6795330142165 +PAS,2020,sfh_s3,urban,2958.44784629038 +PAS,2020,sfh_s51_std,rural,215.49560674149987 +PAS,2020,sfh_s51_std,urban,948.345971136037 +PAS,2020,sfh_s52_low,urban,1.1476644326263334 +PAS,2020,sfh_sr11_std,rural,2.314692804172902 +PAS,2020,sfh_sr11_std,urban,0.6586173529630531 +PAS,2020,sfh_sr21_std,rural,1.3371864080553462 +PAS,2020,sfh_sr21_std,urban,7.6237793982554045 +PAS,2020,sfh_sr31_std,rural,1.5253613922011091 +PAS,2020,sfh_sr31_std,urban,18.675377303914487 +PAS,2025,inf_ns,urban,676.613774942657 +PAS,2025,mfh_s1,rural,146.119799193147 +PAS,2025,mfh_s1,urban,37.27588014350941 +PAS,2025,mfh_s2,rural,221.98866965647494 +PAS,2025,mfh_s2,urban,224.51405076421645 +PAS,2025,mfh_s3,rural,262.16202764725006 +PAS,2025,mfh_s3,urban,615.2961634138716 +PAS,2025,mfh_s51_std,rural,55.475224024034226 +PAS,2025,mfh_s51_std,urban,381.3624683955197 +PAS,2025,mfh_s52_low,urban,0.003348604612402 +PAS,2025,mfh_sr11_std,rural,0.5482390398473224 +PAS,2025,mfh_sr11_std,urban,0.2516409424615969 +PAS,2025,mfh_sr21_std,rural,0.3068698369457806 +PAS,2025,mfh_sr21_std,urban,2.8106477509428736 +PAS,2025,mfh_sr31_std,rural,0.3523827819994656 +PAS,2025,mfh_sr31_std,urban,6.733635891631491 +PAS,2025,sfh_s1,rural,1111.0358719710332 +PAS,2025,sfh_s1,urban,180.2849758595017 +PAS,2025,sfh_s2,rural,1643.8975361805046 +PAS,2025,sfh_s2,urban,1058.2210865045836 +PAS,2025,sfh_s3,rural,1985.4016516391505 +PAS,2025,sfh_s3,urban,2930.2760635126306 +PAS,2025,sfh_s51_std,rural,436.5077175620344 +PAS,2025,sfh_s51_std,urban,1862.7202259968676 +PAS,2025,sfh_s52_low,urban,14.421262882192377 +PAS,2025,sfh_sr11_std,rural,4.966155884860127 +PAS,2025,sfh_sr11_std,urban,1.4593672303486618 +PAS,2025,sfh_sr21_std,rural,2.767652804731195 +PAS,2025,sfh_sr21_std,urban,15.752891130554271 +PAS,2025,sfh_sr31_std,rural,3.081144605909332 +PAS,2025,sfh_sr31_std,urban,38.919913837399584 +PAS,2030,inf_ns,urban,665.7482198011083 +PAS,2030,mfh_s1,rural,154.64259632784533 +PAS,2030,mfh_s1,urban,39.226283074177196 +PAS,2030,mfh_s2,rural,225.89201844506493 +PAS,2030,mfh_s2,urban,221.3852605902684 +PAS,2030,mfh_s3,rural,262.1472669415444 +PAS,2030,mfh_s3,urban,601.758601630954 +PAS,2030,mfh_s51_std,rural,81.4309601597572 +PAS,2030,mfh_s51_std,urban,597.7854318427346 +PAS,2030,mfh_s52_low,rural,0.0034933043900003064 +PAS,2030,mfh_s52_low,urban,0.6102790375338616 +PAS,2030,mfh_sr11_std,rural,0.7789468091098751 +PAS,2030,mfh_sr11_std,urban,0.3742034914893189 +PAS,2030,mfh_sr21_std,rural,0.4226232834403024 +PAS,2030,mfh_sr21_std,urban,3.927114574693225 +PAS,2030,mfh_sr31_std,rural,0.4675479731024258 +PAS,2030,mfh_sr31_std,urban,9.349234345222694 +PAS,2030,sfh_s1,rural,1179.75680911354 +PAS,2030,sfh_s1,urban,190.35742229980042 +PAS,2030,sfh_s2,rural,1677.7631445059558 +PAS,2030,sfh_s2,urban,1046.0963987469202 +PAS,2030,sfh_s3,rural,1970.1789778575499 +PAS,2030,sfh_s3,urban,2842.3267829132046 +PAS,2030,sfh_s51_std,rural,638.8905033589264 +PAS,2030,sfh_s51_std,urban,2810.2470497520635 +PAS,2030,sfh_s52_low,rural,0.024562156833569302 +PAS,2030,sfh_s52_low,urban,131.40021868344306 +PAS,2030,sfh_sr11_std,rural,6.760913202030155 +PAS,2030,sfh_sr11_std,urban,2.0738268682815817 +PAS,2030,sfh_sr21_std,rural,3.657433646507025 +PAS,2030,sfh_sr21_std,urban,20.998941288790757 +PAS,2030,sfh_sr31_std,rural,3.874434974952198 +PAS,2030,sfh_sr31_std,urban,51.09734910062945 +PAS,2035,inf_ns,urban,635.2210079818242 +PAS,2035,mfh_s1,rural,162.99797442569286 +PAS,2035,mfh_s1,urban,41.02328619390674 +PAS,2035,mfh_s2,rural,229.905609667672 +PAS,2035,mfh_s2,urban,218.45589348045138 +PAS,2035,mfh_s3,rural,257.7510024929437 +PAS,2035,mfh_s3,urban,578.5792807229221 +PAS,2035,mfh_s51_std,rural,102.57838973771254 +PAS,2035,mfh_s51_std,urban,834.1894049945464 +PAS,2035,mfh_s52_low,rural,0.0062607599892074255 +PAS,2035,mfh_s52_low,urban,1.2996975253113954 +PAS,2035,mfh_sr11_std,rural,0.985023169880073 +PAS,2035,mfh_sr11_std,urban,0.5008838248476699 +PAS,2035,mfh_sr21_std,rural,0.5207847723140084 +PAS,2035,mfh_sr21_std,urban,4.968134349398055 +PAS,2035,mfh_sr31_std,rural,0.5448741172295223 +PAS,2035,mfh_sr31_std,urban,11.538128287396567 +PAS,2035,sfh_s1,rural,1246.5730787266516 +PAS,2035,sfh_s1,urban,199.53390379127362 +PAS,2035,sfh_s2,rural,1714.3374703370564 +PAS,2035,sfh_s2,urban,1035.620089513775 +PAS,2035,sfh_s3,rural,1924.6371517841026 +PAS,2035,sfh_s3,urban,2711.5790919167835 +PAS,2035,sfh_s51_std,rural,800.5165223797034 +PAS,2035,sfh_s51_std,urban,3856.098716958645 +PAS,2035,sfh_s52_low,rural,0.0450176749190377 +PAS,2035,sfh_s52_low,urban,240.7396962493741 +PAS,2035,sfh_sr11_std,rural,8.577045060781778 +PAS,2035,sfh_sr11_std,urban,2.7879954519856067 +PAS,2035,sfh_sr21_std,rural,4.530994021800405 +PAS,2035,sfh_sr21_std,urban,26.6982053020218 +PAS,2035,sfh_sr31_std,rural,4.498080131763262 +PAS,2035,sfh_sr31_std,urban,62.91211477591585 +PAS,2040,inf_ns,urban,597.6121210954759 +PAS,2040,mfh_s1,rural,171.00868761483784 +PAS,2040,mfh_s1,urban,42.63622988890946 +PAS,2040,mfh_s2,rural,234.1954854986672 +PAS,2040,mfh_s2,urban,215.93644093341192 +PAS,2040,mfh_s3,rural,250.70462173805242 +PAS,2040,mfh_s3,urban,550.025023846104 +PAS,2040,mfh_s51_std,rural,116.61590985151017 +PAS,2040,mfh_s51_std,urban,1080.7910526247801 +PAS,2040,mfh_s52_low,rural,0.008145789916625677 +PAS,2040,mfh_s52_low,urban,1.9340893716157637 +PAS,2040,mfh_sr11_std,rural,1.1765791097578526 +PAS,2040,mfh_sr11_std,urban,0.6397270253078684 +PAS,2040,mfh_sr21_std,rural,0.609271152801737 +PAS,2040,mfh_sr21_std,urban,6.041556057837 +PAS,2040,mfh_sr31_std,rural,0.5961415550121933 +PAS,2040,mfh_sr31_std,urban,13.50594061445304 +PAS,2040,sfh_s1,rural,1309.7001683734152 +PAS,2040,sfh_s1,urban,207.48829401656423 +PAS,2040,sfh_s2,rural,1753.9158583039552 +PAS,2040,sfh_s2,urban,1025.8036077181187 +PAS,2040,sfh_s3,rural,1863.286375564404 +PAS,2040,sfh_s3,urban,2556.8253317015683 +PAS,2040,sfh_s51_std,rural,903.2427480917278 +PAS,2040,sfh_s51_std,urban,4958.081853012419 +PAS,2040,sfh_s52_low,rural,0.0587419038669926 +PAS,2040,sfh_s52_low,urban,333.82286327757475 +PAS,2040,sfh_sr11_std,rural,10.848310783739052 +PAS,2040,sfh_sr11_std,urban,3.8047268759982886 +PAS,2040,sfh_sr21_std,rural,5.626619102261062 +PAS,2040,sfh_sr21_std,urban,34.770023676391695 +PAS,2040,sfh_sr31_std,rural,5.23787485513233 +PAS,2040,sfh_sr31_std,urban,79.17043174042936 +PAS,2045,inf_ns,urban,565.323067859023 +PAS,2045,mfh_s1,rural,178.40978080720583 +PAS,2045,mfh_s1,urban,44.07091345811709 +PAS,2045,mfh_s2,rural,238.53164761713253 +PAS,2045,mfh_s2,urban,214.10741903762514 +PAS,2045,mfh_s3,rural,242.2931545891642 +PAS,2045,mfh_s3,urban,520.2267204592006 +PAS,2045,mfh_s51_std,rural,122.79352445353668 +PAS,2045,mfh_s51_std,urban,1326.2549338870688 +PAS,2045,mfh_s52_low,rural,0.00911679959584048 +PAS,2045,mfh_s52_low,urban,2.545796084180759 +PAS,2045,mfh_sr11_std,rural,1.3015747418685122 +PAS,2045,mfh_sr11_std,urban,0.7742340959027812 +PAS,2045,mfh_sr21_std,rural,0.6631706747205119 +PAS,2045,mfh_sr21_std,urban,7.0171819647869365 +PAS,2045,mfh_sr31_std,rural,0.6032404268712479 +PAS,2045,mfh_sr31_std,urban,14.97123358136684 +PAS,2045,sfh_s1,rural,1367.569991153528 +PAS,2045,sfh_s1,urban,214.66394498805153 +PAS,2045,sfh_s2,rural,1793.9016217237536 +PAS,2045,sfh_s2,urban,1021.3396563665203 +PAS,2045,sfh_s3,rural,1796.2036975627188 +PAS,2045,sfh_s3,urban,2408.764655295462 +PAS,2045,sfh_s51_std,rural,943.8656418735084 +PAS,2045,sfh_s51_std,urban,6066.498965326929 +PAS,2045,sfh_s52_low,rural,0.0657150736155953 +PAS,2045,sfh_s52_low,urban,407.1702757762738 +PAS,2045,sfh_sr11_std,rural,12.036058566122712 +PAS,2045,sfh_sr11_std,urban,4.626279611167561 +PAS,2045,sfh_sr21_std,rural,6.157361748946167 +PAS,2045,sfh_sr21_std,urban,40.70892288811218 +PAS,2045,sfh_sr31_std,rural,5.295263241081769 +PAS,2045,sfh_sr31_std,urban,87.83973890613387 +PAS,2050,inf_ns,urban,519.4748236575397 +PAS,2050,mfh_s1,rural,183.9061831982953 +PAS,2050,mfh_s1,urban,45.33077252304163 +PAS,2050,mfh_s2,rural,241.44594448154058 +PAS,2050,mfh_s2,urban,212.9515247479457 +PAS,2050,mfh_s3,rural,232.48580342785573 +PAS,2050,mfh_s3,urban,491.84887016695563 +PAS,2050,mfh_s51_std,rural,124.41998693033291 +PAS,2050,mfh_s51_std,urban,1560.6125148331528 +PAS,2050,mfh_s52_low,rural,0.0096246737013958 +PAS,2050,mfh_s52_low,urban,3.1766580561732227 +PAS,2050,mfh_sr11_std,rural,1.3716184892252006 +PAS,2050,mfh_sr11_std,urban,0.9078084921268011 +PAS,2050,mfh_sr21_std,rural,0.6903307966788416 +PAS,2050,mfh_sr21_std,urban,7.957457114333019 +PAS,2050,mfh_sr31_std,rural,0.5835484188441309 +PAS,2050,mfh_sr31_std,urban,16.140592293309872 +PAS,2050,sfh_s1,rural,1409.94915897406 +PAS,2050,sfh_s1,urban,220.99096396245852 +PAS,2050,sfh_s2,rural,1822.394234377672 +PAS,2050,sfh_s2,urban,1020.7335484906594 +PAS,2050,sfh_s3,rural,1722.5782853150554 +PAS,2050,sfh_s3,urban,2275.553654881053 +PAS,2050,sfh_s51_std,rural,948.515874174621 +PAS,2050,sfh_s51_std,urban,7136.657313091117 +PAS,2050,sfh_s52_low,rural,0.069139677516316 +PAS,2050,sfh_s52_low,urban,459.2797540803527 +PAS,2050,sfh_sr11_std,rural,12.524740985791333 +PAS,2050,sfh_sr11_std,urban,5.361951555621971 +PAS,2050,sfh_sr21_std,rural,6.343452039542704 +PAS,2050,sfh_sr21_std,urban,45.80535015286457 +PAS,2050,sfh_sr31_std,rural,5.045104361319863 +PAS,2050,sfh_sr31_std,urban,93.38075016702106 +PAS,2055,inf_ns,urban,430.54954539358215 +PAS,2055,mfh_s1,rural,187.4591882535672 +PAS,2055,mfh_s1,urban,46.014722315776865 +PAS,2055,mfh_s2,rural,242.94309289618832 +PAS,2055,mfh_s2,urban,210.06904900494445 +PAS,2055,mfh_s3,rural,222.3435661943692 +PAS,2055,mfh_s3,urban,462.413810367464 +PAS,2055,mfh_s51_std,rural,122.19235175488885 +PAS,2055,mfh_s51_std,urban,1749.2170651762535 +PAS,2055,mfh_s52_low,rural,0.009682145133390928 +PAS,2055,mfh_s52_low,urban,3.696545912571107 +PAS,2055,mfh_sr11_std,rural,1.415548594014031 +PAS,2055,mfh_sr11_std,urban,1.0519905912232108 +PAS,2055,mfh_sr21_std,rural,0.7060105168609959 +PAS,2055,mfh_sr21_std,urban,8.9813615212168 +PAS,2055,mfh_sr31_std,rural,0.5570077152521746 +PAS,2055,mfh_sr31_std,urban,17.325095870586214 +PAS,2055,sfh_s1,rural,1436.1363577038378 +PAS,2055,sfh_s1,urban,224.30217639134193 +PAS,2055,sfh_s2,rural,1838.7075455046183 +PAS,2055,sfh_s2,urban,1010.1730157063846 +PAS,2055,sfh_s3,rural,1649.2210852353196 +PAS,2055,sfh_s3,urban,2139.10955807868 +PAS,2055,sfh_s51_std,rural,923.7213216130767 +PAS,2055,sfh_s51_std,urban,8000.8614873273455 +PAS,2055,sfh_s52_low,rural,0.0691076072659021 +PAS,2055,sfh_s52_low,urban,491.4932359379374 +PAS,2055,sfh_sr11_std,rural,13.073386014707438 +PAS,2055,sfh_sr11_std,urban,6.319611080275826 +PAS,2055,sfh_sr21_std,rural,6.574428396797093 +PAS,2055,sfh_sr21_std,urban,52.78356716238359 +PAS,2055,sfh_sr31_std,rural,4.890670838327641 +PAS,2055,sfh_sr31_std,urban,102.3403802502624 +PAS,2060,inf_ns,urban,376.8024508203406 +PAS,2060,mfh_s1,rural,189.0489475561642 +PAS,2060,mfh_s1,urban,46.95349462224611 +PAS,2060,mfh_s2,rural,242.9357059688983 +PAS,2060,mfh_s2,urban,209.95343391714732 +PAS,2060,mfh_s3,rural,212.44494721004423 +PAS,2060,mfh_s3,urban,441.01118813952985 +PAS,2060,mfh_s51_std,rural,116.72426690959534 +PAS,2060,mfh_s51_std,urban,1940.0626115464368 +PAS,2060,mfh_s52_low,rural,0.009365970335232938 +PAS,2060,mfh_s52_low,urban,4.737303106213247 +PAS,2060,mfh_sr11_std,rural,1.4116892024510566 +PAS,2060,mfh_sr11_std,urban,1.1925318225577686 +PAS,2060,mfh_sr21_std,rural,0.6995043010858201 +PAS,2060,mfh_sr21_std,urban,9.977123713037187 +PAS,2060,mfh_sr31_std,rural,0.5184681027850788 +PAS,2060,mfh_sr31_std,urban,18.36026006884285 +PAS,2060,sfh_s1,rural,1446.7944811658133 +PAS,2060,sfh_s1,urban,228.88544850963729 +PAS,2060,sfh_s2,rural,1842.3360614901255 +PAS,2060,sfh_s2,urban,1013.0862088963006 +PAS,2060,sfh_s3,rural,1579.685343639347 +PAS,2060,sfh_s3,urban,2045.367270867674 +PAS,2060,sfh_s51_std,rural,875.0233489662534 +PAS,2060,sfh_s51_std,urban,8893.486730751343 +PAS,2060,sfh_s52_low,rural,0.0663075983050836 +PAS,2060,sfh_s52_low,urban,507.5664508131567 +PAS,2060,sfh_sr11_std,rural,12.98081456476963 +PAS,2060,sfh_sr11_std,urban,7.147039724380943 +PAS,2060,sfh_sr21_std,rural,6.496003669406514 +PAS,2060,sfh_sr21_std,urban,58.70752905456353 +PAS,2060,sfh_sr31_std,rural,4.544838376049719 +PAS,2060,sfh_sr31_std,urban,108.4960982157837 +PAS,2070,inf_ns,urban,270.83722350915485 +PAS,2070,mfh_s1,rural,186.61593456978122 +PAS,2070,mfh_s1,urban,48.375259848175304 +PAS,2070,mfh_s2,rural,238.03329301976976 +PAS,2070,mfh_s2,urban,210.08911273365482 +PAS,2070,mfh_s3,rural,193.430707936421 +PAS,2070,mfh_s3,urban,407.4102807055141 +PAS,2070,mfh_s51_std,rural,100.15053822791437 +PAS,2070,mfh_s51_std,urban,2195.581211863822 +PAS,2070,mfh_s52_low,rural,0.008042797320045788 +PAS,2070,mfh_s52_low,urban,5.106036804021722 +PAS,2070,mfh_sr11_std,rural,1.3992677337375072 +PAS,2070,mfh_sr11_std,urban,1.5520710386837244 +PAS,2070,mfh_sr21_std,rural,0.6879906086558971 +PAS,2070,mfh_sr21_std,urban,12.64575523190304 +PAS,2070,mfh_sr31_std,rural,0.462731301520572 +PAS,2070,mfh_sr31_std,urban,21.477635556683687 +PAS,2070,sfh_s1,rural,1423.4723235335696 +PAS,2070,sfh_s1,urban,235.95307659776412 +PAS,2070,sfh_s2,rural,1807.268242257835 +PAS,2070,sfh_s2,urban,1020.694106610526 +PAS,2070,sfh_s3,rural,1447.4619490751238 +PAS,2070,sfh_s3,urban,1908.1863160575886 +PAS,2070,sfh_s51_std,rural,742.7498657824249 +PAS,2070,sfh_s51_std,urban,10100.770775781211 +PAS,2070,sfh_s52_low,rural,0.0561399261457741 +PAS,2070,sfh_s52_low,urban,500.09777721929305 +PAS,2070,sfh_sr11_std,rural,12.209626793845947 +PAS,2070,sfh_sr11_std,urban,8.94655131611908 +PAS,2070,sfh_sr21_std,rural,6.076632918493389 +PAS,2070,sfh_sr21_std,urban,71.9901339768962 +PAS,2070,sfh_sr31_std,rural,3.8766029882164252 +PAS,2070,sfh_sr31_std,urban,123.51333772421135 +PAS,2080,inf_ns,urban,187.04048006031425 +PAS,2080,mfh_s1,rural,177.3851731870708 +PAS,2080,mfh_s1,urban,49.38987576993656 +PAS,2080,mfh_s2,rural,226.03777332428578 +PAS,2080,mfh_s2,urban,211.11663442123464 +PAS,2080,mfh_s3,rural,175.46130483086455 +PAS,2080,mfh_s3,urban,387.6822821204558 +PAS,2080,mfh_s51_std,rural,83.88526074615194 +PAS,2080,mfh_s51_std,urban,2404.581642617736 +PAS,2080,mfh_s52_low,rural,0.006640445240133988 +PAS,2080,mfh_s52_low,urban,4.9582954417263085 +PAS,2080,mfh_sr11_std,rural,1.2592681924042533 +PAS,2080,mfh_sr11_std,urban,1.90541090827533 +PAS,2080,mfh_sr21_std,rural,0.6169943398506664 +PAS,2080,mfh_sr21_std,urban,15.316502615174365 +PAS,2080,mfh_sr31_std,rural,0.3900995623791056 +PAS,2080,mfh_sr31_std,urban,24.78723745904332 +PAS,2080,sfh_s1,rural,1347.951232276796 +PAS,2080,sfh_s1,urban,241.07143139825615 +PAS,2080,sfh_s2,rural,1714.252785995729 +PAS,2080,sfh_s2,urban,1030.9879715472316 +PAS,2080,sfh_s3,rural,1320.5603726819324 +PAS,2080,sfh_s3,urban,1836.4046117627724 +PAS,2080,sfh_s51_std,rural,620.2945652827814 +PAS,2080,sfh_s51_std,urban,11125.865303863748 +PAS,2080,sfh_s52_low,rural,0.0460203562137319 +PAS,2080,sfh_s52_low,urban,453.97832769106134 +PAS,2080,sfh_sr11_std,rural,10.630617113553253 +PAS,2080,sfh_sr11_std,urban,10.586051887415922 +PAS,2080,sfh_sr21_std,rural,5.279000814861949 +PAS,2080,sfh_sr21_std,urban,84.36001826656438 +PAS,2080,sfh_sr31_std,rural,3.1803394285800684 +PAS,2080,sfh_sr31_std,urban,137.97366490421922 +PAS,2090,inf_ns,urban,114.48646146353668 +PAS,2090,mfh_s1,rural,164.09214824861002 +PAS,2090,mfh_s1,urban,50.119464327794645 +PAS,2090,mfh_s2,rural,209.39679209535473 +PAS,2090,mfh_s2,urban,212.2031967712964 +PAS,2090,mfh_s3,rural,158.61386314755123 +PAS,2090,mfh_s3,urban,377.2660591976657 +PAS,2090,mfh_s51_std,rural,70.45301526651791 +PAS,2090,mfh_s51_std,urban,2534.348132248218 +PAS,2090,mfh_s52_low,rural,0.005465877161065593 +PAS,2090,mfh_s52_low,urban,4.376764299270754 +PAS,2090,mfh_sr11_std,rural,1.0680863604246136 +PAS,2090,mfh_sr11_std,urban,2.2181502386378718 +PAS,2090,mfh_sr21_std,rural,0.5225686069232287 +PAS,2090,mfh_sr21_std,urban,17.718509266045825 +PAS,2090,mfh_sr31_std,rural,0.3184345093313791 +PAS,2090,mfh_sr31_std,urban,27.832326201201127 +PAS,2090,sfh_s1,rural,1240.648948813259 +PAS,2090,sfh_s1,urban,244.7159590403032 +PAS,2090,sfh_s2,rural,1581.4200999029747 +PAS,2090,sfh_s2,urban,1039.2186913241742 +PAS,2090,sfh_s3,rural,1195.2758872215275 +PAS,2090,sfh_s3,urban,1802.6563747352873 +PAS,2090,sfh_s51_std,rural,522.9009673362691 +PAS,2090,sfh_s51_std,urban,11791.68393563693 +PAS,2090,sfh_s52_low,rural,0.037918869127624405 +PAS,2090,sfh_s52_low,urban,392.6594688948992 +PAS,2090,sfh_sr11_std,rural,10.968569350094386 +PAS,2090,sfh_sr11_std,urban,11.99695297656273 +PAS,2090,sfh_sr21_std,rural,7.82774580650262 +PAS,2090,sfh_sr21_std,urban,95.20640965781855 +PAS,2090,sfh_sr31_std,rural,5.6927661303862696 +PAS,2090,sfh_sr31_std,urban,151.52056204125776 +PAS,2100,inf_ns,urban,84.79676709406961 +PAS,2100,mfh_s1,rural,149.04914776044302 +PAS,2100,mfh_s1,urban,50.80680316089348 +PAS,2100,mfh_s2,rural,190.53179826213935 +PAS,2100,mfh_s2,urban,213.24536465937268 +PAS,2100,mfh_s3,rural,142.78695579005014 +PAS,2100,mfh_s3,urban,373.02182773611725 +PAS,2100,mfh_s51_std,rural,60.069644184563174 +PAS,2100,mfh_s51_std,urban,2565.0448776284466 +PAS,2100,mfh_s52_low,rural,0.004574173508025699 +PAS,2100,mfh_s52_low,urban,3.7401061258522885 +PAS,2100,mfh_sr11_std,rural,0.8713582955186044 +PAS,2100,mfh_sr11_std,urban,2.451554730125657 +PAS,2100,mfh_sr21_std,rural,0.4260859699568722 +PAS,2100,mfh_sr21_std,urban,19.53024556485055 +PAS,2100,mfh_sr31_std,rural,0.2545412004813793 +PAS,2100,mfh_sr31_std,urban,30.18079689945709 +PAS,2100,sfh_s1,rural,1122.412999378812 +PAS,2100,sfh_s1,urban,248.1391885791412 +PAS,2100,sfh_s2,rural,1433.4204460126855 +PAS,2100,sfh_s2,urban,1045.8950200019174 +PAS,2100,sfh_s3,rural,1078.181492677346 +PAS,2100,sfh_s3,urban,1792.9140781288131 +PAS,2100,sfh_s51_std,rural,448.9234065868303 +PAS,2100,sfh_s51_std,urban,11981.755435273768 +PAS,2100,sfh_s52_low,rural,0.031938548800531 +PAS,2100,sfh_s52_low,urban,337.5965679122733 +PAS,2100,sfh_sr11_std,rural,10.751521116037667 +PAS,2100,sfh_sr11_std,urban,12.97629120259254 +PAS,2100,sfh_sr21_std,rural,9.398089088963332 +PAS,2100,sfh_sr21_std,urban,102.81080846742304 +PAS,2100,sfh_sr31_std,rural,4.954975496504236 +PAS,2100,sfh_sr31_std,urban,161.31575221355217 +RCPA,2020,inf_ns,urban,184.82287893276214 +RCPA,2020,mfh_s1,rural,228.75303894536344 +RCPA,2020,mfh_s1,urban,29.77410549737653 +RCPA,2020,mfh_s2,rural,440.1009308274582 +RCPA,2020,mfh_s2,urban,114.47792333727644 +RCPA,2020,mfh_s3,rural,669.8854746934805 +RCPA,2020,mfh_s3,urban,467.024867335577 +RCPA,2020,mfh_s51_std,urban,49.15958872788102 +RCPA,2020,sfh_s1,rural,199.87296733581348 +RCPA,2020,sfh_s1,urban,4.285560296106658 +RCPA,2020,sfh_s2,rural,386.34124439390735 +RCPA,2020,sfh_s2,urban,16.837001470594828 +RCPA,2020,sfh_s3,rural,570.267968892904 +RCPA,2020,sfh_s3,urban,66.80710266739409 +RCPA,2020,sfh_s51_std,urban,6.822454451996647 +RCPA,2025,inf_ns,urban,186.09573907473555 +RCPA,2025,mfh_s1,rural,253.7546485552743 +RCPA,2025,mfh_s1,urban,32.91870269627804 +RCPA,2025,mfh_s2,rural,457.59113358304427 +RCPA,2025,mfh_s2,urban,118.21783431847741 +RCPA,2025,mfh_s3,rural,659.5556026018501 +RCPA,2025,mfh_s3,urban,461.1998507984246 +RCPA,2025,mfh_s51_std,urban,110.08156427630915 +RCPA,2025,sfh_s1,rural,221.26909605480193 +RCPA,2025,sfh_s1,urban,4.726496442723172 +RCPA,2025,sfh_s2,rural,398.72875857291547 +RCPA,2025,sfh_s2,urban,17.257454141396245 +RCPA,2025,sfh_s3,rural,568.7109836542007 +RCPA,2025,sfh_s3,urban,66.82687949601001 +RCPA,2025,sfh_s51_std,urban,15.305158224611942 +RCPA,2030,inf_ns,urban,181.63350428210137 +RCPA,2030,mfh_s1,rural,277.83058903286775 +RCPA,2030,mfh_s1,urban,35.8816893790564 +RCPA,2030,mfh_s2,rural,478.1094576930068 +RCPA,2030,mfh_s2,urban,122.62374793222568 +RCPA,2030,mfh_s3,rural,633.2975303208567 +RCPA,2030,mfh_s3,urban,441.0144883333248 +RCPA,2030,mfh_s51_std,urban,179.35819315747776 +RCPA,2030,sfh_s1,rural,241.9771018858175 +RCPA,2030,sfh_s1,urban,5.145848104682969 +RCPA,2030,sfh_s2,rural,412.93364274390547 +RCPA,2030,sfh_s2,urban,17.744150195080618 +RCPA,2030,sfh_s3,rural,552.3639123840998 +RCPA,2030,sfh_s3,urban,64.74444366523 +RCPA,2030,sfh_s51_std,urban,25.081331351683477 +RCPA,2035,inf_ns,urban,173.14100083053125 +RCPA,2035,mfh_s1,rural,300.3406910507638 +RCPA,2035,mfh_s1,urban,38.46878567243789 +RCPA,2035,mfh_s2,rural,500.6542258723042 +RCPA,2035,mfh_s2,urban,127.08202032701135 +RCPA,2035,mfh_s3,rural,601.3457371567339 +RCPA,2035,mfh_s3,urban,413.3580908554601 +RCPA,2035,mfh_s51_std,urban,251.7849133702365 +RCPA,2035,sfh_s1,rural,261.4132050738086 +RCPA,2035,sfh_s1,urban,5.513300860126756 +RCPA,2035,sfh_s2,rural,428.63679781254046 +RCPA,2035,sfh_s2,urban,18.226755338821835 +RCPA,2035,sfh_s3,rural,528.4356534795897 +RCPA,2035,sfh_s3,urban,61.28162003111983 +RCPA,2035,sfh_s51_std,urban,35.52272015464593 +RCPA,2040,inf_ns,urban,162.48434721968854 +RCPA,2040,mfh_s1,rural,320.8837600969821 +RCPA,2040,mfh_s1,urban,40.643074988928696 +RCPA,2040,mfh_s2,rural,524.0364448755071 +RCPA,2040,mfh_s2,urban,131.3507923692489 +RCPA,2040,mfh_s3,rural,571.7384491682888 +RCPA,2040,mfh_s3,urban,385.5270188464941 +RCPA,2040,mfh_s51_std,urban,322.03463326965243 +RCPA,2040,sfh_s1,rural,279.2002960175879 +RCPA,2040,sfh_s1,urban,5.822970152157993 +RCPA,2040,sfh_s2,rural,445.2314920407996 +RCPA,2040,sfh_s2,urban,18.690993880684566 +RCPA,2040,sfh_s3,rural,503.4037825615438 +RCPA,2040,sfh_s3,urban,57.40276958509692 +RCPA,2040,sfh_s51_std,urban,45.88396366963745 +RCPA,2045,inf_ns,urban,155.27445745249585 +RCPA,2045,mfh_s1,rural,332.40944718307367 +RCPA,2045,mfh_s1,urban,42.408088681432496 +RCPA,2045,mfh_s2,rural,536.0812219646324 +RCPA,2045,mfh_s2,urban,135.21969590248216 +RCPA,2045,mfh_s3,rural,537.7772668517811 +RCPA,2045,mfh_s3,urban,361.83064614630587 +RCPA,2045,mfh_s51_std,urban,385.6394050545948 +RCPA,2045,sfh_s1,rural,290.5364862423377 +RCPA,2045,sfh_s1,urban,6.074852516467377 +RCPA,2045,sfh_s2,rural,454.80230154023764 +RCPA,2045,sfh_s2,urban,19.11916019036983 +RCPA,2045,sfh_s3,rural,474.07200137656525 +RCPA,2045,sfh_s3,urban,53.78711410196626 +RCPA,2045,sfh_s51_std,urban,55.466786017224734 +RCPA,2050,inf_ns,urban,149.7448718535586 +RCPA,2050,mfh_s1,rural,333.0160740441612 +RCPA,2050,mfh_s1,urban,43.807950998869536 +RCPA,2050,mfh_s2,rural,533.1433862257326 +RCPA,2050,mfh_s2,urban,138.58772331381564 +RCPA,2050,mfh_s3,rural,500.2545283570029 +RCPA,2050,mfh_s3,urban,343.8975188702193 +RCPA,2050,mfh_s51_std,urban,438.7673521122603 +RCPA,2050,sfh_s1,rural,292.66303750738973 +RCPA,2050,sfh_s1,urban,6.274904822999924 +RCPA,2050,sfh_s2,rural,452.75615015452024 +RCPA,2050,sfh_s2,urban,19.5018793153878 +RCPA,2050,sfh_s3,rural,440.15653126857706 +RCPA,2050,sfh_s3,urban,50.795121208082236 +RCPA,2050,sfh_s51_std,urban,63.632531457221596 +RCPA,2055,inf_ns,urban,145.19987580416117 +RCPA,2055,mfh_s1,rural,324.2831521210116 +RCPA,2055,mfh_s1,urban,44.89762471356724 +RCPA,2055,mfh_s2,rural,517.0615980535148 +RCPA,2055,mfh_s2,urban,141.41538876699553 +RCPA,2055,mfh_s3,rural,461.8435236543864 +RCPA,2055,mfh_s3,urban,331.5413437539679 +RCPA,2055,mfh_s51_std,urban,480.1899153752499 +RCPA,2055,sfh_s1,rural,286.5832876693423 +RCPA,2055,sfh_s1,urban,6.430772730509061 +RCPA,2055,sfh_s2,rural,440.17030422092387 +RCPA,2055,sfh_s2,urban,19.833143986537227 +RCPA,2055,sfh_s3,rural,404.81903444238964 +RCPA,2055,sfh_s3,urban,48.52302048580355 +RCPA,2055,sfh_s51_std,urban,70.12120134830344 +RCPA,2060,inf_ns,urban,138.27937792986594 +RCPA,2060,mfh_s1,rural,308.19280198843614 +RCPA,2060,mfh_s1,urban,45.740780257822145 +RCPA,2060,mfh_s2,rural,490.3576529977255 +RCPA,2060,mfh_s2,urban,143.73920665740292 +RCPA,2060,mfh_s3,rural,423.35642012871335 +RCPA,2060,mfh_s3,urban,323.80626065004077 +RCPA,2060,mfh_s51_std,urban,509.25173879418094 +RCPA,2060,sfh_s1,rural,273.77864996073765 +RCPA,2060,sfh_s1,urban,6.551449016694818 +RCPA,2060,sfh_s2,rural,418.7378534853562 +RCPA,2060,sfh_s2,urban,20.114505741148925 +RCPA,2060,sfh_s3,rural,369.462946939607 +RCPA,2060,sfh_s3,urban,46.922401516744266 +RCPA,2060,sfh_s51_std,urban,74.77849734534482 +RCPA,2070,inf_ns,urban,113.67873002635707 +RCPA,2070,mfh_s1,rural,263.00988092815464 +RCPA,2070,mfh_s1,urban,46.79222348380527 +RCPA,2070,mfh_s2,rural,417.8087078982054 +RCPA,2070,mfh_s2,urban,146.7926007151159 +RCPA,2070,mfh_s3,rural,347.9051784042334 +RCPA,2070,mfh_s3,urban,316.6190048558062 +RCPA,2070,mfh_s51_std,urban,535.2089726608151 +RCPA,2070,sfh_s1,rural,235.6797286145588 +RCPA,2070,sfh_s1,urban,6.7019967346077065 +RCPA,2070,sfh_s2,rural,359.1625402137253 +RCPA,2070,sfh_s2,urban,20.496863062921417 +RCPA,2070,sfh_s3,rural,301.4652274816468 +RCPA,2070,sfh_s3,urban,45.088823806791694 +RCPA,2070,sfh_s51_std,urban,79.2163127822618 +RCPA,2080,inf_ns,urban,77.09068399067085 +RCPA,2080,mfh_s1,rural,210.62456560423956 +RCPA,2080,mfh_s1,urban,47.35522204042696 +RCPA,2080,mfh_s2,rural,334.4817870220938 +RCPA,2080,mfh_s2,urban,148.50615066329433 +RCPA,2080,mfh_s3,rural,275.09919662022037 +RCPA,2080,mfh_s3,urban,315.4737889901932 +RCPA,2080,mfh_s51_std,urban,530.7640957044438 +RCPA,2080,sfh_s1,rural,190.04032685074372 +RCPA,2080,sfh_s1,urban,6.782627671093264 +RCPA,2080,sfh_s2,rural,289.3309681639948 +RCPA,2080,sfh_s2,urban,20.721907780719818 +RCPA,2080,sfh_s3,rural,237.92767280305856 +RCPA,2080,sfh_s3,urban,44.47207930562419 +RCPA,2080,sfh_s51_std,urban,78.77630451118982 +RCPA,2090,inf_ns,urban,39.719461821504744 +RCPA,2090,mfh_s1,rural,159.59038076450656 +RCPA,2090,mfh_s1,urban,47.595279987177776 +RCPA,2090,mfh_s2,rural,253.42312236473833 +RCPA,2090,mfh_s2,urban,149.25004580511202 +RCPA,2090,mfh_s3,rural,207.71396918377877 +RCPA,2090,mfh_s3,urban,315.6813848886376 +RCPA,2090,mfh_s51_std,urban,506.9022500820122 +RCPA,2090,sfh_s1,rural,145.00937847442137 +RCPA,2090,sfh_s1,urban,6.817010139566383 +RCPA,2090,sfh_s2,rural,220.72480923474035 +RCPA,2090,sfh_s2,urban,20.822088890555502 +RCPA,2090,sfh_s3,rural,180.2349178692548 +RCPA,2090,sfh_s3,urban,44.30082604624363 +RCPA,2090,sfh_s51_std,urban,75.2792713881026 +RCPA,2100,inf_ns,urban,2.7440827685136577 +RCPA,2100,mfh_s1,rural,114.87103655065158 +RCPA,2100,mfh_s1,urban,46.980438741262525 +RCPA,2100,mfh_s2,rural,182.40922175979145 +RCPA,2100,mfh_s2,urban,147.32080892084647 +RCPA,2100,mfh_s3,rural,149.3914753330071 +RCPA,2100,mfh_s3,urban,311.2882272230765 +RCPA,2100,mfh_s51_std,urban,478.5989870141619 +RCPA,2100,sfh_s1,rural,105.36866888204355 +RCPA,2100,sfh_s1,urban,6.766833328754617 +RCPA,2100,sfh_s2,rural,160.37949334757153 +RCPA,2100,sfh_s2,urban,20.667917401274078 +RCPA,2100,sfh_s3,rural,130.69259929064387 +RCPA,2100,sfh_s3,urban,43.86055361614253 +RCPA,2100,sfh_s51_std,urban,70.9830674943699 +SAS,2020,inf_ns,urban,1687.9166150140752 +SAS,2020,mfh_s1,rural,134.91594107293244 +SAS,2020,mfh_s1,urban,116.49749361292294 +SAS,2020,mfh_s2,rural,227.38424919168645 +SAS,2020,mfh_s2,urban,587.1283417505268 +SAS,2020,mfh_s3,rural,283.0497364716952 +SAS,2020,mfh_s3,urban,1168.3156621429969 +SAS,2020,mfh_s51_std,rural,42.36630041884183 +SAS,2020,mfh_s51_std,urban,357.1324976657258 +SAS,2020,mfh_s52_low,rural,0.0210526725149367 +SAS,2020,mfh_s52_low,urban,0.0020964433054676 +SAS,2020,mfh_sr11_std,rural,0.1617749361160154 +SAS,2020,mfh_sr11_std,urban,0.0568843458254438 +SAS,2020,mfh_sr21_std,rural,0.2679879724883831 +SAS,2020,mfh_sr21_std,urban,0.2427018524021394 +SAS,2020,mfh_sr31_std,rural,0.2862682311487153 +SAS,2020,mfh_sr31_std,urban,0.442623142986578 +SAS,2020,sfh_s1,rural,4355.515998899186 +SAS,2020,sfh_s1,urban,332.8246317153585 +SAS,2020,sfh_s2,rural,7340.841986657485 +SAS,2020,sfh_s2,urban,1677.5736646332564 +SAS,2020,sfh_s3,rural,9137.64683336655 +SAS,2020,sfh_s3,urban,3338.5277612640352 +SAS,2020,sfh_s51_std,rural,1353.2039456283874 +SAS,2020,sfh_s51_std,urban,1015.119517831384 +SAS,2020,sfh_s52_low,rural,16.751201430259407 +SAS,2020,sfh_s52_low,urban,6.339669122218719 +SAS,2020,sfh_sr11_std,rural,10.182292121127277 +SAS,2020,sfh_sr11_std,urban,0.538591387566116 +SAS,2020,sfh_sr21_std,rural,16.85558399049015 +SAS,2020,sfh_sr21_std,urban,2.39672896577912 +SAS,2020,sfh_sr31_std,rural,19.744542037664445 +SAS,2020,sfh_sr31_std,urban,4.298443665885178 +SAS,2025,inf_ns,urban,1850.7115687936257 +SAS,2025,mfh_s1,rural,147.27504547939137 +SAS,2025,mfh_s1,urban,126.87886158281148 +SAS,2025,mfh_s2,rural,244.23467194840595 +SAS,2025,mfh_s2,urban,629.0035920664527 +SAS,2025,mfh_s3,rural,311.782846535283 +SAS,2025,mfh_s3,urban,1288.6761902251164 +SAS,2025,mfh_s51_std,rural,90.14944117148472 +SAS,2025,mfh_s51_std,urban,851.8502143945676 +SAS,2025,mfh_s52_low,rural,0.1581279668883889 +SAS,2025,mfh_s52_low,urban,0.0623651537496184 +SAS,2025,mfh_sr11_std,rural,0.3489441613713696 +SAS,2025,mfh_sr11_std,urban,0.1210186343045306 +SAS,2025,mfh_sr21_std,rural,0.5687292282271772 +SAS,2025,mfh_sr21_std,urban,0.5085225004566422 +SAS,2025,mfh_sr31_std,rural,0.6598963237533977 +SAS,2025,mfh_sr31_std,urban,0.9565431472957322 +SAS,2025,sfh_s1,rural,4749.311892347461 +SAS,2025,sfh_s1,urban,362.08799762544965 +SAS,2025,sfh_s2,rural,7876.3739951945745 +SAS,2025,sfh_s2,urban,1795.4604400167473 +SAS,2025,sfh_s3,rural,10055.222995656908 +SAS,2025,sfh_s3,urban,3678.9177937442214 +SAS,2025,sfh_s51_std,rural,2868.2890868114223 +SAS,2025,sfh_s51_std,urban,2415.429100660169 +SAS,2025,sfh_s52_low,rural,50.44267566389749 +SAS,2025,sfh_s52_low,urban,21.170272824379406 +SAS,2025,sfh_sr11_std,rural,21.880709787976365 +SAS,2025,sfh_sr11_std,urban,1.1509483731007344 +SAS,2025,sfh_sr21_std,rural,35.64748461445341 +SAS,2025,sfh_sr21_std,urban,5.039816835433066 +SAS,2025,sfh_sr31_std,rural,42.89525023715271 +SAS,2025,sfh_sr31_std,urban,9.627690835722442 +SAS,2030,inf_ns,urban,1966.6645868481755 +SAS,2030,mfh_s1,rural,158.48123673822465 +SAS,2030,mfh_s1,urban,136.30657545424629 +SAS,2030,mfh_s2,rural,257.2466994584912 +SAS,2030,mfh_s2,urban,659.5572449785328 +SAS,2030,mfh_s3,rural,334.16814981394526 +SAS,2030,mfh_s3,urban,1378.684005729175 +SAS,2030,mfh_s51_std,rural,139.2214757940014 +SAS,2030,mfh_s51_std,urban,1480.5671474016199 +SAS,2030,mfh_s52_low,rural,0.7066091697910972 +SAS,2030,mfh_s52_low,urban,4.854163910539044 +SAS,2030,mfh_sr11_std,rural,0.5679344917852402 +SAS,2030,mfh_sr11_std,urban,0.1974539636307719 +SAS,2030,mfh_sr21_std,rural,0.9062427646128765 +SAS,2030,mfh_sr21_std,urban,0.8463265117262468 +SAS,2030,mfh_sr31_std,rural,1.0922330453339162 +SAS,2030,mfh_sr31_std,urban,1.5262054630475743 +SAS,2030,sfh_s1,rural,5105.481952378301 +SAS,2030,sfh_s1,urban,388.3691995307644 +SAS,2030,sfh_s2,rural,8287.687472732332 +SAS,2030,sfh_s2,urban,1879.9313178859245 +SAS,2030,sfh_s3,rural,10766.763344851124 +SAS,2030,sfh_s3,urban,3929.7174733196266 +SAS,2030,sfh_s51_std,rural,4391.889372629624 +SAS,2030,sfh_s51_std,urban,4194.81218053094 +SAS,2030,sfh_s52_low,rural,130.5725242006753 +SAS,2030,sfh_s52_low,urban,53.718384441117585 +SAS,2030,sfh_sr11_std,rural,34.97137725617738 +SAS,2030,sfh_sr11_std,urban,2.0530566434337274 +SAS,2030,sfh_sr21_std,rural,55.78984018143198 +SAS,2030,sfh_sr21_std,urban,8.923197487484988 +SAS,2030,sfh_sr31_std,rural,68.8187473153032 +SAS,2030,sfh_sr31_std,urban,17.89335458215549 +SAS,2035,inf_ns,urban,2037.2686759747135 +SAS,2035,mfh_s1,rural,168.6167173180073 +SAS,2035,mfh_s1,urban,144.206421295797 +SAS,2035,mfh_s2,rural,266.8418593461589 +SAS,2035,mfh_s2,urban,679.8877803860017 +SAS,2035,mfh_s3,rural,350.02415269537005 +SAS,2035,mfh_s3,urban,1440.5092703796815 +SAS,2035,mfh_s51_std,rural,187.50875057077016 +SAS,2035,mfh_s51_std,urban,2284.627882749852 +SAS,2035,mfh_s52_low,rural,1.4054205884930029 +SAS,2035,mfh_s52_low,urban,12.35236010468555 +SAS,2035,mfh_sr11_std,rural,0.842581190194494 +SAS,2035,mfh_sr11_std,urban,0.3734773205058164 +SAS,2035,mfh_sr21_std,rural,1.31367285625682 +SAS,2035,mfh_sr21_std,urban,1.549512054028307 +SAS,2035,mfh_sr31_std,rural,1.5982769165411057 +SAS,2035,mfh_sr31_std,urban,2.3605566094466925 +SAS,2035,sfh_s1,rural,5421.709344047346 +SAS,2035,sfh_s1,urban,410.4606946226114 +SAS,2035,sfh_s2,rural,8580.55974732195 +SAS,2035,sfh_s2,urban,1935.8955379401034 +SAS,2035,sfh_s3,rural,11258.418906611403 +SAS,2035,sfh_s3,urban,4099.745657374439 +SAS,2035,sfh_s51_std,rural,5885.755073823689 +SAS,2035,sfh_s51_std,urban,6471.185741585468 +SAS,2035,sfh_s52_low,rural,219.93225082710015 +SAS,2035,sfh_s52_low,urban,98.5266285056046 +SAS,2035,sfh_sr11_std,rural,55.19825922570301 +SAS,2035,sfh_sr11_std,urban,3.05977403908305 +SAS,2035,sfh_sr21_std,rural,86.20027653575998 +SAS,2035,sfh_sr21_std,urban,13.118613961852393 +SAS,2035,sfh_sr31_std,rural,105.98290283775334 +SAS,2035,sfh_sr31_std,urban,27.081188352141478 +SAS,2040,inf_ns,urban,2054.0562181939085 +SAS,2040,mfh_s1,rural,177.74819094177303 +SAS,2040,mfh_s1,urban,150.61248360760686 +SAS,2040,mfh_s2,rural,273.529689848705 +SAS,2040,mfh_s2,urban,689.9678347248224 +SAS,2040,mfh_s3,rural,359.59482305327674 +SAS,2040,mfh_s3,urban,1469.4312372524373 +SAS,2040,mfh_s51_std,rural,231.57948187448196 +SAS,2040,mfh_s51_std,urban,3249.236912588099 +SAS,2040,mfh_s52_low,rural,2.229384908475009 +SAS,2040,mfh_s52_low,urban,22.85693859575164 +SAS,2040,mfh_sr11_std,rural,1.1997748549107017 +SAS,2040,mfh_sr11_std,urban,0.5704635567783504 +SAS,2040,mfh_sr21_std,rural,1.819897332949402 +SAS,2040,mfh_sr21_std,urban,2.297667514414284 +SAS,2040,mfh_sr31_std,rural,2.252345962480712 +SAS,2040,mfh_sr31_std,urban,3.927711585338903 +SAS,2040,sfh_s1,rural,5705.151053571558 +SAS,2040,sfh_s1,urban,428.2269028072037 +SAS,2040,sfh_s2,rural,8779.916123343912 +SAS,2040,sfh_s2,urban,1962.4616689866302 +SAS,2040,sfh_s3,rural,11545.140485505965 +SAS,2040,sfh_s3,urban,4177.431212258228 +SAS,2040,sfh_s51_std,rural,7243.228624173594 +SAS,2040,sfh_s51_std,urban,9201.986397845067 +SAS,2040,sfh_s52_low,rural,313.45079189760827 +SAS,2040,sfh_s52_low,urban,156.698993850792 +SAS,2040,sfh_sr11_std,rural,78.42932879364683 +SAS,2040,sfh_sr11_std,urban,4.179287560409497 +SAS,2040,sfh_sr21_std,rural,119.35503952714656 +SAS,2040,sfh_sr21_std,urban,17.522807461951945 +SAS,2040,sfh_sr31_std,rural,149.72388048833557 +SAS,2040,sfh_sr31_std,urban,36.59915260368145 +SAS,2045,inf_ns,urban,2018.5663655613816 +SAS,2045,mfh_s1,rural,186.09302922703284 +SAS,2045,mfh_s1,urban,155.7621146964435 +SAS,2045,mfh_s2,rural,278.07472872170774 +SAS,2045,mfh_s2,urban,692.2752465345222 +SAS,2045,mfh_s3,rural,363.88400814056007 +SAS,2045,mfh_s3,urban,1471.0077958944125 +SAS,2045,mfh_s51_std,rural,268.6320821069978 +SAS,2045,mfh_s51_std,urban,4352.618773257879 +SAS,2045,mfh_s52_low,rural,3.141055163657177 +SAS,2045,mfh_s52_low,urban,36.5731121013906 +SAS,2045,mfh_sr11_std,rural,1.5049706287858875 +SAS,2045,mfh_sr11_std,urban,0.7518057209282475 +SAS,2045,mfh_sr21_std,rural,2.220343742071965 +SAS,2045,mfh_sr21_std,urban,2.9381398610664995 +SAS,2045,mfh_sr31_std,rural,2.744975018067342 +SAS,2045,mfh_sr31_std,urban,5.289524447949538 +SAS,2045,sfh_s1,rural,5963.045034313419 +SAS,2045,sfh_s1,urban,442.4191372370893 +SAS,2045,sfh_s2,rural,8910.919752009808 +SAS,2045,sfh_s2,urban,1967.0014294795105 +SAS,2045,sfh_s3,rural,11663.356992180617 +SAS,2045,sfh_s3,urban,4177.8539224609685 +SAS,2045,sfh_s51_std,rural,8378.140331631868 +SAS,2045,sfh_s51_std,urban,12324.618885236692 +SAS,2045,sfh_s52_low,rural,405.54052574893456 +SAS,2045,sfh_s52_low,urban,229.13655055043645 +SAS,2045,sfh_sr11_std,rural,100.10358491556204 +SAS,2045,sfh_sr11_std,urban,5.234446292274392 +SAS,2045,sfh_sr21_std,rural,148.18900140260766 +SAS,2045,sfh_sr21_std,urban,21.414443422751763 +SAS,2045,sfh_sr31_std,rural,186.05512897747917 +SAS,2045,sfh_sr31_std,urban,44.5806312187465 +SAS,2050,inf_ns,urban,1973.390439198533 +SAS,2050,mfh_s1,rural,193.65668806896412 +SAS,2050,mfh_s1,urban,159.86249295222643 +SAS,2050,mfh_s2,rural,280.90585498947814 +SAS,2050,mfh_s2,urban,689.0363979022073 +SAS,2050,mfh_s3,rural,363.6987920435835 +SAS,2050,mfh_s3,urban,1451.7671147695564 +SAS,2050,mfh_s51_std,rural,295.268681934732 +SAS,2050,mfh_s51_std,urban,5551.920696705903 +SAS,2050,mfh_s52_low,rural,4.11509886248059 +SAS,2050,mfh_s52_low,urban,54.00353276670877 +SAS,2050,mfh_sr11_std,rural,1.8247197075934645 +SAS,2050,mfh_sr11_std,urban,0.9412983920136478 +SAS,2050,mfh_sr21_std,rural,2.617282779650183 +SAS,2050,mfh_sr21_std,urban,3.5706701173296063 +SAS,2050,mfh_sr31_std,rural,3.1973990964235157 +SAS,2050,mfh_sr31_std,urban,5.966831150619373 +SAS,2050,sfh_s1,rural,6195.301156350615 +SAS,2050,sfh_s1,urban,453.6659583722401 +SAS,2050,sfh_s2,rural,8986.900489644315 +SAS,2050,sfh_s2,urban,1956.0133955329452 +SAS,2050,sfh_s3,rural,11638.46452106879 +SAS,2050,sfh_s3,urban,4117.795656803257 +SAS,2050,sfh_s51_std,rural,9185.267404819473 +SAS,2050,sfh_s51_std,urban,15713.219621854545 +SAS,2050,sfh_s52_low,rural,490.78669911305417 +SAS,2050,sfh_s52_low,urban,320.5751170272222 +SAS,2050,sfh_sr11_std,rural,122.63841930420152 +SAS,2050,sfh_sr11_std,urban,6.257307553362546 +SAS,2050,sfh_sr21_std,rural,176.5390134287833 +SAS,2050,sfh_sr21_std,urban,24.948010887097478 +SAS,2050,sfh_sr31_std,rural,219.58373631974678 +SAS,2050,sfh_sr31_std,urban,51.54482671489572 +SAS,2055,inf_ns,urban,1800.1211334108368 +SAS,2055,mfh_s1,rural,200.38565436186093 +SAS,2055,mfh_s1,urban,163.16778547628124 +SAS,2055,mfh_s2,rural,282.3342806339107 +SAS,2055,mfh_s2,urban,682.4225845997333 +SAS,2055,mfh_s3,rural,359.8405350491591 +SAS,2055,mfh_s3,urban,1417.01303803577 +SAS,2055,mfh_s51_std,rural,309.80284877987765 +SAS,2055,mfh_s51_std,urban,6851.038445770362 +SAS,2055,mfh_s52_low,rural,4.866768103559282 +SAS,2055,mfh_s52_low,urban,71.79469125992122 +SAS,2055,mfh_sr11_std,rural,2.2755056738844712 +SAS,2055,mfh_sr11_std,urban,1.1498801915624168 +SAS,2055,mfh_sr21_std,rural,3.1708008072607603 +SAS,2055,mfh_sr21_std,urban,4.234291931729337 +SAS,2055,mfh_sr31_std,rural,3.832469583008692 +SAS,2055,mfh_sr31_std,urban,7.282624932845343 +SAS,2055,sfh_s1,rural,6400.0579088175045 +SAS,2055,sfh_s1,urban,462.52151202867765 +SAS,2055,sfh_s2,rural,9017.632850331918 +SAS,2055,sfh_s2,urban,1935.050711636439 +SAS,2055,sfh_s3,rural,11496.270889563482 +SAS,2055,sfh_s3,urban,4014.779052229437 +SAS,2055,sfh_s51_std,rural,9613.496544148134 +SAS,2055,sfh_s51_std,urban,19388.74289574781 +SAS,2055,sfh_s52_low,rural,556.5942592085313 +SAS,2055,sfh_s52_low,urban,411.6113325852423 +SAS,2055,sfh_sr11_std,rural,149.93054256288193 +SAS,2055,sfh_sr11_std,urban,7.451968144490242 +SAS,2055,sfh_sr21_std,rural,209.86287395213756 +SAS,2055,sfh_sr21_std,urban,28.89224344097771 +SAS,2055,sfh_sr31_std,rural,257.6043026071131 +SAS,2055,sfh_sr31_std,urban,58.9228634768814 +SAS,2060,inf_ns,urban,1700.47458971806 +SAS,2060,mfh_s1,rural,205.84103180512375 +SAS,2060,mfh_s1,urban,165.9296937454141 +SAS,2060,mfh_s2,rural,282.08084671023335 +SAS,2060,mfh_s2,urban,674.2723533891835 +SAS,2060,mfh_s3,rural,352.4985130612705 +SAS,2060,mfh_s3,urban,1373.5665159764221 +SAS,2060,mfh_s51_std,rural,313.3575327306146 +SAS,2060,mfh_s51_std,urban,8084.664624424568 +SAS,2060,mfh_s52_low,rural,5.527009892836793 +SAS,2060,mfh_s52_low,urban,92.36110771057443 +SAS,2060,mfh_sr11_std,rural,2.711888383656207 +SAS,2060,mfh_sr11_std,urban,1.356536145191954 +SAS,2060,mfh_sr21_std,rural,3.6774998396679544 +SAS,2060,mfh_sr21_std,urban,4.856755902281501 +SAS,2060,mfh_sr31_std,rural,4.362135668656576 +SAS,2060,mfh_sr31_std,urban,8.383904002778824 +SAS,2060,sfh_s1,rural,6564.613114190624 +SAS,2060,sfh_s1,urban,469.9280477087809 +SAS,2060,sfh_s2,rural,8996.06841142371 +SAS,2060,sfh_s2,urban,1910.1773898366564 +SAS,2060,sfh_s3,rural,11244.811858330655 +SAS,2060,sfh_s3,urban,3888.015607204625 +SAS,2060,sfh_s51_std,rural,9700.33417435438 +SAS,2060,sfh_s51_std,urban,22869.455997141773 +SAS,2060,sfh_s52_low,rural,605.9826059194622 +SAS,2060,sfh_s52_low,urban,518.0795415168716 +SAS,2060,sfh_sr11_std,rural,175.796437409512 +SAS,2060,sfh_sr11_std,urban,8.535977009632255 +SAS,2060,sfh_sr21_std,rural,239.6128154677394 +SAS,2060,sfh_sr21_std,urban,32.23500763601948 +SAS,2060,sfh_sr31_std,rural,288.8886725753867 +SAS,2060,sfh_sr31_std,urban,64.5724822522361 +SAS,2070,inf_ns,urban,1426.4723458229228 +SAS,2070,mfh_s1,rural,210.70183165885035 +SAS,2070,mfh_s1,urban,170.06017747350072 +SAS,2070,mfh_s2,rural,274.4469029194154 +SAS,2070,mfh_s2,urban,655.4435327285499 +SAS,2070,mfh_s3,rural,326.34414674690726 +SAS,2070,mfh_s3,urban,1270.3552279260534 +SAS,2070,mfh_s51_std,rural,302.2221677725798 +SAS,2070,mfh_s51_std,urban,10397.273011409321 +SAS,2070,mfh_s52_low,rural,6.330997999869078 +SAS,2070,mfh_s52_low,urban,132.84304420480385 +SAS,2070,mfh_sr11_std,rural,3.7137653700994964 +SAS,2070,mfh_sr11_std,urban,1.8007060898588303 +SAS,2070,mfh_sr21_std,rural,4.790451045180678 +SAS,2070,mfh_sr21_std,urban,6.127204743548192 +SAS,2070,mfh_sr31_std,rural,5.449544965041828 +SAS,2070,mfh_sr31_std,urban,10.34765926068487 +SAS,2070,sfh_s1,rural,6698.313662513251 +SAS,2070,sfh_s1,urban,480.4663567000052 +SAS,2070,sfh_s2,rural,8724.532344238154 +SAS,2070,sfh_s2,urban,1852.425189964614 +SAS,2070,sfh_s3,rural,10377.346752264924 +SAS,2070,sfh_s3,urban,3586.9492694006235 +SAS,2070,sfh_s51_std,rural,9313.029482650287 +SAS,2070,sfh_s51_std,urban,29398.32067813747 +SAS,2070,sfh_s52_low,rural,659.3782175350335 +SAS,2070,sfh_s52_low,urban,719.4105760628723 +SAS,2070,sfh_sr11_std,rural,231.57701992446144 +SAS,2070,sfh_sr11_std,urban,11.081872306092727 +SAS,2070,sfh_sr21_std,rural,300.39105551125095 +SAS,2070,sfh_sr21_std,urban,39.76759730762465 +SAS,2070,sfh_sr31_std,rural,346.19223235351507 +SAS,2070,sfh_sr31_std,urban,76.05549889600908 +SAS,2080,inf_ns,urban,1074.3738468930817 +SAS,2080,mfh_s1,rural,207.37461563524363 +SAS,2080,mfh_s1,urban,172.58123561056993 +SAS,2080,mfh_s2,rural,259.39366128254574 +SAS,2080,mfh_s2,urban,637.5314308581517 +SAS,2080,mfh_s3,rural,292.48091601754095 +SAS,2080,mfh_s3,urban,1169.7357313243763 +SAS,2080,mfh_s51_std,rural,273.8113203451999 +SAS,2080,mfh_s51_std,urban,12335.63630623663 +SAS,2080,mfh_s52_low,rural,6.51115685028313 +SAS,2080,mfh_s52_low,urban,172.83947095610668 +SAS,2080,mfh_sr11_std,rural,4.751249735908419 +SAS,2080,mfh_sr11_std,urban,2.462376508775059 +SAS,2080,mfh_sr21_std,rural,5.888955613907045 +SAS,2080,mfh_sr21_std,urban,8.123281383509166 +SAS,2080,mfh_sr31_std,rural,6.400735070613014 +SAS,2080,mfh_sr31_std,urban,13.651162973194667 +SAS,2080,sfh_s1,rural,6572.228816921006 +SAS,2080,sfh_s1,urban,487.0601848383659 +SAS,2080,sfh_s2,rural,8220.211662456613 +SAS,2080,sfh_s2,urban,1799.7611762652589 +SAS,2080,sfh_s3,rural,9271.586439167155 +SAS,2080,sfh_s3,urban,3299.315988043716 +SAS,2080,sfh_s51_std,rural,8402.039201587959 +SAS,2080,sfh_s51_std,urban,34860.95594137371 +SAS,2080,sfh_s52_low,rural,657.9554440537325 +SAS,2080,sfh_s52_low,urban,915.1845921006294 +SAS,2080,sfh_sr11_std,rural,283.65796833111176 +SAS,2080,sfh_sr11_std,urban,13.591131252186706 +SAS,2080,sfh_sr21_std,rural,353.69603147906514 +SAS,2080,sfh_sr21_std,urban,46.909361602847476 +SAS,2080,sfh_sr31_std,rural,388.2386824227534 +SAS,2080,sfh_sr31_std,urban,85.35026038390345 +SAS,2090,inf_ns,urban,661.7473208790982 +SAS,2090,mfh_s1,rural,196.73520652457003 +SAS,2090,mfh_s1,urban,173.99788466918162 +SAS,2090,mfh_s2,rural,238.77802787193679 +SAS,2090,mfh_s2,urban,622.5407473621298 +SAS,2090,mfh_s3,rural,256.4268625897424 +SAS,2090,mfh_s3,urban,1084.2775713689568 +SAS,2090,mfh_s51_std,rural,236.54329374710738 +SAS,2090,mfh_s51_std,urban,13783.729617608573 +SAS,2090,mfh_s52_low,rural,6.10730979893588 +SAS,2090,mfh_s52_low,urban,211.07863420748612 +SAS,2090,mfh_sr11_std,rural,5.8924368708252555 +SAS,2090,mfh_sr11_std,urban,3.078998860951764 +SAS,2090,mfh_sr21_std,rural,7.0817990943734745 +SAS,2090,mfh_sr21_std,urban,9.95444905801318 +SAS,2090,mfh_sr31_std,rural,7.035847812452812 +SAS,2090,mfh_sr31_std,urban,16.102048467123314 +SAS,2090,sfh_s1,rural,6223.613427208382 +SAS,2090,sfh_s1,urban,490.626418278826 +SAS,2090,sfh_s2,rural,7552.498028133743 +SAS,2090,sfh_s2,urban,1755.9517472830912 +SAS,2090,sfh_s3,rural,8103.545655730791 +SAS,2090,sfh_s3,urban,3055.3030587198245 +SAS,2090,sfh_s51_std,rural,7232.548451931323 +SAS,2090,sfh_s51_std,urban,38920.88639139601 +SAS,2090,sfh_s52_low,rural,609.8949782403603 +SAS,2090,sfh_s52_low,urban,1106.390765371787 +SAS,2090,sfh_sr11_std,rural,325.29177307564316 +SAS,2090,sfh_sr11_std,urban,15.840362857951467 +SAS,2090,sfh_sr21_std,rural,393.66703675201444 +SAS,2090,sfh_sr21_std,urban,53.08057675311781 +SAS,2090,sfh_sr31_std,rural,411.54283930241195 +SAS,2090,sfh_sr31_std,urban,91.94977778425695 +SAS,2100,inf_ns,urban,219.07175032281015 +SAS,2100,mfh_s1,rural,180.98452410346775 +SAS,2100,mfh_s1,urban,174.58640084765196 +SAS,2100,mfh_s2,rural,215.08432042385408 +SAS,2100,mfh_s2,urban,610.6736551294554 +SAS,2100,mfh_s3,rural,221.52730692846404 +SAS,2100,mfh_s3,urban,1016.7553368079659 +SAS,2100,mfh_s51_std,rural,198.98291061374846 +SAS,2100,mfh_s51_std,urban,14746.645089037796 +SAS,2100,mfh_s52_low,rural,5.484376620663119 +SAS,2100,mfh_s52_low,urban,246.14062378078296 +SAS,2100,mfh_sr11_std,rural,6.735498107244463 +SAS,2100,mfh_sr11_std,urban,3.604407165185896 +SAS,2100,mfh_sr21_std,rural,7.920783087882945 +SAS,2100,mfh_sr21_std,urban,11.42841097117687 +SAS,2100,mfh_sr31_std,rural,7.3999969759569915 +SAS,2100,mfh_sr31_std,urban,17.867415382953872 +SAS,2100,sfh_s1,rural,5714.9554806407305 +SAS,2100,sfh_s1,urban,491.8373780461742 +SAS,2100,sfh_s2,rural,6790.215883143985 +SAS,2100,sfh_s2,urban,1720.8301071171106 +SAS,2100,sfh_s3,rural,6979.66216781219 +SAS,2100,sfh_s3,urban,2862.0651012066355 +SAS,2100,sfh_s51_std,rural,6063.807481340128 +SAS,2100,sfh_s51_std,urban,41597.98546486736 +SAS,2100,sfh_s52_low,rural,544.5549539386975 +SAS,2100,sfh_s52_low,urban,1283.658804369477 +SAS,2100,sfh_sr11_std,rural,352.13689260693747 +SAS,2100,sfh_sr11_std,urban,17.815396309901203 +SAS,2100,sfh_sr21_std,rural,417.28680232283557 +SAS,2100,sfh_sr21_std,urban,58.476285731043674 +SAS,2100,sfh_sr31_std,rural,419.24543984717894 +SAS,2100,sfh_sr31_std,urban,97.11310673953233 +WEU,2020,mfh_s1,rural,92.04000615657338 +WEU,2020,mfh_s1,urban,1492.9628836697266 +WEU,2020,mfh_s2,rural,44.38980089021753 +WEU,2020,mfh_s2,urban,2023.0299381751142 +WEU,2020,mfh_s3,rural,38.42241735424072 +WEU,2020,mfh_s3,urban,2238.8051830655704 +WEU,2020,mfh_s51_std,rural,0.0837896123374968 +WEU,2020,mfh_s51_std,urban,95.7706595627116 +WEU,2020,mfh_s52_low,rural,1.1558044360253412 +WEU,2020,mfh_s52_low,urban,350.23238311262133 +WEU,2020,mfh_sr11_std,rural,2.580895894955036 +WEU,2020,mfh_sr11_std,urban,35.158635960777474 +WEU,2020,mfh_sr12_low,rural,3.0683440568313705 +WEU,2020,mfh_sr12_low,urban,27.38843831004113 +WEU,2020,mfh_sr21_std,rural,1.1970957191501268 +WEU,2020,mfh_sr21_std,urban,43.07916781171053 +WEU,2020,mfh_sr22_low,rural,1.041195056976976 +WEU,2020,mfh_sr22_low,urban,26.179235310011528 +WEU,2020,mfh_sr31_std,rural,0.6294096282611426 +WEU,2020,mfh_sr31_std,urban,9.139727955452964 +WEU,2020,mfh_sr32_low,rural,0.33740497755219234 +WEU,2020,mfh_sr32_low,urban,2.5294935891174952 +WEU,2020,sfh_s1,rural,3705.7232479082313 +WEU,2020,sfh_s1,urban,2266.7321326498814 +WEU,2020,sfh_s2,rural,1770.7993978041384 +WEU,2020,sfh_s2,urban,3061.957320284083 +WEU,2020,sfh_s3,rural,1523.7397856972543 +WEU,2020,sfh_s3,urban,3346.4720191808356 +WEU,2020,sfh_s51_std,rural,1.1863442431378073 +WEU,2020,sfh_s51_std,urban,121.66718776455002 +WEU,2020,sfh_s52_low,rural,50.311667243508694 +WEU,2020,sfh_s52_low,urban,580.8030850240793 +WEU,2020,sfh_sr11_std,rural,74.49871794966066 +WEU,2020,sfh_sr11_std,urban,47.75667387860163 +WEU,2020,sfh_sr12_low,rural,278.2100917862828 +WEU,2020,sfh_sr12_low,urban,135.49517723702692 +WEU,2020,sfh_sr21_std,rural,39.70968498813815 +WEU,2020,sfh_sr21_std,urban,77.77822674025784 +WEU,2020,sfh_sr22_low,rural,126.62269015499834 +WEU,2020,sfh_sr22_low,urban,155.69364612571312 +WEU,2020,sfh_sr31_std,rural,40.905218854737136 +WEU,2020,sfh_sr31_std,urban,88.04931026706043 +WEU,2020,sfh_sr32_low,rural,71.7533449532306 +WEU,2020,sfh_sr32_low,urban,110.05658809148802 +WEU,2025,mfh_s1,rural,83.48005516525019 +WEU,2025,mfh_s1,urban,1407.943934261155 +WEU,2025,mfh_s2,rural,38.96670432871854 +WEU,2025,mfh_s2,urban,1847.3044676032853 +WEU,2025,mfh_s3,rural,36.3733384912525 +WEU,2025,mfh_s3,urban,2220.9912971226267 +WEU,2025,mfh_s51_std,rural,0.1585797242257472 +WEU,2025,mfh_s51_std,urban,195.10713256665127 +WEU,2025,mfh_s52_low,rural,2.1828733290444275 +WEU,2025,mfh_s52_low,urban,715.2095043734038 +WEU,2025,mfh_sr11_std,rural,5.175566299458834 +WEU,2025,mfh_sr11_std,urban,73.67404515230606 +WEU,2025,mfh_sr12_low,rural,5.555713036623844 +WEU,2025,mfh_sr12_low,urban,53.38282282827712 +WEU,2025,mfh_sr21_std,rural,2.3430955770045543 +WEU,2025,mfh_sr21_std,urban,81.98070897825993 +WEU,2025,mfh_sr22_low,rural,1.902204282287661 +WEU,2025,mfh_sr22_low,urban,46.81600728675339 +WEU,2025,mfh_sr31_std,rural,1.3091766718865956 +WEU,2025,mfh_sr31_std,urban,24.34014889833535 +WEU,2025,mfh_sr32_low,rural,0.6137251450486246 +WEU,2025,mfh_sr32_low,urban,5.679283568207014 +WEU,2025,sfh_s1,rural,3265.876555497914 +WEU,2025,sfh_s1,urban,2074.3123575934515 +WEU,2025,sfh_s2,rural,1506.8256130020582 +WEU,2025,sfh_s2,urban,2693.617303181963 +WEU,2025,sfh_s3,rural,1377.4946054799032 +WEU,2025,sfh_s3,urban,3156.620625999565 +WEU,2025,sfh_s51_std,rural,2.3595740492312016 +WEU,2025,sfh_s51_std,urban,249.38435132710927 +WEU,2025,sfh_s52_low,rural,94.91431342744224 +WEU,2025,sfh_s52_low,urban,1184.3961234373055 +WEU,2025,sfh_sr11_std,rural,150.3456316686806 +WEU,2025,sfh_sr11_std,urban,97.77565129111332 +WEU,2025,sfh_sr12_low,rural,497.7224407192098 +WEU,2025,sfh_sr12_low,urban,245.59331896534 +WEU,2025,sfh_sr21_std,rural,73.69546421410155 +WEU,2025,sfh_sr21_std,urban,149.465631141351 +WEU,2025,sfh_sr22_low,rural,214.69170935400177 +WEU,2025,sfh_sr22_low,urban,269.34731796791255 +WEU,2025,sfh_sr31_std,rural,84.90320560012637 +WEU,2025,sfh_sr31_std,urban,182.2548388519399 +WEU,2025,sfh_sr32_low,rural,128.59295672235422 +WEU,2025,sfh_sr32_low,urban,206.5471838044808 +WEU,2030,mfh_s1,rural,74.06213483354735 +WEU,2030,mfh_s1,urban,1306.701275801428 +WEU,2030,mfh_s2,rural,33.46030756482249 +WEU,2030,mfh_s2,urban,1652.474782910995 +WEU,2030,mfh_s3,rural,33.63148306789027 +WEU,2030,mfh_s3,urban,2169.6567824059675 +WEU,2030,mfh_s51_std,rural,0.21512590224967187 +WEU,2030,mfh_s51_std,urban,295.20150757461613 +WEU,2030,mfh_s52_low,rural,3.0557580975826646 +WEU,2030,mfh_s52_low,urban,1090.7766777395152 +WEU,2030,mfh_sr11_std,rural,7.477709702375359 +WEU,2030,mfh_sr11_std,urban,111.35031205136028 +WEU,2030,mfh_sr12_low,rural,9.371319341897502 +WEU,2030,mfh_sr12_low,urban,92.27794272967256 +WEU,2030,mfh_sr21_std,rural,3.3425849766394853 +WEU,2030,mfh_sr21_std,urban,124.06996710416271 +WEU,2030,mfh_sr22_low,rural,3.1088321427427794 +WEU,2030,mfh_sr22_low,urban,79.67549145912953 +WEU,2030,mfh_sr31_std,rural,2.2841797667036268 +WEU,2030,mfh_sr31_std,urban,49.90482315073997 +WEU,2030,mfh_sr32_low,rural,1.1156460375563837 +WEU,2030,mfh_sr32_low,urban,14.150612172319578 +WEU,2030,sfh_s1,rural,2768.0863710525155 +WEU,2030,sfh_s1,urban,1830.0142905406283 +WEU,2030,sfh_s2,rural,1228.475689720369 +WEU,2030,sfh_s2,urban,2281.794136273731 +WEU,2030,sfh_s3,rural,1194.800245489452 +WEU,2030,sfh_s3,urban,2891.935943422987 +WEU,2030,sfh_s51_std,rural,3.0531385365667214 +WEU,2030,sfh_s51_std,urban,374.8374528192512 +WEU,2030,sfh_s52_low,rural,132.8333767557408 +WEU,2030,sfh_s52_low,urban,1808.1299459880463 +WEU,2030,sfh_sr11_std,rural,215.48276517047034 +WEU,2030,sfh_sr11_std,urban,143.96434043239648 +WEU,2030,sfh_sr12_low,rural,793.2721905785154 +WEU,2030,sfh_sr12_low,urban,404.8445589964286 +WEU,2030,sfh_sr21_std,rural,101.28047594699375 +WEU,2030,sfh_sr21_std,urban,213.54383050273455 +WEU,2030,sfh_sr22_low,rural,328.348796009017 +WEU,2030,sfh_sr22_low,urban,428.2755008644608 +WEU,2030,sfh_sr31_std,rural,125.29188230771054 +WEU,2030,sfh_sr31_std,urban,271.50389717163296 +WEU,2030,sfh_sr32_low,rural,218.34793902801206 +WEU,2030,sfh_sr32_low,urban,354.73703126781976 +WEU,2035,mfh_s1,rural,65.62082980969413 +WEU,2035,mfh_s1,urban,1204.303271544697 +WEU,2035,mfh_s2,rural,28.43454082109203 +WEU,2035,mfh_s2,urban,1473.2612648104969 +WEU,2035,mfh_s3,rural,30.892903975329247 +WEU,2035,mfh_s3,urban,2076.629826201837 +WEU,2035,mfh_s51_std,rural,0.26110174503691247 +WEU,2035,mfh_s51_std,urban,396.4689670449507 +WEU,2035,mfh_s52_low,rural,3.762733100267033 +WEU,2035,mfh_s52_low,urban,1472.364972772702 +WEU,2035,mfh_sr11_std,rural,9.702972846234982 +WEU,2035,mfh_sr11_std,urban,150.29790229853097 +WEU,2035,mfh_sr12_low,rural,12.430861176258174 +WEU,2035,mfh_sr12_low,urban,127.1851493704962 +WEU,2035,mfh_sr21_std,rural,4.283089008885543 +WEU,2035,mfh_sr21_std,urban,160.36129470070057 +WEU,2035,mfh_sr22_low,rural,4.085095666179866 +WEU,2035,mfh_sr22_low,urban,104.15381716847112 +WEU,2035,mfh_sr31_std,rural,3.080510854645193 +WEU,2035,mfh_sr31_std,urban,89.15987897375129 +WEU,2035,mfh_sr32_low,rural,1.5953029550346305 +WEU,2035,mfh_sr32_low,urban,30.069667092886053 +WEU,2035,sfh_s1,rural,2339.062419192089 +WEU,2035,sfh_s1,urban,1618.1211436401532 +WEU,2035,sfh_s2,rural,996.1921138427398 +WEU,2035,sfh_s2,urban,1933.8356738746675 +WEU,2035,sfh_s3,rural,1029.9950373113293 +WEU,2035,sfh_s3,urban,2615.153245007513 +WEU,2035,sfh_s51_std,rural,3.6550811272575663 +WEU,2035,sfh_s51_std,urban,502.8794491682227 +WEU,2035,sfh_s52_low,rural,163.51222737430686 +WEU,2035,sfh_s52_low,urban,2440.605840485121 +WEU,2035,sfh_sr11_std,rural,280.00915758917625 +WEU,2035,sfh_sr11_std,urban,188.68352295954577 +WEU,2035,sfh_sr12_low,rural,1026.6351424264858 +WEU,2035,sfh_sr12_low,urban,527.0619478214887 +WEU,2035,sfh_sr21_std,rural,125.15329366897777 +WEU,2035,sfh_sr21_std,urban,267.45932874062487 +WEU,2035,sfh_sr22_low,rural,407.5983334637834 +WEU,2035,sfh_sr22_low,urban,535.7651291582627 +WEU,2035,sfh_sr31_std,rural,161.86334625250296 +WEU,2035,sfh_sr31_std,urban,364.9554005767733 +WEU,2035,sfh_sr32_low,rural,285.81935018324924 +WEU,2035,sfh_sr32_low,urban,478.448636741949 +WEU,2040,mfh_s1,rural,58.335693773537606 +WEU,2040,mfh_s1,urban,1108.6574190838269 +WEU,2040,mfh_s2,rural,24.224631430902125 +WEU,2040,mfh_s2,urban,1315.011514817053 +WEU,2040,mfh_s3,rural,28.087270996777242 +WEU,2040,mfh_s3,urban,1965.7394699630738 +WEU,2040,mfh_s51_std,rural,0.2963282827382211 +WEU,2040,mfh_s51_std,urban,497.91484245609075 +WEU,2040,mfh_s52_low,rural,4.309235766152676 +WEU,2040,mfh_s52_low,urban,1856.546519573988 +WEU,2040,mfh_sr11_std,rural,11.472700752031537 +WEU,2040,mfh_sr11_std,urban,183.42944425904392 +WEU,2040,mfh_sr12_low,rural,14.887822145399365 +WEU,2040,mfh_sr12_low,urban,157.6649303082348 +WEU,2040,mfh_sr21_std,rural,4.931607051793326 +WEU,2040,mfh_sr21_std,urban,187.15245429326885 +WEU,2040,mfh_sr22_low,rural,4.794675100182812 +WEU,2040,mfh_sr22_low,urban,123.17232579060678 +WEU,2040,mfh_sr31_std,rural,3.7885369661943327 +WEU,2040,mfh_sr31_std,urban,123.78193690797308 +WEU,2040,mfh_sr32_low,rural,2.020979298275313 +WEU,2040,mfh_sr32_low,urban,46.86876211816752 +WEU,2040,sfh_s1,rural,1982.0223397455309 +WEU,2040,sfh_s1,urban,1434.8088997177795 +WEU,2040,sfh_s2,rural,809.7018234970294 +WEU,2040,sfh_s2,urban,1645.8547906160602 +WEU,2040,sfh_s3,rural,881.7343583472956 +WEU,2040,sfh_s3,urban,2349.9896488404906 +WEU,2040,sfh_s51_std,rural,4.114535247789164 +WEU,2040,sfh_s51_std,urban,631.3101605279414 +WEU,2040,sfh_s52_low,rural,187.22031664819485 +WEU,2040,sfh_s52_low,urban,3077.0568240719986 +WEU,2040,sfh_sr11_std,rural,330.4839974117356 +WEU,2040,sfh_sr11_std,urban,225.1573685973464 +WEU,2040,sfh_sr12_low,rural,1206.1393128751195 +WEU,2040,sfh_sr12_low,urban,623.4448129218408 +WEU,2040,sfh_sr21_std,rural,141.26166350939243 +WEU,2040,sfh_sr21_std,urban,305.87190190542594 +WEU,2040,sfh_sr22_low,rural,459.5037043625768 +WEU,2040,sfh_sr22_low,urban,608.2362769027991 +WEU,2040,sfh_sr31_std,rural,189.14168461765092 +WEU,2040,sfh_sr31_std,urban,441.0073197362051 +WEU,2040,sfh_sr32_low,rural,337.3424959136288 +WEU,2040,sfh_sr32_low,urban,573.894185253197 +WEU,2045,mfh_s1,rural,51.50331508773855 +WEU,2045,mfh_s1,urban,1004.840902796361 +WEU,2045,mfh_s2,rural,20.641613993025082 +WEU,2045,mfh_s2,urban,1172.268871580863 +WEU,2045,mfh_s3,rural,25.34563657833897 +WEU,2045,mfh_s3,urban,1825.6614794261718 +WEU,2045,mfh_s51_std,rural,0.3209995231899787 +WEU,2045,mfh_s51_std,urban,596.6875619803442 +WEU,2045,mfh_s52_low,rural,4.699331666271254 +WEU,2045,mfh_s52_low,urban,2237.249066497255 +WEU,2045,mfh_sr11_std,rural,13.359125001668579 +WEU,2045,mfh_sr11_std,urban,220.4425239431573 +WEU,2045,mfh_sr12_low,rural,16.789682891361103 +WEU,2045,mfh_sr12_low,urban,189.40429841460235 +WEU,2045,mfh_sr21_std,rural,5.441836924303092 +WEU,2045,mfh_sr21_std,urban,211.12354853332516 +WEU,2045,mfh_sr22_low,rural,5.305903613028305 +WEU,2045,mfh_sr22_low,urban,139.14383760791273 +WEU,2045,mfh_sr31_std,rural,4.325488551765683 +WEU,2045,mfh_sr31_std,urban,169.78041439222406 +WEU,2045,mfh_sr32_low,rural,2.337999264853037 +WEU,2045,mfh_sr32_low,urban,60.75424330413037 +WEU,2045,sfh_s1,rural,1684.341692613664 +WEU,2045,sfh_s1,urban,1271.9556379927865 +WEU,2045,sfh_s2,rural,663.3031829951797 +WEU,2045,sfh_s2,urban,1407.6240064864478 +WEU,2045,sfh_s3,rural,754.4459251100957 +WEU,2045,sfh_s3,urban,2082.856697610023 +WEU,2045,sfh_s51_std,rural,4.4633725905068244 +WEU,2045,sfh_s51_std,urban,757.2763571813897 +WEU,2045,sfh_s52_low,rural,204.10274354695366 +WEU,2045,sfh_s52_low,urban,3706.280528905476 +WEU,2045,sfh_sr11_std,rural,371.40299764871395 +WEU,2045,sfh_sr11_std,urban,260.2165037095125 +WEU,2045,sfh_sr12_low,rural,1336.4361955033694 +WEU,2045,sfh_sr12_low,urban,696.0117737578105 +WEU,2045,sfh_sr21_std,rural,152.75172741837426 +WEU,2045,sfh_sr21_std,urban,336.50516489708167 +WEU,2045,sfh_sr22_low,rural,487.9940821442203 +WEU,2045,sfh_sr22_low,urban,653.9200518114689 +WEU,2045,sfh_sr31_std,rural,207.64559168275903 +WEU,2045,sfh_sr31_std,urban,512.0424406020215 +WEU,2045,sfh_sr32_low,rural,367.7053742612569 +WEU,2045,sfh_sr32_low,urban,643.6835386118578 +WEU,2050,mfh_s1,rural,45.69451074902078 +WEU,2050,mfh_s1,urban,920.0133335320984 +WEU,2050,mfh_s2,rural,17.701326130826136 +WEU,2050,mfh_s2,urban,1053.885412120464 +WEU,2050,mfh_s3,rural,22.485804980793898 +WEU,2050,mfh_s3,urban,1689.7766190388597 +WEU,2050,mfh_s51_std,rural,0.33939427074797635 +WEU,2050,mfh_s51_std,urban,692.586721357581 +WEU,2050,mfh_s52_low,rural,4.961874382704133 +WEU,2050,mfh_s52_low,urban,2603.7822839952805 +WEU,2050,mfh_sr11_std,rural,14.59158557819206 +WEU,2050,mfh_sr11_std,urban,246.60285088468467 +WEU,2050,mfh_sr12_low,rural,18.241165355537667 +WEU,2050,mfh_sr12_low,urban,210.5048649002192 +WEU,2050,mfh_sr21_std,rural,5.793626945626817 +WEU,2050,mfh_sr21_std,urban,228.18961082392067 +WEU,2050,mfh_sr22_low,rural,5.628506484899429 +WEU,2050,mfh_sr22_low,urban,149.798809672889 +WEU,2050,mfh_sr31_std,rural,4.8042979150295 +WEU,2050,mfh_sr31_std,urban,195.89700337293567 +WEU,2050,mfh_sr32_low,rural,2.6319783691384857 +WEU,2050,mfh_sr32_low,urban,72.47867580013909 +WEU,2050,sfh_s1,rural,1430.4646624138645 +WEU,2050,sfh_s1,urban,1132.561017098725 +WEU,2050,sfh_s2,rural,544.5898547734267 +WEU,2050,sfh_s2,urban,1216.0412635902508 +WEU,2050,sfh_s3,rural,634.3160821288387 +WEU,2050,sfh_s3,urban,1845.9703261082973 +WEU,2050,sfh_s51_std,rural,4.724809339759817 +WEU,2050,sfh_s51_std,urban,879.7636015587474 +WEU,2050,sfh_s52_low,rural,215.5126330213695 +WEU,2050,sfh_s52_low,urban,4312.141547064105 +WEU,2050,sfh_sr11_std,rural,402.37871265889834 +WEU,2050,sfh_sr11_std,urban,286.71426900875616 +WEU,2050,sfh_sr12_low,rural,1429.5173143734887 +WEU,2050,sfh_sr12_low,urban,749.7397673166142 +WEU,2050,sfh_sr21_std,rural,160.16108108806375 +WEU,2050,sfh_sr21_std,urban,357.4099046696362 +WEU,2050,sfh_sr22_low,rural,505.16302157890965 +WEU,2050,sfh_sr22_low,urban,681.8014832225052 +WEU,2050,sfh_sr31_std,rural,220.6644219122358 +WEU,2050,sfh_sr31_std,urban,554.0327557947508 +WEU,2050,sfh_sr32_low,rural,388.1116236680432 +WEU,2050,sfh_sr32_low,urban,684.1570315799657 +WEU,2055,mfh_s1,rural,40.587918725975165 +WEU,2055,mfh_s1,urban,842.3713531849269 +WEU,2055,mfh_s2,rural,15.292925061679423 +WEU,2055,mfh_s2,urban,952.3140149878475 +WEU,2055,mfh_s3,rural,19.76690548995362 +WEU,2055,mfh_s3,urban,1550.956860771853 +WEU,2055,mfh_s51_std,rural,0.3511753976720838 +WEU,2055,mfh_s51_std,urban,782.8903052049058 +WEU,2055,mfh_s52_low,rural,5.114750075176545 +WEU,2055,mfh_s52_low,urban,2948.9751510563237 +WEU,2055,mfh_sr11_std,rural,15.509916847891319 +WEU,2055,mfh_sr11_std,urban,268.401269144445 +WEU,2055,mfh_sr12_low,rural,19.17523847160731 +WEU,2055,mfh_sr12_low,urban,226.85187800382917 +WEU,2055,mfh_sr21_std,rural,6.031610941704833 +WEU,2055,mfh_sr21_std,urban,243.5132952869408 +WEU,2055,mfh_sr22_low,rural,5.815963151915119 +WEU,2055,mfh_sr22_low,urban,158.8380979687894 +WEU,2055,mfh_sr31_std,rural,5.149167549614355 +WEU,2055,mfh_sr31_std,urban,214.6521313048719 +WEU,2055,mfh_sr32_low,rural,2.7703720226641013 +WEU,2055,mfh_sr32_low,urban,81.2133438260186 +WEU,2055,sfh_s1,rural,1215.0786565667813 +WEU,2055,sfh_s1,urban,1011.3132632624414 +WEU,2055,sfh_s2,rural,450.61151304296476 +WEU,2055,sfh_s2,urban,1061.060318879468 +WEU,2055,sfh_s3,rural,531.0763750999893 +WEU,2055,sfh_s3,urban,1624.090554939869 +WEU,2055,sfh_s51_std,rural,4.903773246843148 +WEU,2055,sfh_s51_std,urban,995.505400083269 +WEU,2055,sfh_s52_low,rural,222.1742624384977 +WEU,2055,sfh_s52_low,urban,4882.323839178165 +WEU,2055,sfh_sr11_std,rural,424.2832259555031 +WEU,2055,sfh_sr11_std,urban,308.2184113592504 +WEU,2055,sfh_sr12_low,rural,1487.8058325415197 +WEU,2055,sfh_sr12_low,urban,787.2748973038866 +WEU,2055,sfh_sr21_std,rural,164.69847954369928 +WEU,2055,sfh_sr21_std,urban,374.13606270338335 +WEU,2055,sfh_sr22_low,rural,512.2232503278145 +WEU,2055,sfh_sr22_low,urban,698.4502319140817 +WEU,2055,sfh_sr31_std,rural,226.06492449430445 +WEU,2055,sfh_sr31_std,urban,583.1239552581166 +WEU,2055,sfh_sr32_low,rural,393.07286976552575 +WEU,2055,sfh_sr32_low,urban,701.5969190351383 +WEU,2060,mfh_s1,rural,35.64362953185953 +WEU,2060,mfh_s1,urban,769.9597715464538 +WEU,2060,mfh_s2,rural,13.279375418023768 +WEU,2060,mfh_s2,urban,867.7993473682983 +WEU,2060,mfh_s3,rural,17.204077948691317 +WEU,2060,mfh_s3,urban,1403.4352779277745 +WEU,2060,mfh_s51_std,rural,0.3577247931130943 +WEU,2060,mfh_s51_std,urban,866.0258257674304 +WEU,2060,mfh_s52_low,rural,5.197830080662277 +WEU,2060,mfh_s52_low,urban,3270.355058497044 +WEU,2060,mfh_sr11_std,rural,16.341455343139714 +WEU,2060,mfh_sr11_std,urban,285.5778647535274 +WEU,2060,mfh_sr12_low,rural,19.913325494808795 +WEU,2060,mfh_sr12_low,urban,241.25598293656145 +WEU,2060,mfh_sr21_std,rural,6.174574797530451 +WEU,2060,mfh_sr21_std,urban,256.309759247382 +WEU,2060,mfh_sr22_low,rural,5.9723504280045185 +WEU,2060,mfh_sr22_low,urban,167.04107018578716 +WEU,2060,mfh_sr31_std,rural,5.306947372102904 +WEU,2060,mfh_sr31_std,urban,235.60402543128268 +WEU,2060,mfh_sr32_low,rural,2.8795072366094705 +WEU,2060,mfh_sr32_low,urban,88.83569337156945 +WEU,2060,sfh_s1,rural,1030.9515018474226 +WEU,2060,sfh_s1,urban,904.9844939973427 +WEU,2060,sfh_s2,rural,375.49721939913036 +WEU,2060,sfh_s2,urban,935.5907572190698 +WEU,2060,sfh_s3,rural,436.7319266927813 +WEU,2060,sfh_s3,urban,1416.5262698080412 +WEU,2060,sfh_s51_std,rural,4.997982212214628 +WEU,2060,sfh_s51_std,urban,1101.331974648616 +WEU,2060,sfh_s52_low,rural,225.80364184462167 +WEU,2060,sfh_s52_low,urban,5413.624057507983 +WEU,2060,sfh_sr11_std,rural,435.9406254079791 +WEU,2060,sfh_sr11_std,urban,323.40210440602806 +WEU,2060,sfh_sr12_low,rural,1520.0775236789218 +WEU,2060,sfh_sr12_low,urban,814.1098710791035 +WEU,2060,sfh_sr21_std,rural,166.47323593045715 +WEU,2060,sfh_sr21_std,urban,386.05560779873935 +WEU,2060,sfh_sr22_low,rural,514.3475986466949 +WEU,2060,sfh_sr22_low,urban,711.9614805862642 +WEU,2060,sfh_sr31_std,rural,228.1150221962229 +WEU,2060,sfh_sr31_std,urban,599.1546075494159 +WEU,2060,sfh_sr32_low,rural,389.9851197143038 +WEU,2060,sfh_sr32_low,urban,705.7842257355377 +WEU,2070,mfh_s1,rural,27.191058112684214 +WEU,2070,mfh_s1,urban,638.9769232008323 +WEU,2070,mfh_s2,rural,10.16185796401123 +WEU,2070,mfh_s2,urban,734.7955777337891 +WEU,2070,mfh_s3,rural,12.625322136090462 +WEU,2070,mfh_s3,urban,1134.827648619139 +WEU,2070,mfh_s51_std,rural,0.3533073061012823 +WEU,2070,mfh_s51_std,urban,1008.6919477560224 +WEU,2070,mfh_s52_low,rural,5.1083430568913615 +WEU,2070,mfh_s52_low,urban,3826.923271879742 +WEU,2070,mfh_sr11_std,rural,17.295403191132 +WEU,2070,mfh_sr11_std,urban,313.3941728439188 +WEU,2070,mfh_sr12_low,rural,20.371305209193146 +WEU,2070,mfh_sr12_low,urban,259.2419548830233 +WEU,2070,mfh_sr21_std,rural,6.420703506070137 +WEU,2070,mfh_sr21_std,urban,284.91975214569624 +WEU,2070,mfh_sr22_low,rural,6.1068112575253 +WEU,2070,mfh_sr22_low,urban,179.6030244863269 +WEU,2070,mfh_sr31_std,rural,5.380942238606045 +WEU,2070,mfh_sr31_std,urban,248.879779445758 +WEU,2070,mfh_sr32_low,rural,2.8556209962867816 +WEU,2070,mfh_sr32_low,urban,96.4768616154362 +WEU,2070,sfh_s1,rural,726.334862271719 +WEU,2070,sfh_s1,urban,720.3861214399781 +WEU,2070,sfh_s2,rural,261.91368154286477 +WEU,2070,sfh_s2,urban,745.6797458655159 +WEU,2070,sfh_s3,rural,285.7853180277205 +WEU,2070,sfh_s3,urban,1064.8549125409174 +WEU,2070,sfh_s51_std,rural,4.998595999058502 +WEU,2070,sfh_s51_std,urban,1286.9694568260886 +WEU,2070,sfh_s52_low,rural,221.90179708301633 +WEU,2070,sfh_s52_low,urban,6329.311273024481 +WEU,2070,sfh_sr11_std,rural,447.593013617598 +WEU,2070,sfh_sr11_std,urban,349.78945241355865 +WEU,2070,sfh_sr12_low,rural,1520.5430966110437 +WEU,2070,sfh_sr12_low,urban,838.1584449453344 +WEU,2070,sfh_sr21_std,rural,170.35627661964693 +WEU,2070,sfh_sr21_std,urban,412.8187233843385 +WEU,2070,sfh_sr22_low,rural,510.3443200662065 +WEU,2070,sfh_sr22_low,urban,730.4709615170707 +WEU,2070,sfh_sr31_std,rural,219.42745829833612 +WEU,2070,sfh_sr31_std,urban,593.5711477953209 +WEU,2070,sfh_sr32_low,rural,361.47978095962986 +WEU,2070,sfh_sr32_low,urban,672.9172938142478 +WEU,2080,mfh_s1,rural,20.588372698787808 +WEU,2080,mfh_s1,urban,536.6995432892635 +WEU,2080,mfh_s2,rural,7.9619961217304445 +WEU,2080,mfh_s2,urban,646.9005531550375 +WEU,2080,mfh_s3,rural,9.24253634053045 +WEU,2080,mfh_s3,urban,922.2359412566632 +WEU,2080,mfh_s51_std,rural,0.3222427432917721 +WEU,2080,mfh_s51_std,urban,1114.8076100293613 +WEU,2080,mfh_s52_low,rural,4.640961295973975 +WEU,2080,mfh_s52_low,urban,4243.712871680119 +WEU,2080,mfh_sr11_std,rural,17.26069095082997 +WEU,2080,mfh_sr11_std,urban,326.676040075707 +WEU,2080,mfh_sr12_low,rural,19.776474517667346 +WEU,2080,mfh_sr12_low,urban,264.6891959768249 +WEU,2080,mfh_sr21_std,rural,6.5808518684718065 +WEU,2080,mfh_sr21_std,urban,311.3740247682442 +WEU,2080,mfh_sr22_low,rural,6.116061874388872 +WEU,2080,mfh_sr22_low,urban,191.65313816449077 +WEU,2080,mfh_sr31_std,rural,5.117804281909103 +WEU,2080,mfh_sr31_std,urban,250.1369015497293 +WEU,2080,mfh_sr32_low,rural,2.6858153313400672 +WEU,2080,mfh_sr32_low,urban,96.39586321165424 +WEU,2080,sfh_s1,rural,508.652673803938 +WEU,2080,sfh_s1,urban,583.0862760924135 +WEU,2080,sfh_s2,rural,189.0961740524496 +WEU,2080,sfh_s2,urban,623.7573317232153 +WEU,2080,sfh_s3,rural,187.98290324541836 +WEU,2080,sfh_s3,urban,813.6006757769495 +WEU,2080,sfh_s51_std,rural,4.601861914821114 +WEU,2080,sfh_s51_std,urban,1427.0512680248494 +WEU,2080,sfh_s52_low,rural,201.590962974285 +WEU,2080,sfh_s52_low,urban,7012.824225404606 +WEU,2080,sfh_sr11_std,rural,436.4509598786368 +WEU,2080,sfh_sr11_std,urban,360.8981064056767 +WEU,2080,sfh_sr12_low,rural,1448.909416706342 +WEU,2080,sfh_sr12_low,urban,832.7581114296701 +WEU,2080,sfh_sr21_std,rural,170.64410481514966 +WEU,2080,sfh_sr21_std,urban,438.59979603023504 +WEU,2080,sfh_sr22_low,rural,498.51982745169175 +WEU,2080,sfh_sr22_low,urban,748.8202759454031 +WEU,2080,sfh_sr31_std,rural,200.42017397945168 +WEU,2080,sfh_sr31_std,urban,564.640919454332 +WEU,2080,sfh_sr32_low,rural,319.767640298403 +WEU,2080,sfh_sr32_low,urban,620.1146307576165 +WEU,2090,mfh_s1,rural,15.291675767092256 +WEU,2090,mfh_s1,urban,453.4063445653345 +WEU,2090,mfh_s2,rural,6.2580868810935275 +WEU,2090,mfh_s2,urban,585.7873797490932 +WEU,2090,mfh_s3,rural,6.840542905460531 +WEU,2090,mfh_s3,urban,768.1630546036528 +WEU,2090,mfh_s51_std,rural,0.2765902193533819 +WEU,2090,mfh_s51_std,urban,1180.5624702200464 +WEU,2090,mfh_s52_low,rural,3.970626878580658 +WEU,2090,mfh_s52_low,urban,4509.271767282392 +WEU,2090,mfh_sr11_std,rural,16.610024273199176 +WEU,2090,mfh_sr11_std,urban,333.30653401111687 +WEU,2090,mfh_sr12_low,rural,18.49885534208994 +WEU,2090,mfh_sr12_low,urban,263.1493228748617 +WEU,2090,mfh_sr21_std,rural,6.67074696013428 +WEU,2090,mfh_sr21_std,urban,337.5135796652439 +WEU,2090,mfh_sr22_low,rural,6.035454302026293 +WEU,2090,mfh_sr22_low,urban,204.8796848745987 +WEU,2090,mfh_sr31_std,rural,4.769109049667358 +WEU,2090,mfh_sr31_std,urban,249.97117652468924 +WEU,2090,mfh_sr32_low,rural,2.4866354812640137 +WEU,2090,mfh_sr32_low,urban,96.23572831449304 +WEU,2090,sfh_s1,rural,354.79706033809924 +WEU,2090,sfh_s1,urban,480.70236931299314 +WEU,2090,sfh_s2,rural,138.76653658209307 +WEU,2090,sfh_s2,urban,540.7854953405999 +WEU,2090,sfh_s3,rural,126.19408615363818 +WEU,2090,sfh_s3,urban,643.136051023262 +WEU,2090,sfh_s51_std,rural,3.9781755210856122 +WEU,2090,sfh_s51_std,urban,1516.2989369656111 +WEU,2090,sfh_s52_low,rural,172.46947422263565 +WEU,2090,sfh_s52_low,urban,7445.408003109945 +WEU,2090,sfh_sr11_std,rural,407.5947474279259 +WEU,2090,sfh_sr11_std,urban,361.3317772505602 +WEU,2090,sfh_sr12_low,rural,1331.4643331401544 +WEU,2090,sfh_sr12_low,urban,811.5364819090519 +WEU,2090,sfh_sr21_std,rural,168.21737124502772 +WEU,2090,sfh_sr21_std,urban,465.2165663218452 +WEU,2090,sfh_sr22_low,rural,480.87431361269154 +WEU,2090,sfh_sr22_low,urban,770.9229238867467 +WEU,2090,sfh_sr31_std,rural,179.69091540254425 +WEU,2090,sfh_sr31_std,urban,538.0481411381268 +WEU,2090,sfh_sr32_low,rural,279.7354720552132 +WEU,2090,sfh_sr32_low,urban,573.9884692292002 +WEU,2100,mfh_s1,rural,11.197536337940559 +WEU,2100,mfh_s1,urban,387.54375468354084 +WEU,2100,mfh_s2,rural,4.994237791128829 +WEU,2100,mfh_s2,urban,543.5357676930946 +WEU,2100,mfh_s3,rural,5.20391156583402 +WEU,2100,mfh_s3,urban,661.8515835174953 +WEU,2100,mfh_s51_std,rural,0.2312578464235702 +WEU,2100,mfh_s51_std,urban,1206.2583248796084 +WEU,2100,mfh_s52_low,rural,3.307212602423961 +WEU,2100,mfh_s52_low,urban,4620.581001281836 +WEU,2100,mfh_sr11_std,rural,15.37182423947487 +WEU,2100,mfh_sr11_std,urban,333.93015142567026 +WEU,2100,mfh_sr12_low,rural,16.790969014552864 +WEU,2100,mfh_sr12_low,urban,258.121445933169 +WEU,2100,mfh_sr21_std,rural,6.524060070923544 +WEU,2100,mfh_sr21_std,urban,360.8486603226739 +WEU,2100,mfh_sr22_low,rural,5.810578857513653 +WEU,2100,mfh_sr22_low,urban,217.390545302592 +WEU,2100,mfh_sr31_std,rural,4.378006455595207 +WEU,2100,mfh_sr31_std,urban,255.44032395768903 +WEU,2100,mfh_sr32_low,rural,2.276314417684711 +WEU,2100,mfh_sr32_low,urban,98.87357780111172 +WEU,2100,sfh_s1,rural,246.15551538229764 +WEU,2100,sfh_s1,urban,403.78082761803563 +WEU,2100,sfh_s2,rural,102.84960387818367 +WEU,2100,sfh_s2,urban,482.1867999537566 +WEU,2100,sfh_s3,rural,86.9079727706373 +WEU,2100,sfh_s3,urban,528.7615831100993 +WEU,2100,sfh_s51_std,rural,3.3494457333411356 +WEU,2100,sfh_s51_std,urban,1552.7428290667217 +WEU,2100,sfh_s52_low,rural,143.65383536573526 +WEU,2100,sfh_s52_low,urban,7624.754696763919 +WEU,2100,sfh_sr11_std,rural,366.66212006264016 +WEU,2100,sfh_sr11_std,urban,355.2671179461863 +WEU,2100,sfh_sr12_low,rural,1188.5571989268637 +WEU,2100,sfh_sr12_low,urban,783.8498744313871 +WEU,2100,sfh_sr21_std,rural,161.4074797656621 +WEU,2100,sfh_sr21_std,urban,489.71000365181135 +WEU,2100,sfh_sr22_low,rural,455.659098642683 +WEU,2100,sfh_sr22_low,urban,794.9390205813434 +WEU,2100,sfh_sr31_std,rural,160.0757730304115 +WEU,2100,sfh_sr31_std,urban,525.7854036911008 +WEU,2100,sfh_sr32_low,rural,245.65828408028645 +WEU,2100,sfh_sr32_low,urban,545.9501048678885 diff --git a/message_ix_models/data/buildings/theta_cool_SSP1.csv b/message_ix_models/data/buildings/theta_cool_SSP1.csv new file mode 100644 index 0000000000..5730887654 --- /dev/null +++ b/message_ix_models/data/buildings/theta_cool_SSP1.csv @@ -0,0 +1,125 @@ +# METADATA: theta(node, year) = calibrated_demand_GWa / raw_RIME_demand_GWa at GWL = 1.1 +# Calibrated component: rc_sector_fractions_SSP1.csv * SSP_SSP1_v6.5_CID__baseline rc_{spec,therm} +# Raw component: gamma * EI(GWL=1.1) * F via correction_coefficients_*_SSP2_*.csv (SSP-agnostic by design) +# Generated: 2026-05-04 +node,year,theta +R12_AFR,2020,0.2985075898538407 +R12_AFR,2025,0.515220090780219 +R12_AFR,2030,1.0836847921524508 +R12_AFR,2040,1.8700147451754003 +R12_AFR,2050,1.9570315594864827 +R12_AFR,2060,0.9912046381445052 +R12_AFR,2070,0.4438652265289363 +R12_AFR,2080,0.2928984835219728 +R12_AFR,2090,0.22125303595457854 +R12_AFR,2100,0.18234414238350485 +R12_CHN,2020,0.7170639073940714 +R12_CHN,2025,0.6235717353152394 +R12_CHN,2030,0.7232770107664734 +R12_CHN,2040,0.6909141145994383 +R12_CHN,2050,0.6483085870480305 +R12_CHN,2060,0.5938701193226709 +R12_CHN,2070,0.5389599486287507 +R12_CHN,2080,0.4961857387091272 +R12_CHN,2090,0.4484273038785126 +R12_CHN,2100,0.3926298300377985 +R12_EEU,2020,1.440164605440043 +R12_EEU,2025,1.142475736725919 +R12_EEU,2030,1.0596364897796264 +R12_EEU,2040,0.7661144199097139 +R12_EEU,2050,0.5776631051573093 +R12_EEU,2060,0.47779014309732787 +R12_EEU,2070,0.38480675638255946 +R12_EEU,2080,0.30787050920652775 +R12_EEU,2090,0.23715025483560537 +R12_EEU,2100,0.16565712141192684 +R12_FSU,2020,0.7682967934486973 +R12_FSU,2025,0.6050829801434604 +R12_FSU,2030,0.6050855859688554 +R12_FSU,2040,0.6892420000187395 +R12_FSU,2050,0.6963322202628854 +R12_FSU,2060,0.6303291876310009 +R12_FSU,2070,0.5511738820617179 +R12_FSU,2080,0.48329577641886373 +R12_FSU,2090,0.4290158798436144 +R12_FSU,2100,0.380974295178323 +R12_LAM,2020,0.8356021597482246 +R12_LAM,2025,0.513323120588515 +R12_LAM,2030,0.394885522084859 +R12_LAM,2040,0.336608783571871 +R12_LAM,2050,0.34162431493697726 +R12_LAM,2060,0.3257656866951677 +R12_LAM,2070,0.299581703139359 +R12_LAM,2080,0.2723700760436458 +R12_LAM,2090,0.24691529251145897 +R12_LAM,2100,0.22079271514648618 +R12_MEA,2020,1.5873478082268797 +R12_MEA,2025,1.4651280597762661 +R12_MEA,2030,1.4234392087684535 +R12_MEA,2040,1.3792912417888785 +R12_MEA,2050,1.3234675620881657 +R12_MEA,2060,1.2502082395998302 +R12_MEA,2070,1.0130232097480938 +R12_MEA,2080,0.8389030581274884 +R12_MEA,2090,0.7226306578182503 +R12_MEA,2100,0.6413931574986633 +R12_NAM,2020,1.1753254940409679 +R12_NAM,2025,1.2853769695284232 +R12_NAM,2030,1.3320026689334143 +R12_NAM,2040,1.2916773999117162 +R12_NAM,2050,1.2257324163895398 +R12_NAM,2060,1.1358695532256722 +R12_NAM,2070,1.0472405311647823 +R12_NAM,2080,0.9646375136687593 +R12_NAM,2090,0.8776397303902048 +R12_NAM,2100,0.7857933518073321 +R12_PAO,2020,0.8417898819761639 +R12_PAO,2025,0.9944826218139713 +R12_PAO,2030,1.090690353332619 +R12_PAO,2040,1.0552690589079106 +R12_PAO,2050,0.9403943304288938 +R12_PAO,2060,0.8182809220640572 +R12_PAO,2070,0.7130246361215431 +R12_PAO,2080,0.6211740039827657 +R12_PAO,2090,0.5352262942680531 +R12_PAO,2100,0.44060003845692414 +R12_PAS,2020,1.9296835733327122 +R12_PAS,2025,1.3916007332378313 +R12_PAS,2030,1.1887462876492345 +R12_PAS,2040,0.7686934684068484 +R12_PAS,2050,0.5658552878640482 +R12_PAS,2060,0.4776009197745639 +R12_PAS,2070,0.41384121037019506 +R12_PAS,2080,0.3555907045436476 +R12_PAS,2090,0.30333306019995754 +R12_PAS,2100,0.26336572584215695 +R12_RCPA,2020,4.031195615567666 +R12_RCPA,2025,4.888981562330895 +R12_RCPA,2030,5.246501378123246 +R12_RCPA,2040,3.2088320803743313 +R12_RCPA,2050,1.536992703830442 +R12_RCPA,2060,0.8843895420910908 +R12_RCPA,2070,0.6424927442861599 +R12_RCPA,2080,0.5218187123119246 +R12_RCPA,2090,0.4519624311256967 +R12_RCPA,2100,0.4105847021313141 +R12_SAS,2020,1.5328015617120245 +R12_SAS,2025,1.6298883273825007 +R12_SAS,2030,2.0242179939688425 +R12_SAS,2040,1.7442514328290861 +R12_SAS,2050,0.96007967270153 +R12_SAS,2060,0.584878428629219 +R12_SAS,2070,0.40798699818240786 +R12_SAS,2080,0.31039690292381117 +R12_SAS,2090,0.25545977561161765 +R12_SAS,2100,0.21974373366712022 +R12_WEU,2020,1.2127781989828572 +R12_WEU,2025,1.0704486396993365 +R12_WEU,2030,0.9762518117432396 +R12_WEU,2040,0.7262363442674207 +R12_WEU,2050,0.6085113352526985 +R12_WEU,2060,0.5237152676470669 +R12_WEU,2070,0.45065065269464266 +R12_WEU,2080,0.3848754421968504 +R12_WEU,2090,0.3218100931494755 +R12_WEU,2100,0.2547975888417345 diff --git a/message_ix_models/data/buildings/theta_cool_SSP2.csv b/message_ix_models/data/buildings/theta_cool_SSP2.csv new file mode 100644 index 0000000000..f5d341ca40 --- /dev/null +++ b/message_ix_models/data/buildings/theta_cool_SSP2.csv @@ -0,0 +1,109 @@ +node,year,theta +R12_AFR,2025,0.5885426141291012 +R12_AFR,2030,0.5885426141291012 +R12_AFR,2040,1.1111762970838652 +R12_AFR,2050,1.1557228128577726 +R12_AFR,2060,0.7008207459872968 +R12_AFR,2070,0.4085793076223124 +R12_AFR,2080,0.3633533026841644 +R12_AFR,2090,0.393017905399649 +R12_AFR,2100,0.4462381313898255 +R12_CHN,2025,0.6907054607333731 +R12_CHN,2030,0.6907054607333731 +R12_CHN,2040,0.7097861462797114 +R12_CHN,2050,0.7618153427262765 +R12_CHN,2060,0.8030602695269817 +R12_CHN,2070,0.8459910831944079 +R12_CHN,2080,0.8933798706448821 +R12_CHN,2090,0.9401740937921584 +R12_CHN,2100,0.9781140993679224 +R12_EEU,2025,1.001342721681185 +R12_EEU,2030,1.001342721681185 +R12_EEU,2040,0.7845337602400287 +R12_EEU,2050,0.6582468222189902 +R12_EEU,2060,0.6310251226034835 +R12_EEU,2070,0.609266414362098 +R12_EEU,2080,0.6082556057424582 +R12_EEU,2090,0.6217664785572297 +R12_EEU,2100,0.6340230832859299 +R12_FSU,2025,0.5610038051957138 +R12_FSU,2030,0.5610038051957138 +R12_FSU,2040,0.6908738279634102 +R12_FSU,2050,0.7820112864547346 +R12_FSU,2060,0.8219058585048841 +R12_FSU,2070,0.8481003458030826 +R12_FSU,2080,0.8965691677714553 +R12_FSU,2090,0.9657774535682104 +R12_FSU,2100,1.042371959510255 +R12_LAM,2025,0.3638431261820814 +R12_LAM,2030,0.3638431261820814 +R12_LAM,2040,0.3266710235116146 +R12_LAM,2050,0.3611232645969316 +R12_LAM,2060,0.3942737851008935 +R12_LAM,2070,0.4217691642334005 +R12_LAM,2080,0.4479329714304258 +R12_LAM,2090,0.4755087676391311 +R12_LAM,2100,0.5054889663661345 +R12_MEA,2025,1.318181319387573 +R12_MEA,2030,1.318181319387573 +R12_MEA,2040,1.2281869543279935 +R12_MEA,2050,1.1956242037568123 +R12_MEA,2060,1.2112412861100246 +R12_MEA,2070,1.1931297538601546 +R12_MEA,2080,1.182215304410325 +R12_MEA,2090,1.223789572903856 +R12_MEA,2100,1.2833340965733535 +R12_NAM,2025,1.3959043872252324 +R12_NAM,2030,1.3959043872252324 +R12_NAM,2040,1.520059689216969 +R12_NAM,2050,1.6293932135047815 +R12_NAM,2060,1.713603883207082 +R12_NAM,2070,1.7965202380069587 +R12_NAM,2080,1.876431775598772 +R12_NAM,2090,1.9571803505752 +R12_NAM,2100,2.0385171339010664 +R12_PAO,2025,1.138589908280423 +R12_PAO,2030,1.138589908280423 +R12_PAO,2040,1.261078656690198 +R12_PAO,2050,1.333973190679726 +R12_PAO,2060,1.3992283338265208 +R12_PAO,2070,1.4719337176153802 +R12_PAO,2080,1.5538852364032043 +R12_PAO,2090,1.656845828098335 +R12_PAO,2100,1.7690647511944873 +R12_PAS,2025,0.9871208623720298 +R12_PAS,2030,0.9871208623720298 +R12_PAS,2040,0.6424649009834235 +R12_PAS,2050,0.5167931891926684 +R12_PAS,2060,0.4916105251254848 +R12_PAS,2070,0.5003803374824152 +R12_PAS,2080,0.510299026543653 +R12_PAS,2090,0.5187338886430408 +R12_PAS,2100,0.5392406594540562 +R12_RCPA,2025,4.543806758866288 +R12_RCPA,2030,4.543806758866288 +R12_RCPA,2040,2.8061069637056644 +R12_RCPA,2050,1.464799136066122 +R12_RCPA,2060,0.9780175185253596 +R12_RCPA,2070,0.8506478217262768 +R12_RCPA,2080,0.8574077153500721 +R12_RCPA,2090,0.912896413513671 +R12_RCPA,2100,0.985454116078098 +R12_SAS,2025,1.6250152661302948 +R12_SAS,2030,1.6250152661302948 +R12_SAS,2040,1.3061487560509797 +R12_SAS,2050,0.7541835094407973 +R12_SAS,2060,0.5390168600988807 +R12_SAS,2070,0.4616818128062698 +R12_SAS,2080,0.4351014438313413 +R12_SAS,2090,0.4412628344766311 +R12_SAS,2100,0.464299273047426 +R12_WEU,2025,0.9657864329937444 +R12_WEU,2030,0.9657864329937444 +R12_WEU,2040,0.7887029185562613 +R12_WEU,2050,0.7292482648519286 +R12_WEU,2060,0.6982907419221355 +R12_WEU,2070,0.6791194124911539 +R12_WEU,2080,0.6739738795777259 +R12_WEU,2090,0.6785062712635163 +R12_WEU,2100,0.6889004689495697 diff --git a/message_ix_models/data/buildings/theta_cool_SSP3.csv b/message_ix_models/data/buildings/theta_cool_SSP3.csv new file mode 100644 index 0000000000..578b9bcea8 --- /dev/null +++ b/message_ix_models/data/buildings/theta_cool_SSP3.csv @@ -0,0 +1,97 @@ +node,year,theta +R12_AFR,2030,0.30835699636645963 +R12_AFR,2040,0.5113279854666745 +R12_AFR,2050,0.5110715214597993 +R12_AFR,2060,0.3158941958659846 +R12_AFR,2070,0.18363829588563896 +R12_AFR,2080,0.16241501755007332 +R12_AFR,2090,0.18786442940883277 +R12_AFR,2100,0.2492829717074991 +R12_CHN,2030,0.5987635260651551 +R12_CHN,2040,0.6335910448921853 +R12_CHN,2050,0.6824116199779388 +R12_CHN,2060,0.7493505841626985 +R12_CHN,2070,0.8365542183416117 +R12_CHN,2080,0.9555182549907206 +R12_CHN,2090,1.1008175260952284 +R12_CHN,2100,1.274144304923525 +R12_EEU,2030,0.96335792231853 +R12_EEU,2040,0.7821718809762307 +R12_EEU,2050,0.6965129169727454 +R12_EEU,2060,0.7219640131421889 +R12_EEU,2070,0.7616376874092066 +R12_EEU,2080,0.8366346006499454 +R12_EEU,2090,0.9457694563434669 +R12_EEU,2100,1.089458603823263 +R12_FSU,2030,0.5205848300673548 +R12_FSU,2040,0.68246065275809 +R12_FSU,2050,0.7854203771780268 +R12_FSU,2060,0.8846710859177721 +R12_FSU,2070,1.0398946821510817 +R12_FSU,2080,1.27862015234798 +R12_FSU,2090,1.6099043094076178 +R12_FSU,2100,2.021689842321126 +R12_LAM,2030,0.31541278249665744 +R12_LAM,2040,0.2820534395160647 +R12_LAM,2050,0.3101242011985591 +R12_LAM,2060,0.35620541147177326 +R12_LAM,2070,0.4169009912086477 +R12_LAM,2080,0.4962838863576614 +R12_LAM,2090,0.5929404555428036 +R12_LAM,2100,0.7048867764639345 +R12_MEA,2030,1.1073388673303184 +R12_MEA,2040,0.9841787963865933 +R12_MEA,2050,0.8833432501107478 +R12_MEA,2060,0.8521184283853321 +R12_MEA,2070,0.8192925216120168 +R12_MEA,2080,0.824062449339084 +R12_MEA,2090,0.8955107042352839 +R12_MEA,2100,1.041865122417394 +R12_NAM,2030,1.4084899797425823 +R12_NAM,2040,1.6758226361642123 +R12_NAM,2050,1.9740547020953787 +R12_NAM,2060,2.273035014039295 +R12_NAM,2070,2.611016689498784 +R12_NAM,2080,3.0072060226581327 +R12_NAM,2090,3.47590178813829 +R12_NAM,2100,4.054302432458163 +R12_PAO,2030,1.1570590138286847 +R12_PAO,2040,1.3938304201285001 +R12_PAO,2050,1.6262431765628396 +R12_PAO,2060,1.8989756649301017 +R12_PAO,2070,2.2173212620940705 +R12_PAO,2080,2.592215150380494 +R12_PAO,2090,3.068121192455948 +R12_PAO,2100,3.6543095258162115 +R12_PAS,2030,0.8114742761904084 +R12_PAS,2040,0.5112976765546686 +R12_PAS,2050,0.39844275622404246 +R12_PAS,2060,0.3973677452744553 +R12_PAS,2070,0.4354655885022442 +R12_PAS,2080,0.4647144369881779 +R12_PAS,2090,0.519421950622305 +R12_PAS,2100,0.6165278397173942 +R12_RCPA,2030,3.2489513734782576 +R12_RCPA,2040,1.9123073807321833 +R12_RCPA,2050,0.9907055410369274 +R12_RCPA,2060,0.6991444191989075 +R12_RCPA,2070,0.6670176356682836 +R12_RCPA,2080,0.7440393715184015 +R12_RCPA,2090,0.8797457958528379 +R12_RCPA,2100,1.056388888294956 +R12_SAS,2030,1.1165416927010832 +R12_SAS,2040,0.8552425613849991 +R12_SAS,2050,0.46886316005837336 +R12_SAS,2060,0.348818903557525 +R12_SAS,2070,0.3407164006890429 +R12_SAS,2080,0.3839591770701321 +R12_SAS,2090,0.4672292703396285 +R12_SAS,2100,0.5758748123518321 +R12_WEU,2030,0.9396805665925986 +R12_WEU,2040,0.7964948656236485 +R12_WEU,2050,0.7668973930547114 +R12_WEU,2060,0.7667269824950524 +R12_WEU,2070,0.7854504830494617 +R12_WEU,2080,0.8227180151332327 +R12_WEU,2090,0.88448975153165 +R12_WEU,2100,0.9758187038393582 diff --git a/message_ix_models/data/buildings/theta_heat_SSP1.csv b/message_ix_models/data/buildings/theta_heat_SSP1.csv new file mode 100644 index 0000000000..7a47303db2 --- /dev/null +++ b/message_ix_models/data/buildings/theta_heat_SSP1.csv @@ -0,0 +1,125 @@ +# METADATA: theta(node, year) = calibrated_demand_GWa / raw_RIME_demand_GWa at GWL = 1.1 +# Calibrated component: rc_sector_fractions_SSP1.csv * SSP_SSP1_v6.5_CID__baseline rc_{spec,therm} +# Raw component: gamma * EI(GWL=1.1) * F via correction_coefficients_*_SSP2_*.csv (SSP-agnostic by design) +# Generated: 2026-05-04 +node,year,theta +R12_AFR,2020,0.9645493257913702 +R12_AFR,2025,0.8983819725378154 +R12_AFR,2030,0.9812572470413762 +R12_AFR,2040,0.9831009422438687 +R12_AFR,2050,0.9502168205097968 +R12_AFR,2060,0.9125228979209934 +R12_AFR,2070,0.8078610968611635 +R12_AFR,2080,0.7080996145981019 +R12_AFR,2090,0.6076306314679331 +R12_AFR,2100,0.5108143063717304 +R12_CHN,2020,0.8529037480180875 +R12_CHN,2025,0.9579905077023116 +R12_CHN,2030,0.9546883813929516 +R12_CHN,2040,0.866496809131011 +R12_CHN,2050,0.7956192199989781 +R12_CHN,2060,0.7412591654903391 +R12_CHN,2070,0.6930798435210346 +R12_CHN,2080,0.6719704501514265 +R12_CHN,2090,0.641276385492182 +R12_CHN,2100,0.5889083952921462 +R12_EEU,2020,0.8852459403813513 +R12_EEU,2025,0.9248038102051296 +R12_EEU,2030,0.9073498056848988 +R12_EEU,2040,0.8147123411013382 +R12_EEU,2050,0.7857850811793968 +R12_EEU,2060,0.7547847348952932 +R12_EEU,2070,0.7438842174623325 +R12_EEU,2080,0.7311022761720551 +R12_EEU,2090,0.7016345426391172 +R12_EEU,2100,0.6539361909322079 +R12_FSU,2020,1.157317717845158 +R12_FSU,2025,1.2790949327400982 +R12_FSU,2030,1.2239437830615958 +R12_FSU,2040,1.0704944883991339 +R12_FSU,2050,0.9425076709219363 +R12_FSU,2060,0.8283126325635994 +R12_FSU,2070,0.7647878951335351 +R12_FSU,2080,0.7337195851053646 +R12_FSU,2090,0.6952908228457471 +R12_FSU,2100,0.6375266090065381 +R12_LAM,2020,1.567927171583352 +R12_LAM,2025,1.3464303315806552 +R12_LAM,2030,1.3547245355812654 +R12_LAM,2040,1.293894433546606 +R12_LAM,2050,1.2438035410353214 +R12_LAM,2060,1.1644659542094278 +R12_LAM,2070,1.0315267233413066 +R12_LAM,2080,0.9093248557325835 +R12_LAM,2090,0.7973229712786929 +R12_LAM,2100,0.7077167709834694 +R12_MEA,2020,2.7871486991112815 +R12_MEA,2025,2.8383639524548485 +R12_MEA,2030,3.07527659731088 +R12_MEA,2040,3.1104502994373107 +R12_MEA,2050,3.1479994380294793 +R12_MEA,2060,3.1336247241183326 +R12_MEA,2070,2.9274423215312018 +R12_MEA,2080,2.6902590566967484 +R12_MEA,2090,2.424284930982612 +R12_MEA,2100,2.130516153308047 +R12_NAM,2020,0.891907627837627 +R12_NAM,2025,1.0568700445218993 +R12_NAM,2030,1.1337772089075089 +R12_NAM,2040,1.1744525161046548 +R12_NAM,2050,1.2196570654027679 +R12_NAM,2060,1.2493690959887156 +R12_NAM,2070,1.348492672509423 +R12_NAM,2080,1.4640939110186986 +R12_NAM,2090,1.5264224214169908 +R12_NAM,2100,1.506954752746031 +R12_PAO,2020,0.718775809290721 +R12_PAO,2025,0.7641951006943277 +R12_PAO,2030,0.7680467643020537 +R12_PAO,2040,0.7099607635419839 +R12_PAO,2050,0.6497027169408129 +R12_PAO,2060,0.5976723633361333 +R12_PAO,2070,0.5642325429620649 +R12_PAO,2080,0.5568161506194528 +R12_PAO,2090,0.5652230721177258 +R12_PAO,2100,0.5637192281817773 +R12_PAS,2020,1.5675907674797431 +R12_PAS,2025,1.682262864809336 +R12_PAS,2030,1.8598032689554693 +R12_PAS,2040,2.0911814388230163 +R12_PAS,2050,2.2645351938129514 +R12_PAS,2060,2.4051336233238216 +R12_PAS,2070,2.5615679556821505 +R12_PAS,2080,2.698596557036121 +R12_PAS,2090,2.7741033468592926 +R12_PAS,2100,2.824017914430106 +R12_RCPA,2020,3.035197066815303 +R12_RCPA,2025,3.283946940329988 +R12_RCPA,2030,3.183095702836488 +R12_RCPA,2040,2.795602724481772 +R12_RCPA,2050,2.4888272948813377 +R12_RCPA,2060,2.3159232989412 +R12_RCPA,2070,2.1848346499607296 +R12_RCPA,2080,2.1126228401321163 +R12_RCPA,2090,2.053392653446491 +R12_RCPA,2100,1.9818292473846146 +R12_SAS,2020,1.8785714976476642 +R12_SAS,2025,1.9905833970502937 +R12_SAS,2030,2.1352057235961803 +R12_SAS,2040,2.092324950860732 +R12_SAS,2050,1.9737654295640512 +R12_SAS,2060,1.9097107808804656 +R12_SAS,2070,1.8598537598703249 +R12_SAS,2080,1.834964551495411 +R12_SAS,2090,1.8410871626044005 +R12_SAS,2100,1.8092713263232325 +R12_WEU,2020,0.6570190648421776 +R12_WEU,2025,0.7062697080308846 +R12_WEU,2030,0.6866998598531584 +R12_WEU,2040,0.6223576448115412 +R12_WEU,2050,0.5672298431972507 +R12_WEU,2060,0.5340637586850412 +R12_WEU,2070,0.551850349291781 +R12_WEU,2080,0.588837244993346 +R12_WEU,2090,0.6077669051958365 +R12_WEU,2100,0.5954530576132622 diff --git a/message_ix_models/data/buildings/theta_heat_SSP2.csv b/message_ix_models/data/buildings/theta_heat_SSP2.csv new file mode 100644 index 0000000000..75d67a40da --- /dev/null +++ b/message_ix_models/data/buildings/theta_heat_SSP2.csv @@ -0,0 +1,109 @@ +node,year,theta +R12_AFR,2025,0.9265768232634072 +R12_AFR,2030,0.9265768232634072 +R12_AFR,2040,1.086393593043432 +R12_AFR,2050,1.2141523527963136 +R12_AFR,2060,1.321192739507855 +R12_AFR,2070,1.3712322638086076 +R12_AFR,2080,1.40957928740281 +R12_AFR,2090,1.4448739479687849 +R12_AFR,2100,1.4816650400886937 +R12_CHN,2025,1.0482744170131424 +R12_CHN,2030,1.0482744170131424 +R12_CHN,2040,1.126389521638075 +R12_CHN,2050,1.1839322514400052 +R12_CHN,2060,1.2233458718579695 +R12_CHN,2070,1.27765260983464 +R12_CHN,2080,1.353834146283746 +R12_CHN,2090,1.435157739833154 +R12_CHN,2100,1.487936431348334 +R12_EEU,2025,0.9870604533256614 +R12_EEU,2030,0.9870604533256614 +R12_EEU,2040,1.035460813864251 +R12_EEU,2050,1.0695270575284015 +R12_EEU,2060,1.0939814554678415 +R12_EEU,2070,1.137866195836989 +R12_EEU,2080,1.210918431914408 +R12_EEU,2090,1.279321932335723 +R12_EEU,2100,1.3248071012394909 +R12_FSU,2025,1.3140955549520814 +R12_FSU,2030,1.3140955549520814 +R12_FSU,2040,1.284303455599353 +R12_FSU,2050,1.2381776502142974 +R12_FSU,2060,1.1836762799436074 +R12_FSU,2070,1.1509748076950002 +R12_FSU,2080,1.1514348303707156 +R12_FSU,2090,1.1607058016007492 +R12_FSU,2100,1.1620284896904367 +R12_LAM,2025,1.2429040599552248 +R12_LAM,2030,1.2429040599552248 +R12_LAM,2040,1.254973219381763 +R12_LAM,2050,1.31663417613921 +R12_LAM,2060,1.3797236587324544 +R12_LAM,2070,1.3993149988060625 +R12_LAM,2080,1.411695685971431 +R12_LAM,2090,1.4238780690678512 +R12_LAM,2100,1.4431298605446188 +R12_MEA,2025,2.8226521435206022 +R12_MEA,2030,2.8226521435206022 +R12_MEA,2040,2.8830565127661694 +R12_MEA,2050,3.078203077519756 +R12_MEA,2060,3.331557105720502 +R12_MEA,2070,3.409681617142471 +R12_MEA,2080,3.4931268285092623 +R12_MEA,2090,3.560291085994657 +R12_MEA,2100,3.557822947393966 +R12_NAM,2025,1.219155539300243 +R12_NAM,2030,1.219155539300243 +R12_NAM,2040,1.4442373567473004 +R12_NAM,2050,1.7123316114258258 +R12_NAM,2060,2.0031810354550807 +R12_NAM,2070,2.383672951439232 +R12_NAM,2080,2.802413331869088 +R12_NAM,2090,3.237548390229768 +R12_NAM,2100,3.648689541975171 +R12_PAO,2025,0.8271750926953623 +R12_PAO,2030,0.8271750926953623 +R12_PAO,2040,0.892464235306831 +R12_PAO,2050,0.9598963571709036 +R12_PAO,2060,1.0293744226462214 +R12_PAO,2070,1.10321053101331 +R12_PAO,2080,1.1801971803875535 +R12_PAO,2090,1.271448999465398 +R12_PAO,2100,1.3678337277877586 +R12_PAS,2025,1.7962850134530917 +R12_PAS,2030,1.7962850134530917 +R12_PAS,2040,2.085979132031802 +R12_PAS,2050,2.364297713749189 +R12_PAS,2060,2.633509583778763 +R12_PAS,2070,2.8728854555947083 +R12_PAS,2080,3.07120860565159 +R12_PAS,2090,3.2148431806370183 +R12_PAS,2100,3.3269921259791126 +R12_RCPA,2025,3.330824728453281 +R12_RCPA,2030,3.330824728453281 +R12_RCPA,2040,3.2008187452197183 +R12_RCPA,2050,3.1123576251466227 +R12_RCPA,2060,3.12423750183622 +R12_RCPA,2070,3.196221367217878 +R12_RCPA,2080,3.366014663479002 +R12_RCPA,2090,3.5576483693552032 +R12_RCPA,2100,3.725587814941609 +R12_SAS,2025,2.038108660066334 +R12_SAS,2030,2.038108660066334 +R12_SAS,2040,2.182743592180583 +R12_SAS,2050,2.334338325131729 +R12_SAS,2060,2.5625799837705108 +R12_SAS,2070,2.8218932874869096 +R12_SAS,2080,3.0863954425558835 +R12_SAS,2090,3.321715833137868 +R12_SAS,2100,3.556111223667474 +R12_WEU,2025,0.7638489194440673 +R12_WEU,2030,0.7638489194440673 +R12_WEU,2040,0.8307879624350774 +R12_WEU,2050,0.8873326007593754 +R12_WEU,2060,0.947645900062381 +R12_WEU,2070,1.0121777570896904 +R12_WEU,2080,1.098389012428185 +R12_WEU,2090,1.1930168071352747 +R12_WEU,2100,1.278866801410727 diff --git a/message_ix_models/data/buildings/theta_heat_SSP3.csv b/message_ix_models/data/buildings/theta_heat_SSP3.csv new file mode 100644 index 0000000000..441b5bc26f --- /dev/null +++ b/message_ix_models/data/buildings/theta_heat_SSP3.csv @@ -0,0 +1,97 @@ +node,year,theta +R12_AFR,2030,0.7080540220307086 +R12_AFR,2040,0.8326844854689833 +R12_AFR,2050,0.9947356534169164 +R12_AFR,2060,1.1839420966027876 +R12_AFR,2070,1.321826317675771 +R12_AFR,2080,1.4788204261614162 +R12_AFR,2090,1.6621742600574816 +R12_AFR,2100,1.8749883519958679 +R12_CHN,2030,0.9515937951801889 +R12_CHN,2040,1.055552680023435 +R12_CHN,2050,1.1894545047740317 +R12_CHN,2060,1.3612921981202917 +R12_CHN,2070,1.5552265336726747 +R12_CHN,2080,1.8134413322811853 +R12_CHN,2090,2.1137649363507762 +R12_CHN,2100,2.4372317936393 +R12_EEU,2030,1.0009300259275018 +R12_EEU,2040,1.1849849854257768 +R12_EEU,2050,1.3825210572669764 +R12_EEU,2060,1.6031537293538671 +R12_EEU,2070,1.8416449909595416 +R12_EEU,2080,2.105113433467532 +R12_EEU,2090,2.399131196551974 +R12_EEU,2100,2.753608852799006 +R12_FSU,2030,1.3185137895261938 +R12_FSU,2040,1.4331838157907586 +R12_FSU,2050,1.5422471541411606 +R12_FSU,2060,1.6706586694525747 +R12_FSU,2070,1.8199450598644857 +R12_FSU,2080,2.026805779711988 +R12_FSU,2090,2.2576419516319133 +R12_FSU,2100,2.5155523203598076 +R12_LAM,2030,1.005969688688665 +R12_LAM,2040,0.9786757483928851 +R12_LAM,2050,1.0285326049402115 +R12_LAM,2060,1.131729395947028 +R12_LAM,2070,1.222456978041454 +R12_LAM,2080,1.3450576642400562 +R12_LAM,2090,1.4985020682995893 +R12_LAM,2100,1.684486153866098 +R12_MEA,2030,2.3793481345293617 +R12_MEA,2040,2.2563047856366687 +R12_MEA,2050,2.327855375308781 +R12_MEA,2060,2.562308024522518 +R12_MEA,2070,2.73421107222285 +R12_MEA,2080,2.993652111828032 +R12_MEA,2090,3.2855740166267573 +R12_MEA,2100,3.5722986820007097 +R12_NAM,2030,1.265897917923577 +R12_NAM,2040,1.670895815570771 +R12_NAM,2050,2.2039721444148355 +R12_NAM,2060,2.8551440474338907 +R12_NAM,2070,3.7134796779159664 +R12_NAM,2080,4.75848250694108 +R12_NAM,2090,6.0258854260759 +R12_NAM,2100,7.508061822416567 +R12_PAO,2030,0.8450946189064398 +R12_PAO,2040,0.9985627378823652 +R12_PAO,2050,1.1823432037509713 +R12_PAO,2060,1.4005097949123835 +R12_PAO,2070,1.6595923957452818 +R12_PAO,2080,1.9691642220516257 +R12_PAO,2090,2.3488937814283206 +R12_PAO,2100,2.8290927837751623 +R12_PAS,2030,1.6566750084670965 +R12_PAS,2040,1.9092572554965097 +R12_PAS,2050,2.1680821943803164 +R12_PAS,2060,2.4513482822187567 +R12_PAS,2070,2.7107796621792697 +R12_PAS,2080,2.959710893386714 +R12_PAS,2090,3.1791889428251405 +R12_PAS,2100,3.385057358492654 +R12_RCPA,2030,2.7718237772719414 +R12_RCPA,2040,2.537380893533192 +R12_RCPA,2050,2.445943358045347 +R12_RCPA,2060,2.5285984947169315 +R12_RCPA,2070,2.7120242632564855 +R12_RCPA,2080,3.038299284724585 +R12_RCPA,2090,3.4527246218162415 +R12_RCPA,2100,3.9353697525494247 +R12_SAS,2030,1.751149366667888 +R12_SAS,2040,1.8565717061948521 +R12_SAS,2050,2.0423912503550365 +R12_SAS,2060,2.4070847170929457 +R12_SAS,2070,2.862714393077772 +R12_SAS,2080,3.424139292958105 +R12_SAS,2090,4.053402899947611 +R12_SAS,2100,4.810169647388478 +R12_WEU,2030,0.7870462100347537 +R12_WEU,2040,0.9518428646840678 +R12_WEU,2050,1.1341049332930195 +R12_WEU,2060,1.3503372473940638 +R12_WEU,2070,1.599303444448284 +R12_WEU,2080,1.8847958188045262 +R12_WEU,2090,2.209497584351138 +R12_WEU,2100,2.5894784468327874 diff --git a/message_ix_models/data/impacts/rime/joint_bifurcation_mapping_CWatM_2step.csv b/message_ix_models/data/impacts/rime/joint_bifurcation_mapping_CWatM_2step.csv new file mode 100644 index 0000000000..fd67d92c4e --- /dev/null +++ b/message_ix_models/data/impacts/rime/joint_bifurcation_mapping_CWatM_2step.csv @@ -0,0 +1,158 @@ +BASIN_ID,wet_months,dry_months,r2,r2_primary,r2_secondary,r2_joint,method +1.0,"1,2,3,4","5,6,7,8,9,10,11,12",0.8383458964123076,0.8383458964123076,0.8677447058845316,0.8570899178229054,joint_regime_shift_2step +2.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.8890591876829491,0.8890591876829491,0.8512598838500043,0.8808966783068051,joint_regime_shift_2step +3.0,"8,9,10","1,2,3,4,5,6,7,11,12",0.5163142601540798,0.5163142601540798,0.8976677267508875,0.822337561933331,joint_regime_shift_2step +4.0,"1,2,3,9,10,11,12","4,5,6,7,8",0.8638623958866556,0.8638623958866556,0.7664126218251337,0.901914752947595,joint_regime_shift_2step +5.0,"4,5,6,7,8,9,10,11","1,2,3,12",0.39756759029359323,0.39756759029359323,0.3255844014142065,0.5148526138699159,joint_regime_shift_2step +6.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.8872208438346331,0.8872208438346331,0.9080452419508646,0.9032606278446809,joint_regime_shift_2step +7.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.7949553838618488,0.7949553838618488,0.876969160290616,0.8436098567127909,joint_regime_shift_2step +8.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.852290622855124,0.852290622855124,0.8726974849036309,0.869080486506163,joint_regime_shift_2step +9.0,"1,2,3,4,5,6,12","7,8,9,10,11",0.849376858009381,0.849376858009381,0.8271866569266978,0.8393627771457953,joint_regime_shift_2step +10.0,"2,3,4","1,5,6,7,8,9,10,11,12",0.7661186368733857,0.7661186368733857,0.7700071562263725,0.832786003895376,joint_regime_shift_2step +11.0,"4,5,6,7,8,9,10","1,2,3,11,12",0.3068029540004622,0.3068029540004622,0.5829479940108073,0.7139017105106874,joint_regime_shift_2step +12.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.7834113044095107,0.7834113044095107,0.8592619104474606,0.8343131718830502,joint_regime_shift_2step +13.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.808564511511779,0.808564511511779,0.8966755037137565,0.8703524356826361,joint_regime_shift_2step +14.0,"2,3,4,5","1,6,7,8,9,10,11,12",0.5918781367569541,0.5918781367569541,0.80832641532823,0.7295891963868294,joint_regime_shift_2step +15.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.7140402082394015,0.7140402082394015,,0.7140402082394014,joint_regime_shift_2step +16.0,"6,7,8","1,2,3,4,5,9,10,11,12",0.874396872814259,0.874396872814259,0.7898306235069507,0.8383971123720574,joint_regime_shift_2step +17.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.7133882734887771,0.7133882734887771,0.6297817361700109,0.8062072767199295,joint_regime_shift_2step +18.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.8195651464359827,0.8195651464359827,0.8600028801710513,0.8429705327404666,joint_regime_shift_2step +19.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.8829332077414309,0.8829332077414309,0.852359373757803,0.8709418957416171,joint_regime_shift_2step +20.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.9111211604966641,0.9111211604966641,0.9230972999360187,0.9178761210091125,joint_regime_shift_2step +21.0,"2,3,4,5,6,7,8,9","1,10,11,12",0.49699365382422134,0.49699365382422134,0.5188458086024712,0.6584057017945408,joint_regime_shift_2step +22.0,"1,2,3,4,5,6,7,8,9","10,11,12",0.3723911446488799,0.3723911446488799,0.4059333687266268,0.5188192277961233,joint_regime_shift_2step +23.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.8711416835451962,0.8711416835451962,0.6421962345941015,0.8181952628542085,joint_regime_shift_2step +24.0,"6,7,8,9","1,2,3,4,5,10,11,12",0.8931152771976882,0.8931152771976882,0.8962648803523161,0.8990118445509779,joint_regime_shift_2step +25.0,"1,2,3,4,5,12","6,7,8,9,10,11",0.6760594077603184,0.6760594077603184,0.7224822840625877,0.8116323459331768,joint_regime_shift_2step +26.0,"1,2,3,4,11,12","5,6,7,8,9,10",0.6969469937952213,0.6969469937952213,0.8102839873914063,0.807520520823241,joint_regime_shift_2step +27.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.9060317855268035,0.9060317855268035,0.9066291522382384,0.9146218451180517,joint_regime_shift_2step +28.0,"5,6,7,8,9,10,11","1,2,3,4,12",0.5711135789584398,0.5711135789584398,0.6803198680271754,0.6349696100568359,joint_regime_shift_2step +29.0,"5,6,7,8,9,10,11,12","1,2,3,4",0.7828205402627016,0.7828205402627016,0.8721624084133345,0.8414988113810751,joint_regime_shift_2step +30.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.791979109714541,0.791979109714541,0.8426437490210293,0.8269992094308556,joint_regime_shift_2step +31.0,"2,3,4,5","1,6,7,8,9,10,11,12",0.7204786709808564,0.7204786709808564,0.609763407579327,0.7078697411087336,joint_regime_shift_2step +32.0,"6,7,8,9,10,11","1,2,3,4,5,12",0.8620514612922723,0.8620514612922723,0.8613786343175659,0.8652485509007863,joint_regime_shift_2step +33.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.8467093894639692,0.8467093894639692,0.8466526996679472,0.8471731412843884,joint_regime_shift_2step +34.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.8191522290539711,0.8191522290539711,0.8410235955878727,0.8326428319456959,joint_regime_shift_2step +35.0,"3,4,5,6,7,8,9","1,2,10,11,12",0.7488451044909143,0.7488451044909143,0.7815335996820187,0.7904897540464386,joint_regime_shift_2step +36.0,"1,2,3,4,5,11,12","6,7,8,9,10",0.7384935750915017,0.7384935750915017,0.7979119612334595,0.8011846513554864,joint_regime_shift_2step +37.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.5035234845708803,0.5035234845708803,0.5444215287752776,0.5300864644340783,joint_regime_shift_2step +38.0,"1,2,3,4,9,10,11,12","5,6,7,8",0.7900836683077398,0.7900836683077398,0.6880452401475803,0.7547793816700059,joint_regime_shift_2step +39.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.5961879034269748,0.5961879034269748,0.8525897506410112,0.7525252334412249,joint_regime_shift_2step +40.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.8784823521827437,0.8784823521827437,0.8343715676478708,0.862533844054723,joint_regime_shift_2step +41.0,"1,2,3,4,11,12","5,6,7,8,9,10",0.5944986374044328,0.5944986374044328,0.8319558525385212,0.8327810124840701,joint_regime_shift_2step +42.0,"1,2,3,4","5,6,7,8,9,10,11,12",0.7231402232300914,0.7231402232300914,0.7523438336485213,0.8051206041317311,joint_regime_shift_2step +43.0,"1,2,3,4","5,6,7,8,9,10,11,12",0.6521215275297962,0.6521215275297962,0.7516319665996223,0.7610266574711497,joint_regime_shift_2step +44.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.5565376462242151,0.5565376462242151,0.7646631726556166,0.7165187833817712,joint_regime_shift_2step +45.0,"1,2,3,11,12","4,5,6,7,8,9,10",0.8127851144339604,0.8127851144339604,0.7851530621229751,0.8070987384881052,joint_regime_shift_2step +46.0,"3,4,5","1,2,6,7,8,9,10,11,12",0.7056774205689993,0.7056774205689993,0.6602653096525816,0.7304857915105671,joint_regime_shift_2step +47.0,"1,2,3,4,10,11,12","5,6,7,8,9",0.7922154826189622,0.7922154826189622,0.7368631595772522,0.8120436940959666,joint_regime_shift_2step +48.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.776174013279171,0.776174013279171,0.8263586009305228,0.8203606748637811,joint_regime_shift_2step +49.0,"1,2,3,11,12","4,5,6,7,8,9,10",0.7836133575129547,0.7836133575129547,0.8267285570776777,0.8077297387568803,joint_regime_shift_2step +50.0,"1,2,3,4","5,6,7,8,9,10,11,12",0.8154900294294187,0.8154900294294187,0.8369277338953787,0.8385422235704235,joint_regime_shift_2step +51.0,"1,2,3,4,5,11,12","6,7,8,9,10",0.4894194052391182,0.4894194052391182,0.6427151669982898,0.6989883422088983,joint_regime_shift_2step +52.0,"1,2,3,4,5,10,11,12","6,7,8,9",0.6298268148945569,0.6298268148945569,0.8052081993323951,0.7475080642584175,joint_regime_shift_2step +53.0,"6,7,8,9","1,2,3,4,5,10,11,12",0.8678728202252572,0.8678728202252572,0.8516925739003325,0.8608710130269697,joint_regime_shift_2step +54.0,"3,4,5,6,7,8","1,2,9,10,11,12",0.3277443441843565,0.3277443441843565,0.21678813275591668,0.5931308900777232,joint_regime_shift_2step +55.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.7338854850729423,0.7338854850729423,0.8027731653335267,0.8111790457967536,joint_regime_shift_2step +56.0,"1,2,3,4,5,6,10,11,12","7,8,9",0.10390088621931992,0.10390088621931992,0.3509304134009754,0.28264918049783083,joint_regime_shift_2step +57.0,"10,11,12","1,2,3,4,5,6,7,8,9",0.5724892210822345,0.5724892210822345,0.6087334142672973,0.5954553755438461,joint_regime_shift_2step +58.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.7933205669028025,0.7933205669028025,0.6993277002418716,0.7935354240985875,joint_regime_shift_2step +59.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.8140502270473662,0.8140502270473662,0.8325980264600454,0.8256003483954423,joint_regime_shift_2step +60.0,"8,9,10","1,2,3,4,5,6,7,11,12",0.7445496671966596,0.7445496671966596,0.8037257247013329,0.7757217500588858,joint_regime_shift_2step +61.0,"5,6,7,8,9","1,2,3,4,10,11,12",0.8422843374658394,0.8422843374658394,0.8567162503798498,0.854017719584646,joint_regime_shift_2step +62.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.7712097875174644,0.7712097875174644,0.8038983267636406,0.8428260149244771,joint_regime_shift_2step +63.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.7305393618309852,0.7305393618309852,0.6047329270252926,0.7741257558470801,joint_regime_shift_2step +64.0,"1,2,3,4,5,6,10,11,12","7,8,9",0.06216938668058736,0.06216938668058736,0.6920824324444327,0.6493632087810868,joint_regime_shift_2step +65.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.8352355604569381,0.8352355604569381,0.8694916376129403,0.8531190139935303,joint_regime_shift_2step +66.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.7694569044602837,0.7694569044602837,0.844284938915685,0.8108055766090158,joint_regime_shift_2step +67.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.5582489694682109,0.5582489694682109,0.8168142811086001,0.7157048930454065,joint_regime_shift_2step +68.0,"1,2,3,11,12","4,5,6,7,8,9,10",0.7819449892564669,0.7819449892564669,0.8484478183431969,0.8226865009993797,joint_regime_shift_2step +69.0,"2,3,4,5","1,6,7,8,9,10,11,12",0.7948609025100346,0.7948609025100346,0.8170299563499132,0.809112119955489,joint_regime_shift_2step +70.0,"6,7,8,9","1,2,3,4,5,10,11,12",0.8863986006353345,0.8863986006353345,0.8771292621208014,0.8836180357820096,joint_regime_shift_2step +71.0,"3,4,5,6,7","1,2,8,9,10,11,12",0.36584869856351965,0.36584869856351965,0.28499132602758415,0.552490225256298,joint_regime_shift_2step +72.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.8060069795161942,0.8060069795161942,0.836573604968596,0.8233467224172251,joint_regime_shift_2step +73.0,"1,2,3,4,5,11,12","6,7,8,9,10",0.8069991022816798,0.8069991022816798,0.7791266167084723,0.8009435553319358,joint_regime_shift_2step +74.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.6415043418602595,0.6415043418602595,0.4860914670657366,0.5818414848426551,joint_regime_shift_2step +75.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.7320213730200804,0.7320213730200804,0.8344984935832321,0.7882105882811052,joint_regime_shift_2step +76.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.8719492569205723,0.8719492569205723,0.9212537393124003,0.90425754082847,joint_regime_shift_2step +77.0,"3,4,5","1,2,6,7,8,9,10,11,12",0.6131229678657609,0.6131229678657609,0.5908998168336639,0.6583146827853481,joint_regime_shift_2step +78.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.8200713222100582,0.8200713222100582,0.8155272259765447,0.8209887849499509,joint_regime_shift_2step +79.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.6131804873472038,0.6131804873472038,0.4253347130599928,0.5408370856115109,joint_regime_shift_2step +80.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.8529637301685075,0.8529637301685075,0.8541181985779492,0.8539824088948711,joint_regime_shift_2step +81.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.820557044250307,0.820557044250307,0.6086618888377445,0.8211336306220605,joint_regime_shift_2step +82.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.854779112712475,0.854779112712475,0.8537931062615742,0.8568954561848242,joint_regime_shift_2step +83.0,"4,5,6,7,8,9,10,11,12","1,2,3",0.630175581984913,0.630175581984913,0.7164278595793317,0.6850194297762918,joint_regime_shift_2step +84.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.862909838124118,0.862909838124118,0.828866315919047,0.8476628966495914,joint_regime_shift_2step +85.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.813845694488839,0.813845694488839,0.881092631306304,0.8578215086042127,joint_regime_shift_2step +86.0,"1,2,3,11,12","4,5,6,7,8,9,10",0.8722029261513392,0.8722029261513392,0.8679467059236252,0.8860793327650814,joint_regime_shift_2step +87.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.7927154472830654,0.7927154472830654,0.8508801327204427,0.8263118408091866,joint_regime_shift_2step +88.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.8595564497646722,0.8595564497646722,0.8371701807007561,0.8498855926215286,joint_regime_shift_2step +90.0,"1,2,3,4,5","6,7,8,9,10,11,12",0.7519320001396969,0.7519320001396969,0.774324310857458,0.7800713809569154,joint_regime_shift_2step +91.0,"1,2,12","3,4,5,6,7,8,9,10,11",0.7938958051703524,0.7938958051703524,0.6983133652812821,0.7815972664471349,joint_regime_shift_2step +92.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.9322925152882341,0.9322925152882341,0.8895196086583609,0.9192330741455403,joint_regime_shift_2step +93.0,"6,7,8,9","1,2,3,4,5,10,11,12",0.7207288711415897,0.7207288711415897,0.8862940478437775,0.8479398670108267,joint_regime_shift_2step +94.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.8042446399074098,0.8042446399074098,0.864903268441957,0.8723965125184452,joint_regime_shift_2step +95.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.8359278287303143,0.8359278287303143,0.8276832440068678,0.8323807445328464,joint_regime_shift_2step +96.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.8150552282414567,0.8150552282414567,0.8258696469806055,0.822374041894201,joint_regime_shift_2step +97.0,"1,2,3,4","5,6,7,8,9,10,11,12",0.6960556534141298,0.6960556534141298,0.6487740190044411,0.7747308467807862,joint_regime_shift_2step +98.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.7671715093723752,0.7671715093723752,0.8211613434802761,0.799611298424018,joint_regime_shift_2step +99.0,"1,2,3,4,5","6,7,8,9,10,11,12",0.8550549135680372,0.8550549135680372,0.8463763755679161,0.8516651952467302,joint_regime_shift_2step +100.0,"6,7,8,9","1,2,3,4,5,10,11,12",0.7865961262023601,0.7865961262023601,0.8670559364648367,0.8328724500292107,joint_regime_shift_2step +101.0,"5,6,7","1,2,3,4,8,9,10,11,12",0.7267198820394363,0.7267198820394363,0.7408185364812256,0.7366460563098607,joint_regime_shift_2step +103.0,"5,6,7","1,2,3,4,8,9,10,11,12",0.5512411331865484,0.5512411331865484,0.7916520991650868,0.7574557783714617,joint_regime_shift_2step +104.0,"1,2,3,11,12","4,5,6,7,8,9,10",0.8665357648960959,0.8665357648960959,0.8296253070020858,0.8601244399954349,joint_regime_shift_2step +105.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.45895700779887727,0.45895700779887727,0.7109854198127221,0.7121770310321037,joint_regime_shift_2step +106.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.6902781692628064,0.6902781692628064,0.8899218620919352,0.847062688681331,joint_regime_shift_2step +107.0,"1,2,3,11,12","4,5,6,7,8,9,10",0.8370674406984514,0.8370674406984514,0.8505546210655904,0.8555024994070841,joint_regime_shift_2step +108.0,"5,6,7,8","1,2,3,4,9,10,11,12",0.7908327655801615,0.7908327655801615,0.8022334852164981,0.7966754346845715,joint_regime_shift_2step +109.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.7370140170461956,0.7370140170461956,0.5578526638395894,0.6647973406238936,joint_regime_shift_2step +110.0,"5,6,7","1,2,3,4,8,9,10,11,12",0.6640099476510496,0.6640099476510496,0.6998914015330355,0.6840483843635836,joint_regime_shift_2step +111.0,"1,2,3,4,11,12","5,6,7,8,9,10",0.5759984721278295,0.5759984721278295,0.7846352733999634,0.7021851904660488,joint_regime_shift_2step +112.0,"1,2,3,4,5,6,7,8","9,10,11,12",0.27344087554891505,0.27344087554891505,0.7839157393114804,0.6151609336201929,joint_regime_shift_2step +113.0,"1,2,3,4","5,6,7,8,9,10,11,12",0.9196774455978772,0.9196774455978772,0.9174458047081654,0.9274901503352823,joint_regime_shift_2step +114.0,"6,7,8,9,10,11,12","1,2,3,4,5",0.8571935206062915,0.8571935206062915,0.8290812114824867,0.8471898405251795,joint_regime_shift_2step +115.0,"1,2,12","3,4,5,6,7,8,9,10,11",0.8061529224360516,0.8061529224360516,0.8123971495542835,0.8267230039540765,joint_regime_shift_2step +116.0,"2,3,4","1,5,6,7,8,9,10,11,12",0.7499778188348061,0.7499778188348061,0.885649881024997,0.839255431162988,joint_regime_shift_2step +117.0,"1,6,7,8,9,10,11,12","2,3,4,5",0.8455984270568031,0.8455984270568031,0.8569614063032438,0.8532994446496414,joint_regime_shift_2step +118.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.8281834065939333,0.8281834065939333,,0.8281834065939333,joint_regime_shift_2step +119.0,"1,2,3,4,5,6,10,11,12","7,8,9",0.6314742462006231,0.6314742462006231,0.5796395087165553,0.8281565810060407,joint_regime_shift_2step +120.0,"8,9,10","1,2,3,4,5,6,7,11,12",0.39888152484444894,0.39888152484444894,0.8658140283114145,0.7260173090579944,joint_regime_shift_2step +121.0,"3,4,5,6,7,8","1,2,9,10,11,12",0.4127649457490352,0.4127649457490352,0.5485365943669646,0.5076845867506883,joint_regime_shift_2step +122.0,"7,8,9,10","1,2,3,4,5,6,11,12",0.8021170511242443,0.8021170511242443,0.7563598442071247,0.7893901402642165,joint_regime_shift_2step +123.0,"4,5,6,7,8,9,10,11","1,2,3,12",0.41098074929942097,0.41098074929942097,0.4824302872322944,0.5624739229281559,joint_regime_shift_2step +124.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.9363341960154673,0.9363341960154673,0.9397121814665297,0.9401815145036825,joint_regime_shift_2step +125.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.887882295383167,0.887882295383167,0.9118429063946797,0.9006368077397318,joint_regime_shift_2step +126.0,"3,4,5,6,7","1,2,8,9,10,11,12",0.5133629176160699,0.5133629176160699,0.5168096019207256,0.749884624470835,joint_regime_shift_2step +127.0,"1,2,3,4,5,6,10,11,12","7,8,9",0.508121086336349,0.508121086336349,0.38339611780023797,0.45174574122640343,joint_regime_shift_2step +128.0,"1,2,3,10,11,12","4,5,6,7,8,9",0.845644405190702,0.845644405190702,0.8538790187694575,0.8499109614193638,joint_regime_shift_2step +129.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.8505123287230455,0.8505123287230455,0.7308666610240853,0.7998212498466191,joint_regime_shift_2step +130.0,"3,4,5","1,2,6,7,8,9,10,11,12",0.46465689656957576,0.46465689656957576,0.38343542322396085,0.4337622635641425,joint_regime_shift_2step +131.0,"5,6,7","1,2,3,4,8,9,10,11,12",0.5531864814024601,0.5531864814024601,0.4656836031427566,0.5317172283524068,joint_regime_shift_2step +132.0,"5,6,7","1,2,3,4,8,9,10,11,12",0.6490644488923404,0.6490644488923404,0.5039631860745765,0.6013997811818872,joint_regime_shift_2step +133.0,"1,2,3","4,5,6,7,8,9,10,11,12",0.5978336883856861,0.5978336883856861,0.5052285564924635,0.5540249681424608,joint_regime_shift_2step +134.0,"2,3,4,5","1,6,7,8,9,10,11,12",0.7180053404975972,0.7180053404975972,0.8514888167141039,0.7956288250393035,joint_regime_shift_2step +135.0,"1,2,3,11,12","4,5,6,7,8,9,10",0.8702400781421197,0.8702400781421197,0.8605000855069681,0.865832376557769,joint_regime_shift_2step +136.0,"6,7,8","1,2,3,4,5,9,10,11,12",0.7951904205202819,0.7951904205202819,0.8457236991905334,0.8676484960090318,joint_regime_shift_2step +137.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.53083534071453,0.53083534071453,0.45786902325470213,0.6147198307826619,joint_regime_shift_2step +139.0,"5,6,7,8,9","1,2,3,4,10,11,12",0.8098620894198004,0.8098620894198004,0.8244495707033485,0.8221508308131386,joint_regime_shift_2step +140.0,"1,2,3,4","5,6,7,8,9,10,11,12",0.8308972200845595,0.8308972200845595,0.8572416583066296,0.8464032182622907,joint_regime_shift_2step +142.0,"3,4,5","1,2,6,7,8,9,10,11,12",0.8962004836692605,0.8962004836692605,0.6575438579249975,0.8102584136411908,joint_regime_shift_2step +143.0,"1,2,3,4,5,6,12","7,8,9,10,11",0.6927800205635657,0.6927800205635657,0.7621999584847949,0.7304289762663344,joint_regime_shift_2step +144.0,"1,2,3,4,5,11,12","6,7,8,9,10",0.8135475063846928,0.8135475063846928,0.7900797386530353,0.8038253893278988,joint_regime_shift_2step +145.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.7733692894019265,0.7733692894019265,0.17735153578286722,0.5375422768820233,joint_regime_shift_2step +146.0,"2,3,4","1,5,6,7,8,9,10,11,12",0.7307534495446841,0.7307534495446841,0.7228461785819762,0.7651802695058662,joint_regime_shift_2step +147.0,"6,7,8,9","1,2,3,4,5,10,11,12",0.8660390983196125,0.8660390983196125,0.878669618740098,0.8863977515415663,joint_regime_shift_2step +148.0,"5,6,7,8,9","1,2,3,4,10,11,12",0.5077160246809262,0.5077160246809262,0.7446791850287864,0.7833699399849134,joint_regime_shift_2step +149.0,"6,7,8,9,10","1,2,3,4,5,11,12",0.8318404948169722,0.8318404948169722,0.82135340482593,0.8292530276483325,joint_regime_shift_2step +150.0,"1,2,3,10,11,12","4,5,6,7,8,9",0.8658489374705806,0.8658489374705806,0.7706031050331099,0.8579290720500613,joint_regime_shift_2step +151.0,"1,2,3,4,11,12","5,6,7,8,9,10",0.914583261558605,0.914583261558605,0.8036911115538158,0.8804534562482517,joint_regime_shift_2step +152.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.8572341969858208,0.8572341969858208,0.8647019565410242,0.8619849609779611,joint_regime_shift_2step +153.0,"1,2,3,4,12","5,6,7,8,9,10,11",0.790550275858851,0.790550275858851,0.8693931827250273,0.8478889384047459,joint_regime_shift_2step +155.0,"1,2,3,4,11,12","5,6,7,8,9,10",0.7405267357933377,0.7405267357933377,0.6465071767723577,0.7294817906389401,joint_regime_shift_2step +156.0,"8,9,10,11","1,2,3,4,5,6,7,12",0.7828300771595347,0.7828300771595347,0.7469217035633036,0.7727040483892245,joint_regime_shift_2step +157.0,"3,4,5","1,2,6,7,8,9,10,11,12",0.6323516666673876,0.6323516666673876,0.4784798152890417,0.6366577572337159,joint_regime_shift_2step +158.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.8164217668417907,0.8164217668417907,0.8416186747257194,0.8335620244074455,joint_regime_shift_2step +159.0,"4,5,6,7,8,9","1,2,3,10,11,12",0.7605348364881501,0.7605348364881501,0.738083966150545,0.7625166042749835,joint_regime_shift_2step +160.0,"4,5,6","1,2,3,7,8,9,10,11,12",0.9000010352989553,0.9000010352989553,0.5987452548967673,0.8301363292932378,joint_regime_shift_2step +161.0,"1,2,3,12","4,5,6,7,8,9,10,11",0.8365688824718978,0.8365688824718978,0.8616613089378403,0.8541604986403823,joint_regime_shift_2step +162.0,"7,8,9","1,2,3,4,5,6,10,11,12",0.7695088940885177,0.7695088940885177,0.8424528376153608,0.8205215734076056,joint_regime_shift_2step diff --git a/message_ix_models/data/impacts/rime/r12_capacity_gwl_ensemble.nc b/message_ix_models/data/impacts/rime/r12_capacity_gwl_ensemble.nc new file mode 100644 index 0000000000..88fd8ec7e0 Binary files /dev/null and b/message_ix_models/data/impacts/rime/r12_capacity_gwl_ensemble.nc differ diff --git a/message_ix_models/data/impacts/rime/r12_thermoelectric_gwl.nc b/message_ix_models/data/impacts/rime/r12_thermoelectric_gwl.nc new file mode 100644 index 0000000000..1097a1ac69 Binary files /dev/null and b/message_ix_models/data/impacts/rime/r12_thermoelectric_gwl.nc differ diff --git a/message_ix_models/data/impacts/rime/region_EI_cool_gwl_binned.nc b/message_ix_models/data/impacts/rime/region_EI_cool_gwl_binned.nc new file mode 100644 index 0000000000..392c90181a Binary files /dev/null and b/message_ix_models/data/impacts/rime/region_EI_cool_gwl_binned.nc differ diff --git a/message_ix_models/data/impacts/rime/region_EI_heat_gwl_binned.nc b/message_ix_models/data/impacts/rime/region_EI_heat_gwl_binned.nc new file mode 100644 index 0000000000..f39331bb2f Binary files /dev/null and b/message_ix_models/data/impacts/rime/region_EI_heat_gwl_binned.nc differ diff --git a/message_ix_models/data/impacts/rime/rime_regionarray_local_temp_CWatM_seasonal2step_window11.nc b/message_ix_models/data/impacts/rime/rime_regionarray_local_temp_CWatM_seasonal2step_window11.nc new file mode 100644 index 0000000000..d736f24dee Binary files /dev/null and b/message_ix_models/data/impacts/rime/rime_regionarray_local_temp_CWatM_seasonal2step_window11.nc differ diff --git a/message_ix_models/data/impacts/rime/rime_regionarray_qr_CWatM_annual_window11.nc b/message_ix_models/data/impacts/rime/rime_regionarray_qr_CWatM_annual_window11.nc new file mode 100644 index 0000000000..1bf66b9b3b Binary files /dev/null and b/message_ix_models/data/impacts/rime/rime_regionarray_qr_CWatM_annual_window11.nc differ diff --git a/message_ix_models/model/buildings/impacts.py b/message_ix_models/model/buildings/impacts.py new file mode 100644 index 0000000000..67bef028b6 --- /dev/null +++ b/message_ix_models/model/buildings/impacts.py @@ -0,0 +1,552 @@ +"""Building energy CID: replace fixed-EI rc_spec/rc_therm with RIME EI. + +See :doc:`/impacts/index` for the calibration-layer definitions. +""" + +import logging +from typing import Literal + +import numpy as np +import pandas as pd +import xarray as xr +from iam_units import registry +from message_ix import Scenario + +from message_ix_models.tools.iamc import frame_to_iamc +from message_ix_models.tools.impacts import ( + GmtArray, + clip_gmt, + open_rime_dataset, + predict_rime, +) +from message_ix_models.tools.impacts.temporal import sample_to_model_years +from message_ix_models.util import package_data_path + +log = logging.getLogger(__name__) + +# MJ/m2 * Mm2 = MJ * 1e6 = TJ; TJ / 1e6 = EJ +_MJ_MM2_TO_EJ = 1e-6 + +# MESSAGE demand parameter expects GWa +_EJ_TO_GWA = registry("1 EJ").to("GW * year").magnitude + +_CORRECTION_COEFFICIENT_SCENARIO = "SSP2" # gamma tables are SSP2-derived +_FINAL_ENERGY_UNIT = "EJ/yr" + + +# --------------------------------------------------------------------------- +# Data loading +# --------------------------------------------------------------------------- + + +def _buildings_data_path(*parts: str): + return package_data_path("buildings", *parts) + + +def _load_ei_dataset(mode: Literal["cool", "heat"]) -> xr.Dataset: + return open_rime_dataset(f"region_EI_{mode}_gwl_binned.nc") + + +def load_correction_coefficients( + mode: Literal["cool", "heat"], + sector: Literal["resid", "comm"] = "resid", +) -> pd.DataFrame: + """Load gamma and floor-area terms for archetype-level STURM calibration.""" + path = _buildings_data_path( + "correction_coefficients", + "correction_coefficients_" + f"{mode}_{_CORRECTION_COEFFICIENT_SCENARIO}_{sector}.csv", + ) + return pd.read_csv(path, comment="#") + + +def load_sector_fractions(reference_scenario: str) -> pd.DataFrame: + """Load sector fractions of rc_spec/rc_therm per (node, year).""" + return pd.read_csv( + _buildings_data_path(f"rc_sector_fractions_{reference_scenario}.csv"), + comment="#", + ) + + +def load_floor_areas(sector: Literal["resid", "comm"] = "resid") -> pd.DataFrame: + """Load SSP2 STURM floor area projections.""" + return pd.read_csv(_buildings_data_path(f"sturm_floor_area_R12_{sector}.csv")) + + +def load_theta( + mode: Literal["cool", "heat"], + reference_scenario: str, +) -> pd.DataFrame: + """Load theta(node, year) calibrated to the reference scenario demand.""" + path = _buildings_data_path(f"theta_{mode}_{reference_scenario}.csv") + return pd.read_csv(path, comment="#") + + +# --------------------------------------------------------------------------- +# EI prediction +# --------------------------------------------------------------------------- + + +def predict_building_ei( + gmt_array: np.ndarray, + mode: Literal["cool", "heat"], +) -> np.ndarray: + """Predict EI at native RIME resolution, mean-reduced across the ensemble. + + Parameters + ---------- + gmt_array + Shape ``(n_runs, n_years)`` for ensemble or ``(n_years,)`` for single + trajectory. + mode + ``"cool"`` or ``"heat"``. + + Returns + ------- + np.ndarray + Shape ``(12, 10, 3, n_years)`` — (region, arch, urt, year). + """ + gmt_clipped = clip_gmt(gmt_array, gmt_min=0.6, gmt_ceil=0.9) + return predict_rime( + gmt_clipped, f"region_EI_{mode}_gwl_binned.nc", f"EI_{mode}", aggregate="mean" + ) + + +def _ei_to_dataframe( + ei_all: np.ndarray, + ds: xr.Dataset, + msg_years: list[int], +) -> pd.DataFrame: + """Flatten EI prediction array to long DataFrame. + + Returns columns [region, arch, urt, year, ei]. + """ + regions = ds.region.values + archs = ds.arch.values + urts = ds.urt.values + idx = pd.MultiIndex.from_product( + [regions, archs, urts, msg_years], + names=["region", "arch", "urt", "year"], + ) + return pd.DataFrame({"ei": ei_all.ravel()}, index=idx).reset_index() + + +def _mfh_weighted_ei( + ei_df: pd.DataFrame, + resid_floor_df: pd.DataFrame, +) -> pd.DataFrame: + """Floor-weighted average of MFH archetype EI per (region, urt, year). + + Commercial buildings use residential MFH archetypes weighted by 2020 + floor area (STURM precedent). + + Returns columns [region, urt, year, ei]. + """ + # MFH floor weights at 2020 reference year + mfh_floors = resid_floor_df[ + (resid_floor_df["arch"].str.startswith("mfh_")) + & (resid_floor_df["year"] == 2020) + & (resid_floor_df["floor_Mm2"] > 0) + ][["region", "arch", "urt", "floor_Mm2"]] + + if mfh_floors.empty: + return pd.DataFrame(columns=["region", "urt", "year", "ei"]) + + # Join EI with floor weights + mfh_ei = ei_df[ei_df["arch"].str.startswith("mfh_")].merge( + mfh_floors, + on=["region", "arch", "urt"], + how="inner", + ) + mfh_ei["weighted_ei"] = mfh_ei["ei"] * mfh_ei["floor_Mm2"] + + # Weighted average per (region, urt, year) + grouped = mfh_ei.groupby(["region", "urt", "year"], as_index=False).agg( + weighted_sum=("weighted_ei", "sum"), + floor_sum=("floor_Mm2", "sum"), + ) + grouped["ei"] = grouped["weighted_sum"] / grouped["floor_sum"] + return grouped[["region", "urt", "year", "ei"]] + + +# --------------------------------------------------------------------------- +# Energy demand computation +# --------------------------------------------------------------------------- + + +def _compute_sector_energy( + mode: Literal["cool", "heat"], + sector: Literal["resid", "comm"], + ei_df: pd.DataFrame, + mfh_ei_df: pd.DataFrame, +) -> pd.DataFrame: + """Compute energy demand for one mode/sector via vectorized join. + + Returns DataFrame with columns [region, year, value] in EJ. + """ + coeff = load_correction_coefficients(mode, sector) + valid = coeff["correction_coeff"].notna() & (coeff["floor_Mm2"] > 0) + coeff = coeff[valid] + + if sector == "resid": + # Direct join on (region, arch, urt, year) + merged = coeff.merge(ei_df, on=["region", "arch", "urt", "year"], how="left") + else: + # Commercial: join MFH-weighted EI on (region, urt, year) + merged = coeff.merge(mfh_ei_df, on=["region", "urt", "year"], how="left") + + has_ei = merged["ei"].notna() & (merged["ei"] > 0) + n_total = len(merged) + n_computed = has_ei.sum() + log.info( + "%s/%s: %d/%d rows with valid EI (%.0f%%)", + mode, + sector, + n_computed, + n_total, + 100 * n_computed / n_total if n_total else 0, + ) + + merged = merged[has_ei] + merged["value"] = ( + merged["correction_coeff"] * merged["ei"] * merged["floor_Mm2"] * _MJ_MM2_TO_EJ + ) + return merged.groupby(["region", "year"], as_index=False)["value"].sum() + + +def _apply_theta( + demand: pd.DataFrame, + mode: Literal["cool", "heat"], + reference_scenario: str, +) -> pd.DataFrame: + """Scale raw RIME demand by theta to match SSP-calibrated STURM levels. + + Theta = calibrated / raw at GWL 1.1; it carries the calibration shape + under warming while EI provides the climate response. Stored at source + resolution (decadal + 2025); interpolated to demand years. The theta + min year defines the CID validity range — years before it are excluded. + """ + theta = load_theta(mode, reference_scenario) + demand_years = sorted(demand["year"].unique()) + theta = sample_to_model_years( + theta, ["node"], demand_years, method="interpolate", value_cols=["theta"] + ) + + scaled = demand.merge(theta, on=["node", "year"], how="left") + + missing = scaled.loc[scaled["theta"].isna(), ["node", "year"]] + if not missing.empty: + pairs = missing.drop_duplicates().to_dict("records") + raise ValueError( + f"Missing theta values for {mode}/{reference_scenario}: {pairs}" + ) + + return scaled.assign(value=lambda df: df["value"] * df["theta"])[ + ["node", "year", "value"] + ] + + +def compute_building_cids( + gmt: GmtArray, + model_years: list[int], + reference_scenario: str, + regions: str = "R12", +) -> tuple[pd.DataFrame, pd.DataFrame]: + """Compute building energy CIDs from a GMT ensemble. + + Parameters + ---------- + gmt + GMT ensemble + year labels, as returned by :func:`load_magicc_gmt`. + ``.values`` shape ``(n_runs, n_years)`` for ensemble or + ``(n_years,)`` for single trajectory. + model_years + MESSAGE model years from ``ScenarioInfo.Y``. Only positions in + ``gmt.years`` that match these are used; 2110 is forward-filled + from 2100. + reference_scenario + SSP scenario for theta and sector fractions. + regions + MESSAGE node codelist. Only ``"R12"`` is supported by the shipped + RIME EI datasets and STURM floor-area files. + + Returns + ------- + tuple[pd.DataFrame, pd.DataFrame] + ``(cooling, heating)`` DataFrames with columns + ``[node, year, value]`` where value is GWa. + """ + if regions != "R12": + raise NotImplementedError( + f"regions={regions!r}; this kernel currently only supports R12 " + "(RIME EI datasets and STURM floor-area files are R12-coded)." + ) + values = np.asarray(gmt.values) + years = np.asarray(gmt.years, dtype=int) + + # CID year range: from theta coverage (excludes historical years) + # through model horizon, with 2110 forward-filled from 2100. + theta_min_year = min( + load_theta("cool", reference_scenario)["year"].min(), + load_theta("heat", reference_scenario)["year"].min(), + ) + target = [y for y in model_years if y != 2110 and y >= theta_min_year] + msg_mask = np.isin(years, target) + if not msg_mask.any(): + raise ValueError(f"No model years in input. Years: {years[0]}-{years[-1]}") + gmt_subset = values[:, msg_mask] if values.ndim == 2 else values[msg_mask] + msg_years = years[msg_mask].tolist() + + log.info( + "Computing building CIDs: %s, %d model years, GMT shape %s", + reference_scenario, + len(msg_years), + gmt_subset.shape, + ) + + # Pre-compute MFH-weighted EI for commercial (shared across cool/heat) + resid_floor = load_floor_areas("resid") + + results = {} + for mode in ("cool", "heat"): + ei_all = predict_building_ei(gmt_subset, mode) + ds = _load_ei_dataset(mode) + ei_df = _ei_to_dataframe(ei_all, ds, msg_years) + mfh_ei_df = _mfh_weighted_ei(ei_df, resid_floor) + + resid = _compute_sector_energy(mode, "resid", ei_df, mfh_ei_df) + comm = _compute_sector_energy(mode, "comm", ei_df, mfh_ei_df) + + total = ( + pd.concat([resid, comm], ignore_index=True) + .groupby(["region", "year"], as_index=False)["value"] + .sum() + .assign( + node=lambda df: f"{regions}_" + df["region"], + value=lambda df: df["value"] * _EJ_TO_GWA, + )[["node", "year", "value"]] + ) + total = _apply_theta(total, mode, reference_scenario) + + # Forward-fill 2110 from 2100 if 2110 is a model year + if 2110 in model_years and 2100 in total["year"].values: + total = pd.concat( + [total, total[total["year"] == 2100].assign(year=2110)], + ignore_index=True, + ) + + results[mode] = total.sort_values(["node", "year"]).reset_index(drop=True) + + return results["cool"], results["heat"] + + +# --------------------------------------------------------------------------- +# Scenario modification +# --------------------------------------------------------------------------- + + +def _substitute_climate_component( + demand: pd.DataFrame, + fractions: pd.DataFrame, + frac_cols: list[str], + cid: pd.DataFrame, +) -> pd.DataFrame: + """Replace the calibrated climate-coupled portion of *demand* with *cid*. + + The calibrated baseline rc_spec/rc_therm carries a fixed climate-coupled + component sized by *frac_cols* (sector fractions of total demand at the + STURM-calibration GWL). This function strips out that fixed component + and adds back the RIME-driven replacement *cid* on (node, year). The + fixed component is what is subtracted; the RIME-driven CID is what + replaces it. + + Years missing from *fractions* are treated as 0 (no climate coupling + in the calibrated baseline). Years missing from *cid* contribute 0 + replacement demand. + """ + out_cols = list(demand.columns) + return ( + demand.merge( + fractions[["node", "year"] + frac_cols], on=["node", "year"], how="left" + ) + .merge( + cid[["node", "year", "value"]].rename(columns={"value": "_cid"}), + on=["node", "year"], + how="left", + ) + .assign( + _frac_total=lambda df: df[frac_cols].fillna(0).sum(axis=1), + value=lambda df: ( + df["value"] * (1 - df["_frac_total"]) + df["_cid"].fillna(0) + ), + )[out_cols] + ) + + +def prepare_building_demand( + rc_spec: pd.DataFrame, + rc_therm: pd.DataFrame, + cooling_cids: pd.DataFrame, + heating_cids: pd.DataFrame, + fractions: pd.DataFrame | None = None, + reference_scenario: str | None = None, +) -> tuple[pd.DataFrame, pd.DataFrame]: + """Replace the STURM-calibrated climate component of rc_spec/rc_therm. + + Strips out the fixed climate-coupled fraction baked into the calibrated + baseline demand (sized by sector fractions at the STURM calibration GWL) + and substitutes the RIME-driven replacement CID. Pure data operation — + no scenario I/O. + + Parameters + ---------- + rc_spec + Existing ``demand`` rows for commodity ``rc_spec``. + rc_therm + Existing ``demand`` rows for commodity ``rc_therm``. + cooling_cids + From ``compute_building_cids`` — columns [node, year, value] in GWa. + heating_cids + Same format, heating. + fractions + Sector fractions. If *None*, loaded from package data for + *reference_scenario* — which then becomes required. + reference_scenario + SSP scenario for sector fractions. Required when *fractions* is + None. + + Returns + ------- + tuple[pd.DataFrame, pd.DataFrame] + ``(new_rc_spec, new_rc_therm)`` — replacement demand DataFrames + with the same columns as the inputs. + """ + if fractions is None: + if reference_scenario is None: + raise ValueError("reference_scenario is required when fractions is None") + fractions = load_sector_fractions(reference_scenario) + + demand_years = sorted( + set(rc_spec["year"].unique()) | set(rc_therm["year"].unique()) + ) + frac_cool_cols = ["frac_resid_cool", "frac_comm_cool"] + frac_heat_cols = ["frac_resid_heat", "frac_comm_heat"] + fractions = sample_to_model_years( + fractions, + ["node"], + demand_years, + method="interpolate", + value_cols=frac_cool_cols + frac_heat_cols, + ) + + return ( + _substitute_climate_component(rc_spec, fractions, frac_cool_cols, cooling_cids), + _substitute_climate_component( + rc_therm, fractions, frac_heat_cols, heating_cids + ), + ) + + +def _demand_to_final_energy_iamc( + demand: pd.DataFrame, + variable: str, +) -> pd.DataFrame: + """Convert CID demand from MESSAGE GWa to IAMC final-energy rows.""" + converted = demand.assign( + value=lambda df: ( + registry.Quantity(df["value"].to_numpy(), "GWa/year") + .to(_FINAL_ENERGY_UNIT) + .magnitude + ) + ) + return frame_to_iamc( + converted, + variable, + _FINAL_ENERGY_UNIT, + region_col="node", + ) + + +def apply_building_cids( + scen: Scenario, + cooling_demand: pd.DataFrame, + heating_demand: pd.DataFrame, + *, + reference_scenario: str, + commit_message: str | None = None, +) -> None: + """Write replacement building demands to *scen* in place. + + Reads rc_spec/rc_therm, delegates to :func:`prepare_building_demand` + for the buildings-component substitution, writes the merged demand + back, and persists the resolved CID demand as scenario timeseries + under ``Final Energy|Residential and Commercial|{Cooling,Heating}`` + in ``EJ/yr`` so downstream reporting can retrieve it via standard + :meth:`scen.timeseries() ` calls. + + Parameters + ---------- + scen + MESSAGE scenario (must not be checked out). + cooling_demand + From :func:`compute_building_cids`. Columns + ``[node, year, value]``, value in GWa. + heating_demand + Same shape, heating. + commit_message + Parameter-write commit message. Default ``"Inject building CIDs"``. + reference_scenario + SSP scenario for sector fractions. + """ + demand = scen.par("demand") + + rc_spec = demand[demand["commodity"] == "rc_spec"].copy() + rc_therm = demand[demand["commodity"] == "rc_therm"].copy() + + if rc_spec.empty: + raise ValueError("No rc_spec rows in demand — buildings module not built?") + if rc_therm.empty: + raise ValueError("No rc_therm rows in demand — buildings module not built?") + + new_spec, new_therm = prepare_building_demand( + rc_spec, + rc_therm, + cooling_demand, + heating_demand, + reference_scenario=reference_scenario, + ) + + msg = commit_message or "Inject building CIDs" + with scen.transact(msg): + scen.remove_par("demand", demand[demand["commodity"] == "rc_spec"]) + scen.add_par("demand", new_spec) + scen.remove_par("demand", demand[demand["commodity"] == "rc_therm"]) + scen.add_par("demand", new_therm) + + ts_cool = _demand_to_final_energy_iamc( + cooling_demand, + "Final Energy|Residential and Commercial|Cooling", + ) + ts_heat = _demand_to_final_energy_iamc( + heating_demand, + "Final Energy|Residential and Commercial|Heating", + ) + ts = pd.concat([ts_cool, ts_heat], ignore_index=True) + if not ts.empty: + scen.check_out(timeseries_only=True) + try: + scen.add_timeseries(ts) + scen.commit( + "Persist buildings CID demand " + "(Final Energy|Residential and Commercial|{Cooling,Heating})" + ) + except BaseException: + scen.discard_changes() + raise + + scen.set_as_default() + log.info( + "Building CIDs applied and committed: %d demand rows, %d CID-input timeseries", + len(new_spec) + len(new_therm), + len(ts), + ) diff --git a/message_ix_models/model/water/data/cooling_impacts.py b/message_ix_models/model/water/data/cooling_impacts.py new file mode 100644 index 0000000000..d58e5aa410 --- /dev/null +++ b/message_ix_models/model/water/data/cooling_impacts.py @@ -0,0 +1,694 @@ +"""Apply thermoelectric cooling CIDs to MESSAGE cooling technologies. + +See :doc:`/impacts/index` for the wet/dry cooling representation and impact +kernel citations. +""" + +import functools +import logging + +import numpy as np +import pandas as pd + +from message_ix_models.tools.iamc import frame_to_iamc +from message_ix_models.tools.impacts import ( + GmtArray, + clip_gmt, + open_rime_dataset, + predict_rime, +) +from message_ix_models.util import package_data_path +from message_ix_models.util.node import extract_region_code + +log = logging.getLogger(__name__) + +# --------------------------------------------------------------------------- +# Constants +# --------------------------------------------------------------------------- + +# R12 regional emulator with two cooling-axis values: "wet" and "dry". +_DATASET = "r12_thermoelectric_gwl.nc" +_VAR = "capacity_factor" + +# Ratio denominator: CF(GWL) / CF(1.0 degC). Other baselines are possible +# only if the calibration is re-derived against that reference level. +_DEFAULT_BASELINE_GWL = 1.0 + +# Earlier wet-cooling bounds produced infeasibilities in preliminary runs. +_DEFAULT_MIN_YEAR = 2045 + +# Dataset selectors. "wet" covers freshwater once-through + closed-loop; +# "dry" covers air cooling. Saline cooling is not represented in this file. +_WET_SEL = {"cooling": "wet"} +_DRY_SEL = {"cooling": "dry"} +_WET_TIMESERIES_VARIABLE = ( + "Physical Climate Impact|Thermoelectric Cooling|" + "Freshwater Cooling Activity Limit Ratio" +) +_DRY_TIMESERIES_VARIABLE = ( + "Physical Climate Impact|Thermoelectric Cooling|Dry Cooling Capacity Factor Ratio" +) + + +# --------------------------------------------------------------------------- +# Cached data loaders +# --------------------------------------------------------------------------- + + +@functools.lru_cache(maxsize=1) +def _region_codes() -> list[str]: + """Short region codes from the capacity factor dataset.""" + return list(open_rime_dataset(_DATASET).region.values) + + +@functools.lru_cache(maxsize=1) +def _freshwater_reference_shares() -> pd.Series: + """Regional average freshwater share (cl_fresh + ot_fresh). + + Returns Series indexed by short region code (e.g. "AFR"). + """ + path = package_data_path( + "water", "ppl_cooling_tech", "cooltech_cost_and_shares_ssp_msg_R12.csv" + ) + df = pd.read_csv(path) + mix_cols = [c for c in df.columns if c.startswith("mix_")] + + fresh = df[df["cooling"].isin(["cl_fresh", "ot_fresh"])] + # Sum cl_fresh + ot_fresh shares per region, averaged across parent techs + regional_fresh = fresh.groupby("cooling")[mix_cols].mean().sum() + + # Convert column names: "mix_R12_AFR" -> "AFR" + return regional_fresh.rename(index=lambda c: c.replace("mix_R12_", "")) + + +# --------------------------------------------------------------------------- +# Prediction +# --------------------------------------------------------------------------- + + +def predict_cooling_cf( + gmt_array: np.ndarray, + cooling: str = "wet", +) -> pd.DataFrame: + """Predict regional capacity factors from GMT, mean-reduced. + + Parameters + ---------- + gmt_array + GMT values in degC above pre-industrial. Shape ``(n_years,)`` or + ``(n_runs, n_years)`` for ensemble. + cooling + ``"wet"`` (freshwater) or ``"dry"`` (air). + + Returns + ------- + pd.DataFrame + Wide DataFrame with ``region`` index (short codes) and one column + per GMT input position. Values are capacity factors (fractions). + """ + sel = _WET_SEL if cooling == "wet" else _DRY_SEL + gmt_array = np.asarray(gmt_array) + gmt_clipped = clip_gmt(gmt_array, gmt_min=0.6, gmt_ceil=0.9) + + raw = predict_rime(gmt_clipped, _DATASET, _VAR, sel=sel, aggregate="mean") + # raw shape: (12, n_years) — regions x time positions + + regions = _region_codes() + return pd.DataFrame(raw, index=pd.Index(regions, name="region")) + + +def compute_degradation_ratios( + gmt_array: np.ndarray, + years: list[int], + cooling: str = "wet", + baseline_gwl: float = _DEFAULT_BASELINE_GWL, +) -> pd.DataFrame: + """Compute degradation ratios: CF(GMT) / CF(baseline). + + Parameters + ---------- + gmt_array + GMT trajectory. Shape ``(n_years,)`` or ``(n_runs, n_years)``. + years + Year labels for the time axis. Length must match ``n_years``. + cooling + ``"wet"`` (freshwater) or ``"dry"`` (air). + baseline_gwl + Reference warming level (degC). Default 1.0. + + Returns + ------- + pd.DataFrame + Rows = R12 region short codes, columns = *years*. Values are ratios + relative to baseline — below 1 under warming, above 1 if GMT + dips below baseline. + """ + sel = _WET_SEL if cooling == "wet" else _DRY_SEL + cf = predict_cooling_cf(gmt_array, cooling=cooling) + + cf_baseline = predict_rime( + np.array([baseline_gwl]), _DATASET, _VAR, sel=sel, aggregate="mean" + )[:, 0] # (12,) + + ratios = cf.values / cf_baseline[:, np.newaxis] + return pd.DataFrame(ratios, index=cf.index.copy(), columns=years) + + +# --------------------------------------------------------------------------- +# Constraint building +# --------------------------------------------------------------------------- + + +def _read_cooling_structure( + addon_df: pd.DataFrame, + technologies: set[str], +) -> pd.DataFrame: + """Extract freshwater cooling techs and their parent-tech cooling fractions. + + Parameters + ---------- + addon_df + The ``addon_conversion`` parameter DataFrame from a MESSAGE scenario. + technologies + Set of technology names present in the scenario. + + Returns + ------- + pd.DataFrame + Columns: parent_tech, cl_fresh_tech, ot_fresh_tech, node_loc, + cooling_fraction. One row per (parent_tech, node_loc). + """ + if addon_df.empty: + raise ValueError("addon_conversion is empty — cooling module not built?") + + # addon_conversion has type_addon = "cooling__", value = cooling_fraction + cooling_addon = addon_df[addon_df["type_addon"].str.startswith("cooling__")].copy() + cooling_addon["parent_tech"] = cooling_addon["type_addon"].str.replace( + "cooling__", "", n=1 + ) + + # Deduplicate: one cooling_fraction per (parent_tech, node_loc) + # Take mean across vintage/year combinations — cooling_fraction is + # physically constant for a given parent tech + grouped = ( + cooling_addon.groupby(["parent_tech", "node"])["value"] + .mean() + .reset_index() + .rename(columns={"node": "node_loc", "value": "cooling_fraction"}) + ) + + rows = [] + for _, row in grouped.iterrows(): + parent = row["parent_tech"] + cl = f"{parent}__cl_fresh" + ot = f"{parent}__ot_fresh" + if cl in technologies or ot in technologies: + rows.append( + { + "parent_tech": parent, + "cl_fresh_tech": cl if cl in technologies else None, + "ot_fresh_tech": ot if ot in technologies else None, + "node_loc": row["node_loc"], + "cooling_fraction": row["cooling_fraction"], + } + ) + + if not rows: + raise ValueError("No freshwater cooling technologies found") + + return pd.DataFrame(rows) + + +def _max_vintage_from_lifetime( + tl: pd.DataFrame, +) -> dict[tuple[str, str], int]: + """Last vintage year with ``technical_lifetime`` defined, per (node, tech). + + GAMS evaluates ``relation_activity`` by iterating all model years + ``<= year_act`` as candidate vintages. If a candidate vintage has no + ``technical_lifetime`` row, compilation fails ("Technical lifetime not + defined for node|tech|year"). The safe bound for ``year_act`` is + therefore ``max(year_vtg)`` where ``technical_lifetime`` is defined — + any ``year_act`` beyond that will cause GAMS to probe a vintage year + with no lifetime entry. + """ + return { + (node, tech): int(grp["year_vtg"].max()) + for (node, tech), grp in tl.groupby(["node_loc", "technology"]) + } + + +_RELATION_PREFIX = "wet_cooling_cf_" + + +def _emit_constraint_rows( + *, + rel_name: str, + node: str, + year: int, + parent_tech: str, + cl_fresh: str | None, + ot_fresh: str | None, + parent_coeff: float, +) -> tuple[list[dict], dict]: + """Build the (relation_activity rows, relation_upper row) for one cell. + + The constraint shape is:: + + sum(freshwater variants) - r * share * f_cool * parent <= 0 + + so the parent enters with a negative coefficient (passed in + pre-multiplied as *parent_coeff*) and each freshwater variant tech + enters with +1. + """ + rel_act = [ + { + "relation": rel_name, + "node_rel": node, + "year_rel": year, + "node_loc": node, + "technology": parent_tech, + "year_act": year, + "mode": "M1", + "value": parent_coeff, + "unit": "-", + } + ] + for tech in (cl_fresh, ot_fresh): + if tech is not None: + rel_act.append( + { + "relation": rel_name, + "node_rel": node, + "year_rel": year, + "node_loc": node, + "technology": tech, + "year_act": year, + "mode": "M1", + "value": 1.0, + "unit": "-", + } + ) + rel_up = { + "relation": rel_name, + "node_rel": node, + "year_rel": year, + "value": 0.0, + "unit": "-", + } + return rel_act, rel_up + + +def _emit_per_region_year( + *, + row, + rel_name: str, + parent_tech: str, + constrained_years: list[int], + wet_cf_ratios: pd.DataFrame, + s_ref: pd.Series, + max_vtg: dict[tuple[str, str], int] | None, +) -> tuple[list[dict], list[dict], int]: + """Emit relation rows for one (parent_tech, region) entry across years.""" + node = row["node_loc"] + region_short = extract_region_code(node) + f_cool = row["cooling_fraction"] + + if region_short not in s_ref.index: + log.warning("No freshwater share for region %s, skipping", region_short) + return [], [], 0 + share = float(s_ref[region_short]) + + vtg_cap = max_vtg.get((node, parent_tech)) if max_vtg is not None else None + + rel_act_rows: list[dict] = [] + rel_up_rows: list[dict] = [] + n_skipped = 0 + for year in constrained_years: + if vtg_cap is not None and year > vtg_cap: + n_skipped += 1 + continue + if region_short not in wet_cf_ratios.index: + continue + if year not in wet_cf_ratios.columns: + log.warning("Year %d not in wet_cf_ratios columns, skipping", year) + continue + r = float(wet_cf_ratios.loc[region_short, year]) + parent_coeff = -(r * share * f_cool) + act, up = _emit_constraint_rows( + rel_name=rel_name, + node=node, + year=year, + parent_tech=parent_tech, + cl_fresh=row["cl_fresh_tech"], + ot_fresh=row["ot_fresh_tech"], + parent_coeff=parent_coeff, + ) + rel_act_rows.extend(act) + rel_up_rows.append(up) + return rel_act_rows, rel_up_rows, n_skipped + + +def build_wet_cooling_constraints( + addon_df: pd.DataFrame, + technologies: set[str], + wet_cf_ratios: pd.DataFrame, + model_years: list[int] | None = None, + min_year: int = _DEFAULT_MIN_YEAR, + technical_lifetime: pd.DataFrame | None = None, +) -> dict: + """Build wet-cooling ``relation_activity`` and ``relation_upper`` rows. + + For each (parent power technology, region, year) where the parent has + a freshwater cooling addon, emit one relation that bounds total + freshwater-cooled activity below the warming-impaired capacity: + ``cl_fresh + ot_fresh ≤ r * share * f_cool * parent``. + + Parameters + ---------- + addon_df + The ``addon_conversion`` parameter DataFrame from a MESSAGE scenario. + technologies + Set of technology names present in the scenario. + wet_cf_ratios + Output of :func:`compute_degradation_ratios` with ``cooling="wet"``. + Rows = regions (short codes), columns = model years; values are + capacity-factor ratios relative to the baseline GWL. + model_years + Which years to constrain. If *None*, uses *wet_cf_ratios* columns. + min_year + Earliest year for constraints. Default 2045. + technical_lifetime + The ``technical_lifetime`` parameter DataFrame. When provided, + ``relation_activity`` rows are only emitted for ``year_act`` values + where the parent tech has active vintage capacity. Without this, + phase-out techs (e.g. ``coal_ppl_u``) produce GAMS errors: + "Technical lifetime not defined for node|tech|year". + + Returns + ------- + dict + ``"relation_activity"``: DataFrame of relation coefficients. + ``"relation_upper"``: DataFrame of upper bounds (all zero). + ``"relation_names"``: list of relation name strings to add to + the ``relation`` set. + """ + structure = _read_cooling_structure(addon_df, technologies) + s_ref = _freshwater_reference_shares() + + if model_years is None: + model_years = [int(c) for c in wet_cf_ratios.columns] + constrained_years = [y for y in model_years if y >= min_year] + + if not constrained_years: + log.warning("No model years >= %d; returning empty constraints", min_year) + return { + "relation_activity": pd.DataFrame(), + "relation_upper": pd.DataFrame(), + "relation_names": [], + } + + max_vtg = ( + _max_vintage_from_lifetime(technical_lifetime) + if technical_lifetime is not None + else None + ) + + rel_act_rows: list[dict] = [] + rel_up_rows: list[dict] = [] + relation_names: set[str] = set() + n_skipped = 0 + + for parent_tech, group in structure.groupby("parent_tech"): + rel_name = f"{_RELATION_PREFIX}{parent_tech}" + relation_names.add(rel_name) + for _, row in group.iterrows(): + act, up, skipped = _emit_per_region_year( + row=row, + rel_name=rel_name, + parent_tech=parent_tech, + constrained_years=constrained_years, + wet_cf_ratios=wet_cf_ratios, + s_ref=s_ref, + max_vtg=max_vtg, + ) + rel_act_rows.extend(act) + rel_up_rows.extend(up) + n_skipped += skipped + + rel_act = pd.DataFrame(rel_act_rows) + rel_up = pd.DataFrame(rel_up_rows) + + log.info( + "Built wet-cooling constraints: %d relations, %d relation_activity entries, " + "%d skipped (no active vintage), years %d-%d", + len(relation_names), + len(rel_act), + n_skipped, + min(constrained_years), + max(constrained_years), + ) + + return { + "relation_activity": rel_act, + "relation_upper": rel_up, + "relation_names": sorted(relation_names), + } + + +# --------------------------------------------------------------------------- +# Dry cooling: capacity_factor replacement +# --------------------------------------------------------------------------- + + +def build_dry_cooling_factors( + cf_air: pd.DataFrame, + dry_ratios: pd.DataFrame, + model_years: list[int], + min_year: int = _DEFAULT_MIN_YEAR, +) -> tuple[pd.DataFrame, pd.DataFrame]: + """Build replacement ``capacity_factor`` rows for ``__air`` technologies. + + Parameters + ---------- + cf_air + Existing ``capacity_factor`` rows for ``__air`` technologies, + as returned by ``scenario.par("capacity_factor", ...)``. + dry_ratios + Output of :func:`compute_degradation_ratios` with ``cooling="dry"``. + Rows = R12 short codes, columns = model years. + model_years + Which years the ratios cover. + min_year + Earliest year for modification. Default 2045. + + Returns + ------- + old_cf + Rows that will be removed (affected years only). + new_cf + Replacement rows with values scaled by dry degradation ratio. + """ + if cf_air.empty: + log.warning("No __air capacity_factor rows provided") + return pd.DataFrame(), pd.DataFrame() + + constrained_years = [y for y in model_years if y >= min_year] + if not constrained_years: + log.warning("No model years >= %d for dry cooling", min_year) + return pd.DataFrame(), pd.DataFrame() + + # Filter to affected years + cf_affected = cf_air[cf_air["year_act"].isin(constrained_years)].copy() + if cf_affected.empty: + log.warning("No __air capacity_factor rows for years %s", constrained_years) + return pd.DataFrame(), pd.DataFrame() + + old_cf = cf_affected.copy() + + # Apply dry degradation ratio per (node, year) + new_cf = cf_affected.copy() + for idx, row in new_cf.iterrows(): + region_short = extract_region_code(row["node_loc"]) + year = row["year_act"] + if region_short in dry_ratios.index and year in dry_ratios.columns: + ratio = float(dry_ratios.loc[region_short, year]) + new_cf.at[idx, "value"] = row["value"] * ratio + + n_modified = len(new_cf) + log.info( + "Built dry cooling factors: %d rows, years %d-%d", + n_modified, + min(constrained_years), + max(constrained_years), + ) + + return old_cf, new_cf + + +# --------------------------------------------------------------------------- +# Scenario application +# --------------------------------------------------------------------------- + + +def _ratios_to_long(ratios: pd.DataFrame, regions: str) -> pd.DataFrame: + """Wide (region x year) ratios → long (region, year, value), node-prefixed. + + Region values come from the RIME dataset as short codes (``"AFR"``); + they are reprefixed with ``f"{regions}_"`` to match scenario node labels. + """ + long = ratios.reset_index().melt( + id_vars="region", var_name="year", value_name="value" + ) + long["region"] = f"{regions}_" + long["region"].astype(str) + return long + + +def apply_cooling_cids( + scen, + gmt: GmtArray, + min_year: int = _DEFAULT_MIN_YEAR, + commit_message: str | None = None, + regions: str = "R12", +) -> None: + """Apply wet + dry cooling CIDs to *scen* in place. + + Wet effects bound freshwater cooling activity via capacity-factor + ratios written as ``relation_activity`` rows. Dry effects derate + ``capacity_factor`` on ``__air`` technologies. The underlying + wet-cooling activity-limit ratios and dry-cooling capacity-factor ratios + are also persisted as scenario timeseries so downstream reporting can + read them without re-running RIME. + + Parameters + ---------- + scen + MESSAGE scenario (must not be checked out). + gmt + GMT ensemble + year labels, as returned by :func:`load_magicc_gmt`. + min_year + Earliest year touched by the CID. Default 2045. + commit_message + Commit message for the parameter writes. Default + ``"Apply cooling CIDs (wet+dry)"``. + regions + MESSAGE node codelist. Only ``"R12"`` is supported by the shipped + RIME and freshwater-share data. + """ + if regions != "R12": + raise NotImplementedError( + f"regions={regions!r}; this kernel currently only supports R12 " + "(input RIME and freshwater-share data files are R12-coded)." + ) + from message_ix_models.util import ScenarioInfo + + info = ScenarioInfo(scen) + model_years = info.Y + + values = np.asarray(gmt.values) + years = np.asarray(gmt.years, dtype=int) + year_index = {int(year): i for i, year in enumerate(years)} + last_year = int(years.max()) + matched_years = [ + int(year) + for year in sorted(model_years) + if int(year) in year_index or int(year) > last_year + ] + if not matched_years: + raise ValueError( + "No MESSAGE model years overlap with or follow GMT input years" + ) + positions = [year_index.get(year, year_index[last_year]) for year in matched_years] + gmt_model = values[:, positions] if values.ndim == 2 else values[positions] + + log.info("Computing wet cooling degradation ratios...") + wet_ratios = compute_degradation_ratios( + gmt_model, + cooling="wet", + years=matched_years, + ) + + log.info("Computing dry cooling degradation ratios...") + dry_ratios = compute_degradation_ratios( + gmt_model, + cooling="dry", + years=matched_years, + ) + + addon_df = scen.par("addon_conversion") + technologies = set(scen.set("technology").tolist()) + tl = scen.par("technical_lifetime") + constraints = build_wet_cooling_constraints( + addon_df, + technologies, + wet_ratios, + model_years=matched_years, + min_year=min_year, + technical_lifetime=tl, + ) + rel_act = constraints["relation_activity"] + rel_up = constraints["relation_upper"] + rel_names = constraints["relation_names"] + + cf_all = scen.par("capacity_factor") + cf_air = cf_all[cf_all["technology"].str.endswith("__air")].copy() + old_cf, new_cf = build_dry_cooling_factors( + cf_air, + dry_ratios, + model_years=matched_years, + min_year=min_year, + ) + + has_wet = not rel_act.empty + has_dry = not old_cf.empty + + if not has_wet and not has_dry: + log.info("No cooling constraints needed") + return + + msg = commit_message or "Apply cooling CIDs (wet+dry)" + with scen.transact(msg): + if has_wet: + for name in rel_names: + scen.add_set("relation", name) + scen.add_par("relation_activity", rel_act) + scen.add_par("relation_upper", rel_up) + if has_dry: + scen.remove_par("capacity_factor", old_cf) + scen.add_par("capacity_factor", new_cf) + + # Persist the resolved cooling CID inputs as scenario timeseries. Wet and + # dry are named by the MESSAGE-side control they feed, not only by the + # RIME capacity-factor source variable. + constrained = [y for y in matched_years if y >= min_year] + ts_wet = frame_to_iamc( + _ratios_to_long(wet_ratios.loc[:, constrained], regions), + _WET_TIMESERIES_VARIABLE, + "dimensionless", + ) + ts_dry = frame_to_iamc( + _ratios_to_long(dry_ratios.loc[:, constrained], regions), + _DRY_TIMESERIES_VARIABLE, + "dimensionless", + ) + ts = pd.concat([ts_wet, ts_dry], ignore_index=True) + if not ts.empty: + scen.check_out(timeseries_only=True) + try: + scen.add_timeseries(ts) + scen.commit( + "Persist cooling CID inputs " + "(Physical Climate Impact|Thermoelectric Cooling|*)" + ) + except BaseException: + scen.discard_changes() + raise + + log.info( + "Cooling CIDs applied: %d wet relations, %d wet constraints, " + "%d dry capacity_factor rows, %d CID-input timeseries", + len(rel_names) if has_wet else 0, + len(rel_act) if has_wet else 0, + len(new_cf) if has_dry else 0, + len(ts), + ) diff --git a/message_ix_models/model/water/data/impacts.py b/message_ix_models/model/water/data/impacts.py new file mode 100644 index 0000000000..21907d99b6 --- /dev/null +++ b/message_ix_models/model/water/data/impacts.py @@ -0,0 +1,101 @@ +"""Transform water-domain RIME predictions to MESSAGE basin rows. + +See :doc:`/impacts/index` for the water-impact representation. +""" + +import functools +import logging + +import numpy as np + +from message_ix_models.model.water.utils import ( + load_basin_mapping, + split_basin_macroregion, +) +from message_ix_models.tools.impacts import ( + clip_gmt, + open_rime_dataset, + predict_rime, +) + +log = logging.getLogger(__name__) + +# --------------------------------------------------------------------------- +# RIME-specific basin index mapping +# --------------------------------------------------------------------------- + + +@functools.lru_cache(maxsize=1) +def _get_rime_region_mapping() -> dict[int, int]: + """Mapping from BASIN_ID to RIME array index. + + RIME datasets have 157 basins indexed by region IDs [1..162] with gaps. + Uses a reference dataset (qtot_mean annual window11) to discover the + mapping; region IDs are identical across all basin-level RIME datasets. + """ + ds = open_rime_dataset("rime_regionarray_qtot_mean_CWatM_annual_window11.nc") + return {int(region_id): i for i, region_id in enumerate(ds.region.values)} + + +# --------------------------------------------------------------------------- +# Public API +# --------------------------------------------------------------------------- + + +def predict_water_rime( + gmt_array, + variable: str, + temporal_res: str = "annual", + hydro_model: str = "CWatM", + percentile: str | None = None, +) -> np.ndarray | tuple[np.ndarray, np.ndarray]: + """Predict water variable at MESSAGE basin resolution (217 rows). + + Wraps :func:`~message_ix_models.tools.impacts.predict_rime` with + basin expansion from 157 RIME basins to 217 MESSAGE basin-region rows. + + Parameters + ---------- + gmt_array + GMT values (degC above pre-industrial). + variable + Basin-level variable: ``qtot_mean``, ``qr``, or ``local_temp``. + temporal_res + ``"annual"`` or ``"seasonal2step"``. + hydro_model + Hydrological model name for dataset selection. + percentile + Uncertainty percentile suffix (e.g. ``"p10"``). + + Returns + ------- + np.ndarray or tuple + Annual: ``(217, n_years)``. + Seasonal: ``((217, n_years), (217, n_years))`` tuple (dry, wet). + """ + gmt_array = np.asarray(gmt_array) + + if temporal_res == "seasonal2step": + gmt_clipped = clip_gmt(gmt_array, gmt_min=0.8, gmt_ceil=1.2) + else: + gmt_clipped = clip_gmt(gmt_array, gmt_min=0.6, gmt_ceil=0.9) + + window = "11" + filename = ( + f"rime_regionarray_{variable}_{hydro_model}_{temporal_res}_window{window}.nc" + ) + + basin_mapping = load_basin_mapping() + basin_id_to_rime_idx = _get_rime_region_mapping() + + def _expand(raw: np.ndarray) -> np.ndarray: + return split_basin_macroregion(raw, basin_mapping, basin_id_to_rime_idx) + + if temporal_res == "seasonal2step": + sfx = f"_{percentile}" if percentile else "" + raw_dry = predict_rime(gmt_clipped, filename, f"{variable}_dry{sfx}") + raw_wet = predict_rime(gmt_clipped, filename, f"{variable}_wet{sfx}") + return (_expand(raw_dry), _expand(raw_wet)) + + var_name = variable if not percentile else f"{variable}_{percentile}" + return _expand(predict_rime(gmt_clipped, filename, var_name)) diff --git a/message_ix_models/model/water/data/water_for_ppl.py b/message_ix_models/model/water/data/water_for_ppl.py index 8cb84c9014..7e4872a503 100644 --- a/message_ix_models/model/water/data/water_for_ppl.py +++ b/message_ix_models/model/water/data/water_for_ppl.py @@ -18,6 +18,7 @@ package_data_path, same_node, ) +from message_ix_models.util.node import extract_region_code if TYPE_CHECKING: from message_ix import Scenario @@ -609,7 +610,7 @@ def _add_nexus_params( # Output: distribute to basins by share outputs = [] for region in node_region: - region_code = region.split("_")[-1] + region_code = extract_region_code(region) basins = df_sw[df_sw["node_dest"].str.contains(region_code, na=False)] if basins.empty: continue diff --git a/message_ix_models/model/water/report.py b/message_ix_models/model/water/report.py index bd2eef1e9c..faa113b829 100644 --- a/message_ix_models/model/water/report.py +++ b/message_ix_models/model/water/report.py @@ -12,6 +12,7 @@ from message_ix_models.model.water.utils import USD_KM3_TO_USD_MCM, m3_GJ_TO_MCM_GWa from message_ix_models.util import package_data_path +from message_ix_models.util.node import extract_region_code log = logging.getLogger(__name__) @@ -439,7 +440,7 @@ def get_rates_data(reg: str, ssp: str, sdgs: bool = False) -> pd.DataFrame: target_regions = reg_map[reg_map.region.str.startswith(f"{reg}_")] basin_to_reg_map = {} for _, row in target_regions.iterrows(): - region_code = row.region.split("_")[1] # R12_CHN -> CHN + region_code = extract_region_code(row.region) basin_to_reg_map[region_code] = row.region # CHN -> R12_CHN df_rate["region"] = df_rate["region_short"].map(basin_to_reg_map) diff --git a/message_ix_models/model/water/utils.py b/message_ix_models/model/water/utils.py index 6eb49a6b37..0587b36eea 100644 --- a/message_ix_models/model/water/utils.py +++ b/message_ix_models/model/water/utils.py @@ -1,3 +1,4 @@ +import functools import logging from collections import defaultdict from functools import lru_cache @@ -5,6 +6,7 @@ from typing import TYPE_CHECKING from warnings import warn +import numpy as np import pandas as pd import xarray as xr from iam_units import registry @@ -469,3 +471,96 @@ def get_vintage_and_active_years( result = yv_ya[valid_mask].reset_index(drop=True) return result + + +# --------------------------------------------------------------------------- +# Basin geometry (R12, 217 MESSAGE basin-region rows) +# --------------------------------------------------------------------------- + +#: RIME basin IDs with no coverage data; original scenario values are preserved. +NAN_BASIN_IDS: frozenset[int] = frozenset({0, 141, 154}) + +#: Number of RIME basins (native emulator resolution). +N_RIME_BASINS: int = 157 + +#: Number of MESSAGE basin-region rows after transboundary splitting. +N_MESSAGE_BASINS: int = 217 + + +@functools.lru_cache(maxsize=1) +def load_basin_mapping() -> pd.DataFrame: + """Load R12 basin mapping with MESSAGE basin codes. + + Returns + ------- + pd.DataFrame + 217 rows with columns including ``BASIN_ID``, ``NAME``, ``BASIN``, + ``REGION``, ``BCU_name``, ``area_km2``, ``model_region``, + ``basin_code``. + """ + basin_file = package_data_path("water", "infrastructure", "all_basins.csv") + basin_df = pd.read_csv(basin_file) + basin_df = basin_df[basin_df["model_region"] == "R12"].copy() + basin_df = basin_df.reset_index(drop=True) + basin_df["basin_code"] = ( + "B" + basin_df["BASIN_ID"].astype(str) + "|" + basin_df["REGION"] + ) + return basin_df + + +def split_basin_macroregion( + rime_predictions: np.ndarray, + basin_mapping: pd.DataFrame | None = None, + basin_id_to_rime_idx: dict[int, int] | None = None, +) -> np.ndarray: + """Expand RIME basin predictions from native resolution to MESSAGE rows. + + RIME delivers 157 basins; MESSAGE uses 217 basin-region rows because + transboundary basins are split proportionally by area across macroregions. + + Parameters + ---------- + rime_predictions + Shape ``(N_RIME_BASINS, n_timesteps)`` for annual or + ``(N_RIME_BASINS, n_timesteps, n_seasons)`` for seasonal. + basin_mapping + If *None*, uses :func:`load_basin_mapping`. + basin_id_to_rime_idx + Mapping from ``BASIN_ID`` to RIME array index. Callers with access + to a RIME dataset should pass this; if *None* the expansion skips + basins not found in the mapping (NaN rows remain). + + Returns + ------- + np.ndarray + Shape ``(N_MESSAGE_BASINS, ...)`` matching input trailing dimensions. + Rows for basin IDs in :data:`NAN_BASIN_IDS` are NaN. + """ + if basin_mapping is None: + basin_mapping = load_basin_mapping() + + is_seasonal = rime_predictions.ndim == 3 + if is_seasonal: + n_rime, n_timesteps, n_seasons = rime_predictions.shape + out = np.full((N_MESSAGE_BASINS, n_timesteps, n_seasons), np.nan) + else: + n_rime, n_timesteps = rime_predictions.shape + out = np.full((N_MESSAGE_BASINS, n_timesteps), np.nan) + + if basin_id_to_rime_idx is None: + return out + + basin_total_areas = basin_mapping.groupby("BASIN_ID")["area_km2"].sum() + + for i, row in basin_mapping.iterrows(): + basin_id = row["BASIN_ID"] + if basin_id not in basin_id_to_rime_idx: + continue + rime_idx = basin_id_to_rime_idx[basin_id] + area_fraction = row["area_km2"] / basin_total_areas[basin_id] + if is_seasonal: + out[i, :, :] = rime_predictions[rime_idx, :, :] * area_fraction + else: + out[i, :] = rime_predictions[rime_idx, :] * area_fraction + + return out diff --git a/message_ix_models/project/sparccle/__init__.py b/message_ix_models/project/sparccle/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/message_ix_models/project/sparccle/cli.py b/message_ix_models/project/sparccle/cli.py new file mode 100644 index 0000000000..3c506d013e --- /dev/null +++ b/message_ix_models/project/sparccle/cli.py @@ -0,0 +1,30 @@ +"""Command-line tools specific to the SPARCCLE project.""" + +from pathlib import Path + +import click + +from message_ix_models.workflow import make_click_command + + +@click.group("sparccle") +@click.pass_obj +def cli(context): + """SPARCCLE project.""" + + +cli.add_command( + make_click_command( + f"{__package__}.workflow.generate", + name="SPARCCLE", + slug="sparccle", + params=[ + click.Option( + ["--config", "config_path"], + type=click.Path(exists=True, dir_okay=False, path_type=Path), + default=None, + help="Path to scenario_config.yaml (default: packaged copy).", + ), + ], + ) +) diff --git a/message_ix_models/project/sparccle/scenario_config.yaml b/message_ix_models/project/sparccle/scenario_config.yaml new file mode 100644 index 0000000000..72ca16ac4e --- /dev/null +++ b/message_ix_models/project/sparccle/scenario_config.yaml @@ -0,0 +1,66 @@ +# SPARCCLE Scenario Configuration +# +# Consumed by `message_ix_models.project.sparccle.workflow.generate`. +# +# Phase 1 — Module build ("{ssp}/{scenario} cooling"): +# subprocess `mix-models water-ix cooling` → {scenario}_cooling +# +# Phase 2 — CID variants ("{ssp}/{scenario} CI_b" / "CI_p" / "CI_bp"): +# buildings: rc_spec/rc_therm demand adjustment → _CI_b +# cooling: freshwater + dry cooling capacity factors → _CI_p +# combined: buildings + cooling on the cooling clone → _CI_bp + +platform_info: + name: ixmp_dev + +regions: R12 + +# Starter scenarios — assumed to exist on `platform_info.name`. The list +# is the source of truth for which scenarios the build pipeline iterates +# over. +# +# `_PHY` starters are prep clones of Adriano's solved GDP CI_50 inputs. +# magicc_output_dir points at the upstream Adriano starter name with no +# `_PHY` suffix because the MAGICC GSAT ensemble is keyed to that +# upstream solved scenario. +starters: + - model: SSP_SSP1_v6.5_sp + scenario: NPiREF_GDP_CI_50_ensemble_1_PHY + ssp: SSP1 + magicc_output_dir: /pdrive/projects/watxene/IMPACTS/sparrcle/magicc_output/SSP_SSP1_v6.5_sp__NPiREF_GDP_CI_50_ensemble_1/ + - model: SSP_SSP1_v6.5_sp + scenario: INDC2030i_uncon_800f_GDP_CI_50_ensemble_1_PHY + ssp: SSP1 + magicc_output_dir: /pdrive/projects/watxene/IMPACTS/sparrcle/magicc_output/SSP_SSP1_v6.5_sp__INDC2030i_uncon_800f_GDP_CI_50_ensemble_1/ + - model: SSP_SSP2_v6.5_sp + scenario: NPiREF_GDP_CI_50_ensemble_2_PHY + ssp: SSP2 + magicc_output_dir: /pdrive/projects/watxene/IMPACTS/sparrcle/magicc_output/SSP_SSP2_v6.5_sp__NPiREF_GDP_CI_50_ensemble_2/ + - model: SSP_SSP2_v6.5_sp + scenario: INDC2030i_uncon_600f_GDP_CI_50_ensemble_1_PHY + ssp: SSP2 + magicc_output_dir: /pdrive/projects/watxene/IMPACTS/sparrcle/magicc_output/SSP_SSP2_v6.5_sp__INDC2030i_uncon_600f_GDP_CI_50_ensemble_1/ + - model: SSP_SSP3_v6.5_sp + scenario: NPiREF_GDP_CI_50_ensemble_2_PHY + ssp: SSP3 + magicc_output_dir: /pdrive/projects/watxene/IMPACTS/sparrcle/magicc_output/SSP_SSP3_v6.5_sp__NPiREF_GDP_CI_50_ensemble_2/ + - model: SSP_SSP3_v6.5_sp + scenario: INDC2030i_uncon_600f_GDP_CI_50_ensemble_1_PHY + ssp: SSP3 + magicc_output_dir: /pdrive/projects/watxene/IMPACTS/sparrcle/magicc_output/SSP_SSP3_v6.5_sp__INDC2030i_uncon_600f_GDP_CI_50_ensemble_1/ + - model: SSP_SSP3_v6.5_sp + scenario: INDC2030i_uncon_800f_GDP_CI_50_ensemble_1_PHY + ssp: SSP3 + magicc_output_dir: /pdrive/projects/watxene/IMPACTS/sparrcle/magicc_output/SSP_SSP3_v6.5_sp__INDC2030i_uncon_800f_GDP_CI_50_ensemble_1/ + +# Phase-1 cooling-module build settings (passed to `mix-models water-ix cooling`) +cooling: + rcps: no_climate + rels: low + +# Phase-2 CID settings +cid: + # `n_runs: null` means use all available MAGICC ensemble members. + n_runs: null + # Earliest model year touched by cooling CID constraints and dry-cooling derating. + min_year: 2045 diff --git a/message_ix_models/project/sparccle/workflow.py b/message_ix_models/project/sparccle/workflow.py new file mode 100644 index 0000000000..aeb89b52c0 --- /dev/null +++ b/message_ix_models/project/sparccle/workflow.py @@ -0,0 +1,371 @@ +"""SPARCCLE physical-impact workflow. + +Builds a :class:`message_ix_models.workflow.Workflow` whose nodes are the +SPARCCLE Phase-1 cooling-module clones and the Phase-2 CID variants +(``CI_b`` / ``CI_p`` / ``CI_bp``) for every starter declared in +``scenario_config.yaml``. ``mix-models sparccle run TARGET`` selects the +subgraph, ``--from`` truncates at a given step, ``--go`` actually runs. + +Phase-1 cooling delegates to ``mix-models water-ix cooling`` via +subprocess. The action returns the produced ``{base}_cooling`` scenario +so downstream variants can clone from it. + +Phase-2 CID actions (``apply_buildings``, ``apply_cooling``, +``_apply_buildings_and_cooling``) clone the upstream scenario, load the +MAGICC GSAT ensemble, and call into the domain CID kernels in +:mod:`model.buildings.impacts` and :mod:`model.water.data.cooling_impacts`. +""" + +import logging +import subprocess +from pathlib import Path +from typing import TYPE_CHECKING + +import yaml +from genno import KeyExistsError + +from message_ix_models.tools.impacts import load_magicc_gmt, persist_gmt_mean +from message_ix_models.util import package_data_path +from message_ix_models.workflow import Workflow + +if TYPE_CHECKING: + from message_ix import Scenario + + from message_ix_models.util.context import Context + +log = logging.getLogger(__name__) + +_DEFAULT_CONFIG_PATH = package_data_path( + "..", "project", "sparccle", "scenario_config.yaml" +) + + +def load_config(path: str | Path) -> dict: + """Load the SPARCCLE scenario config.""" + with open(path) as f: + raw = yaml.safe_load(f) + + required = ["platform_info", "starters", "cooling"] + if missing := [key for key in required if key not in raw]: + raise ValueError(f"Config missing required keys: {missing}") + + config = dict(raw) + config["cooling"] = {"rcps": "no_climate", "rels": "low", **raw["cooling"]} + config["cid"] = {"n_runs": None, "min_year": None, **raw.get("cid", {})} + config["regions"] = raw.get("regions", "R12") + return config + + +def _missing_magicc(starters: list[dict]) -> list[str]: + out: list[str] = [] + for starter in starters: + tag = f"{starter['model']}/{starter['scenario']}" + magicc_dir = Path(starter["magicc_output_dir"]) + if not magicc_dir.is_dir(): + out.append(f"{tag}: magicc_output_dir not a directory: {magicc_dir}") + elif not list(magicc_dir.glob("*_IAMC_climateassessment.xlsx")): + out.append(f"{tag}: no *_IAMC_climateassessment.xlsx in {magicc_dir}") + return out + + +def _missing_buildings(ssps: set[str]) -> list[str]: + from message_ix_models.util import package_data_path + + buildings_dir = package_data_path("buildings") + coeff_dir = buildings_dir / "correction_coefficients" + paths = [ + buildings_dir / f"theta_{mode}_{ssp}.csv" + for ssp in sorted(ssps) + for mode in ("cool", "heat") + ] + paths += [buildings_dir / f"rc_sector_fractions_{ssp}.csv" for ssp in sorted(ssps)] + paths += [ + coeff_dir / f"correction_coefficients_{mode}_SSP2_{sector}.csv" + for mode in ("cool", "heat") + for sector in ("comm", "resid") + ] + return [f"buildings: {p}" for p in paths if not p.is_file()] + + +def _missing_rime() -> list[str]: + from message_ix_models.tools.impacts import impacts_data_path + + rime_dir = impacts_data_path("rime") + paths = [ + rime_dir / "r12_thermoelectric_gwl.nc", + rime_dir / "region_EI_cool_gwl_binned.nc", + rime_dir / "region_EI_heat_gwl_binned.nc", + ] + return [f"RIME: {p}" for p in paths if not p.is_file()] + + +def validate_inputs(config: dict) -> None: + """Fail fast if any on-disk input the CID actions need is missing. + + Each ``CI_*`` step clones a scenario before its action runs, so a + missing MAGICC output or RIME dataset surfaces only after a fresh + DB clone has been written. This preflight collects every missing + path across all starters and raises once, so the user can fix them + in a single pass rather than one clone at a time. + """ + missing = ( + _missing_magicc(config["starters"]) + + _missing_buildings({s["ssp"] for s in config["starters"]}) + + _missing_rime() + ) + if missing: + raise FileNotFoundError( + "SPARCCLE preflight: required inputs not found:\n - " + + "\n - ".join(missing) + ) + + +def phase1_cooling( + context: "Context", + scenario: "Scenario", + *, + ssp: str, + regions: str = "R12", + rcps: str = "no_climate", + rels: str = "low", +) -> "Scenario": + """Build the cooling module on top of *scenario* via ``water-ix`` subprocess. + + The subprocess reads ``scenario`` and produces ``{scenario}_cooling`` + in the same database. We then load and return it. + """ + from message_ix import Scenario + + del context + + url = f"ixmp://{scenario.platform.name}/{scenario.model}/{scenario.scenario}" + cmd = [ + "mix-models", + "--url", + url, + "water-ix", + "cooling", + "--regions", + regions, + "--ssp", + ssp, + "--rcps", + rcps, + "--rels", + rels, + ] + log.info("→ %s", " ".join(cmd)) + subprocess.run(cmd, check=True) + + target_name = f"{scenario.scenario}_cooling" + log.info("Loading produced scenario %s/%s", scenario.model, target_name) + return Scenario(scenario.platform, scenario.model, target_name) + + +def apply_buildings( + context: "Context", + scenario: "Scenario", + *, + magicc_dir: str | Path, + n_runs: int | None = None, + reference_scenario: str = "SSP2", +) -> None: + """Apply building-energy CIDs in place on *scenario* (``CI_b`` step).""" + from message_ix_models.model.buildings.impacts import ( + apply_building_cids, + compute_building_cids, + ) + from message_ix_models.util import ScenarioInfo + + gmt = load_magicc_gmt(magicc_dir, n_runs=n_runs) + n = gmt.values.shape[0] if gmt.values.ndim > 1 else 1 + cooling, heating = compute_building_cids( + gmt, + ScenarioInfo(scenario).Y, + reference_scenario=reference_scenario, + regions=context.model.regions, + ) + apply_building_cids( + scenario, + cooling, + heating, + commit_message=f"Building CIDs ({reference_scenario}, {n} runs)", + reference_scenario=reference_scenario, + ) + persist_gmt_mean(scenario, gmt) + + +def apply_cooling( + context: "Context", + scenario: "Scenario", + *, + magicc_dir: str | Path, + n_runs: int | None = None, + min_year: int | None = None, +) -> None: + """Apply wet + dry cooling CIDs in place on *scenario* (``CI_p`` step). + + *min_year* defaults to + :data:`model.water.data.cooling_impacts._DEFAULT_MIN_YEAR` when ``None``. + """ + from message_ix_models.model.water.data.cooling_impacts import apply_cooling_cids + + gmt = load_magicc_gmt(magicc_dir, n_runs=n_runs) + n = gmt.values.shape[0] if gmt.values.ndim > 1 else 1 + kwargs = {"min_year": min_year} if min_year is not None else {} + apply_cooling_cids( + scenario, + gmt, + commit_message=f"Cooling CIDs (wet+dry), {n} runs", + regions=context.model.regions, + **kwargs, + ) + persist_gmt_mean(scenario, gmt) + + +def _apply_buildings_and_cooling( + context: "Context", + scenario: "Scenario", + *, + magicc_dir: str | Path, + n_runs: int | None = None, + reference_scenario: str = "SSP2", + min_year: int | None = None, +) -> None: + """``CI_bp`` composite: buildings then cooling CIDs in place.""" + apply_buildings( + context, + scenario, + magicc_dir=magicc_dir, + n_runs=n_runs, + reference_scenario=reference_scenario, + ) + apply_cooling( + context, + scenario, + magicc_dir=magicc_dir, + n_runs=n_runs, + min_year=min_year, + ) + + +def generate( + context: "Context", + *, + config_path: str | Path | None = None, + **options, +) -> Workflow: + """Build the SPARCCLE Phase-1 + Phase-2 workflow. + + Parameters + ---------- + context + Context object (passed to each step). + config_path + Path to ``scenario_config.yaml``. Defaults to the packaged copy. + options + Reserved for forward-compatibility with extra CLI options; + currently ignored. + + Returns + ------- + Workflow + Graph with one ``base``/``cooling``/``CI_b``/``CI_p``/``CI_bp`` + step set per starter, plus an aggregating ``all CI`` default. + """ + del options + + config = load_config(config_path or _DEFAULT_CONFIG_PATH) + validate_inputs(config) + + wf = Workflow(context) + + platform = config["platform_info"]["name"] + regions = config["regions"] + cooling_cfg = config["cooling"] + cid_cfg = config["cid"] + + targets: list[str] = [] + for starter in config["starters"]: + model = starter["model"] + scenario = starter["scenario"] + ssp = starter["ssp"] + magicc_dir = starter["magicc_output_dir"] + if not magicc_dir: + raise ValueError(f"Starter {model}/{scenario} lacks magicc_output_dir") + + label = f"{ssp}/{scenario}" + base_step = f"{label} base" + try: + wf.add_step( + base_step, + None, + target=f"ixmp://{platform}/{model}/{scenario}", + ) + except KeyExistsError: + pass # shared starter URL across SSPs + + cooling_step = f"{label} cooling" + wf.add_step( + cooling_step, + base_step, + phase1_cooling, + target=f"ixmp://{platform}/{model}/{scenario}_cooling", + ssp=ssp, + regions=regions, + rcps=cooling_cfg["rcps"], + rels=cooling_cfg["rels"], + ) + + common = {"magicc_dir": magicc_dir} + if cid_cfg["n_runs"] is not None: + common["n_runs"] = cid_cfg["n_runs"] + + buildings = { + **common, + "reference_scenario": ssp, + } + cooling = dict(common) + if cid_cfg["min_year"] is not None: + cooling["min_year"] = cid_cfg["min_year"] + + targets.append( + wf.add_step( + f"{label} CI_b", + base_step, + apply_buildings, + target=f"ixmp://{platform}/{model}/{scenario}_CI_b", + clone=True, + **buildings, + ) + ) + targets.append( + wf.add_step( + f"{label} CI_p", + cooling_step, + apply_cooling, + target=f"ixmp://{platform}/{model}/{scenario}_CI_p", + clone=True, + **cooling, + ) + ) + targets.append( + wf.add_step( + f"{label} CI_bp", + cooling_step, + _apply_buildings_and_cooling, + target=f"ixmp://{platform}/{model}/{scenario}_CI_bp", + clone=True, + **buildings, + **( + {"min_year": cid_cfg["min_year"]} + if cid_cfg["min_year"] is not None + else {} + ), + ) + ) + + wf.add("all CI", targets) + wf.default_key = "all CI" + + return wf diff --git a/message_ix_models/tests/model/test_building_impacts.py b/message_ix_models/tests/model/test_building_impacts.py new file mode 100644 index 0000000000..7ca80ea6a6 --- /dev/null +++ b/message_ix_models/tests/model/test_building_impacts.py @@ -0,0 +1,119 @@ +"""Tests for model.buildings.impacts — building energy CID integration.""" + +import numpy as np +import pandas as pd + +from message_ix_models.model.buildings.impacts import ( + _demand_to_final_energy_iamc, + predict_building_ei, + prepare_building_demand, +) + +# --------------------------------------------------------------------------- +# predict_building_ei +# --------------------------------------------------------------------------- + + +def test_warming_increases_cooling_ei(): + gmt = np.array([1.0, 1.5, 2.0]) + ei_cool = predict_building_ei(gmt, "cool") + mean_per_year = np.nanmean(ei_cool, axis=(0, 1, 2)) + assert mean_per_year[2] > mean_per_year[0] + + +def test_warming_decreases_heating_ei(): + gmt = np.array([1.0, 1.5, 2.0]) + ei_heat = predict_building_ei(gmt, "heat") + mean_per_year = np.nanmean(ei_heat, axis=(0, 1, 2)) + assert mean_per_year[2] < mean_per_year[0] + + +# --------------------------------------------------------------------------- +# IAMC packaging helpers +# --------------------------------------------------------------------------- + + +def test_demand_to_final_energy_iamc_converts_gwa_to_ej_per_year(): + demand = pd.DataFrame( + { + "node": ["R12_AFR", "R12_AFR"], + "year": [2030, 2035], + "value": [1.0, 2.0], + } + ) + + result = _demand_to_final_energy_iamc( + demand, "Final Energy|Residential and Commercial|Cooling" + ) + + assert result["unit"].unique().tolist() == ["EJ/yr"] + assert result["variable"].unique().tolist() == [ + "Final Energy|Residential and Commercial|Cooling" + ] + np.testing.assert_allclose(result["value"], [0.0315576, 0.0631152]) + + +# --------------------------------------------------------------------------- +# prepare_building_demand — substitution arithmetic +# --------------------------------------------------------------------------- + +# Minimal columns required by prepare_building_demand / _substitute_climate_component. +_RC_SPEC = pd.DataFrame( + {"node": ["R12_AFR"], "year": [2050], "commodity": ["rc_spec"], "value": [100.0]} +) +_RC_THERM = pd.DataFrame( + {"node": ["R12_AFR"], "year": [2050], "commodity": ["rc_therm"], "value": [200.0]} +) +_FRACTIONS = pd.DataFrame( + { + "node": ["R12_AFR"], + "year": [2050], + "frac_resid_cool": [0.2], + "frac_comm_cool": [0.1], + "frac_resid_heat": [0.3], + "frac_comm_heat": [0.1], + } +) + + +def test_prepare_building_demand_substitution_arithmetic(): + """new_value = old_value * (1 - frac_total) + cid_value.""" + cooling_cids = pd.DataFrame({"node": ["R12_AFR"], "year": [2050], "value": [15.0]}) + heating_cids = pd.DataFrame({"node": ["R12_AFR"], "year": [2050], "value": [30.0]}) + + new_spec, new_therm = prepare_building_demand( + _RC_SPEC.copy(), + _RC_THERM.copy(), + cooling_cids, + heating_cids, + fractions=_FRACTIONS, + ) + + # rc_spec: 100 * (1 - 0.3) + 15 = 85.0 + np.testing.assert_allclose(new_spec["value"].values, [85.0]) + # rc_therm: 200 * (1 - 0.4) + 30 = 150.0 + np.testing.assert_allclose(new_therm["value"].values, [150.0]) + + +def test_prepare_building_demand_missing_cid_zerofills(): + """When CID has no rows for a (node, year), its contribution is zero.""" + empty_cids = pd.DataFrame( + { + "node": pd.Series(dtype=str), + "year": pd.Series(dtype=int), + "value": pd.Series(dtype=float), + } + ) + + new_spec, new_therm = prepare_building_demand( + _RC_SPEC.copy(), + _RC_THERM.copy(), + empty_cids, + empty_cids, + fractions=_FRACTIONS, + ) + + # rc_spec: 100 * (1 - 0.3) + 0 = 70.0 + np.testing.assert_allclose(new_spec["value"].values, [70.0]) + # rc_therm: 200 * (1 - 0.4) + 0 = 120.0 + np.testing.assert_allclose(new_therm["value"].values, [120.0]) diff --git a/message_ix_models/tests/model/water/data/test_cooling_impacts.py b/message_ix_models/tests/model/water/data/test_cooling_impacts.py new file mode 100644 index 0000000000..a7fa2f481b --- /dev/null +++ b/message_ix_models/tests/model/water/data/test_cooling_impacts.py @@ -0,0 +1,181 @@ +"""Tests for model.water.data.cooling_impacts -- wet-cooling constraints.""" + +import numpy as np +import pandas as pd +import pytest + +from message_ix_models.model.water.data.cooling_impacts import ( + build_dry_cooling_factors, + build_wet_cooling_constraints, + compute_degradation_ratios, +) +from message_ix_models.tools.impacts import impacts_data_path + +_RIME_DIR = impacts_data_path("rime") +_HAS_RIME_DATA = (_RIME_DIR / "r12_capacity_gwl_ensemble.nc").exists() + +skip_no_rime = pytest.mark.skipif( + not _HAS_RIME_DATA, reason="RIME cooling NetCDF not available" +) + + +# --------------------------------------------------------------------------- +# compute_degradation_ratios — needs RIME data on disk +# --------------------------------------------------------------------------- + + +@skip_no_rime +def test_ratio_at_baseline(): + gmt = np.array([1.0]) + ratios = compute_degradation_ratios(gmt, [2020], baseline_gwl=1.0) + np.testing.assert_allclose(ratios.values, 1.0, atol=0.01) + + +@skip_no_rime +def test_ratio_changes_with_warming(): + gmt = np.array([1.0, 2.0, 3.0, 4.0]) + ratios = compute_degradation_ratios(gmt, [2020, 2030, 2040, 2050], baseline_gwl=1.0) + # Warming should move the regional ratios away from the baseline value. + assert (ratios[2050] - ratios[2020]).abs().gt(0.01).any() + + +@skip_no_rime +def test_ratio_shape_matches_input(): + gmt = np.linspace(1.0, 3.0, 6) + ratios = compute_degradation_ratios(gmt, [2020, 2030, 2040, 2050, 2060, 2070]) + assert ratios.shape == (12, 6) + + +# --------------------------------------------------------------------------- +# build_wet_cooling_constraints — mock-data unit tests +# --------------------------------------------------------------------------- + +_ADDON_DF = pd.DataFrame( + { + "type_addon": [ + "cooling__coal_ppl", + "cooling__coal_ppl", + "cooling__gas_ppl", + ], + "node": ["R12_AFR", "R12_WEU", "R12_AFR"], + "technology": ["coal_ppl", "coal_ppl", "gas_ppl"], + "year_vtg": [2020, 2020, 2020], + "year_act": [2020, 2020, 2020], + "mode": ["M1", "M1", "M1"], + "time": ["year", "year", "year"], + "value": [1.5, 1.5, 1.2], + "unit": ["-", "-", "-"], + } +) + +_TECHS = { + "coal_ppl", + "coal_ppl__cl_fresh", + "coal_ppl__ot_fresh", + "coal_ppl__air", + "gas_ppl", + "gas_ppl__cl_fresh", + "gas_ppl__ot_fresh", +} + + +def test_wet_cooling_constraint_structure(): + wet_cf = pd.DataFrame( + [[0.95, 0.90], [0.95, 0.90]], + index=pd.Index(["AFR", "WEU"], name="region"), + columns=[2050, 2060], + ) + result = build_wet_cooling_constraints( + _ADDON_DF, _TECHS, wet_cf, model_years=[2050, 2060] + ) + + assert "relation_activity" in result + assert "relation_upper" in result + assert "relation_names" in result + + rel_act = result["relation_activity"] + rel_up = result["relation_upper"] + + assert not rel_act.empty + assert not rel_up.empty + # All upper bounds should be zero + assert (rel_up["value"] == 0.0).all() + + +def test_wet_cooling_coefficient_signs(): + wet_cf = pd.DataFrame( + [[0.95]], + index=pd.Index(["AFR"], name="region"), + columns=[2050], + ) + result = build_wet_cooling_constraints( + _ADDON_DF, _TECHS, wet_cf, model_years=[2050] + ) + rel_act = result["relation_activity"] + + # Freshwater variants should have positive coefficients + fresh = rel_act[rel_act["technology"].str.contains("fresh")] + assert (fresh["value"] > 0).all() + + # Parent technologies should have negative coefficients + parents = rel_act[~rel_act["technology"].str.contains("__")] + assert (parents["value"] < 0).all() + + +def test_wet_cooling_min_year_filtering(): + wet_cf = pd.DataFrame( + [[0.98, 0.95]], + index=pd.Index(["AFR"], name="region"), + columns=[2030, 2050], + ) + result = build_wet_cooling_constraints( + _ADDON_DF, + _TECHS, + wet_cf, + model_years=[2030, 2050], + min_year=2045, + ) + rel_act = result["relation_activity"] + # 2030 should be excluded + assert 2030 not in rel_act["year_act"].values + assert 2050 in rel_act["year_act"].values + + +# --------------------------------------------------------------------------- +# build_dry_cooling_factors +# --------------------------------------------------------------------------- + +_CF_AIR = pd.DataFrame( + { + "node_loc": ["R12_AFR", "R12_AFR", "R12_WEU"], + "technology": ["coal_ppl__air", "coal_ppl__air", "gas_ppl__air"], + "year_act": [2030, 2050, 2050], + "value": [0.90, 0.80, 0.75], + "unit": ["-", "-", "-"], + } +) + +_DRY_RATIOS = pd.DataFrame( + {2050: [0.50, 0.80]}, + index=pd.Index(["AFR", "WEU"], name="region"), +) + + +def test_dry_cooling_scales_values_and_preserves_structure(): + old_cf, new_cf = build_dry_cooling_factors( + _CF_AIR, _DRY_RATIOS, model_years=[2030, 2050], min_year=2045 + ) + + assert old_cf["year_act"].tolist() == [2050, 2050] + assert new_cf.columns.tolist() == old_cf.columns.tolist() + np.testing.assert_allclose(old_cf["value"], [0.80, 0.75]) + np.testing.assert_allclose(new_cf["value"], [0.40, 0.60]) + + +def test_dry_cooling_min_year_filtering(): + old_cf, new_cf = build_dry_cooling_factors( + _CF_AIR, _DRY_RATIOS, model_years=[2030], min_year=2045 + ) + + assert old_cf.empty + assert new_cf.empty diff --git a/message_ix_models/tests/model/water/data/test_impacts.py b/message_ix_models/tests/model/water/data/test_impacts.py new file mode 100644 index 0000000000..b6af6022b2 --- /dev/null +++ b/message_ix_models/tests/model/water/data/test_impacts.py @@ -0,0 +1,95 @@ +"""Tests for model.water.data.impacts -- water-domain RIME transformations.""" + +import numpy as np +import pytest + +from message_ix_models.model.water.utils import ( + N_MESSAGE_BASINS, + N_RIME_BASINS, + NAN_BASIN_IDS, + load_basin_mapping, + split_basin_macroregion, +) +from message_ix_models.tools.impacts import impacts_data_path + + +class TestLoadBasinMapping: + def test_loads_217_rows(self): + df = load_basin_mapping() + assert len(df) == N_MESSAGE_BASINS + assert "BASIN_ID" in df.columns + assert "basin_code" in df.columns + assert "area_km2" in df.columns + + +# Integration tests requiring RIME NetCDF files (for basin-to-index mapping) +_RIME_DIR = impacts_data_path("rime") +_HAS_RIME_DATA = ( + _RIME_DIR / "rime_regionarray_qtot_mean_CWatM_annual_window11.nc" +).exists() + + +@pytest.mark.skipif(not _HAS_RIME_DATA, reason="RIME NetCDF datasets not available") +class TestSplitBasinMacroregion: + """Requires RIME data for basin-to-index mapping.""" + + def test_expansion_shape(self): + basin_mapping = load_basin_mapping() + fake_rime = np.ones((N_RIME_BASINS, 5)) + result = split_basin_macroregion(fake_rime, basin_mapping) + assert result.shape == (N_MESSAGE_BASINS, 5) + + def test_nan_preservation(self): + """Basins 0, 141, 154 should remain NaN (no RIME data).""" + basin_mapping = load_basin_mapping() + fake_rime = np.ones((N_RIME_BASINS, 3)) + result = split_basin_macroregion(fake_rime, basin_mapping) + assert result.shape == (N_MESSAGE_BASINS, 3) + # Rows for NaN basin IDs should be NaN + for idx, row in basin_mapping.iterrows(): + if row["BASIN_ID"] in NAN_BASIN_IDS: + assert np.all(np.isnan(result[idx])), ( + f"Row {idx} (BASIN_ID={row['BASIN_ID']}) should be NaN" + ) + + def test_seasonal_3d(self): + basin_mapping = load_basin_mapping() + fake_rime = np.ones((N_RIME_BASINS, 5, 2)) + result = split_basin_macroregion(fake_rime, basin_mapping) + assert result.shape == (N_MESSAGE_BASINS, 5, 2) + + +@pytest.mark.skipif(not _HAS_RIME_DATA, reason="RIME NetCDF datasets not available") +class TestPredictWaterRime: + """End-to-end: predict + basin expansion.""" + + def test_annual_qtot(self): + from message_ix_models.model.water.data.impacts import predict_water_rime + + gmt = np.linspace(1.0, 2.5, 10) + result = predict_water_rime(gmt, "qtot_mean") + assert result.shape == (N_MESSAGE_BASINS, 10) + + def test_annual_qr(self): + from message_ix_models.model.water.data.impacts import predict_water_rime + + gmt = np.linspace(1.0, 2.5, 10) + result = predict_water_rime(gmt, "qr") + assert result.shape == (N_MESSAGE_BASINS, 10) + + def test_ensemble(self): + from message_ix_models.model.water.data.impacts import predict_water_rime + + rng = np.random.default_rng(42) + gmt_2d = rng.normal(1.5, 0.2, size=(5, 10)) + gmt_2d = np.clip(gmt_2d, 0.6, 7.4) + result = predict_water_rime(gmt_2d, "qtot_mean") + assert result.shape == (N_MESSAGE_BASINS, 10) + + def test_seasonal(self): + from message_ix_models.model.water.data.impacts import predict_water_rime + + gmt = np.linspace(1.0, 2.5, 10) + dry, wet = predict_water_rime(gmt, "qtot_mean", temporal_res="seasonal2step") + assert dry.shape == (N_MESSAGE_BASINS, 10) + assert wet.shape == (N_MESSAGE_BASINS, 10) diff --git a/message_ix_models/tests/tools/impacts/__init__.py b/message_ix_models/tests/tools/impacts/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/message_ix_models/tests/tools/impacts/test_climate.py b/message_ix_models/tests/tools/impacts/test_climate.py new file mode 100644 index 0000000000..a2da3eb6d2 --- /dev/null +++ b/message_ix_models/tests/tools/impacts/test_climate.py @@ -0,0 +1,54 @@ +"""Tests for tools.impacts.climate — GMT array extraction.""" + +import numpy as np +import pandas as pd +import pytest + +from message_ix_models.tools.impacts.climate import ( + GmtArray, + gmt_ensemble, + gmt_expectation, +) + + +@pytest.fixture +def wide_df(): + """3 runs, 5 years, int year columns.""" + years = list(range(2020, 2025)) + rows = [] + for i in range(3): + row = {"Model": f"run_{i}", "Variable": "GSAT"} + for y in years: + row[y] = 1.0 + 0.01 * (y - 2020) + 0.1 * i + rows.append(row) + return pd.DataFrame(rows) + + +def test_gmt_ensemble_year_labels(wide_df): + result = gmt_ensemble(wide_df, ["Model", "Variable"]) + assert isinstance(result, GmtArray) + np.testing.assert_array_equal(result.years, [2020, 2021, 2022, 2023, 2024]) + + +def test_gmt_ensemble_str_year_columns(): + df = pd.DataFrame({"id": ["a", "b"], "2020": [1.0, 1.1], "2025": [2.0, 2.1]}) + result = gmt_ensemble(df, ["id"]) + assert result.values.shape == (2, 2) + np.testing.assert_array_equal(result.years, [2020, 2025]) + + +def test_gmt_expectation_mean_across_rows(): + df = pd.DataFrame( + {"id": ["a", "b", "c"], 2020: [1.0, 2.0, 3.0], 2025: [4.0, 5.0, 6.0]} + ) + result = gmt_expectation(gmt_ensemble(df, ["id"])) + assert result.values.shape == (2,) + assert result.values[0] == pytest.approx(2.0) # mean(1, 2, 3) + assert result.values[1] == pytest.approx(5.0) # mean(4, 5, 6) + + +def test_gmt_expectation_nan_handling(): + df = pd.DataFrame({"id": ["a", "b"], 2020: [1.0, np.nan], 2025: [3.0, 5.0]}) + result = gmt_expectation(gmt_ensemble(df, ["id"])) + assert result.values[0] == pytest.approx(1.0) # nanmean(1.0, nan) + assert result.values[1] == pytest.approx(4.0) # nanmean(3.0, 5.0) diff --git a/message_ix_models/tests/tools/impacts/test_rime.py b/message_ix_models/tests/tools/impacts/test_rime.py new file mode 100644 index 0000000000..9829650293 --- /dev/null +++ b/message_ix_models/tests/tools/impacts/test_rime.py @@ -0,0 +1,150 @@ +"""Tests for tools.impacts.rime -- RIME prediction engine. + +Pure-function tests use synthetic data. Integration tests that need actual +RIME NetCDF datasets are marked with skipif. +""" + +import logging +from unittest.mock import patch + +import numpy as np +import pytest + +from message_ix_models.tools.impacts import ( + check_emulator_linearity, + clip_gmt, + impacts_data_path, + predict_rime, +) + +# Fake per-run prediction: shape (n_spatial=3,) returned for each GMT scalar. +_FAKE_SPATIAL = np.ones(3) + + +def _mock_predict_from(): + return patch( + "message_ix_models.tools.impacts.rime._predict_from_gmt", + return_value=_FAKE_SPATIAL, + ) + + +def _mock_linearity(max_deviation: float): + return patch( + "message_ix_models.tools.impacts.rime.check_emulator_linearity", + return_value={ + "max_deviation": max_deviation, + "mean_deviation": max_deviation, + "is_linear": max_deviation < 0.05, + }, + ) + + +def test_clip_annual_clipping(): + gmt = np.array([0.3, 0.5, 0.6, 1.0]) + result = clip_gmt(gmt, gmt_min=0.6, gmt_ceil=0.9) + # Values below 0.6 clipped to [0.6, 0.9] + assert result[0] >= 0.6 + assert result[0] <= 0.9 + assert result[1] >= 0.6 + assert result[1] <= 0.9 + # Value at 0.6 should be unchanged + assert result[2] == 0.6 + assert result[3] == 1.0 + + +def test_clip_seasonal_higher_threshold(): + gmt = np.array([0.7, 0.8, 1.0]) + result = clip_gmt(gmt, gmt_min=0.8, gmt_ceil=1.2) + # 0.7 is below seasonal min of 0.8, clipped to [0.8, 1.2] + assert result[0] >= 0.8 + assert result[0] <= 1.2 + # 0.8 is at boundary, unchanged + assert result[1] == 0.8 + + +def test_clip_2d_input(): + gmt = np.array([[0.3, 1.0, 2.0], [0.5, 1.5, 3.0]]) + result = clip_gmt(gmt) + assert result.shape == (2, 3) + assert result[0, 0] >= 0.6 + assert result[0, 1] == 1.0 + + +def test_predict_linear_emulator_no_warning(caplog): + """Linear emulator (deviation <= 1%): no linearity warning emitted.""" + gmt_2d = np.ones((5, 4)) * 1.5 + with _mock_predict_from(), _mock_linearity(0.005): + with caplog.at_level( + logging.WARNING, logger="message_ix_models.tools.impacts.rime" + ): + predict_rime(gmt_2d, "dummy.nc", "qtot_mean") + + assert not any("non-linear" in r.message for r in caplog.records) + + +def test_predict_nonlinear_multi_run_warns(caplog): + """Non-linear emulator + n_runs > 1: log warning emitted, no raise.""" + gmt_2d = np.ones((5, 4)) * 1.5 + with _mock_predict_from(), _mock_linearity(0.08): + with caplog.at_level( + logging.WARNING, logger="message_ix_models.tools.impacts.rime" + ): + predict_rime(gmt_2d, "dummy.nc", "qtot_mean") + + assert any("non-linear" in r.message for r in caplog.records) + + +def test_predict_nonlinear_single_run_raises(): + """Non-linear emulator + n_runs == 1: ValueError.""" + gmt_2d = np.ones((1, 4)) * 1.5 + with _mock_predict_from(), _mock_linearity(0.08): + with pytest.raises(ValueError, match="non-linear emulator"): + predict_rime(gmt_2d, "dummy.nc", "qtot_mean") + + +def test_predict_linear_single_run_no_raise(): + """Linear emulator + n_runs == 1: no error.""" + gmt_2d = np.ones((1, 4)) * 1.5 + with _mock_predict_from(), _mock_linearity(0.005): + result = predict_rime(gmt_2d, "dummy.nc", "qtot_mean") + assert result.shape == (3, 4) + + +# Integration tests requiring RIME NetCDF files +_RIME_DIR = impacts_data_path("rime") +_HAS_RIME_DATA = ( + _RIME_DIR / "rime_regionarray_qtot_mean_CWatM_annual_window11.nc" +).exists() + +skip_no_rime = pytest.mark.skipif( + not _HAS_RIME_DATA, reason="RIME NetCDF datasets not available" +) + + +@skip_no_rime +def test_predict_qtot_mean_1d(): + path = _RIME_DIR / "rime_regionarray_qtot_mean_CWatM_annual_window11.nc" + gmt = np.linspace(1.0, 2.5, 10) + result = predict_rime(gmt, path, "qtot_mean") + assert result.shape == (157, 10) + + +@skip_no_rime +def test_predict_qtot_mean_2d(): + path = _RIME_DIR / "rime_regionarray_qtot_mean_CWatM_annual_window11.nc" + rng = np.random.default_rng(42) + gmt_2d = rng.normal(1.5, 0.2, size=(5, 10)) + gmt_2d = np.clip(gmt_2d, 0.6, 7.4) + result = predict_rime(gmt_2d, path, "qtot_mean") + assert result.shape == (157, 10) + + +@skip_no_rime +def test_linearity_check_integration(): + path = _RIME_DIR / "rime_regionarray_qtot_mean_CWatM_annual_window11.nc" + result = check_emulator_linearity( + path, "qtot_mean", gmt_range=(1.0, 3.0), n_probe=5 + ) + assert "max_deviation" in result + assert "is_linear" in result + assert isinstance(result["is_linear"], bool) diff --git a/message_ix_models/tests/tools/impacts/test_temporal.py b/message_ix_models/tests/tools/impacts/test_temporal.py new file mode 100644 index 0000000000..874e2da3af --- /dev/null +++ b/message_ix_models/tests/tools/impacts/test_temporal.py @@ -0,0 +1,106 @@ +"""Tests for tools.impacts.temporal — year resampling.""" + +import pandas as pd +import pytest + +from message_ix_models.tools.impacts.temporal import sample_to_model_years + + +@pytest.fixture +def annual_df(): + years = list(range(2020, 2041)) + data = {"basin": ["B1", "B2", "B3"]} + for y in years: + data[y] = [float(y)] * 3 + return pd.DataFrame(data) + + +@pytest.fixture +def decadal_df(): + rows = [ + {"node": "R12_AFR", 2020: 0.4, 2030: 0.6, 2040: 0.8, 2050: 1.0}, + {"node": "R12_NAM", 2020: 1.0, 2030: 0.9, 2040: 0.85, 2050: 0.8}, + ] + return pd.DataFrame(rows) + + +def test_point_method(annual_df): + model_years = [2020, 2025, 2030, 2035, 2040] + result = sample_to_model_years(annual_df, ["basin"], model_years, method="point") + assert list(result.columns) == ["basin"] + model_years + assert result[2025].iloc[0] == 2025.0 + assert result[2040].iloc[0] == 2040.0 + + +def test_average_method(annual_df): + model_years = [2020, 2025, 2030] + result = sample_to_model_years(annual_df, ["basin"], model_years, method="average") + assert pytest.approx(result[2025].iloc[0]) == 2023.0 + + +def test_forward_fill_beyond_range(annual_df): + model_years = [2020, 2030, 2040, 2050] + result = sample_to_model_years(annual_df, ["basin"], model_years, method="point") + assert result[2050].iloc[0] == result[2040].iloc[0] + + +def test_missing_year_column(annual_df): + with pytest.raises(ValueError, match="not found in input"): + sample_to_model_years(annual_df, ["basin"], [2019, 2020], method="point") + + +def test_interpolate_linear_between_inputs(decadal_df): + result = sample_to_model_years( + decadal_df, + ["node"], + [2020, 2025, 2030, 2035, 2040, 2045, 2050], + method="interpolate", + ) + afr = result.set_index("node").loc["R12_AFR"] + assert pytest.approx(afr[2025]) == 0.5 + assert pytest.approx(afr[2035]) == 0.7 + assert pytest.approx(afr[2045]) == 0.9 + assert afr[2020] == 0.4 + assert afr[2050] == 1.0 + + +def test_interpolate_forward_fill_beyond_last_input(decadal_df): + result = sample_to_model_years( + decadal_df, ["node"], [2050, 2060, 2100], method="interpolate" + ) + afr = result.set_index("node").loc["R12_AFR"] + assert afr[2060] == afr[2050] + assert afr[2100] == afr[2050] + + +def test_interpolate_drop_below_first_input_year_by_default(decadal_df): + result = sample_to_model_years( + decadal_df, ["node"], [2010, 2015, 2020, 2030], method="interpolate" + ) + cols = [c for c in result.columns if isinstance(c, int)] + assert 2010 not in cols + assert 2015 not in cols + assert 2020 in cols + assert 2030 in cols + + +def test_interpolate_extrapolate_below_backfills(decadal_df): + result = sample_to_model_years( + decadal_df, + ["node"], + [2010, 2020, 2030], + method="interpolate", + extrapolate_below=True, + ) + afr = result.set_index("node").loc["R12_AFR"] + assert afr[2010] == afr[2020] + + +def test_interpolate_independent_per_row(decadal_df): + result = sample_to_model_years( + decadal_df, ["node"], [2025, 2035], method="interpolate" + ).set_index("node") + assert pytest.approx(result.loc["R12_AFR", 2025]) == 0.5 + assert pytest.approx(result.loc["R12_NAM", 2025]) == 0.95 + assert pytest.approx(result.loc["R12_AFR", 2035]) == 0.7 + assert pytest.approx(result.loc["R12_NAM", 2035]) == 0.875 diff --git a/message_ix_models/tools/iamc/__init__.py b/message_ix_models/tools/iamc/__init__.py index fa851ff1e3..f00d602f56 100644 --- a/message_ix_models/tools/iamc/__init__.py +++ b/message_ix_models/tools/iamc/__init__.py @@ -21,11 +21,48 @@ __all__ = [ "compare", "describe", + "frame_to_iamc", "iamc_like_data_for_query", "to_quantity", ] +def frame_to_iamc( + df: pd.DataFrame, + variable: str, + unit: str, + *, + region_col: str = "region", +) -> pd.DataFrame: + """Return *df* in IAMC long form with ``variable`` and ``unit`` attached. + + Parameters + ---------- + df + Long-form frame with columns ``[region_col, "year", "value"]``. + Other columns are ignored. + variable + IAMC variable name (e.g. ``"Input|Climate|Cooling|..."``). + unit + Unit string (e.g. ``"GWa"``, ``"dimensionless"``). + region_col + Source column to use as ``region``. Default ``"region"``; + pass ``"node"`` when the frame uses scenario node labels. + + Returns + ------- + pd.DataFrame + Columns ``["region", "variable", "unit", "year", "value"]``. + """ + out = df[[region_col, "year", "value"]].copy() + if region_col != "region": + out = out.rename(columns={region_col: "region"}) + out["year"] = out["year"].astype(int) + out["variable"] = variable + out["unit"] = unit + return out[["region", "variable", "unit", "year", "value"]] + + # TODO Reduce complexity from 12 to <=11 def compare( # noqa: C901 left: pd.DataFrame, diff --git a/message_ix_models/tools/impacts/__init__.py b/message_ix_models/tools/impacts/__init__.py new file mode 100644 index 0000000000..3026f806ec --- /dev/null +++ b/message_ix_models/tools/impacts/__init__.py @@ -0,0 +1,39 @@ +"""Climate impact prediction toolkit. + +GMT-to-impact prediction via RIME emulators and year helpers. +Domain-specific transforms live with their domain modules; this package only +handles emulator lookup and ensemble reduction. RIME prediction is an adapted +reimplementation of `iiasa/rime +`_; see :mod:`.rime` for attribution. +""" + +from functools import partial + +from message_ix_models.util import package_data_path + +from .climate import ( + GmtArray, + gmt_ensemble, + gmt_expectation, + load_magicc_gmt, + persist_gmt_mean, +) +from .rime import check_emulator_linearity, clip_gmt, open_rime_dataset, predict_rime +from .temporal import sample_to_model_years + +impacts_data_path = partial(package_data_path, "impacts") + + +__all__ = [ + "GmtArray", + "check_emulator_linearity", + "clip_gmt", + "gmt_ensemble", + "gmt_expectation", + "impacts_data_path", + "load_magicc_gmt", + "open_rime_dataset", + "persist_gmt_mean", + "predict_rime", + "sample_to_model_years", +] diff --git a/message_ix_models/tools/impacts/climate.py b/message_ix_models/tools/impacts/climate.py new file mode 100644 index 0000000000..fe7168474d --- /dev/null +++ b/message_ix_models/tools/impacts/climate.py @@ -0,0 +1,225 @@ +"""GMT array extraction and ingestion. + +Three entry points for assembling a :class:`GmtArray` (``values`` + +``years`` NamedTuple): + +- :func:`gmt_ensemble` — extract wide-DataFrame rows as ``(n_rows, n_years)``. +- :func:`gmt_expectation` — nanmean across rows as ``(n_years,)``. +- :func:`load_magicc_gmt` — read a MAGICC climate-assessment Excel file + and return the per-run GSAT trajectories. +""" + +import functools +import logging +from collections.abc import Sequence +from pathlib import Path +from typing import NamedTuple + +import numpy as np +import pandas as pd + +log = logging.getLogger(__name__) + +_GSAT_VAR = "AR6 climate diagnostics|Surface Temperature (GSAT)|MAGICCv7.5.3" +_ID_COLS = ["Model", "Scenario", "Region", "Variable", "Unit"] + + +class GmtArray(NamedTuple): + """GMT values with year labels. + + Attributes + ---------- + values + Shape ``(n_runs, n_years)`` for ensemble or ``(n_years,)`` for + expectation. + years + Year labels, shape ``(n_years,)``. + """ + + values: np.ndarray + years: np.ndarray + + +def _year_columns(df: pd.DataFrame, id_cols: Sequence[str]) -> list: + """Identify year columns: all columns not in *id_cols* that are numeric. + + Accepts both ``int`` columns (``2020``) and ``str``-of-digits + (``"2020"``). Returns original column labels sorted by integer value. + + Raises + ------ + ValueError + If no year columns are found. + """ + id_set = set(id_cols) + cols = sorted( + ( + c + for c in df.columns + if c not in id_set + and (isinstance(c, (int, float)) or (isinstance(c, str) and c.isdigit())) + ), + key=lambda c: int(c), + ) + if not cols: + raise ValueError( + f"No year columns found. ID columns: {list(id_cols)}; " + f"all columns: {list(df.columns)}" + ) + return cols + + +def gmt_ensemble(df: pd.DataFrame, id_cols: Sequence[str]) -> GmtArray: + """Extract wide DataFrame rows as a 2D array. + + Parameters + ---------- + df + Wide DataFrame with ID columns and year columns (int or str-digits). + id_cols + Non-year columns (e.g. ``["Model", "Scenario", "Variable"]``). + + Returns + ------- + GmtArray + ``.values`` shape ``(n_rows, n_years)``, ``.years`` shape + ``(n_years,)``. + """ + cols = _year_columns(df, id_cols) + values = df[cols].values.astype(float) + years = np.array([int(c) for c in cols]) + return GmtArray(values, years) + + +def gmt_expectation(arr: GmtArray) -> GmtArray: + """Per-year nanmean of *arr* along the run axis. + + A 2-D ``(n_runs, n_years)`` input collapses to 1-D ``(n_years,)``. + A 1-D input is returned unchanged. + """ + values = np.asarray(arr.values) + if values.ndim == 1: + return arr + return GmtArray(values=np.nanmean(values, axis=0), years=arr.years) + + +_GMT_VARIABLE = "Physical Climate Impact|Surface Temperature (GSAT)|Mean" + + +def persist_gmt_mean(scen, gmt: GmtArray) -> None: + """Persist the ensemble-mean GMT trajectory on *scen* as a global timeseries. + + Writes one ``World``-region row per year under + ``Physical Climate Impact|Surface Temperature (GSAT)|Mean`` (degC). + + Idempotent: if the variable already exists on the scenario and matches + the computed mean, return without writing. Raises if the existing rows + disagree with the new mean — that means the upstream MAGICC ensemble + changed between CID-step invocations on the same scenario, which is a + workflow-integrity bug worth surfacing rather than silently overwriting. + """ + from message_ix_models.tools.iamc import frame_to_iamc + + mean = gmt_expectation(gmt) + ts = ( + pd.DataFrame( + { + "region": "World", + "year": np.asarray(mean.years, dtype=int), + "value": np.asarray(mean.values), + } + ) + .pipe(frame_to_iamc, _GMT_VARIABLE, "degC") + .sort_values("year") + .reset_index(drop=True) + ) + if ts.empty: + return + + existing = scen.timeseries(variable=_GMT_VARIABLE) + if not existing.empty: + prior = ( + existing[existing["region"] == "World"][["year", "value"]] + .sort_values("year") + .reset_index(drop=True) + ) + proposed = ts[["year", "value"]] + if prior["year"].equals(proposed["year"]) and np.allclose( + prior["value"].to_numpy(), proposed["value"].to_numpy(), atol=1e-9 + ): + log.debug("GMT mean already persisted on scenario; skipping write") + return + raise ValueError( + f"Existing {_GMT_VARIABLE} on scenario disagrees with computed " + "mean — upstream MAGICC ensemble changed between CID steps." + ) + + scen.check_out(timeseries_only=True) + try: + scen.add_timeseries(ts) + scen.commit(f"Persist GMT mean ({_GMT_VARIABLE})") + except BaseException: + scen.discard_changes() + raise + + +def load_magicc_gmt(magicc_dir: str | Path, n_runs: int | None = None) -> GmtArray: + """Load a GSAT ensemble from a MAGICC climate-assessment Excel file. + + Reads the IAMC-format ``*_IAMC_climateassessment.xlsx`` file in + *magicc_dir* and extracts individual GSAT trajectories identified by + ``Model = ...|run_{N}``. Results are cached by ``(Path, n_runs)`` so + repeated calls within a single workflow run reuse the same array. + + Parameters + ---------- + magicc_dir + Directory containing the climate-assessment Excel output. + n_runs + Maximum number of runs to load. ``None`` loads all available. + + Returns + ------- + GmtArray + ``.values`` shape ``(n_runs, n_years)``, degC above pre-industrial. + ``.years`` shape ``(n_years,)``, integer year labels. + """ + return _load_magicc_gmt_cached(Path(magicc_dir), n_runs) + + +@functools.lru_cache(maxsize=None) +def _load_magicc_gmt_cached(magicc_dir: Path, n_runs: int | None) -> GmtArray: + iamc_files = sorted(magicc_dir.glob("*_IAMC_climateassessment.xlsx")) + if not iamc_files: + raise FileNotFoundError(f"No *_IAMC_climateassessment.xlsx in {magicc_dir}") + if len(iamc_files) > 1: + raise ValueError( + f"Multiple *_IAMC_climateassessment.xlsx in {magicc_dir}: " + f"{[p.name for p in iamc_files]}. Resolve ambiguity before loading." + ) + iamc_path = iamc_files[0] + + log.info("Loading MAGICC ensemble from %s", iamc_path.name) + df = pd.read_excel(iamc_path, sheet_name="data") + + gsat = df[ + (df["Variable"] == _GSAT_VAR) + & df["Model"].str.contains("|run_", na=False, regex=False) + ] + if gsat.empty: + raise ValueError( + f"No individual GSAT runs found. Variables: " + f"{df['Variable'].unique()[:5].tolist()}" + ) + if n_runs is not None: + gsat = gsat.head(n_runs) + + array = gmt_ensemble(gsat, _ID_COLS) + log.info( + "GMT ensemble: %d runs x %d years (%d-%d)", + array.values.shape[0], + array.values.shape[1], + int(array.years[0]), + int(array.years[-1]), + ) + return array diff --git a/message_ix_models/tools/impacts/rime.py b/message_ix_models/tools/impacts/rime.py new file mode 100644 index 0000000000..7097ee0803 --- /dev/null +++ b/message_ix_models/tools/impacts/rime.py @@ -0,0 +1,246 @@ +"""GWL-binned nearest-neighbor lookup for RIME emulator data. + +Adapted reimplementation of the prediction core in `iiasa/rime +`_ (GPL-3.0); see +`doi:10.1088/2752-5295/adee3d `_ +for the underlying method. Predictions return at native emulator resolution; +domain modules own any reshape to MESSAGE-compatible arrays. +""" + +import functools +import logging + +import numpy as np +import xarray as xr + +from message_ix_models.util import package_data_path + +log = logging.getLogger(__name__) + + +# --------------------------------------------------------------------------- +# Dataset loading +# --------------------------------------------------------------------------- + + +@functools.lru_cache(maxsize=8) +def open_rime_dataset(filename: str) -> xr.Dataset: + """Cached open of a packaged RIME dataset under ``data/impacts/rime/``.""" + return xr.open_dataset(str(package_data_path("impacts", "rime", filename))) + + +# --------------------------------------------------------------------------- +# GMT clipping +# --------------------------------------------------------------------------- + + +def clip_gmt( + gmt_array: np.ndarray, + gmt_min: float = 0.6, + gmt_ceil: float = 0.9, + seed: int = 42, +) -> np.ndarray: + """Clip GMT values below RIME emulator minimum with skewed noise. + + Values below *gmt_min* are replaced with ``gmt_min + beta(2,5) * (gmt_ceil + - gmt_min)``, landing in ``[gmt_min, gmt_ceil]``. Values at or above + *gmt_min* are unchanged. + + Parameters + ---------- + gmt_array + GMT values (degC above pre-industrial). Any shape. + gmt_min + Lower bound of emulator support. + gmt_ceil + Upper bound of noise range for clipped values. + seed + RNG seed for reproducibility. + """ + gmt_clipped = np.asarray(gmt_array).copy() + original_shape = gmt_clipped.shape + gmt_flat = gmt_clipped.flatten() + + low_gmt_mask = gmt_flat < gmt_min + n_low = int(np.sum(low_gmt_mask)) + + if n_low > 0: + rng = np.random.default_rng(seed) + noise = rng.beta(2, 5, size=n_low) * (gmt_ceil - gmt_min) + gmt_flat[low_gmt_mask] = gmt_min + noise + + return gmt_flat.reshape(original_shape) + + +# --------------------------------------------------------------------------- +# Core prediction +# --------------------------------------------------------------------------- + + +def _predict_from_gmt( + gmt: float | np.floating, + filename: str, + var_name: str, + sel: dict | None = None, +) -> np.ndarray: + """GWL-binned nearest-neighbor lookup for a scalar GMT value.""" + data = open_rime_dataset(filename)[var_name] + + if sel is not None: + for dim, value in sel.items(): + if dim in data.dims: + data = data.sel({dim: value}) + + return data.sel(gwl=gmt, method="nearest").values + + +def predict_rime( + gmt_array: np.ndarray, + filename: str, + var_name: str, + sel: dict | None = None, + aggregate: str = "mean", +) -> np.ndarray: + """Predict RIME variable from GMT array. + + Performs a GWL-binned nearest-neighbour lookup for each GMT value. + For ensemble input ``(n_runs, n_years)``, applies the lookup per run + per year — a Monte Carlo estimate of ``E_{P(GMT)}[f(GMT)]``: for each + timestep *t*, samples ``f(GMT_{run,t})`` across all ensemble members + and aggregates. This is meaningful only when the emulator response is + approximately linear; use :func:`check_emulator_linearity` to verify. + + Parameters + ---------- + gmt_array + GMT values (degC above pre-industrial). + Shape ``(n_years,)`` for single trajectory, or + ``(n_runs, n_years)`` for ensemble. + filename + RIME NetCDF filename relative to ``data/impacts/rime/``. + var_name + Variable name within the dataset (e.g. ``"qtot_mean"``, + ``"capacity_factor"``, ``"EI_cool"``). + sel + Optional dimension selections applied before GWL lookup. + aggregate + How to reduce the ensemble axis for 2D input: + + ``"mean"`` *(default)* + Return ``E[f(GMT)]`` — sample mean across runs. + Shape matches 1D output (no run axis). + ``"none"`` + Return the full ``(n_runs, n_spatial, n_years)`` array. + Use this when downstream callers need per-run data. + + Ignored for 1D input. + + Returns + ------- + np.ndarray + Native emulator resolution. Shape depends on variable and input: + + - 1D input or ``aggregate="mean"``: + basin variables ``(157, n_years)``, + capacity_factor ``(12, n_years)``, + EI variables ``(12, ..., n_years)`` + - ``aggregate="none"``: + ``(n_runs, n_spatial, n_years)`` (spatial dims as above) + """ + if aggregate not in ("mean", "none"): + raise ValueError(f"aggregate must be 'mean' or 'none', got {aggregate!r}") + + gmt_array = np.asarray(gmt_array) + + if gmt_array.ndim == 1: + preds = [ + _predict_from_gmt(float(g), filename, var_name, sel=sel) for g in gmt_array + ] + return np.stack(preds, axis=-1) + + if gmt_array.ndim == 2: + n_runs = gmt_array.shape[0] + lin = check_emulator_linearity( + filename, var_name, (float(gmt_array.min()), float(gmt_array.max())) + ) + if lin["max_deviation"] > 0.01: + if n_runs == 1: + raise ValueError( + f"predict_rime: single-run ensemble with non-linear emulator " + f"({var_name}, max deviation {lin['max_deviation']:.1%}). " + f"f(E[GMT]) is not a reliable substitute for E[f(GMT)]." + ) + log.warning( + "predict_rime: non-linear emulator response for %s " + "(max deviation %.1f%%)%s — MC mean is approximate", + var_name, + lin["max_deviation"] * 100, + f"; only {n_runs} runs (recommend >= 100)" if n_runs < 100 else "", + ) + run_results = [] + for i in range(n_runs): + preds = [ + _predict_from_gmt(float(g), filename, var_name, sel=sel) + for g in gmt_array[i] + ] + run_results.append(np.stack(preds, axis=-1)) + ensemble = np.stack(run_results, axis=0) # (n_runs, n_spatial, n_years) + if aggregate == "none": + return ensemble + return np.mean(ensemble, axis=0) + + raise ValueError(f"gmt_array must be 1D or 2D, got shape {gmt_array.shape}") + + +@functools.lru_cache(maxsize=32) +def check_emulator_linearity( + filename: str, + var_name: str, + gmt_range: tuple[float, float], + n_probe: int = 20, +) -> dict: + """Probe emulator response linearity over a GMT range. + + Tests whether ``E[f(GMT)]`` approximates ``f(E[GMT])`` by comparing + predictions at uniformly spaced GMT values against the prediction at + the mean GMT. Large deviations indicate non-linear response, meaning + percentile-based input (which implicitly assumes linearity) would be + unreliable. + + Parameters + ---------- + filename + RIME NetCDF filename relative to ``data/impacts/rime/``. + var_name + Variable name within the dataset. + gmt_range + ``(gmt_low, gmt_high)`` range to probe. + n_probe + Number of GMT values to sample. + + Returns + ------- + dict + Keys: ``max_deviation``, ``mean_deviation``, ``is_linear`` + (True if max deviation < 5%). + """ + gmt_low, gmt_high = gmt_range + gmt_probes = np.linspace(gmt_low, gmt_high, n_probe) + gmt_mean = float(np.mean(gmt_probes)) + + results = [_predict_from_gmt(float(g), filename, var_name) for g in gmt_probes] + e_of_f = np.nanmean(np.stack(results, axis=0), axis=0) # E[f(GMT)] + f_of_e = _predict_from_gmt(gmt_mean, filename, var_name) + + with np.errstate(divide="ignore", invalid="ignore"): + rel_dev = np.abs(e_of_f - f_of_e) / np.abs(f_of_e) + + rel_dev = rel_dev[np.isfinite(rel_dev)] + max_dev = float(np.max(rel_dev)) if len(rel_dev) > 0 else 0.0 + mean_dev = float(np.mean(rel_dev)) if len(rel_dev) > 0 else 0.0 + + return { + "max_deviation": max_dev, + "mean_deviation": mean_dev, + "is_linear": max_dev < 0.05, + } diff --git a/message_ix_models/tools/impacts/temporal.py b/message_ix_models/tools/impacts/temporal.py new file mode 100644 index 0000000000..a4aaea1e3c --- /dev/null +++ b/message_ix_models/tools/impacts/temporal.py @@ -0,0 +1,206 @@ +"""Year resampling for model timesteps. + +Climate data (MAGICC, RIME) typically has annual resolution (2020-2100). +MESSAGE uses non-uniform timesteps (5-year steps with gaps). This module +resamples annual data to match model year grids. + +""" + +import logging +from typing import Literal + +import pandas as pd + +log = logging.getLogger(__name__) + + +def _resample_point( + df: pd.DataFrame, + id_cols: list[str], + year_cols: list[int], + targets: list[int], + *, + min_input_year: int, + max_input_year: int, +) -> pd.DataFrame: + missing = [y for y in targets if y not in year_cols] + if missing: + raise ValueError( + f"Model years {missing} not found in input columns. " + f"Input range: {min_input_year}-{max_input_year}" + ) + return df[id_cols + targets].copy() + + +def _resample_average( + df: pd.DataFrame, + id_cols: list[str], + year_cols: list[int], + targets: list[int], +) -> pd.DataFrame: + result = df[id_cols].copy() + for i, y in enumerate(targets): + start = targets[i - 1] + 1 if i > 0 else y + period = [yr for yr in range(start, y + 1) if yr in year_cols] + if period: + result[y] = df[period].mean(axis=1) + elif y in year_cols: + result[y] = df[y] + else: + raise ValueError(f"No input data for averaging period ending at {y}") + return result + + +def _resample_long_form( + df: pd.DataFrame, + id_cols: list[str], + value_cols: list[str], + model_years: list[int], + method: Literal["point", "average", "interpolate"], + *, + extrapolate_below: bool, +) -> pd.DataFrame: + """Long-form adapter: pivot per value column, resample, melt back, merge.""" + parts: list[pd.DataFrame] = [] + for col in value_cols: + wide = df.pivot(index=id_cols, columns="year", values=col).reset_index() + wide.columns.name = None + sampled = sample_to_model_years( + wide, + id_cols, + model_years, + method, + extrapolate_below=extrapolate_below, + ) + long = sampled.melt(id_vars=id_cols, var_name="year", value_name=col) + long["year"] = long["year"].astype(int) + parts.append(long) + result = parts[0] + for part in parts[1:]: + result = result.merge(part, on=id_cols + ["year"]) + return result + + +def _resample_interpolate( + df: pd.DataFrame, + id_cols: list[str], + year_cols: list[int], + targets: list[int], + *, + min_input_year: int, + extrapolate_below: bool, +) -> pd.DataFrame: + target_in = ( + targets if extrapolate_below else [y for y in targets if y >= min_input_year] + ) + if not target_in: + return df[id_cols].copy() + + target_cols = sorted(set(year_cols) | set(target_in)) + wide = df.set_index(id_cols)[year_cols].reindex(columns=target_cols) + wide = wide.interpolate(axis=1, method="index") + if extrapolate_below: + wide = wide.bfill(axis=1) + return wide[target_in].reset_index() + + +def sample_to_model_years( + df: pd.DataFrame, + id_cols: list[str], + model_years: list[int], + method: Literal["point", "average", "interpolate"] = "point", + *, + extrapolate_below: bool = False, + value_cols: list[str] | None = None, +) -> pd.DataFrame: + """Resample data on a year axis to model timesteps. + + Parameters + ---------- + df + Wide DataFrame with integer year columns and ID columns. When + *value_cols* is given, *df* is treated as long form instead: + ID columns plus a ``year`` integer column plus each name in + *value_cols*. + id_cols + Non-year columns to preserve (e.g. ``["BCU_name"]``, ``["region"]``). + model_years + Target years (e.g. ``[2020, 2025, ..., 2100, 2110]``). + Years beyond input range are forward-filled from the last input year. + method + ``"point"`` — take value at model year; missing years raise. + ``"average"`` — mean over the preceding period (e.g. 2026–2030 for 2030). + ``"interpolate"`` — linear interpolation between input years using the + year column as a numeric x-axis. Years below the first input year are + dropped unless ``extrapolate_below=True``. + extrapolate_below + Only applies to ``method="interpolate"``. If True, target years below + the first input year are back-filled from the first input row. Default + False — drop them. + value_cols + When given, switches to long-form input/output: *df* must have a + ``year`` integer column plus each name in *value_cols*. Output is + long-form on the same columns. + + Returns + ------- + pd.DataFrame + Wide layout (default): ID columns plus *model_years* (filtered to + the supported range) as integer columns. Long layout (when + *value_cols* is given): ID columns plus ``year`` plus *value_cols*. + """ + if value_cols is not None: + return _resample_long_form( + df, + id_cols, + value_cols, + model_years, + method, + extrapolate_below=extrapolate_below, + ) + + year_cols = sorted(c for c in df.columns if isinstance(c, int) and c not in id_cols) + if not year_cols: + raise ValueError("No integer year columns found in DataFrame") + + min_input_year = year_cols[0] + max_input_year = year_cols[-1] + years_within = [y for y in model_years if y <= max_input_year] + years_beyond = [y for y in model_years if y > max_input_year] + + match method: + case "point": + result = _resample_point( + df, + id_cols, + year_cols, + years_within, + min_input_year=min_input_year, + max_input_year=max_input_year, + ) + case "average": + result = _resample_average(df, id_cols, year_cols, years_within) + case "interpolate": + result = _resample_interpolate( + df, + id_cols, + year_cols, + years_within, + min_input_year=min_input_year, + extrapolate_below=extrapolate_below, + ) + case _: + raise ValueError( + f"method must be 'point', 'average', or 'interpolate'; got {method!r}" + ) + + if years_beyond: + result_year_cols = [ + c for c in result.columns if isinstance(c, int) and c not in id_cols + ] + if result_year_cols: + last_available = max(result_year_cols) + for y in years_beyond: + result[y] = result[last_available] + + return result diff --git a/message_ix_models/util/node.py b/message_ix_models/util/node.py index d1901ad528..ff05e8a239 100644 --- a/message_ix_models/util/node.py +++ b/message_ix_models/util/node.py @@ -124,6 +124,28 @@ def identify_nodes(scenario: Scenario) -> str: return id +def extract_region_code(node: str) -> str: + """Extract short region code from a MESSAGE node name. + + Strips the ``R{n}_`` prefix (e.g. ``R11_``, ``R12_``, ``R14_``) if present; + returns the string unchanged for any other format. + + Parameters + ---------- + node + MESSAGE node name (e.g. ``"R12_AFR"``, ``"R11_WEU"``) or a short code + that needs no stripping (e.g. ``"AFR"``). + + Returns + ------- + str + Short code (e.g. ``"AFR"``). + """ + import re + + return re.sub(r"^R\d+_", "", node) + + def nodes_ex_world(nodes: Sequence[str | Code]) -> list[str | Code]: """Exclude "World" and anything containing "GLB" from `nodes`. diff --git a/pyproject.toml b/pyproject.toml index 617ccd042d..7d0af36c46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ report = ["plotnine", "xlsxwriter"] tests = [ "message-ix[tests]", "message_ix_models[bilateralize,buildings,material,report,transport]", + "netCDF4", "pytest", "pytest-cov", "pytest-timeout", @@ -200,3 +201,11 @@ mccabe.max-complexity = 11 packages = ["message_ix_models"] [tool.setuptools_scm] + +[dependency-groups] +dev = [ + "netcdf4>=1.7.3", + "plotnine>=0.15.3", + "pytest>=9.0.3", + "pytest-cov>=7.1.0", +]