diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7c777f20..530929ff31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added +- A generalized hourly matching policy module (#855). + +### Fixed +- Fix writing of net revenue to include all sources of revenue, not just energy revenue (#855). + ### Changed - Changed default value of parameter scaling to 1 (#866) @@ -25,7 +31,6 @@ Models running with, non-default, solvers Cbc and Clp will fail unless - Modify `storage_all.jl` to prevent micro-charging/discharging close to capacity (#836). - Got rid of brodcast operator src/write_outputs/capacity_reserve_margin/write_virtual_discharge.jl for preventing error with Julia 1.6 (#885) - ### Changed - Replace `+=` and `-=` with `add_to_expression!` and `add_similar_to_expression!` in several modules to improve performance (#826). diff --git a/docs/src/Model_Concept_Overview/model_notation.md b/docs/src/Model_Concept_Overview/model_notation.md index 4ee9aa81d5..a6f3d52104 100644 --- a/docs/src/Model_Concept_Overview/model_notation.md +++ b/docs/src/Model_Concept_Overview/model_notation.md @@ -17,6 +17,7 @@ $z \in \mathcal{Z}$ | where $z$ denotes a zone and $\mathcal{Z}$ is the set of z |$\mathcal{VRE} \subseteq \mathcal{G}$ | where $\mathcal{VRE}$ is the subset of curtailable Variable Renewable Energy (VRE) resources| |$\overline{\mathcal{VRE}}^{y,z}$ | set of VRE resource bins for VRE technology type $y \in \mathcal{VRE}$ in zone $z$ | |$\mathcal{CE} \subseteq \mathcal{G}$ | where $\mathcal{CE}$ is the subset of resources qualifying for the clean energy standard policy constraint| +|$\mathcal{HM} \subseteq \mathcal{G}$ | where $\mathcal{HM}$ is the subset of resources qualifying for the hourly matching policy constraint| |$\mathcal{UC} \subseteq \mathcal{H}$ | where $\mathcal{UC}$ is the subset of thermal resources subject to unit commitment constraints| |$s \in \mathcal{S}$ | where $s$ denotes a segment and $\mathcal{S}$ is the set of consumers segments for price-responsive demand curtailment| |$\mathcal{O} \subseteq \mathcal{G}$ | where $\mathcal{O}$ is the subset of storage resources excluding heat storage and hydro storage | @@ -152,7 +153,6 @@ $\mathcal{W} \subseteq \mathcal{G}$ | where $\mathcal{W}$ set of hydroelectric g |$\Gamma^{CRM}_{y,z,t} \in \mathbb{R}_+$ | Total "virtual" state of charge being held in reserves for technology $y$ at time step $t$ in zone $z$ - only applicable for standalone storage and co-located VRE and storage resources with activated capacity reserve margin policies, $y \in \mathcal{O} \cup y \in \mathcal{VS}^{stor}$ \[MWh]| --- - ## Parameters --- |**Notation** | **Description**| diff --git a/docs/src/Model_Reference/policies.md b/docs/src/Model_Reference/policies.md index 08b8de142a..249bd9b511 100644 --- a/docs/src/Model_Reference/policies.md +++ b/docs/src/Model_Reference/policies.md @@ -32,7 +32,7 @@ GenX.hydrogen_demand! ``` ## Hourly clean supply matching constraint -```@autodocs -Modules = [GenX] -Pages = ["hourly_matching.jl"] +```@docs +GenX.load_hourly_matching_requirement! +GenX.hourly_matching! ``` diff --git a/docs/src/Model_Reference/write_outputs.md b/docs/src/Model_Reference/write_outputs.md index 50d885ffb6..7ae2bd54a3 100644 --- a/docs/src/Model_Reference/write_outputs.md +++ b/docs/src/Model_Reference/write_outputs.md @@ -121,6 +121,13 @@ Modules = [GenX] Pages = ["write_reserve_margin_revenue.jl"] ``` +## Write Hourly Matching Revenue +```@docs +GenX.write_hourly_matching_prices +GenX.write_hourly_matching_revenue +GenX.write_hourly_matching_slack +``` + ## Write Energy Share Requirement Revenue ```@autodocs Modules = [GenX] diff --git a/docs/src/User_Guide/model_input.md b/docs/src/User_Guide/model_input.md index d0f672ac31..f3af4f456d 100644 --- a/docs/src/User_Guide/model_input.md +++ b/docs/src/User_Guide/model_input.md @@ -30,7 +30,8 @@ Additionally, the user may need to specify eight more **settings-specific** inpu 7. Vre\_and\_stor\_solar\_variability.csv: specify time-series of capacity factor/availability for each solar PV resource that exists for every co-located VRE and storage resource (in DC terms). 8. Vre\_and\_stor\_wind\_variability.csv: specify time-series of capacity factor/availability for each wind resource that exists for every co-located VRE and storage resource (in AC terms). 9. Hydrogen\_demand.csv: specify regional hydrogen production requirements. - +10. Hourly\_matching\_requirement.csv: specify hourly matching policies requiring minimum generation from qualifying resources in each model timestep. The second row specifies the hourly matching target percentage for each hourly matching constraint, and the remaining rows specify the participating demand to be matched in each timestep. +11. Hourly\_matching\_requirement\_zonal.csv: Optional. Specify demand participating in hourly matching requirements as a fraction of total demand in each model region. !!! note "Note" Names of the input files are case sensitive. @@ -353,9 +354,7 @@ Each file contains cost and performance parameters for various generators and ot |Hydrogen\_Price\_Per\_Tonne| Price (or value) of hydrogen per metric tonne (USD/t)| |Min\_Power |[0,1], The minimum generation level for a unit as a fraction of total capacity. This value cannot be higher than the smallest time-dependent CF value for a resource in `Generators_variability.csv`.| |Ramp\_Up\_Percentage |[0,1], Maximum increase in power output from between two periods (typically hours), reported as a fraction of nameplate capacity.| -|Ramp\_Dn\_Percentage |[0,1], Maximum decrease in power output from between two periods (typically hours), reported as a fraction of nameplate capacity.| -!!! note - Check `Qualified_Hydrogen_Supply` column in table 5a if electrolyzers are included in the model. This column is used to indicate which resources are eligible to supply electrolyzers in the same zone (used for hourly clean supply constraint). +|Ramp\_Dn\_Percentage |[0,1], Maximum decrease in power output from between two periods (typically hours), reported as a fraction of nameplate capacity. Each co-located VRE, electrolyzer, and storage resource can be easily configured to contain either a co-located VRE-ELEC-storage resource, standalone VRE resource (either wind, solar PV, or both), standalone eletrolyzers, or standalone storage resource. ##### Table 12a: Additional columns in the Vre_stor.csv file @@ -536,7 +535,7 @@ In addition to the files described above, the `resources` folder contains a fold 3) `Resource_maximum_capacity_requirement.csv` 4) `Resource_capacity_reserve_margin.csv` 5) `Resource_hydrogen_demand.csv` -6) `Resource_hourly_matching.csv` +6) `Resource_hourly_matching_requirement.csv` !!! note These files are optional and can be omitted if no policy-related settings are specified in the `genx_settings.yml` file. Also, not all the resources need to be included in these files, only those for which the policy applies. @@ -605,14 +604,13 @@ This policy is applied when if `HydrogenMinimumProduction = 1` in the settings f |Resource| Resource name corresponding to a resource in one of the resource data files described above.| |H2\_Demand\_*| Flag to indicate which resources are considered for the Hydrogen Demand constraint.| -This policy is applied when if `HourlyMatching = 1` in the settings file. -##### Table 19: Hourly matching policy parameters in Resource\_hourly\_matching.csv +##### Table 19: Hourly matching policy parameters in Resource\_hourly\_matching\_requirement.csv --- |**Column Name** | **Description**| | :------------ | :-----------| |Resource| Resource name corresponding to a resource in one of the resource data files described above.| -|Qualified\_Supply| Flag to indicate which resources are eligible to supply the generation in the same zone.| +|HM\_*| Flag to indicate which resources are eligible to contribute toward a given hourly matching constraint.| ##### Additional module-related columns for all resources In addition to the files described above, the `resources` folder can contain additional files that are used to specify attributes for specific resources and modules. Currently, the following files are supported: diff --git a/docs/src/User_Guide/slack_variables_overview.md b/docs/src/User_Guide/slack_variables_overview.md index 249715632a..cba3a33a4b 100644 --- a/docs/src/User_Guide/slack_variables_overview.md +++ b/docs/src/User_Guide/slack_variables_overview.md @@ -35,6 +35,12 @@ Slack variables for Energy Share Requirement constraints are created when GenX d This file should contain two columns: one titled 'ESR_Constraint' naming the individual Energy Share Requirement constraints in the same order in which they are listed in the first row of `Energy_share_requirement.csv`, and a second titled 'PriceCap' containing the price thresholds for each constraint. The units for these thresholds are USD/MWh. +## Hourly Matching Requirement + +Slack variables for Hourly Matching Requirement constraints are created when GenX detects the presence of the file `Hourly_matching_requirement_slack.csv` in the Inputs folder. +This file should contain two columns: one titled 'HM_Constraint' naming the individual Hourly Matching Requirement constraints in the same order in which they are listed in the first row of `Hourly_matching_requirement.csv`, and a second titled 'PriceCap' containing the price thresholds for each constraint. +The units for these thresholds are USD/MWh. + ## Minimum Capacity Requirement Slack variables for Minimum Capacity Requirement constraints are created when GenX detects the presence of a column titled 'PriceCap' in the file `Minimum_capacity_requirement.csv`. @@ -48,9 +54,11 @@ This column contains the price thresholds for each Maximum Capacity Requirement ## Slack Variables Results Files By default, a policy type's result files include the shadow prices for each policy constraint. -When slack variables are activated, outputs also include the final values of the slack variables (i.e. the amount by which the policy constraint was violated), and the total costs associated with those slack variables. +When slack variables are activated for policies that do not create constraints in each timestep (all except Capacity Reserve Margin and Hourly Matching), these outputs also include the final values of the slack variables (i.e. the amount by which the policy constraint was violated), and the total costs associated with those slack variables. These files are named using the convention `X_prices_and_penalties.csv`, where `X` is the name of the relevant policy type. +For Capacity Reserve Margin and Hourly Matching constraints, which have slack variables for each timestep, GenX will create a separate output file using the naming convention `X_slack_and_penalties.csv`, where `X` is the name of the relevant policy type. + GenX will also print the total cost associated with each activated slack variable type in the file `costs.csv`. ## Slack Variables Example diff --git a/example_systems/2_three_zones_w_electrolyzer/README.md b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/README.md similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/README.md rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/README.md diff --git a/example_systems/2_three_zones_w_electrolyzer/Run.jl b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/Run.jl similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/Run.jl rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/Run.jl diff --git a/example_systems/2_three_zones_w_electrolyzer/policies/CO2_cap.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/CO2_cap.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/policies/CO2_cap.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/CO2_cap.csv diff --git a/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hourly_matching_requirement.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hourly_matching_requirement.csv new file mode 100644 index 0000000000..8de22d0941 --- /dev/null +++ b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hourly_matching_requirement.csv @@ -0,0 +1,8762 @@ +Time_Index,HM_1 +0,1 +1,1000 +2,1000 +3,1000 +4,1000 +5,1000 +6,1000 +7,1000 +8,1000 +9,1000 +10,1000 +11,1000 +12,1000 +13,1000 +14,1000 +15,1000 +16,1000 +17,1000 +18,1000 +19,1000 +20,1000 +21,1000 +22,1000 +23,1000 +24,1000 +25,1000 +26,1000 +27,1000 +28,1000 +29,1000 +30,1000 +31,1000 +32,1000 +33,1000 +34,1000 +35,1000 +36,1000 +37,1000 +38,1000 +39,1000 +40,1000 +41,1000 +42,1000 +43,1000 +44,1000 +45,1000 +46,1000 +47,1000 +48,1000 +49,1000 +50,1000 +51,1000 +52,1000 +53,1000 +54,1000 +55,1000 +56,1000 +57,1000 +58,1000 +59,1000 +60,1000 +61,1000 +62,1000 +63,1000 +64,1000 +65,1000 +66,1000 +67,1000 +68,1000 +69,1000 +70,1000 +71,1000 +72,1000 +73,1000 +74,1000 +75,1000 +76,1000 +77,1000 +78,1000 +79,1000 +80,1000 +81,1000 +82,1000 +83,1000 +84,1000 +85,1000 +86,1000 +87,1000 +88,1000 +89,1000 +90,1000 +91,1000 +92,1000 +93,1000 +94,1000 +95,1000 +96,1000 +97,1000 +98,1000 +99,1000 +100,1000 +101,1000 +102,1000 +103,1000 +104,1000 +105,1000 +106,1000 +107,1000 +108,1000 +109,1000 +110,1000 +111,1000 +112,1000 +113,1000 +114,1000 +115,1000 +116,1000 +117,1000 +118,1000 +119,1000 +120,1000 +121,1000 +122,1000 +123,1000 +124,1000 +125,1000 +126,1000 +127,1000 +128,1000 +129,1000 +130,1000 +131,1000 +132,1000 +133,1000 +134,1000 +135,1000 +136,1000 +137,1000 +138,1000 +139,1000 +140,1000 +141,1000 +142,1000 +143,1000 +144,1000 +145,1000 +146,1000 +147,1000 +148,1000 +149,1000 +150,1000 +151,1000 +152,1000 +153,1000 +154,1000 +155,1000 +156,1000 +157,1000 +158,1000 +159,1000 +160,1000 +161,1000 +162,1000 +163,1000 +164,1000 +165,1000 +166,1000 +167,1000 +168,1000 +169,1000 +170,1000 +171,1000 +172,1000 +173,1000 +174,1000 +175,1000 +176,1000 +177,1000 +178,1000 +179,1000 +180,1000 +181,1000 +182,1000 +183,1000 +184,1000 +185,1000 +186,1000 +187,1000 +188,1000 +189,1000 +190,1000 +191,1000 +192,1000 +193,1000 +194,1000 +195,1000 +196,1000 +197,1000 +198,1000 +199,1000 +200,1000 +201,1000 +202,1000 +203,1000 +204,1000 +205,1000 +206,1000 +207,1000 +208,1000 +209,1000 +210,1000 +211,1000 +212,1000 +213,1000 +214,1000 +215,1000 +216,1000 +217,1000 +218,1000 +219,1000 +220,1000 +221,1000 +222,1000 +223,1000 +224,1000 +225,1000 +226,1000 +227,1000 +228,1000 +229,1000 +230,1000 +231,1000 +232,1000 +233,1000 +234,1000 +235,1000 +236,1000 +237,1000 +238,1000 +239,1000 +240,1000 +241,1000 +242,1000 +243,1000 +244,1000 +245,1000 +246,1000 +247,1000 +248,1000 +249,1000 +250,1000 +251,1000 +252,1000 +253,1000 +254,1000 +255,1000 +256,1000 +257,1000 +258,1000 +259,1000 +260,1000 +261,1000 +262,1000 +263,1000 +264,1000 +265,1000 +266,1000 +267,1000 +268,1000 +269,1000 +270,1000 +271,1000 +272,1000 +273,1000 +274,1000 +275,1000 +276,1000 +277,1000 +278,1000 +279,1000 +280,1000 +281,1000 +282,1000 +283,1000 +284,1000 +285,1000 +286,1000 +287,1000 +288,1000 +289,1000 +290,1000 +291,1000 +292,1000 +293,1000 +294,1000 +295,1000 +296,1000 +297,1000 +298,1000 +299,1000 +300,1000 +301,1000 +302,1000 +303,1000 +304,1000 +305,1000 +306,1000 +307,1000 +308,1000 +309,1000 +310,1000 +311,1000 +312,1000 +313,1000 +314,1000 +315,1000 +316,1000 +317,1000 +318,1000 +319,1000 +320,1000 +321,1000 +322,1000 +323,1000 +324,1000 +325,1000 +326,1000 +327,1000 +328,1000 +329,1000 +330,1000 +331,1000 +332,1000 +333,1000 +334,1000 +335,1000 +336,1000 +337,1000 +338,1000 +339,1000 +340,1000 +341,1000 +342,1000 +343,1000 +344,1000 +345,1000 +346,1000 +347,1000 +348,1000 +349,1000 +350,1000 +351,1000 +352,1000 +353,1000 +354,1000 +355,1000 +356,1000 +357,1000 +358,1000 +359,1000 +360,1000 +361,1000 +362,1000 +363,1000 +364,1000 +365,1000 +366,1000 +367,1000 +368,1000 +369,1000 +370,1000 +371,1000 +372,1000 +373,1000 +374,1000 +375,1000 +376,1000 +377,1000 +378,1000 +379,1000 +380,1000 +381,1000 +382,1000 +383,1000 +384,1000 +385,1000 +386,1000 +387,1000 +388,1000 +389,1000 +390,1000 +391,1000 +392,1000 +393,1000 +394,1000 +395,1000 +396,1000 +397,1000 +398,1000 +399,1000 +400,1000 +401,1000 +402,1000 +403,1000 +404,1000 +405,1000 +406,1000 +407,1000 +408,1000 +409,1000 +410,1000 +411,1000 +412,1000 +413,1000 +414,1000 +415,1000 +416,1000 +417,1000 +418,1000 +419,1000 +420,1000 +421,1000 +422,1000 +423,1000 +424,1000 +425,1000 +426,1000 +427,1000 +428,1000 +429,1000 +430,1000 +431,1000 +432,1000 +433,1000 +434,1000 +435,1000 +436,1000 +437,1000 +438,1000 +439,1000 +440,1000 +441,1000 +442,1000 +443,1000 +444,1000 +445,1000 +446,1000 +447,1000 +448,1000 +449,1000 +450,1000 +451,1000 +452,1000 +453,1000 +454,1000 +455,1000 +456,1000 +457,1000 +458,1000 +459,1000 +460,1000 +461,1000 +462,1000 +463,1000 +464,1000 +465,1000 +466,1000 +467,1000 +468,1000 +469,1000 +470,1000 +471,1000 +472,1000 +473,1000 +474,1000 +475,1000 +476,1000 +477,1000 +478,1000 +479,1000 +480,1000 +481,1000 +482,1000 +483,1000 +484,1000 +485,1000 +486,1000 +487,1000 +488,1000 +489,1000 +490,1000 +491,1000 +492,1000 +493,1000 +494,1000 +495,1000 +496,1000 +497,1000 +498,1000 +499,1000 +500,1000 +501,1000 +502,1000 +503,1000 +504,1000 +505,1000 +506,1000 +507,1000 +508,1000 +509,1000 +510,1000 +511,1000 +512,1000 +513,1000 +514,1000 +515,1000 +516,1000 +517,1000 +518,1000 +519,1000 +520,1000 +521,1000 +522,1000 +523,1000 +524,1000 +525,1000 +526,1000 +527,1000 +528,1000 +529,1000 +530,1000 +531,1000 +532,1000 +533,1000 +534,1000 +535,1000 +536,1000 +537,1000 +538,1000 +539,1000 +540,1000 +541,1000 +542,1000 +543,1000 +544,1000 +545,1000 +546,1000 +547,1000 +548,1000 +549,1000 +550,1000 +551,1000 +552,1000 +553,1000 +554,1000 +555,1000 +556,1000 +557,1000 +558,1000 +559,1000 +560,1000 +561,1000 +562,1000 +563,1000 +564,1000 +565,1000 +566,1000 +567,1000 +568,1000 +569,1000 +570,1000 +571,1000 +572,1000 +573,1000 +574,1000 +575,1000 +576,1000 +577,1000 +578,1000 +579,1000 +580,1000 +581,1000 +582,1000 +583,1000 +584,1000 +585,1000 +586,1000 +587,1000 +588,1000 +589,1000 +590,1000 +591,1000 +592,1000 +593,1000 +594,1000 +595,1000 +596,1000 +597,1000 +598,1000 +599,1000 +600,1000 +601,1000 +602,1000 +603,1000 +604,1000 +605,1000 +606,1000 +607,1000 +608,1000 +609,1000 +610,1000 +611,1000 +612,1000 +613,1000 +614,1000 +615,1000 +616,1000 +617,1000 +618,1000 +619,1000 +620,1000 +621,1000 +622,1000 +623,1000 +624,1000 +625,1000 +626,1000 +627,1000 +628,1000 +629,1000 +630,1000 +631,1000 +632,1000 +633,1000 +634,1000 +635,1000 +636,1000 +637,1000 +638,1000 +639,1000 +640,1000 +641,1000 +642,1000 +643,1000 +644,1000 +645,1000 +646,1000 +647,1000 +648,1000 +649,1000 +650,1000 +651,1000 +652,1000 +653,1000 +654,1000 +655,1000 +656,1000 +657,1000 +658,1000 +659,1000 +660,1000 +661,1000 +662,1000 +663,1000 +664,1000 +665,1000 +666,1000 +667,1000 +668,1000 +669,1000 +670,1000 +671,1000 +672,1000 +673,1000 +674,1000 +675,1000 +676,1000 +677,1000 +678,1000 +679,1000 +680,1000 +681,1000 +682,1000 +683,1000 +684,1000 +685,1000 +686,1000 +687,1000 +688,1000 +689,1000 +690,1000 +691,1000 +692,1000 +693,1000 +694,1000 +695,1000 +696,1000 +697,1000 +698,1000 +699,1000 +700,1000 +701,1000 +702,1000 +703,1000 +704,1000 +705,1000 +706,1000 +707,1000 +708,1000 +709,1000 +710,1000 +711,1000 +712,1000 +713,1000 +714,1000 +715,1000 +716,1000 +717,1000 +718,1000 +719,1000 +720,1000 +721,1000 +722,1000 +723,1000 +724,1000 +725,1000 +726,1000 +727,1000 +728,1000 +729,1000 +730,1000 +731,1000 +732,1000 +733,1000 +734,1000 +735,1000 +736,1000 +737,1000 +738,1000 +739,1000 +740,1000 +741,1000 +742,1000 +743,1000 +744,1000 +745,1000 +746,1000 +747,1000 +748,1000 +749,1000 +750,1000 +751,1000 +752,1000 +753,1000 +754,1000 +755,1000 +756,1000 +757,1000 +758,1000 +759,1000 +760,1000 +761,1000 +762,1000 +763,1000 +764,1000 +765,1000 +766,1000 +767,1000 +768,1000 +769,1000 +770,1000 +771,1000 +772,1000 +773,1000 +774,1000 +775,1000 +776,1000 +777,1000 +778,1000 +779,1000 +780,1000 +781,1000 +782,1000 +783,1000 +784,1000 +785,1000 +786,1000 +787,1000 +788,1000 +789,1000 +790,1000 +791,1000 +792,1000 +793,1000 +794,1000 +795,1000 +796,1000 +797,1000 +798,1000 +799,1000 +800,1000 +801,1000 +802,1000 +803,1000 +804,1000 +805,1000 +806,1000 +807,1000 +808,1000 +809,1000 +810,1000 +811,1000 +812,1000 +813,1000 +814,1000 +815,1000 +816,1000 +817,1000 +818,1000 +819,1000 +820,1000 +821,1000 +822,1000 +823,1000 +824,1000 +825,1000 +826,1000 +827,1000 +828,1000 +829,1000 +830,1000 +831,1000 +832,1000 +833,1000 +834,1000 +835,1000 +836,1000 +837,1000 +838,1000 +839,1000 +840,1000 +841,1000 +842,1000 +843,1000 +844,1000 +845,1000 +846,1000 +847,1000 +848,1000 +849,1000 +850,1000 +851,1000 +852,1000 +853,1000 +854,1000 +855,1000 +856,1000 +857,1000 +858,1000 +859,1000 +860,1000 +861,1000 +862,1000 +863,1000 +864,1000 +865,1000 +866,1000 +867,1000 +868,1000 +869,1000 +870,1000 +871,1000 +872,1000 +873,1000 +874,1000 +875,1000 +876,1000 +877,1000 +878,1000 +879,1000 +880,1000 +881,1000 +882,1000 +883,1000 +884,1000 +885,1000 +886,1000 +887,1000 +888,1000 +889,1000 +890,1000 +891,1000 +892,1000 +893,1000 +894,1000 +895,1000 +896,1000 +897,1000 +898,1000 +899,1000 +900,1000 +901,1000 +902,1000 +903,1000 +904,1000 +905,1000 +906,1000 +907,1000 +908,1000 +909,1000 +910,1000 +911,1000 +912,1000 +913,1000 +914,1000 +915,1000 +916,1000 +917,1000 +918,1000 +919,1000 +920,1000 +921,1000 +922,1000 +923,1000 +924,1000 +925,1000 +926,1000 +927,1000 +928,1000 +929,1000 +930,1000 +931,1000 +932,1000 +933,1000 +934,1000 +935,1000 +936,1000 +937,1000 +938,1000 +939,1000 +940,1000 +941,1000 +942,1000 +943,1000 +944,1000 +945,1000 +946,1000 +947,1000 +948,1000 +949,1000 +950,1000 +951,1000 +952,1000 +953,1000 +954,1000 +955,1000 +956,1000 +957,1000 +958,1000 +959,1000 +960,1000 +961,1000 +962,1000 +963,1000 +964,1000 +965,1000 +966,1000 +967,1000 +968,1000 +969,1000 +970,1000 +971,1000 +972,1000 +973,1000 +974,1000 +975,1000 +976,1000 +977,1000 +978,1000 +979,1000 +980,1000 +981,1000 +982,1000 +983,1000 +984,1000 +985,1000 +986,1000 +987,1000 +988,1000 +989,1000 +990,1000 +991,1000 +992,1000 +993,1000 +994,1000 +995,1000 +996,1000 +997,1000 +998,1000 +999,1000 +1000,1000 +1001,1000 +1002,1000 +1003,1000 +1004,1000 +1005,1000 +1006,1000 +1007,1000 +1008,1000 +1009,1000 +1010,1000 +1011,1000 +1012,1000 +1013,1000 +1014,1000 +1015,1000 +1016,1000 +1017,1000 +1018,1000 +1019,1000 +1020,1000 +1021,1000 +1022,1000 +1023,1000 +1024,1000 +1025,1000 +1026,1000 +1027,1000 +1028,1000 +1029,1000 +1030,1000 +1031,1000 +1032,1000 +1033,1000 +1034,1000 +1035,1000 +1036,1000 +1037,1000 +1038,1000 +1039,1000 +1040,1000 +1041,1000 +1042,1000 +1043,1000 +1044,1000 +1045,1000 +1046,1000 +1047,1000 +1048,1000 +1049,1000 +1050,1000 +1051,1000 +1052,1000 +1053,1000 +1054,1000 +1055,1000 +1056,1000 +1057,1000 +1058,1000 +1059,1000 +1060,1000 +1061,1000 +1062,1000 +1063,1000 +1064,1000 +1065,1000 +1066,1000 +1067,1000 +1068,1000 +1069,1000 +1070,1000 +1071,1000 +1072,1000 +1073,1000 +1074,1000 +1075,1000 +1076,1000 +1077,1000 +1078,1000 +1079,1000 +1080,1000 +1081,1000 +1082,1000 +1083,1000 +1084,1000 +1085,1000 +1086,1000 +1087,1000 +1088,1000 +1089,1000 +1090,1000 +1091,1000 +1092,1000 +1093,1000 +1094,1000 +1095,1000 +1096,1000 +1097,1000 +1098,1000 +1099,1000 +1100,1000 +1101,1000 +1102,1000 +1103,1000 +1104,1000 +1105,1000 +1106,1000 +1107,1000 +1108,1000 +1109,1000 +1110,1000 +1111,1000 +1112,1000 +1113,1000 +1114,1000 +1115,1000 +1116,1000 +1117,1000 +1118,1000 +1119,1000 +1120,1000 +1121,1000 +1122,1000 +1123,1000 +1124,1000 +1125,1000 +1126,1000 +1127,1000 +1128,1000 +1129,1000 +1130,1000 +1131,1000 +1132,1000 +1133,1000 +1134,1000 +1135,1000 +1136,1000 +1137,1000 +1138,1000 +1139,1000 +1140,1000 +1141,1000 +1142,1000 +1143,1000 +1144,1000 +1145,1000 +1146,1000 +1147,1000 +1148,1000 +1149,1000 +1150,1000 +1151,1000 +1152,1000 +1153,1000 +1154,1000 +1155,1000 +1156,1000 +1157,1000 +1158,1000 +1159,1000 +1160,1000 +1161,1000 +1162,1000 +1163,1000 +1164,1000 +1165,1000 +1166,1000 +1167,1000 +1168,1000 +1169,1000 +1170,1000 +1171,1000 +1172,1000 +1173,1000 +1174,1000 +1175,1000 +1176,1000 +1177,1000 +1178,1000 +1179,1000 +1180,1000 +1181,1000 +1182,1000 +1183,1000 +1184,1000 +1185,1000 +1186,1000 +1187,1000 +1188,1000 +1189,1000 +1190,1000 +1191,1000 +1192,1000 +1193,1000 +1194,1000 +1195,1000 +1196,1000 +1197,1000 +1198,1000 +1199,1000 +1200,1000 +1201,1000 +1202,1000 +1203,1000 +1204,1000 +1205,1000 +1206,1000 +1207,1000 +1208,1000 +1209,1000 +1210,1000 +1211,1000 +1212,1000 +1213,1000 +1214,1000 +1215,1000 +1216,1000 +1217,1000 +1218,1000 +1219,1000 +1220,1000 +1221,1000 +1222,1000 +1223,1000 +1224,1000 +1225,1000 +1226,1000 +1227,1000 +1228,1000 +1229,1000 +1230,1000 +1231,1000 +1232,1000 +1233,1000 +1234,1000 +1235,1000 +1236,1000 +1237,1000 +1238,1000 +1239,1000 +1240,1000 +1241,1000 +1242,1000 +1243,1000 +1244,1000 +1245,1000 +1246,1000 +1247,1000 +1248,1000 +1249,1000 +1250,1000 +1251,1000 +1252,1000 +1253,1000 +1254,1000 +1255,1000 +1256,1000 +1257,1000 +1258,1000 +1259,1000 +1260,1000 +1261,1000 +1262,1000 +1263,1000 +1264,1000 +1265,1000 +1266,1000 +1267,1000 +1268,1000 +1269,1000 +1270,1000 +1271,1000 +1272,1000 +1273,1000 +1274,1000 +1275,1000 +1276,1000 +1277,1000 +1278,1000 +1279,1000 +1280,1000 +1281,1000 +1282,1000 +1283,1000 +1284,1000 +1285,1000 +1286,1000 +1287,1000 +1288,1000 +1289,1000 +1290,1000 +1291,1000 +1292,1000 +1293,1000 +1294,1000 +1295,1000 +1296,1000 +1297,1000 +1298,1000 +1299,1000 +1300,1000 +1301,1000 +1302,1000 +1303,1000 +1304,1000 +1305,1000 +1306,1000 +1307,1000 +1308,1000 +1309,1000 +1310,1000 +1311,1000 +1312,1000 +1313,1000 +1314,1000 +1315,1000 +1316,1000 +1317,1000 +1318,1000 +1319,1000 +1320,1000 +1321,1000 +1322,1000 +1323,1000 +1324,1000 +1325,1000 +1326,1000 +1327,1000 +1328,1000 +1329,1000 +1330,1000 +1331,1000 +1332,1000 +1333,1000 +1334,1000 +1335,1000 +1336,1000 +1337,1000 +1338,1000 +1339,1000 +1340,1000 +1341,1000 +1342,1000 +1343,1000 +1344,1000 +1345,1000 +1346,1000 +1347,1000 +1348,1000 +1349,1000 +1350,1000 +1351,1000 +1352,1000 +1353,1000 +1354,1000 +1355,1000 +1356,1000 +1357,1000 +1358,1000 +1359,1000 +1360,1000 +1361,1000 +1362,1000 +1363,1000 +1364,1000 +1365,1000 +1366,1000 +1367,1000 +1368,1000 +1369,1000 +1370,1000 +1371,1000 +1372,1000 +1373,1000 +1374,1000 +1375,1000 +1376,1000 +1377,1000 +1378,1000 +1379,1000 +1380,1000 +1381,1000 +1382,1000 +1383,1000 +1384,1000 +1385,1000 +1386,1000 +1387,1000 +1388,1000 +1389,1000 +1390,1000 +1391,1000 +1392,1000 +1393,1000 +1394,1000 +1395,1000 +1396,1000 +1397,1000 +1398,1000 +1399,1000 +1400,1000 +1401,1000 +1402,1000 +1403,1000 +1404,1000 +1405,1000 +1406,1000 +1407,1000 +1408,1000 +1409,1000 +1410,1000 +1411,1000 +1412,1000 +1413,1000 +1414,1000 +1415,1000 +1416,1000 +1417,1000 +1418,1000 +1419,1000 +1420,1000 +1421,1000 +1422,1000 +1423,1000 +1424,1000 +1425,1000 +1426,1000 +1427,1000 +1428,1000 +1429,1000 +1430,1000 +1431,1000 +1432,1000 +1433,1000 +1434,1000 +1435,1000 +1436,1000 +1437,1000 +1438,1000 +1439,1000 +1440,1000 +1441,1000 +1442,1000 +1443,1000 +1444,1000 +1445,1000 +1446,1000 +1447,1000 +1448,1000 +1449,1000 +1450,1000 +1451,1000 +1452,1000 +1453,1000 +1454,1000 +1455,1000 +1456,1000 +1457,1000 +1458,1000 +1459,1000 +1460,1000 +1461,1000 +1462,1000 +1463,1000 +1464,1000 +1465,1000 +1466,1000 +1467,1000 +1468,1000 +1469,1000 +1470,1000 +1471,1000 +1472,1000 +1473,1000 +1474,1000 +1475,1000 +1476,1000 +1477,1000 +1478,1000 +1479,1000 +1480,1000 +1481,1000 +1482,1000 +1483,1000 +1484,1000 +1485,1000 +1486,1000 +1487,1000 +1488,1000 +1489,1000 +1490,1000 +1491,1000 +1492,1000 +1493,1000 +1494,1000 +1495,1000 +1496,1000 +1497,1000 +1498,1000 +1499,1000 +1500,1000 +1501,1000 +1502,1000 +1503,1000 +1504,1000 +1505,1000 +1506,1000 +1507,1000 +1508,1000 +1509,1000 +1510,1000 +1511,1000 +1512,1000 +1513,1000 +1514,1000 +1515,1000 +1516,1000 +1517,1000 +1518,1000 +1519,1000 +1520,1000 +1521,1000 +1522,1000 +1523,1000 +1524,1000 +1525,1000 +1526,1000 +1527,1000 +1528,1000 +1529,1000 +1530,1000 +1531,1000 +1532,1000 +1533,1000 +1534,1000 +1535,1000 +1536,1000 +1537,1000 +1538,1000 +1539,1000 +1540,1000 +1541,1000 +1542,1000 +1543,1000 +1544,1000 +1545,1000 +1546,1000 +1547,1000 +1548,1000 +1549,1000 +1550,1000 +1551,1000 +1552,1000 +1553,1000 +1554,1000 +1555,1000 +1556,1000 +1557,1000 +1558,1000 +1559,1000 +1560,1000 +1561,1000 +1562,1000 +1563,1000 +1564,1000 +1565,1000 +1566,1000 +1567,1000 +1568,1000 +1569,1000 +1570,1000 +1571,1000 +1572,1000 +1573,1000 +1574,1000 +1575,1000 +1576,1000 +1577,1000 +1578,1000 +1579,1000 +1580,1000 +1581,1000 +1582,1000 +1583,1000 +1584,1000 +1585,1000 +1586,1000 +1587,1000 +1588,1000 +1589,1000 +1590,1000 +1591,1000 +1592,1000 +1593,1000 +1594,1000 +1595,1000 +1596,1000 +1597,1000 +1598,1000 +1599,1000 +1600,1000 +1601,1000 +1602,1000 +1603,1000 +1604,1000 +1605,1000 +1606,1000 +1607,1000 +1608,1000 +1609,1000 +1610,1000 +1611,1000 +1612,1000 +1613,1000 +1614,1000 +1615,1000 +1616,1000 +1617,1000 +1618,1000 +1619,1000 +1620,1000 +1621,1000 +1622,1000 +1623,1000 +1624,1000 +1625,1000 +1626,1000 +1627,1000 +1628,1000 +1629,1000 +1630,1000 +1631,1000 +1632,1000 +1633,1000 +1634,1000 +1635,1000 +1636,1000 +1637,1000 +1638,1000 +1639,1000 +1640,1000 +1641,1000 +1642,1000 +1643,1000 +1644,1000 +1645,1000 +1646,1000 +1647,1000 +1648,1000 +1649,1000 +1650,1000 +1651,1000 +1652,1000 +1653,1000 +1654,1000 +1655,1000 +1656,1000 +1657,1000 +1658,1000 +1659,1000 +1660,1000 +1661,1000 +1662,1000 +1663,1000 +1664,1000 +1665,1000 +1666,1000 +1667,1000 +1668,1000 +1669,1000 +1670,1000 +1671,1000 +1672,1000 +1673,1000 +1674,1000 +1675,1000 +1676,1000 +1677,1000 +1678,1000 +1679,1000 +1680,1000 +1681,1000 +1682,1000 +1683,1000 +1684,1000 +1685,1000 +1686,1000 +1687,1000 +1688,1000 +1689,1000 +1690,1000 +1691,1000 +1692,1000 +1693,1000 +1694,1000 +1695,1000 +1696,1000 +1697,1000 +1698,1000 +1699,1000 +1700,1000 +1701,1000 +1702,1000 +1703,1000 +1704,1000 +1705,1000 +1706,1000 +1707,1000 +1708,1000 +1709,1000 +1710,1000 +1711,1000 +1712,1000 +1713,1000 +1714,1000 +1715,1000 +1716,1000 +1717,1000 +1718,1000 +1719,1000 +1720,1000 +1721,1000 +1722,1000 +1723,1000 +1724,1000 +1725,1000 +1726,1000 +1727,1000 +1728,1000 +1729,1000 +1730,1000 +1731,1000 +1732,1000 +1733,1000 +1734,1000 +1735,1000 +1736,1000 +1737,1000 +1738,1000 +1739,1000 +1740,1000 +1741,1000 +1742,1000 +1743,1000 +1744,1000 +1745,1000 +1746,1000 +1747,1000 +1748,1000 +1749,1000 +1750,1000 +1751,1000 +1752,1000 +1753,1000 +1754,1000 +1755,1000 +1756,1000 +1757,1000 +1758,1000 +1759,1000 +1760,1000 +1761,1000 +1762,1000 +1763,1000 +1764,1000 +1765,1000 +1766,1000 +1767,1000 +1768,1000 +1769,1000 +1770,1000 +1771,1000 +1772,1000 +1773,1000 +1774,1000 +1775,1000 +1776,1000 +1777,1000 +1778,1000 +1779,1000 +1780,1000 +1781,1000 +1782,1000 +1783,1000 +1784,1000 +1785,1000 +1786,1000 +1787,1000 +1788,1000 +1789,1000 +1790,1000 +1791,1000 +1792,1000 +1793,1000 +1794,1000 +1795,1000 +1796,1000 +1797,1000 +1798,1000 +1799,1000 +1800,1000 +1801,1000 +1802,1000 +1803,1000 +1804,1000 +1805,1000 +1806,1000 +1807,1000 +1808,1000 +1809,1000 +1810,1000 +1811,1000 +1812,1000 +1813,1000 +1814,1000 +1815,1000 +1816,1000 +1817,1000 +1818,1000 +1819,1000 +1820,1000 +1821,1000 +1822,1000 +1823,1000 +1824,1000 +1825,1000 +1826,1000 +1827,1000 +1828,1000 +1829,1000 +1830,1000 +1831,1000 +1832,1000 +1833,1000 +1834,1000 +1835,1000 +1836,1000 +1837,1000 +1838,1000 +1839,1000 +1840,1000 +1841,1000 +1842,1000 +1843,1000 +1844,1000 +1845,1000 +1846,1000 +1847,1000 +1848,1000 +1849,1000 +1850,1000 +1851,1000 +1852,1000 +1853,1000 +1854,1000 +1855,1000 +1856,1000 +1857,1000 +1858,1000 +1859,1000 +1860,1000 +1861,1000 +1862,1000 +1863,1000 +1864,1000 +1865,1000 +1866,1000 +1867,1000 +1868,1000 +1869,1000 +1870,1000 +1871,1000 +1872,1000 +1873,1000 +1874,1000 +1875,1000 +1876,1000 +1877,1000 +1878,1000 +1879,1000 +1880,1000 +1881,1000 +1882,1000 +1883,1000 +1884,1000 +1885,1000 +1886,1000 +1887,1000 +1888,1000 +1889,1000 +1890,1000 +1891,1000 +1892,1000 +1893,1000 +1894,1000 +1895,1000 +1896,1000 +1897,1000 +1898,1000 +1899,1000 +1900,1000 +1901,1000 +1902,1000 +1903,1000 +1904,1000 +1905,1000 +1906,1000 +1907,1000 +1908,1000 +1909,1000 +1910,1000 +1911,1000 +1912,1000 +1913,1000 +1914,1000 +1915,1000 +1916,1000 +1917,1000 +1918,1000 +1919,1000 +1920,1000 +1921,1000 +1922,1000 +1923,1000 +1924,1000 +1925,1000 +1926,1000 +1927,1000 +1928,1000 +1929,1000 +1930,1000 +1931,1000 +1932,1000 +1933,1000 +1934,1000 +1935,1000 +1936,1000 +1937,1000 +1938,1000 +1939,1000 +1940,1000 +1941,1000 +1942,1000 +1943,1000 +1944,1000 +1945,1000 +1946,1000 +1947,1000 +1948,1000 +1949,1000 +1950,1000 +1951,1000 +1952,1000 +1953,1000 +1954,1000 +1955,1000 +1956,1000 +1957,1000 +1958,1000 +1959,1000 +1960,1000 +1961,1000 +1962,1000 +1963,1000 +1964,1000 +1965,1000 +1966,1000 +1967,1000 +1968,1000 +1969,1000 +1970,1000 +1971,1000 +1972,1000 +1973,1000 +1974,1000 +1975,1000 +1976,1000 +1977,1000 +1978,1000 +1979,1000 +1980,1000 +1981,1000 +1982,1000 +1983,1000 +1984,1000 +1985,1000 +1986,1000 +1987,1000 +1988,1000 +1989,1000 +1990,1000 +1991,1000 +1992,1000 +1993,1000 +1994,1000 +1995,1000 +1996,1000 +1997,1000 +1998,1000 +1999,1000 +2000,1000 +2001,1000 +2002,1000 +2003,1000 +2004,1000 +2005,1000 +2006,1000 +2007,1000 +2008,1000 +2009,1000 +2010,1000 +2011,1000 +2012,1000 +2013,1000 +2014,1000 +2015,1000 +2016,1000 +2017,1000 +2018,1000 +2019,1000 +2020,1000 +2021,1000 +2022,1000 +2023,1000 +2024,1000 +2025,1000 +2026,1000 +2027,1000 +2028,1000 +2029,1000 +2030,1000 +2031,1000 +2032,1000 +2033,1000 +2034,1000 +2035,1000 +2036,1000 +2037,1000 +2038,1000 +2039,1000 +2040,1000 +2041,1000 +2042,1000 +2043,1000 +2044,1000 +2045,1000 +2046,1000 +2047,1000 +2048,1000 +2049,1000 +2050,1000 +2051,1000 +2052,1000 +2053,1000 +2054,1000 +2055,1000 +2056,1000 +2057,1000 +2058,1000 +2059,1000 +2060,1000 +2061,1000 +2062,1000 +2063,1000 +2064,1000 +2065,1000 +2066,1000 +2067,1000 +2068,1000 +2069,1000 +2070,1000 +2071,1000 +2072,1000 +2073,1000 +2074,1000 +2075,1000 +2076,1000 +2077,1000 +2078,1000 +2079,1000 +2080,1000 +2081,1000 +2082,1000 +2083,1000 +2084,1000 +2085,1000 +2086,1000 +2087,1000 +2088,1000 +2089,1000 +2090,1000 +2091,1000 +2092,1000 +2093,1000 +2094,1000 +2095,1000 +2096,1000 +2097,1000 +2098,1000 +2099,1000 +2100,1000 +2101,1000 +2102,1000 +2103,1000 +2104,1000 +2105,1000 +2106,1000 +2107,1000 +2108,1000 +2109,1000 +2110,1000 +2111,1000 +2112,1000 +2113,1000 +2114,1000 +2115,1000 +2116,1000 +2117,1000 +2118,1000 +2119,1000 +2120,1000 +2121,1000 +2122,1000 +2123,1000 +2124,1000 +2125,1000 +2126,1000 +2127,1000 +2128,1000 +2129,1000 +2130,1000 +2131,1000 +2132,1000 +2133,1000 +2134,1000 +2135,1000 +2136,1000 +2137,1000 +2138,1000 +2139,1000 +2140,1000 +2141,1000 +2142,1000 +2143,1000 +2144,1000 +2145,1000 +2146,1000 +2147,1000 +2148,1000 +2149,1000 +2150,1000 +2151,1000 +2152,1000 +2153,1000 +2154,1000 +2155,1000 +2156,1000 +2157,1000 +2158,1000 +2159,1000 +2160,1000 +2161,1000 +2162,1000 +2163,1000 +2164,1000 +2165,1000 +2166,1000 +2167,1000 +2168,1000 +2169,1000 +2170,1000 +2171,1000 +2172,1000 +2173,1000 +2174,1000 +2175,1000 +2176,1000 +2177,1000 +2178,1000 +2179,1000 +2180,1000 +2181,1000 +2182,1000 +2183,1000 +2184,1000 +2185,1000 +2186,1000 +2187,1000 +2188,1000 +2189,1000 +2190,1000 +2191,1000 +2192,1000 +2193,1000 +2194,1000 +2195,1000 +2196,1000 +2197,1000 +2198,1000 +2199,1000 +2200,1000 +2201,1000 +2202,1000 +2203,1000 +2204,1000 +2205,1000 +2206,1000 +2207,1000 +2208,1000 +2209,1000 +2210,1000 +2211,1000 +2212,1000 +2213,1000 +2214,1000 +2215,1000 +2216,1000 +2217,1000 +2218,1000 +2219,1000 +2220,1000 +2221,1000 +2222,1000 +2223,1000 +2224,1000 +2225,1000 +2226,1000 +2227,1000 +2228,1000 +2229,1000 +2230,1000 +2231,1000 +2232,1000 +2233,1000 +2234,1000 +2235,1000 +2236,1000 +2237,1000 +2238,1000 +2239,1000 +2240,1000 +2241,1000 +2242,1000 +2243,1000 +2244,1000 +2245,1000 +2246,1000 +2247,1000 +2248,1000 +2249,1000 +2250,1000 +2251,1000 +2252,1000 +2253,1000 +2254,1000 +2255,1000 +2256,1000 +2257,1000 +2258,1000 +2259,1000 +2260,1000 +2261,1000 +2262,1000 +2263,1000 +2264,1000 +2265,1000 +2266,1000 +2267,1000 +2268,1000 +2269,1000 +2270,1000 +2271,1000 +2272,1000 +2273,1000 +2274,1000 +2275,1000 +2276,1000 +2277,1000 +2278,1000 +2279,1000 +2280,1000 +2281,1000 +2282,1000 +2283,1000 +2284,1000 +2285,1000 +2286,1000 +2287,1000 +2288,1000 +2289,1000 +2290,1000 +2291,1000 +2292,1000 +2293,1000 +2294,1000 +2295,1000 +2296,1000 +2297,1000 +2298,1000 +2299,1000 +2300,1000 +2301,1000 +2302,1000 +2303,1000 +2304,1000 +2305,1000 +2306,1000 +2307,1000 +2308,1000 +2309,1000 +2310,1000 +2311,1000 +2312,1000 +2313,1000 +2314,1000 +2315,1000 +2316,1000 +2317,1000 +2318,1000 +2319,1000 +2320,1000 +2321,1000 +2322,1000 +2323,1000 +2324,1000 +2325,1000 +2326,1000 +2327,1000 +2328,1000 +2329,1000 +2330,1000 +2331,1000 +2332,1000 +2333,1000 +2334,1000 +2335,1000 +2336,1000 +2337,1000 +2338,1000 +2339,1000 +2340,1000 +2341,1000 +2342,1000 +2343,1000 +2344,1000 +2345,1000 +2346,1000 +2347,1000 +2348,1000 +2349,1000 +2350,1000 +2351,1000 +2352,1000 +2353,1000 +2354,1000 +2355,1000 +2356,1000 +2357,1000 +2358,1000 +2359,1000 +2360,1000 +2361,1000 +2362,1000 +2363,1000 +2364,1000 +2365,1000 +2366,1000 +2367,1000 +2368,1000 +2369,1000 +2370,1000 +2371,1000 +2372,1000 +2373,1000 +2374,1000 +2375,1000 +2376,1000 +2377,1000 +2378,1000 +2379,1000 +2380,1000 +2381,1000 +2382,1000 +2383,1000 +2384,1000 +2385,1000 +2386,1000 +2387,1000 +2388,1000 +2389,1000 +2390,1000 +2391,1000 +2392,1000 +2393,1000 +2394,1000 +2395,1000 +2396,1000 +2397,1000 +2398,1000 +2399,1000 +2400,1000 +2401,1000 +2402,1000 +2403,1000 +2404,1000 +2405,1000 +2406,1000 +2407,1000 +2408,1000 +2409,1000 +2410,1000 +2411,1000 +2412,1000 +2413,1000 +2414,1000 +2415,1000 +2416,1000 +2417,1000 +2418,1000 +2419,1000 +2420,1000 +2421,1000 +2422,1000 +2423,1000 +2424,1000 +2425,1000 +2426,1000 +2427,1000 +2428,1000 +2429,1000 +2430,1000 +2431,1000 +2432,1000 +2433,1000 +2434,1000 +2435,1000 +2436,1000 +2437,1000 +2438,1000 +2439,1000 +2440,1000 +2441,1000 +2442,1000 +2443,1000 +2444,1000 +2445,1000 +2446,1000 +2447,1000 +2448,1000 +2449,1000 +2450,1000 +2451,1000 +2452,1000 +2453,1000 +2454,1000 +2455,1000 +2456,1000 +2457,1000 +2458,1000 +2459,1000 +2460,1000 +2461,1000 +2462,1000 +2463,1000 +2464,1000 +2465,1000 +2466,1000 +2467,1000 +2468,1000 +2469,1000 +2470,1000 +2471,1000 +2472,1000 +2473,1000 +2474,1000 +2475,1000 +2476,1000 +2477,1000 +2478,1000 +2479,1000 +2480,1000 +2481,1000 +2482,1000 +2483,1000 +2484,1000 +2485,1000 +2486,1000 +2487,1000 +2488,1000 +2489,1000 +2490,1000 +2491,1000 +2492,1000 +2493,1000 +2494,1000 +2495,1000 +2496,1000 +2497,1000 +2498,1000 +2499,1000 +2500,1000 +2501,1000 +2502,1000 +2503,1000 +2504,1000 +2505,1000 +2506,1000 +2507,1000 +2508,1000 +2509,1000 +2510,1000 +2511,1000 +2512,1000 +2513,1000 +2514,1000 +2515,1000 +2516,1000 +2517,1000 +2518,1000 +2519,1000 +2520,1000 +2521,1000 +2522,1000 +2523,1000 +2524,1000 +2525,1000 +2526,1000 +2527,1000 +2528,1000 +2529,1000 +2530,1000 +2531,1000 +2532,1000 +2533,1000 +2534,1000 +2535,1000 +2536,1000 +2537,1000 +2538,1000 +2539,1000 +2540,1000 +2541,1000 +2542,1000 +2543,1000 +2544,1000 +2545,1000 +2546,1000 +2547,1000 +2548,1000 +2549,1000 +2550,1000 +2551,1000 +2552,1000 +2553,1000 +2554,1000 +2555,1000 +2556,1000 +2557,1000 +2558,1000 +2559,1000 +2560,1000 +2561,1000 +2562,1000 +2563,1000 +2564,1000 +2565,1000 +2566,1000 +2567,1000 +2568,1000 +2569,1000 +2570,1000 +2571,1000 +2572,1000 +2573,1000 +2574,1000 +2575,1000 +2576,1000 +2577,1000 +2578,1000 +2579,1000 +2580,1000 +2581,1000 +2582,1000 +2583,1000 +2584,1000 +2585,1000 +2586,1000 +2587,1000 +2588,1000 +2589,1000 +2590,1000 +2591,1000 +2592,1000 +2593,1000 +2594,1000 +2595,1000 +2596,1000 +2597,1000 +2598,1000 +2599,1000 +2600,1000 +2601,1000 +2602,1000 +2603,1000 +2604,1000 +2605,1000 +2606,1000 +2607,1000 +2608,1000 +2609,1000 +2610,1000 +2611,1000 +2612,1000 +2613,1000 +2614,1000 +2615,1000 +2616,1000 +2617,1000 +2618,1000 +2619,1000 +2620,1000 +2621,1000 +2622,1000 +2623,1000 +2624,1000 +2625,1000 +2626,1000 +2627,1000 +2628,1000 +2629,1000 +2630,1000 +2631,1000 +2632,1000 +2633,1000 +2634,1000 +2635,1000 +2636,1000 +2637,1000 +2638,1000 +2639,1000 +2640,1000 +2641,1000 +2642,1000 +2643,1000 +2644,1000 +2645,1000 +2646,1000 +2647,1000 +2648,1000 +2649,1000 +2650,1000 +2651,1000 +2652,1000 +2653,1000 +2654,1000 +2655,1000 +2656,1000 +2657,1000 +2658,1000 +2659,1000 +2660,1000 +2661,1000 +2662,1000 +2663,1000 +2664,1000 +2665,1000 +2666,1000 +2667,1000 +2668,1000 +2669,1000 +2670,1000 +2671,1000 +2672,1000 +2673,1000 +2674,1000 +2675,1000 +2676,1000 +2677,1000 +2678,1000 +2679,1000 +2680,1000 +2681,1000 +2682,1000 +2683,1000 +2684,1000 +2685,1000 +2686,1000 +2687,1000 +2688,1000 +2689,1000 +2690,1000 +2691,1000 +2692,1000 +2693,1000 +2694,1000 +2695,1000 +2696,1000 +2697,1000 +2698,1000 +2699,1000 +2700,1000 +2701,1000 +2702,1000 +2703,1000 +2704,1000 +2705,1000 +2706,1000 +2707,1000 +2708,1000 +2709,1000 +2710,1000 +2711,1000 +2712,1000 +2713,1000 +2714,1000 +2715,1000 +2716,1000 +2717,1000 +2718,1000 +2719,1000 +2720,1000 +2721,1000 +2722,1000 +2723,1000 +2724,1000 +2725,1000 +2726,1000 +2727,1000 +2728,1000 +2729,1000 +2730,1000 +2731,1000 +2732,1000 +2733,1000 +2734,1000 +2735,1000 +2736,1000 +2737,1000 +2738,1000 +2739,1000 +2740,1000 +2741,1000 +2742,1000 +2743,1000 +2744,1000 +2745,1000 +2746,1000 +2747,1000 +2748,1000 +2749,1000 +2750,1000 +2751,1000 +2752,1000 +2753,1000 +2754,1000 +2755,1000 +2756,1000 +2757,1000 +2758,1000 +2759,1000 +2760,1000 +2761,1000 +2762,1000 +2763,1000 +2764,1000 +2765,1000 +2766,1000 +2767,1000 +2768,1000 +2769,1000 +2770,1000 +2771,1000 +2772,1000 +2773,1000 +2774,1000 +2775,1000 +2776,1000 +2777,1000 +2778,1000 +2779,1000 +2780,1000 +2781,1000 +2782,1000 +2783,1000 +2784,1000 +2785,1000 +2786,1000 +2787,1000 +2788,1000 +2789,1000 +2790,1000 +2791,1000 +2792,1000 +2793,1000 +2794,1000 +2795,1000 +2796,1000 +2797,1000 +2798,1000 +2799,1000 +2800,1000 +2801,1000 +2802,1000 +2803,1000 +2804,1000 +2805,1000 +2806,1000 +2807,1000 +2808,1000 +2809,1000 +2810,1000 +2811,1000 +2812,1000 +2813,1000 +2814,1000 +2815,1000 +2816,1000 +2817,1000 +2818,1000 +2819,1000 +2820,1000 +2821,1000 +2822,1000 +2823,1000 +2824,1000 +2825,1000 +2826,1000 +2827,1000 +2828,1000 +2829,1000 +2830,1000 +2831,1000 +2832,1000 +2833,1000 +2834,1000 +2835,1000 +2836,1000 +2837,1000 +2838,1000 +2839,1000 +2840,1000 +2841,1000 +2842,1000 +2843,1000 +2844,1000 +2845,1000 +2846,1000 +2847,1000 +2848,1000 +2849,1000 +2850,1000 +2851,1000 +2852,1000 +2853,1000 +2854,1000 +2855,1000 +2856,1000 +2857,1000 +2858,1000 +2859,1000 +2860,1000 +2861,1000 +2862,1000 +2863,1000 +2864,1000 +2865,1000 +2866,1000 +2867,1000 +2868,1000 +2869,1000 +2870,1000 +2871,1000 +2872,1000 +2873,1000 +2874,1000 +2875,1000 +2876,1000 +2877,1000 +2878,1000 +2879,1000 +2880,1000 +2881,1000 +2882,1000 +2883,1000 +2884,1000 +2885,1000 +2886,1000 +2887,1000 +2888,1000 +2889,1000 +2890,1000 +2891,1000 +2892,1000 +2893,1000 +2894,1000 +2895,1000 +2896,1000 +2897,1000 +2898,1000 +2899,1000 +2900,1000 +2901,1000 +2902,1000 +2903,1000 +2904,1000 +2905,1000 +2906,1000 +2907,1000 +2908,1000 +2909,1000 +2910,1000 +2911,1000 +2912,1000 +2913,1000 +2914,1000 +2915,1000 +2916,1000 +2917,1000 +2918,1000 +2919,1000 +2920,1000 +2921,1000 +2922,1000 +2923,1000 +2924,1000 +2925,1000 +2926,1000 +2927,1000 +2928,1000 +2929,1000 +2930,1000 +2931,1000 +2932,1000 +2933,1000 +2934,1000 +2935,1000 +2936,1000 +2937,1000 +2938,1000 +2939,1000 +2940,1000 +2941,1000 +2942,1000 +2943,1000 +2944,1000 +2945,1000 +2946,1000 +2947,1000 +2948,1000 +2949,1000 +2950,1000 +2951,1000 +2952,1000 +2953,1000 +2954,1000 +2955,1000 +2956,1000 +2957,1000 +2958,1000 +2959,1000 +2960,1000 +2961,1000 +2962,1000 +2963,1000 +2964,1000 +2965,1000 +2966,1000 +2967,1000 +2968,1000 +2969,1000 +2970,1000 +2971,1000 +2972,1000 +2973,1000 +2974,1000 +2975,1000 +2976,1000 +2977,1000 +2978,1000 +2979,1000 +2980,1000 +2981,1000 +2982,1000 +2983,1000 +2984,1000 +2985,1000 +2986,1000 +2987,1000 +2988,1000 +2989,1000 +2990,1000 +2991,1000 +2992,1000 +2993,1000 +2994,1000 +2995,1000 +2996,1000 +2997,1000 +2998,1000 +2999,1000 +3000,1000 +3001,1000 +3002,1000 +3003,1000 +3004,1000 +3005,1000 +3006,1000 +3007,1000 +3008,1000 +3009,1000 +3010,1000 +3011,1000 +3012,1000 +3013,1000 +3014,1000 +3015,1000 +3016,1000 +3017,1000 +3018,1000 +3019,1000 +3020,1000 +3021,1000 +3022,1000 +3023,1000 +3024,1000 +3025,1000 +3026,1000 +3027,1000 +3028,1000 +3029,1000 +3030,1000 +3031,1000 +3032,1000 +3033,1000 +3034,1000 +3035,1000 +3036,1000 +3037,1000 +3038,1000 +3039,1000 +3040,1000 +3041,1000 +3042,1000 +3043,1000 +3044,1000 +3045,1000 +3046,1000 +3047,1000 +3048,1000 +3049,1000 +3050,1000 +3051,1000 +3052,1000 +3053,1000 +3054,1000 +3055,1000 +3056,1000 +3057,1000 +3058,1000 +3059,1000 +3060,1000 +3061,1000 +3062,1000 +3063,1000 +3064,1000 +3065,1000 +3066,1000 +3067,1000 +3068,1000 +3069,1000 +3070,1000 +3071,1000 +3072,1000 +3073,1000 +3074,1000 +3075,1000 +3076,1000 +3077,1000 +3078,1000 +3079,1000 +3080,1000 +3081,1000 +3082,1000 +3083,1000 +3084,1000 +3085,1000 +3086,1000 +3087,1000 +3088,1000 +3089,1000 +3090,1000 +3091,1000 +3092,1000 +3093,1000 +3094,1000 +3095,1000 +3096,1000 +3097,1000 +3098,1000 +3099,1000 +3100,1000 +3101,1000 +3102,1000 +3103,1000 +3104,1000 +3105,1000 +3106,1000 +3107,1000 +3108,1000 +3109,1000 +3110,1000 +3111,1000 +3112,1000 +3113,1000 +3114,1000 +3115,1000 +3116,1000 +3117,1000 +3118,1000 +3119,1000 +3120,1000 +3121,1000 +3122,1000 +3123,1000 +3124,1000 +3125,1000 +3126,1000 +3127,1000 +3128,1000 +3129,1000 +3130,1000 +3131,1000 +3132,1000 +3133,1000 +3134,1000 +3135,1000 +3136,1000 +3137,1000 +3138,1000 +3139,1000 +3140,1000 +3141,1000 +3142,1000 +3143,1000 +3144,1000 +3145,1000 +3146,1000 +3147,1000 +3148,1000 +3149,1000 +3150,1000 +3151,1000 +3152,1000 +3153,1000 +3154,1000 +3155,1000 +3156,1000 +3157,1000 +3158,1000 +3159,1000 +3160,1000 +3161,1000 +3162,1000 +3163,1000 +3164,1000 +3165,1000 +3166,1000 +3167,1000 +3168,1000 +3169,1000 +3170,1000 +3171,1000 +3172,1000 +3173,1000 +3174,1000 +3175,1000 +3176,1000 +3177,1000 +3178,1000 +3179,1000 +3180,1000 +3181,1000 +3182,1000 +3183,1000 +3184,1000 +3185,1000 +3186,1000 +3187,1000 +3188,1000 +3189,1000 +3190,1000 +3191,1000 +3192,1000 +3193,1000 +3194,1000 +3195,1000 +3196,1000 +3197,1000 +3198,1000 +3199,1000 +3200,1000 +3201,1000 +3202,1000 +3203,1000 +3204,1000 +3205,1000 +3206,1000 +3207,1000 +3208,1000 +3209,1000 +3210,1000 +3211,1000 +3212,1000 +3213,1000 +3214,1000 +3215,1000 +3216,1000 +3217,1000 +3218,1000 +3219,1000 +3220,1000 +3221,1000 +3222,1000 +3223,1000 +3224,1000 +3225,1000 +3226,1000 +3227,1000 +3228,1000 +3229,1000 +3230,1000 +3231,1000 +3232,1000 +3233,1000 +3234,1000 +3235,1000 +3236,1000 +3237,1000 +3238,1000 +3239,1000 +3240,1000 +3241,1000 +3242,1000 +3243,1000 +3244,1000 +3245,1000 +3246,1000 +3247,1000 +3248,1000 +3249,1000 +3250,1000 +3251,1000 +3252,1000 +3253,1000 +3254,1000 +3255,1000 +3256,1000 +3257,1000 +3258,1000 +3259,1000 +3260,1000 +3261,1000 +3262,1000 +3263,1000 +3264,1000 +3265,1000 +3266,1000 +3267,1000 +3268,1000 +3269,1000 +3270,1000 +3271,1000 +3272,1000 +3273,1000 +3274,1000 +3275,1000 +3276,1000 +3277,1000 +3278,1000 +3279,1000 +3280,1000 +3281,1000 +3282,1000 +3283,1000 +3284,1000 +3285,1000 +3286,1000 +3287,1000 +3288,1000 +3289,1000 +3290,1000 +3291,1000 +3292,1000 +3293,1000 +3294,1000 +3295,1000 +3296,1000 +3297,1000 +3298,1000 +3299,1000 +3300,1000 +3301,1000 +3302,1000 +3303,1000 +3304,1000 +3305,1000 +3306,1000 +3307,1000 +3308,1000 +3309,1000 +3310,1000 +3311,1000 +3312,1000 +3313,1000 +3314,1000 +3315,1000 +3316,1000 +3317,1000 +3318,1000 +3319,1000 +3320,1000 +3321,1000 +3322,1000 +3323,1000 +3324,1000 +3325,1000 +3326,1000 +3327,1000 +3328,1000 +3329,1000 +3330,1000 +3331,1000 +3332,1000 +3333,1000 +3334,1000 +3335,1000 +3336,1000 +3337,1000 +3338,1000 +3339,1000 +3340,1000 +3341,1000 +3342,1000 +3343,1000 +3344,1000 +3345,1000 +3346,1000 +3347,1000 +3348,1000 +3349,1000 +3350,1000 +3351,1000 +3352,1000 +3353,1000 +3354,1000 +3355,1000 +3356,1000 +3357,1000 +3358,1000 +3359,1000 +3360,1000 +3361,1000 +3362,1000 +3363,1000 +3364,1000 +3365,1000 +3366,1000 +3367,1000 +3368,1000 +3369,1000 +3370,1000 +3371,1000 +3372,1000 +3373,1000 +3374,1000 +3375,1000 +3376,1000 +3377,1000 +3378,1000 +3379,1000 +3380,1000 +3381,1000 +3382,1000 +3383,1000 +3384,1000 +3385,1000 +3386,1000 +3387,1000 +3388,1000 +3389,1000 +3390,1000 +3391,1000 +3392,1000 +3393,1000 +3394,1000 +3395,1000 +3396,1000 +3397,1000 +3398,1000 +3399,1000 +3400,1000 +3401,1000 +3402,1000 +3403,1000 +3404,1000 +3405,1000 +3406,1000 +3407,1000 +3408,1000 +3409,1000 +3410,1000 +3411,1000 +3412,1000 +3413,1000 +3414,1000 +3415,1000 +3416,1000 +3417,1000 +3418,1000 +3419,1000 +3420,1000 +3421,1000 +3422,1000 +3423,1000 +3424,1000 +3425,1000 +3426,1000 +3427,1000 +3428,1000 +3429,1000 +3430,1000 +3431,1000 +3432,1000 +3433,1000 +3434,1000 +3435,1000 +3436,1000 +3437,1000 +3438,1000 +3439,1000 +3440,1000 +3441,1000 +3442,1000 +3443,1000 +3444,1000 +3445,1000 +3446,1000 +3447,1000 +3448,1000 +3449,1000 +3450,1000 +3451,1000 +3452,1000 +3453,1000 +3454,1000 +3455,1000 +3456,1000 +3457,1000 +3458,1000 +3459,1000 +3460,1000 +3461,1000 +3462,1000 +3463,1000 +3464,1000 +3465,1000 +3466,1000 +3467,1000 +3468,1000 +3469,1000 +3470,1000 +3471,1000 +3472,1000 +3473,1000 +3474,1000 +3475,1000 +3476,1000 +3477,1000 +3478,1000 +3479,1000 +3480,1000 +3481,1000 +3482,1000 +3483,1000 +3484,1000 +3485,1000 +3486,1000 +3487,1000 +3488,1000 +3489,1000 +3490,1000 +3491,1000 +3492,1000 +3493,1000 +3494,1000 +3495,1000 +3496,1000 +3497,1000 +3498,1000 +3499,1000 +3500,1000 +3501,1000 +3502,1000 +3503,1000 +3504,1000 +3505,1000 +3506,1000 +3507,1000 +3508,1000 +3509,1000 +3510,1000 +3511,1000 +3512,1000 +3513,1000 +3514,1000 +3515,1000 +3516,1000 +3517,1000 +3518,1000 +3519,1000 +3520,1000 +3521,1000 +3522,1000 +3523,1000 +3524,1000 +3525,1000 +3526,1000 +3527,1000 +3528,1000 +3529,1000 +3530,1000 +3531,1000 +3532,1000 +3533,1000 +3534,1000 +3535,1000 +3536,1000 +3537,1000 +3538,1000 +3539,1000 +3540,1000 +3541,1000 +3542,1000 +3543,1000 +3544,1000 +3545,1000 +3546,1000 +3547,1000 +3548,1000 +3549,1000 +3550,1000 +3551,1000 +3552,1000 +3553,1000 +3554,1000 +3555,1000 +3556,1000 +3557,1000 +3558,1000 +3559,1000 +3560,1000 +3561,1000 +3562,1000 +3563,1000 +3564,1000 +3565,1000 +3566,1000 +3567,1000 +3568,1000 +3569,1000 +3570,1000 +3571,1000 +3572,1000 +3573,1000 +3574,1000 +3575,1000 +3576,1000 +3577,1000 +3578,1000 +3579,1000 +3580,1000 +3581,1000 +3582,1000 +3583,1000 +3584,1000 +3585,1000 +3586,1000 +3587,1000 +3588,1000 +3589,1000 +3590,1000 +3591,1000 +3592,1000 +3593,1000 +3594,1000 +3595,1000 +3596,1000 +3597,1000 +3598,1000 +3599,1000 +3600,1000 +3601,1000 +3602,1000 +3603,1000 +3604,1000 +3605,1000 +3606,1000 +3607,1000 +3608,1000 +3609,1000 +3610,1000 +3611,1000 +3612,1000 +3613,1000 +3614,1000 +3615,1000 +3616,1000 +3617,1000 +3618,1000 +3619,1000 +3620,1000 +3621,1000 +3622,1000 +3623,1000 +3624,1000 +3625,1000 +3626,1000 +3627,1000 +3628,1000 +3629,1000 +3630,1000 +3631,1000 +3632,1000 +3633,1000 +3634,1000 +3635,1000 +3636,1000 +3637,1000 +3638,1000 +3639,1000 +3640,1000 +3641,1000 +3642,1000 +3643,1000 +3644,1000 +3645,1000 +3646,1000 +3647,1000 +3648,1000 +3649,1000 +3650,1000 +3651,1000 +3652,1000 +3653,1000 +3654,1000 +3655,1000 +3656,1000 +3657,1000 +3658,1000 +3659,1000 +3660,1000 +3661,1000 +3662,1000 +3663,1000 +3664,1000 +3665,1000 +3666,1000 +3667,1000 +3668,1000 +3669,1000 +3670,1000 +3671,1000 +3672,1000 +3673,1000 +3674,1000 +3675,1000 +3676,1000 +3677,1000 +3678,1000 +3679,1000 +3680,1000 +3681,1000 +3682,1000 +3683,1000 +3684,1000 +3685,1000 +3686,1000 +3687,1000 +3688,1000 +3689,1000 +3690,1000 +3691,1000 +3692,1000 +3693,1000 +3694,1000 +3695,1000 +3696,1000 +3697,1000 +3698,1000 +3699,1000 +3700,1000 +3701,1000 +3702,1000 +3703,1000 +3704,1000 +3705,1000 +3706,1000 +3707,1000 +3708,1000 +3709,1000 +3710,1000 +3711,1000 +3712,1000 +3713,1000 +3714,1000 +3715,1000 +3716,1000 +3717,1000 +3718,1000 +3719,1000 +3720,1000 +3721,1000 +3722,1000 +3723,1000 +3724,1000 +3725,1000 +3726,1000 +3727,1000 +3728,1000 +3729,1000 +3730,1000 +3731,1000 +3732,1000 +3733,1000 +3734,1000 +3735,1000 +3736,1000 +3737,1000 +3738,1000 +3739,1000 +3740,1000 +3741,1000 +3742,1000 +3743,1000 +3744,1000 +3745,1000 +3746,1000 +3747,1000 +3748,1000 +3749,1000 +3750,1000 +3751,1000 +3752,1000 +3753,1000 +3754,1000 +3755,1000 +3756,1000 +3757,1000 +3758,1000 +3759,1000 +3760,1000 +3761,1000 +3762,1000 +3763,1000 +3764,1000 +3765,1000 +3766,1000 +3767,1000 +3768,1000 +3769,1000 +3770,1000 +3771,1000 +3772,1000 +3773,1000 +3774,1000 +3775,1000 +3776,1000 +3777,1000 +3778,1000 +3779,1000 +3780,1000 +3781,1000 +3782,1000 +3783,1000 +3784,1000 +3785,1000 +3786,1000 +3787,1000 +3788,1000 +3789,1000 +3790,1000 +3791,1000 +3792,1000 +3793,1000 +3794,1000 +3795,1000 +3796,1000 +3797,1000 +3798,1000 +3799,1000 +3800,1000 +3801,1000 +3802,1000 +3803,1000 +3804,1000 +3805,1000 +3806,1000 +3807,1000 +3808,1000 +3809,1000 +3810,1000 +3811,1000 +3812,1000 +3813,1000 +3814,1000 +3815,1000 +3816,1000 +3817,1000 +3818,1000 +3819,1000 +3820,1000 +3821,1000 +3822,1000 +3823,1000 +3824,1000 +3825,1000 +3826,1000 +3827,1000 +3828,1000 +3829,1000 +3830,1000 +3831,1000 +3832,1000 +3833,1000 +3834,1000 +3835,1000 +3836,1000 +3837,1000 +3838,1000 +3839,1000 +3840,1000 +3841,1000 +3842,1000 +3843,1000 +3844,1000 +3845,1000 +3846,1000 +3847,1000 +3848,1000 +3849,1000 +3850,1000 +3851,1000 +3852,1000 +3853,1000 +3854,1000 +3855,1000 +3856,1000 +3857,1000 +3858,1000 +3859,1000 +3860,1000 +3861,1000 +3862,1000 +3863,1000 +3864,1000 +3865,1000 +3866,1000 +3867,1000 +3868,1000 +3869,1000 +3870,1000 +3871,1000 +3872,1000 +3873,1000 +3874,1000 +3875,1000 +3876,1000 +3877,1000 +3878,1000 +3879,1000 +3880,1000 +3881,1000 +3882,1000 +3883,1000 +3884,1000 +3885,1000 +3886,1000 +3887,1000 +3888,1000 +3889,1000 +3890,1000 +3891,1000 +3892,1000 +3893,1000 +3894,1000 +3895,1000 +3896,1000 +3897,1000 +3898,1000 +3899,1000 +3900,1000 +3901,1000 +3902,1000 +3903,1000 +3904,1000 +3905,1000 +3906,1000 +3907,1000 +3908,1000 +3909,1000 +3910,1000 +3911,1000 +3912,1000 +3913,1000 +3914,1000 +3915,1000 +3916,1000 +3917,1000 +3918,1000 +3919,1000 +3920,1000 +3921,1000 +3922,1000 +3923,1000 +3924,1000 +3925,1000 +3926,1000 +3927,1000 +3928,1000 +3929,1000 +3930,1000 +3931,1000 +3932,1000 +3933,1000 +3934,1000 +3935,1000 +3936,1000 +3937,1000 +3938,1000 +3939,1000 +3940,1000 +3941,1000 +3942,1000 +3943,1000 +3944,1000 +3945,1000 +3946,1000 +3947,1000 +3948,1000 +3949,1000 +3950,1000 +3951,1000 +3952,1000 +3953,1000 +3954,1000 +3955,1000 +3956,1000 +3957,1000 +3958,1000 +3959,1000 +3960,1000 +3961,1000 +3962,1000 +3963,1000 +3964,1000 +3965,1000 +3966,1000 +3967,1000 +3968,1000 +3969,1000 +3970,1000 +3971,1000 +3972,1000 +3973,1000 +3974,1000 +3975,1000 +3976,1000 +3977,1000 +3978,1000 +3979,1000 +3980,1000 +3981,1000 +3982,1000 +3983,1000 +3984,1000 +3985,1000 +3986,1000 +3987,1000 +3988,1000 +3989,1000 +3990,1000 +3991,1000 +3992,1000 +3993,1000 +3994,1000 +3995,1000 +3996,1000 +3997,1000 +3998,1000 +3999,1000 +4000,1000 +4001,1000 +4002,1000 +4003,1000 +4004,1000 +4005,1000 +4006,1000 +4007,1000 +4008,1000 +4009,1000 +4010,1000 +4011,1000 +4012,1000 +4013,1000 +4014,1000 +4015,1000 +4016,1000 +4017,1000 +4018,1000 +4019,1000 +4020,1000 +4021,1000 +4022,1000 +4023,1000 +4024,1000 +4025,1000 +4026,1000 +4027,1000 +4028,1000 +4029,1000 +4030,1000 +4031,1000 +4032,1000 +4033,1000 +4034,1000 +4035,1000 +4036,1000 +4037,1000 +4038,1000 +4039,1000 +4040,1000 +4041,1000 +4042,1000 +4043,1000 +4044,1000 +4045,1000 +4046,1000 +4047,1000 +4048,1000 +4049,1000 +4050,1000 +4051,1000 +4052,1000 +4053,1000 +4054,1000 +4055,1000 +4056,1000 +4057,1000 +4058,1000 +4059,1000 +4060,1000 +4061,1000 +4062,1000 +4063,1000 +4064,1000 +4065,1000 +4066,1000 +4067,1000 +4068,1000 +4069,1000 +4070,1000 +4071,1000 +4072,1000 +4073,1000 +4074,1000 +4075,1000 +4076,1000 +4077,1000 +4078,1000 +4079,1000 +4080,1000 +4081,1000 +4082,1000 +4083,1000 +4084,1000 +4085,1000 +4086,1000 +4087,1000 +4088,1000 +4089,1000 +4090,1000 +4091,1000 +4092,1000 +4093,1000 +4094,1000 +4095,1000 +4096,1000 +4097,1000 +4098,1000 +4099,1000 +4100,1000 +4101,1000 +4102,1000 +4103,1000 +4104,1000 +4105,1000 +4106,1000 +4107,1000 +4108,1000 +4109,1000 +4110,1000 +4111,1000 +4112,1000 +4113,1000 +4114,1000 +4115,1000 +4116,1000 +4117,1000 +4118,1000 +4119,1000 +4120,1000 +4121,1000 +4122,1000 +4123,1000 +4124,1000 +4125,1000 +4126,1000 +4127,1000 +4128,1000 +4129,1000 +4130,1000 +4131,1000 +4132,1000 +4133,1000 +4134,1000 +4135,1000 +4136,1000 +4137,1000 +4138,1000 +4139,1000 +4140,1000 +4141,1000 +4142,1000 +4143,1000 +4144,1000 +4145,1000 +4146,1000 +4147,1000 +4148,1000 +4149,1000 +4150,1000 +4151,1000 +4152,1000 +4153,1000 +4154,1000 +4155,1000 +4156,1000 +4157,1000 +4158,1000 +4159,1000 +4160,1000 +4161,1000 +4162,1000 +4163,1000 +4164,1000 +4165,1000 +4166,1000 +4167,1000 +4168,1000 +4169,1000 +4170,1000 +4171,1000 +4172,1000 +4173,1000 +4174,1000 +4175,1000 +4176,1000 +4177,1000 +4178,1000 +4179,1000 +4180,1000 +4181,1000 +4182,1000 +4183,1000 +4184,1000 +4185,1000 +4186,1000 +4187,1000 +4188,1000 +4189,1000 +4190,1000 +4191,1000 +4192,1000 +4193,1000 +4194,1000 +4195,1000 +4196,1000 +4197,1000 +4198,1000 +4199,1000 +4200,1000 +4201,1000 +4202,1000 +4203,1000 +4204,1000 +4205,1000 +4206,1000 +4207,1000 +4208,1000 +4209,1000 +4210,1000 +4211,1000 +4212,1000 +4213,1000 +4214,1000 +4215,1000 +4216,1000 +4217,1000 +4218,1000 +4219,1000 +4220,1000 +4221,1000 +4222,1000 +4223,1000 +4224,1000 +4225,1000 +4226,1000 +4227,1000 +4228,1000 +4229,1000 +4230,1000 +4231,1000 +4232,1000 +4233,1000 +4234,1000 +4235,1000 +4236,1000 +4237,1000 +4238,1000 +4239,1000 +4240,1000 +4241,1000 +4242,1000 +4243,1000 +4244,1000 +4245,1000 +4246,1000 +4247,1000 +4248,1000 +4249,1000 +4250,1000 +4251,1000 +4252,1000 +4253,1000 +4254,1000 +4255,1000 +4256,1000 +4257,1000 +4258,1000 +4259,1000 +4260,1000 +4261,1000 +4262,1000 +4263,1000 +4264,1000 +4265,1000 +4266,1000 +4267,1000 +4268,1000 +4269,1000 +4270,1000 +4271,1000 +4272,1000 +4273,1000 +4274,1000 +4275,1000 +4276,1000 +4277,1000 +4278,1000 +4279,1000 +4280,1000 +4281,1000 +4282,1000 +4283,1000 +4284,1000 +4285,1000 +4286,1000 +4287,1000 +4288,1000 +4289,1000 +4290,1000 +4291,1000 +4292,1000 +4293,1000 +4294,1000 +4295,1000 +4296,1000 +4297,1000 +4298,1000 +4299,1000 +4300,1000 +4301,1000 +4302,1000 +4303,1000 +4304,1000 +4305,1000 +4306,1000 +4307,1000 +4308,1000 +4309,1000 +4310,1000 +4311,1000 +4312,1000 +4313,1000 +4314,1000 +4315,1000 +4316,1000 +4317,1000 +4318,1000 +4319,1000 +4320,1000 +4321,1000 +4322,1000 +4323,1000 +4324,1000 +4325,1000 +4326,1000 +4327,1000 +4328,1000 +4329,1000 +4330,1000 +4331,1000 +4332,1000 +4333,1000 +4334,1000 +4335,1000 +4336,1000 +4337,1000 +4338,1000 +4339,1000 +4340,1000 +4341,1000 +4342,1000 +4343,1000 +4344,1000 +4345,1000 +4346,1000 +4347,1000 +4348,1000 +4349,1000 +4350,1000 +4351,1000 +4352,1000 +4353,1000 +4354,1000 +4355,1000 +4356,1000 +4357,1000 +4358,1000 +4359,1000 +4360,1000 +4361,1000 +4362,1000 +4363,1000 +4364,1000 +4365,1000 +4366,1000 +4367,1000 +4368,1000 +4369,1000 +4370,1000 +4371,1000 +4372,1000 +4373,1000 +4374,1000 +4375,1000 +4376,1000 +4377,1000 +4378,1000 +4379,1000 +4380,1000 +4381,1000 +4382,1000 +4383,1000 +4384,1000 +4385,1000 +4386,1000 +4387,1000 +4388,1000 +4389,1000 +4390,1000 +4391,1000 +4392,1000 +4393,1000 +4394,1000 +4395,1000 +4396,1000 +4397,1000 +4398,1000 +4399,1000 +4400,1000 +4401,1000 +4402,1000 +4403,1000 +4404,1000 +4405,1000 +4406,1000 +4407,1000 +4408,1000 +4409,1000 +4410,1000 +4411,1000 +4412,1000 +4413,1000 +4414,1000 +4415,1000 +4416,1000 +4417,1000 +4418,1000 +4419,1000 +4420,1000 +4421,1000 +4422,1000 +4423,1000 +4424,1000 +4425,1000 +4426,1000 +4427,1000 +4428,1000 +4429,1000 +4430,1000 +4431,1000 +4432,1000 +4433,1000 +4434,1000 +4435,1000 +4436,1000 +4437,1000 +4438,1000 +4439,1000 +4440,1000 +4441,1000 +4442,1000 +4443,1000 +4444,1000 +4445,1000 +4446,1000 +4447,1000 +4448,1000 +4449,1000 +4450,1000 +4451,1000 +4452,1000 +4453,1000 +4454,1000 +4455,1000 +4456,1000 +4457,1000 +4458,1000 +4459,1000 +4460,1000 +4461,1000 +4462,1000 +4463,1000 +4464,1000 +4465,1000 +4466,1000 +4467,1000 +4468,1000 +4469,1000 +4470,1000 +4471,1000 +4472,1000 +4473,1000 +4474,1000 +4475,1000 +4476,1000 +4477,1000 +4478,1000 +4479,1000 +4480,1000 +4481,1000 +4482,1000 +4483,1000 +4484,1000 +4485,1000 +4486,1000 +4487,1000 +4488,1000 +4489,1000 +4490,1000 +4491,1000 +4492,1000 +4493,1000 +4494,1000 +4495,1000 +4496,1000 +4497,1000 +4498,1000 +4499,1000 +4500,1000 +4501,1000 +4502,1000 +4503,1000 +4504,1000 +4505,1000 +4506,1000 +4507,1000 +4508,1000 +4509,1000 +4510,1000 +4511,1000 +4512,1000 +4513,1000 +4514,1000 +4515,1000 +4516,1000 +4517,1000 +4518,1000 +4519,1000 +4520,1000 +4521,1000 +4522,1000 +4523,1000 +4524,1000 +4525,1000 +4526,1000 +4527,1000 +4528,1000 +4529,1000 +4530,1000 +4531,1000 +4532,1000 +4533,1000 +4534,1000 +4535,1000 +4536,1000 +4537,1000 +4538,1000 +4539,1000 +4540,1000 +4541,1000 +4542,1000 +4543,1000 +4544,1000 +4545,1000 +4546,1000 +4547,1000 +4548,1000 +4549,1000 +4550,1000 +4551,1000 +4552,1000 +4553,1000 +4554,1000 +4555,1000 +4556,1000 +4557,1000 +4558,1000 +4559,1000 +4560,1000 +4561,1000 +4562,1000 +4563,1000 +4564,1000 +4565,1000 +4566,1000 +4567,1000 +4568,1000 +4569,1000 +4570,1000 +4571,1000 +4572,1000 +4573,1000 +4574,1000 +4575,1000 +4576,1000 +4577,1000 +4578,1000 +4579,1000 +4580,1000 +4581,1000 +4582,1000 +4583,1000 +4584,1000 +4585,1000 +4586,1000 +4587,1000 +4588,1000 +4589,1000 +4590,1000 +4591,1000 +4592,1000 +4593,1000 +4594,1000 +4595,1000 +4596,1000 +4597,1000 +4598,1000 +4599,1000 +4600,1000 +4601,1000 +4602,1000 +4603,1000 +4604,1000 +4605,1000 +4606,1000 +4607,1000 +4608,1000 +4609,1000 +4610,1000 +4611,1000 +4612,1000 +4613,1000 +4614,1000 +4615,1000 +4616,1000 +4617,1000 +4618,1000 +4619,1000 +4620,1000 +4621,1000 +4622,1000 +4623,1000 +4624,1000 +4625,1000 +4626,1000 +4627,1000 +4628,1000 +4629,1000 +4630,1000 +4631,1000 +4632,1000 +4633,1000 +4634,1000 +4635,1000 +4636,1000 +4637,1000 +4638,1000 +4639,1000 +4640,1000 +4641,1000 +4642,1000 +4643,1000 +4644,1000 +4645,1000 +4646,1000 +4647,1000 +4648,1000 +4649,1000 +4650,1000 +4651,1000 +4652,1000 +4653,1000 +4654,1000 +4655,1000 +4656,1000 +4657,1000 +4658,1000 +4659,1000 +4660,1000 +4661,1000 +4662,1000 +4663,1000 +4664,1000 +4665,1000 +4666,1000 +4667,1000 +4668,1000 +4669,1000 +4670,1000 +4671,1000 +4672,1000 +4673,1000 +4674,1000 +4675,1000 +4676,1000 +4677,1000 +4678,1000 +4679,1000 +4680,1000 +4681,1000 +4682,1000 +4683,1000 +4684,1000 +4685,1000 +4686,1000 +4687,1000 +4688,1000 +4689,1000 +4690,1000 +4691,1000 +4692,1000 +4693,1000 +4694,1000 +4695,1000 +4696,1000 +4697,1000 +4698,1000 +4699,1000 +4700,1000 +4701,1000 +4702,1000 +4703,1000 +4704,1000 +4705,1000 +4706,1000 +4707,1000 +4708,1000 +4709,1000 +4710,1000 +4711,1000 +4712,1000 +4713,1000 +4714,1000 +4715,1000 +4716,1000 +4717,1000 +4718,1000 +4719,1000 +4720,1000 +4721,1000 +4722,1000 +4723,1000 +4724,1000 +4725,1000 +4726,1000 +4727,1000 +4728,1000 +4729,1000 +4730,1000 +4731,1000 +4732,1000 +4733,1000 +4734,1000 +4735,1000 +4736,1000 +4737,1000 +4738,1000 +4739,1000 +4740,1000 +4741,1000 +4742,1000 +4743,1000 +4744,1000 +4745,1000 +4746,1000 +4747,1000 +4748,1000 +4749,1000 +4750,1000 +4751,1000 +4752,1000 +4753,1000 +4754,1000 +4755,1000 +4756,1000 +4757,1000 +4758,1000 +4759,1000 +4760,1000 +4761,1000 +4762,1000 +4763,1000 +4764,1000 +4765,1000 +4766,1000 +4767,1000 +4768,1000 +4769,1000 +4770,1000 +4771,1000 +4772,1000 +4773,1000 +4774,1000 +4775,1000 +4776,1000 +4777,1000 +4778,1000 +4779,1000 +4780,1000 +4781,1000 +4782,1000 +4783,1000 +4784,1000 +4785,1000 +4786,1000 +4787,1000 +4788,1000 +4789,1000 +4790,1000 +4791,1000 +4792,1000 +4793,1000 +4794,1000 +4795,1000 +4796,1000 +4797,1000 +4798,1000 +4799,1000 +4800,1000 +4801,1000 +4802,1000 +4803,1000 +4804,1000 +4805,1000 +4806,1000 +4807,1000 +4808,1000 +4809,1000 +4810,1000 +4811,1000 +4812,1000 +4813,1000 +4814,1000 +4815,1000 +4816,1000 +4817,1000 +4818,1000 +4819,1000 +4820,1000 +4821,1000 +4822,1000 +4823,1000 +4824,1000 +4825,1000 +4826,1000 +4827,1000 +4828,1000 +4829,1000 +4830,1000 +4831,1000 +4832,1000 +4833,1000 +4834,1000 +4835,1000 +4836,1000 +4837,1000 +4838,1000 +4839,1000 +4840,1000 +4841,1000 +4842,1000 +4843,1000 +4844,1000 +4845,1000 +4846,1000 +4847,1000 +4848,1000 +4849,1000 +4850,1000 +4851,1000 +4852,1000 +4853,1000 +4854,1000 +4855,1000 +4856,1000 +4857,1000 +4858,1000 +4859,1000 +4860,1000 +4861,1000 +4862,1000 +4863,1000 +4864,1000 +4865,1000 +4866,1000 +4867,1000 +4868,1000 +4869,1000 +4870,1000 +4871,1000 +4872,1000 +4873,1000 +4874,1000 +4875,1000 +4876,1000 +4877,1000 +4878,1000 +4879,1000 +4880,1000 +4881,1000 +4882,1000 +4883,1000 +4884,1000 +4885,1000 +4886,1000 +4887,1000 +4888,1000 +4889,1000 +4890,1000 +4891,1000 +4892,1000 +4893,1000 +4894,1000 +4895,1000 +4896,1000 +4897,1000 +4898,1000 +4899,1000 +4900,1000 +4901,1000 +4902,1000 +4903,1000 +4904,1000 +4905,1000 +4906,1000 +4907,1000 +4908,1000 +4909,1000 +4910,1000 +4911,1000 +4912,1000 +4913,1000 +4914,1000 +4915,1000 +4916,1000 +4917,1000 +4918,1000 +4919,1000 +4920,1000 +4921,1000 +4922,1000 +4923,1000 +4924,1000 +4925,1000 +4926,1000 +4927,1000 +4928,1000 +4929,1000 +4930,1000 +4931,1000 +4932,1000 +4933,1000 +4934,1000 +4935,1000 +4936,1000 +4937,1000 +4938,1000 +4939,1000 +4940,1000 +4941,1000 +4942,1000 +4943,1000 +4944,1000 +4945,1000 +4946,1000 +4947,1000 +4948,1000 +4949,1000 +4950,1000 +4951,1000 +4952,1000 +4953,1000 +4954,1000 +4955,1000 +4956,1000 +4957,1000 +4958,1000 +4959,1000 +4960,1000 +4961,1000 +4962,1000 +4963,1000 +4964,1000 +4965,1000 +4966,1000 +4967,1000 +4968,1000 +4969,1000 +4970,1000 +4971,1000 +4972,1000 +4973,1000 +4974,1000 +4975,1000 +4976,1000 +4977,1000 +4978,1000 +4979,1000 +4980,1000 +4981,1000 +4982,1000 +4983,1000 +4984,1000 +4985,1000 +4986,1000 +4987,1000 +4988,1000 +4989,1000 +4990,1000 +4991,1000 +4992,1000 +4993,1000 +4994,1000 +4995,1000 +4996,1000 +4997,1000 +4998,1000 +4999,1000 +5000,1000 +5001,1000 +5002,1000 +5003,1000 +5004,1000 +5005,1000 +5006,1000 +5007,1000 +5008,1000 +5009,1000 +5010,1000 +5011,1000 +5012,1000 +5013,1000 +5014,1000 +5015,1000 +5016,1000 +5017,1000 +5018,1000 +5019,1000 +5020,1000 +5021,1000 +5022,1000 +5023,1000 +5024,1000 +5025,1000 +5026,1000 +5027,1000 +5028,1000 +5029,1000 +5030,1000 +5031,1000 +5032,1000 +5033,1000 +5034,1000 +5035,1000 +5036,1000 +5037,1000 +5038,1000 +5039,1000 +5040,1000 +5041,1000 +5042,1000 +5043,1000 +5044,1000 +5045,1000 +5046,1000 +5047,1000 +5048,1000 +5049,1000 +5050,1000 +5051,1000 +5052,1000 +5053,1000 +5054,1000 +5055,1000 +5056,1000 +5057,1000 +5058,1000 +5059,1000 +5060,1000 +5061,1000 +5062,1000 +5063,1000 +5064,1000 +5065,1000 +5066,1000 +5067,1000 +5068,1000 +5069,1000 +5070,1000 +5071,1000 +5072,1000 +5073,1000 +5074,1000 +5075,1000 +5076,1000 +5077,1000 +5078,1000 +5079,1000 +5080,1000 +5081,1000 +5082,1000 +5083,1000 +5084,1000 +5085,1000 +5086,1000 +5087,1000 +5088,1000 +5089,1000 +5090,1000 +5091,1000 +5092,1000 +5093,1000 +5094,1000 +5095,1000 +5096,1000 +5097,1000 +5098,1000 +5099,1000 +5100,1000 +5101,1000 +5102,1000 +5103,1000 +5104,1000 +5105,1000 +5106,1000 +5107,1000 +5108,1000 +5109,1000 +5110,1000 +5111,1000 +5112,1000 +5113,1000 +5114,1000 +5115,1000 +5116,1000 +5117,1000 +5118,1000 +5119,1000 +5120,1000 +5121,1000 +5122,1000 +5123,1000 +5124,1000 +5125,1000 +5126,1000 +5127,1000 +5128,1000 +5129,1000 +5130,1000 +5131,1000 +5132,1000 +5133,1000 +5134,1000 +5135,1000 +5136,1000 +5137,1000 +5138,1000 +5139,1000 +5140,1000 +5141,1000 +5142,1000 +5143,1000 +5144,1000 +5145,1000 +5146,1000 +5147,1000 +5148,1000 +5149,1000 +5150,1000 +5151,1000 +5152,1000 +5153,1000 +5154,1000 +5155,1000 +5156,1000 +5157,1000 +5158,1000 +5159,1000 +5160,1000 +5161,1000 +5162,1000 +5163,1000 +5164,1000 +5165,1000 +5166,1000 +5167,1000 +5168,1000 +5169,1000 +5170,1000 +5171,1000 +5172,1000 +5173,1000 +5174,1000 +5175,1000 +5176,1000 +5177,1000 +5178,1000 +5179,1000 +5180,1000 +5181,1000 +5182,1000 +5183,1000 +5184,1000 +5185,1000 +5186,1000 +5187,1000 +5188,1000 +5189,1000 +5190,1000 +5191,1000 +5192,1000 +5193,1000 +5194,1000 +5195,1000 +5196,1000 +5197,1000 +5198,1000 +5199,1000 +5200,1000 +5201,1000 +5202,1000 +5203,1000 +5204,1000 +5205,1000 +5206,1000 +5207,1000 +5208,1000 +5209,1000 +5210,1000 +5211,1000 +5212,1000 +5213,1000 +5214,1000 +5215,1000 +5216,1000 +5217,1000 +5218,1000 +5219,1000 +5220,1000 +5221,1000 +5222,1000 +5223,1000 +5224,1000 +5225,1000 +5226,1000 +5227,1000 +5228,1000 +5229,1000 +5230,1000 +5231,1000 +5232,1000 +5233,1000 +5234,1000 +5235,1000 +5236,1000 +5237,1000 +5238,1000 +5239,1000 +5240,1000 +5241,1000 +5242,1000 +5243,1000 +5244,1000 +5245,1000 +5246,1000 +5247,1000 +5248,1000 +5249,1000 +5250,1000 +5251,1000 +5252,1000 +5253,1000 +5254,1000 +5255,1000 +5256,1000 +5257,1000 +5258,1000 +5259,1000 +5260,1000 +5261,1000 +5262,1000 +5263,1000 +5264,1000 +5265,1000 +5266,1000 +5267,1000 +5268,1000 +5269,1000 +5270,1000 +5271,1000 +5272,1000 +5273,1000 +5274,1000 +5275,1000 +5276,1000 +5277,1000 +5278,1000 +5279,1000 +5280,1000 +5281,1000 +5282,1000 +5283,1000 +5284,1000 +5285,1000 +5286,1000 +5287,1000 +5288,1000 +5289,1000 +5290,1000 +5291,1000 +5292,1000 +5293,1000 +5294,1000 +5295,1000 +5296,1000 +5297,1000 +5298,1000 +5299,1000 +5300,1000 +5301,1000 +5302,1000 +5303,1000 +5304,1000 +5305,1000 +5306,1000 +5307,1000 +5308,1000 +5309,1000 +5310,1000 +5311,1000 +5312,1000 +5313,1000 +5314,1000 +5315,1000 +5316,1000 +5317,1000 +5318,1000 +5319,1000 +5320,1000 +5321,1000 +5322,1000 +5323,1000 +5324,1000 +5325,1000 +5326,1000 +5327,1000 +5328,1000 +5329,1000 +5330,1000 +5331,1000 +5332,1000 +5333,1000 +5334,1000 +5335,1000 +5336,1000 +5337,1000 +5338,1000 +5339,1000 +5340,1000 +5341,1000 +5342,1000 +5343,1000 +5344,1000 +5345,1000 +5346,1000 +5347,1000 +5348,1000 +5349,1000 +5350,1000 +5351,1000 +5352,1000 +5353,1000 +5354,1000 +5355,1000 +5356,1000 +5357,1000 +5358,1000 +5359,1000 +5360,1000 +5361,1000 +5362,1000 +5363,1000 +5364,1000 +5365,1000 +5366,1000 +5367,1000 +5368,1000 +5369,1000 +5370,1000 +5371,1000 +5372,1000 +5373,1000 +5374,1000 +5375,1000 +5376,1000 +5377,1000 +5378,1000 +5379,1000 +5380,1000 +5381,1000 +5382,1000 +5383,1000 +5384,1000 +5385,1000 +5386,1000 +5387,1000 +5388,1000 +5389,1000 +5390,1000 +5391,1000 +5392,1000 +5393,1000 +5394,1000 +5395,1000 +5396,1000 +5397,1000 +5398,1000 +5399,1000 +5400,1000 +5401,1000 +5402,1000 +5403,1000 +5404,1000 +5405,1000 +5406,1000 +5407,1000 +5408,1000 +5409,1000 +5410,1000 +5411,1000 +5412,1000 +5413,1000 +5414,1000 +5415,1000 +5416,1000 +5417,1000 +5418,1000 +5419,1000 +5420,1000 +5421,1000 +5422,1000 +5423,1000 +5424,1000 +5425,1000 +5426,1000 +5427,1000 +5428,1000 +5429,1000 +5430,1000 +5431,1000 +5432,1000 +5433,1000 +5434,1000 +5435,1000 +5436,1000 +5437,1000 +5438,1000 +5439,1000 +5440,1000 +5441,1000 +5442,1000 +5443,1000 +5444,1000 +5445,1000 +5446,1000 +5447,1000 +5448,1000 +5449,1000 +5450,1000 +5451,1000 +5452,1000 +5453,1000 +5454,1000 +5455,1000 +5456,1000 +5457,1000 +5458,1000 +5459,1000 +5460,1000 +5461,1000 +5462,1000 +5463,1000 +5464,1000 +5465,1000 +5466,1000 +5467,1000 +5468,1000 +5469,1000 +5470,1000 +5471,1000 +5472,1000 +5473,1000 +5474,1000 +5475,1000 +5476,1000 +5477,1000 +5478,1000 +5479,1000 +5480,1000 +5481,1000 +5482,1000 +5483,1000 +5484,1000 +5485,1000 +5486,1000 +5487,1000 +5488,1000 +5489,1000 +5490,1000 +5491,1000 +5492,1000 +5493,1000 +5494,1000 +5495,1000 +5496,1000 +5497,1000 +5498,1000 +5499,1000 +5500,1000 +5501,1000 +5502,1000 +5503,1000 +5504,1000 +5505,1000 +5506,1000 +5507,1000 +5508,1000 +5509,1000 +5510,1000 +5511,1000 +5512,1000 +5513,1000 +5514,1000 +5515,1000 +5516,1000 +5517,1000 +5518,1000 +5519,1000 +5520,1000 +5521,1000 +5522,1000 +5523,1000 +5524,1000 +5525,1000 +5526,1000 +5527,1000 +5528,1000 +5529,1000 +5530,1000 +5531,1000 +5532,1000 +5533,1000 +5534,1000 +5535,1000 +5536,1000 +5537,1000 +5538,1000 +5539,1000 +5540,1000 +5541,1000 +5542,1000 +5543,1000 +5544,1000 +5545,1000 +5546,1000 +5547,1000 +5548,1000 +5549,1000 +5550,1000 +5551,1000 +5552,1000 +5553,1000 +5554,1000 +5555,1000 +5556,1000 +5557,1000 +5558,1000 +5559,1000 +5560,1000 +5561,1000 +5562,1000 +5563,1000 +5564,1000 +5565,1000 +5566,1000 +5567,1000 +5568,1000 +5569,1000 +5570,1000 +5571,1000 +5572,1000 +5573,1000 +5574,1000 +5575,1000 +5576,1000 +5577,1000 +5578,1000 +5579,1000 +5580,1000 +5581,1000 +5582,1000 +5583,1000 +5584,1000 +5585,1000 +5586,1000 +5587,1000 +5588,1000 +5589,1000 +5590,1000 +5591,1000 +5592,1000 +5593,1000 +5594,1000 +5595,1000 +5596,1000 +5597,1000 +5598,1000 +5599,1000 +5600,1000 +5601,1000 +5602,1000 +5603,1000 +5604,1000 +5605,1000 +5606,1000 +5607,1000 +5608,1000 +5609,1000 +5610,1000 +5611,1000 +5612,1000 +5613,1000 +5614,1000 +5615,1000 +5616,1000 +5617,1000 +5618,1000 +5619,1000 +5620,1000 +5621,1000 +5622,1000 +5623,1000 +5624,1000 +5625,1000 +5626,1000 +5627,1000 +5628,1000 +5629,1000 +5630,1000 +5631,1000 +5632,1000 +5633,1000 +5634,1000 +5635,1000 +5636,1000 +5637,1000 +5638,1000 +5639,1000 +5640,1000 +5641,1000 +5642,1000 +5643,1000 +5644,1000 +5645,1000 +5646,1000 +5647,1000 +5648,1000 +5649,1000 +5650,1000 +5651,1000 +5652,1000 +5653,1000 +5654,1000 +5655,1000 +5656,1000 +5657,1000 +5658,1000 +5659,1000 +5660,1000 +5661,1000 +5662,1000 +5663,1000 +5664,1000 +5665,1000 +5666,1000 +5667,1000 +5668,1000 +5669,1000 +5670,1000 +5671,1000 +5672,1000 +5673,1000 +5674,1000 +5675,1000 +5676,1000 +5677,1000 +5678,1000 +5679,1000 +5680,1000 +5681,1000 +5682,1000 +5683,1000 +5684,1000 +5685,1000 +5686,1000 +5687,1000 +5688,1000 +5689,1000 +5690,1000 +5691,1000 +5692,1000 +5693,1000 +5694,1000 +5695,1000 +5696,1000 +5697,1000 +5698,1000 +5699,1000 +5700,1000 +5701,1000 +5702,1000 +5703,1000 +5704,1000 +5705,1000 +5706,1000 +5707,1000 +5708,1000 +5709,1000 +5710,1000 +5711,1000 +5712,1000 +5713,1000 +5714,1000 +5715,1000 +5716,1000 +5717,1000 +5718,1000 +5719,1000 +5720,1000 +5721,1000 +5722,1000 +5723,1000 +5724,1000 +5725,1000 +5726,1000 +5727,1000 +5728,1000 +5729,1000 +5730,1000 +5731,1000 +5732,1000 +5733,1000 +5734,1000 +5735,1000 +5736,1000 +5737,1000 +5738,1000 +5739,1000 +5740,1000 +5741,1000 +5742,1000 +5743,1000 +5744,1000 +5745,1000 +5746,1000 +5747,1000 +5748,1000 +5749,1000 +5750,1000 +5751,1000 +5752,1000 +5753,1000 +5754,1000 +5755,1000 +5756,1000 +5757,1000 +5758,1000 +5759,1000 +5760,1000 +5761,1000 +5762,1000 +5763,1000 +5764,1000 +5765,1000 +5766,1000 +5767,1000 +5768,1000 +5769,1000 +5770,1000 +5771,1000 +5772,1000 +5773,1000 +5774,1000 +5775,1000 +5776,1000 +5777,1000 +5778,1000 +5779,1000 +5780,1000 +5781,1000 +5782,1000 +5783,1000 +5784,1000 +5785,1000 +5786,1000 +5787,1000 +5788,1000 +5789,1000 +5790,1000 +5791,1000 +5792,1000 +5793,1000 +5794,1000 +5795,1000 +5796,1000 +5797,1000 +5798,1000 +5799,1000 +5800,1000 +5801,1000 +5802,1000 +5803,1000 +5804,1000 +5805,1000 +5806,1000 +5807,1000 +5808,1000 +5809,1000 +5810,1000 +5811,1000 +5812,1000 +5813,1000 +5814,1000 +5815,1000 +5816,1000 +5817,1000 +5818,1000 +5819,1000 +5820,1000 +5821,1000 +5822,1000 +5823,1000 +5824,1000 +5825,1000 +5826,1000 +5827,1000 +5828,1000 +5829,1000 +5830,1000 +5831,1000 +5832,1000 +5833,1000 +5834,1000 +5835,1000 +5836,1000 +5837,1000 +5838,1000 +5839,1000 +5840,1000 +5841,1000 +5842,1000 +5843,1000 +5844,1000 +5845,1000 +5846,1000 +5847,1000 +5848,1000 +5849,1000 +5850,1000 +5851,1000 +5852,1000 +5853,1000 +5854,1000 +5855,1000 +5856,1000 +5857,1000 +5858,1000 +5859,1000 +5860,1000 +5861,1000 +5862,1000 +5863,1000 +5864,1000 +5865,1000 +5866,1000 +5867,1000 +5868,1000 +5869,1000 +5870,1000 +5871,1000 +5872,1000 +5873,1000 +5874,1000 +5875,1000 +5876,1000 +5877,1000 +5878,1000 +5879,1000 +5880,1000 +5881,1000 +5882,1000 +5883,1000 +5884,1000 +5885,1000 +5886,1000 +5887,1000 +5888,1000 +5889,1000 +5890,1000 +5891,1000 +5892,1000 +5893,1000 +5894,1000 +5895,1000 +5896,1000 +5897,1000 +5898,1000 +5899,1000 +5900,1000 +5901,1000 +5902,1000 +5903,1000 +5904,1000 +5905,1000 +5906,1000 +5907,1000 +5908,1000 +5909,1000 +5910,1000 +5911,1000 +5912,1000 +5913,1000 +5914,1000 +5915,1000 +5916,1000 +5917,1000 +5918,1000 +5919,1000 +5920,1000 +5921,1000 +5922,1000 +5923,1000 +5924,1000 +5925,1000 +5926,1000 +5927,1000 +5928,1000 +5929,1000 +5930,1000 +5931,1000 +5932,1000 +5933,1000 +5934,1000 +5935,1000 +5936,1000 +5937,1000 +5938,1000 +5939,1000 +5940,1000 +5941,1000 +5942,1000 +5943,1000 +5944,1000 +5945,1000 +5946,1000 +5947,1000 +5948,1000 +5949,1000 +5950,1000 +5951,1000 +5952,1000 +5953,1000 +5954,1000 +5955,1000 +5956,1000 +5957,1000 +5958,1000 +5959,1000 +5960,1000 +5961,1000 +5962,1000 +5963,1000 +5964,1000 +5965,1000 +5966,1000 +5967,1000 +5968,1000 +5969,1000 +5970,1000 +5971,1000 +5972,1000 +5973,1000 +5974,1000 +5975,1000 +5976,1000 +5977,1000 +5978,1000 +5979,1000 +5980,1000 +5981,1000 +5982,1000 +5983,1000 +5984,1000 +5985,1000 +5986,1000 +5987,1000 +5988,1000 +5989,1000 +5990,1000 +5991,1000 +5992,1000 +5993,1000 +5994,1000 +5995,1000 +5996,1000 +5997,1000 +5998,1000 +5999,1000 +6000,1000 +6001,1000 +6002,1000 +6003,1000 +6004,1000 +6005,1000 +6006,1000 +6007,1000 +6008,1000 +6009,1000 +6010,1000 +6011,1000 +6012,1000 +6013,1000 +6014,1000 +6015,1000 +6016,1000 +6017,1000 +6018,1000 +6019,1000 +6020,1000 +6021,1000 +6022,1000 +6023,1000 +6024,1000 +6025,1000 +6026,1000 +6027,1000 +6028,1000 +6029,1000 +6030,1000 +6031,1000 +6032,1000 +6033,1000 +6034,1000 +6035,1000 +6036,1000 +6037,1000 +6038,1000 +6039,1000 +6040,1000 +6041,1000 +6042,1000 +6043,1000 +6044,1000 +6045,1000 +6046,1000 +6047,1000 +6048,1000 +6049,1000 +6050,1000 +6051,1000 +6052,1000 +6053,1000 +6054,1000 +6055,1000 +6056,1000 +6057,1000 +6058,1000 +6059,1000 +6060,1000 +6061,1000 +6062,1000 +6063,1000 +6064,1000 +6065,1000 +6066,1000 +6067,1000 +6068,1000 +6069,1000 +6070,1000 +6071,1000 +6072,1000 +6073,1000 +6074,1000 +6075,1000 +6076,1000 +6077,1000 +6078,1000 +6079,1000 +6080,1000 +6081,1000 +6082,1000 +6083,1000 +6084,1000 +6085,1000 +6086,1000 +6087,1000 +6088,1000 +6089,1000 +6090,1000 +6091,1000 +6092,1000 +6093,1000 +6094,1000 +6095,1000 +6096,1000 +6097,1000 +6098,1000 +6099,1000 +6100,1000 +6101,1000 +6102,1000 +6103,1000 +6104,1000 +6105,1000 +6106,1000 +6107,1000 +6108,1000 +6109,1000 +6110,1000 +6111,1000 +6112,1000 +6113,1000 +6114,1000 +6115,1000 +6116,1000 +6117,1000 +6118,1000 +6119,1000 +6120,1000 +6121,1000 +6122,1000 +6123,1000 +6124,1000 +6125,1000 +6126,1000 +6127,1000 +6128,1000 +6129,1000 +6130,1000 +6131,1000 +6132,1000 +6133,1000 +6134,1000 +6135,1000 +6136,1000 +6137,1000 +6138,1000 +6139,1000 +6140,1000 +6141,1000 +6142,1000 +6143,1000 +6144,1000 +6145,1000 +6146,1000 +6147,1000 +6148,1000 +6149,1000 +6150,1000 +6151,1000 +6152,1000 +6153,1000 +6154,1000 +6155,1000 +6156,1000 +6157,1000 +6158,1000 +6159,1000 +6160,1000 +6161,1000 +6162,1000 +6163,1000 +6164,1000 +6165,1000 +6166,1000 +6167,1000 +6168,1000 +6169,1000 +6170,1000 +6171,1000 +6172,1000 +6173,1000 +6174,1000 +6175,1000 +6176,1000 +6177,1000 +6178,1000 +6179,1000 +6180,1000 +6181,1000 +6182,1000 +6183,1000 +6184,1000 +6185,1000 +6186,1000 +6187,1000 +6188,1000 +6189,1000 +6190,1000 +6191,1000 +6192,1000 +6193,1000 +6194,1000 +6195,1000 +6196,1000 +6197,1000 +6198,1000 +6199,1000 +6200,1000 +6201,1000 +6202,1000 +6203,1000 +6204,1000 +6205,1000 +6206,1000 +6207,1000 +6208,1000 +6209,1000 +6210,1000 +6211,1000 +6212,1000 +6213,1000 +6214,1000 +6215,1000 +6216,1000 +6217,1000 +6218,1000 +6219,1000 +6220,1000 +6221,1000 +6222,1000 +6223,1000 +6224,1000 +6225,1000 +6226,1000 +6227,1000 +6228,1000 +6229,1000 +6230,1000 +6231,1000 +6232,1000 +6233,1000 +6234,1000 +6235,1000 +6236,1000 +6237,1000 +6238,1000 +6239,1000 +6240,1000 +6241,1000 +6242,1000 +6243,1000 +6244,1000 +6245,1000 +6246,1000 +6247,1000 +6248,1000 +6249,1000 +6250,1000 +6251,1000 +6252,1000 +6253,1000 +6254,1000 +6255,1000 +6256,1000 +6257,1000 +6258,1000 +6259,1000 +6260,1000 +6261,1000 +6262,1000 +6263,1000 +6264,1000 +6265,1000 +6266,1000 +6267,1000 +6268,1000 +6269,1000 +6270,1000 +6271,1000 +6272,1000 +6273,1000 +6274,1000 +6275,1000 +6276,1000 +6277,1000 +6278,1000 +6279,1000 +6280,1000 +6281,1000 +6282,1000 +6283,1000 +6284,1000 +6285,1000 +6286,1000 +6287,1000 +6288,1000 +6289,1000 +6290,1000 +6291,1000 +6292,1000 +6293,1000 +6294,1000 +6295,1000 +6296,1000 +6297,1000 +6298,1000 +6299,1000 +6300,1000 +6301,1000 +6302,1000 +6303,1000 +6304,1000 +6305,1000 +6306,1000 +6307,1000 +6308,1000 +6309,1000 +6310,1000 +6311,1000 +6312,1000 +6313,1000 +6314,1000 +6315,1000 +6316,1000 +6317,1000 +6318,1000 +6319,1000 +6320,1000 +6321,1000 +6322,1000 +6323,1000 +6324,1000 +6325,1000 +6326,1000 +6327,1000 +6328,1000 +6329,1000 +6330,1000 +6331,1000 +6332,1000 +6333,1000 +6334,1000 +6335,1000 +6336,1000 +6337,1000 +6338,1000 +6339,1000 +6340,1000 +6341,1000 +6342,1000 +6343,1000 +6344,1000 +6345,1000 +6346,1000 +6347,1000 +6348,1000 +6349,1000 +6350,1000 +6351,1000 +6352,1000 +6353,1000 +6354,1000 +6355,1000 +6356,1000 +6357,1000 +6358,1000 +6359,1000 +6360,1000 +6361,1000 +6362,1000 +6363,1000 +6364,1000 +6365,1000 +6366,1000 +6367,1000 +6368,1000 +6369,1000 +6370,1000 +6371,1000 +6372,1000 +6373,1000 +6374,1000 +6375,1000 +6376,1000 +6377,1000 +6378,1000 +6379,1000 +6380,1000 +6381,1000 +6382,1000 +6383,1000 +6384,1000 +6385,1000 +6386,1000 +6387,1000 +6388,1000 +6389,1000 +6390,1000 +6391,1000 +6392,1000 +6393,1000 +6394,1000 +6395,1000 +6396,1000 +6397,1000 +6398,1000 +6399,1000 +6400,1000 +6401,1000 +6402,1000 +6403,1000 +6404,1000 +6405,1000 +6406,1000 +6407,1000 +6408,1000 +6409,1000 +6410,1000 +6411,1000 +6412,1000 +6413,1000 +6414,1000 +6415,1000 +6416,1000 +6417,1000 +6418,1000 +6419,1000 +6420,1000 +6421,1000 +6422,1000 +6423,1000 +6424,1000 +6425,1000 +6426,1000 +6427,1000 +6428,1000 +6429,1000 +6430,1000 +6431,1000 +6432,1000 +6433,1000 +6434,1000 +6435,1000 +6436,1000 +6437,1000 +6438,1000 +6439,1000 +6440,1000 +6441,1000 +6442,1000 +6443,1000 +6444,1000 +6445,1000 +6446,1000 +6447,1000 +6448,1000 +6449,1000 +6450,1000 +6451,1000 +6452,1000 +6453,1000 +6454,1000 +6455,1000 +6456,1000 +6457,1000 +6458,1000 +6459,1000 +6460,1000 +6461,1000 +6462,1000 +6463,1000 +6464,1000 +6465,1000 +6466,1000 +6467,1000 +6468,1000 +6469,1000 +6470,1000 +6471,1000 +6472,1000 +6473,1000 +6474,1000 +6475,1000 +6476,1000 +6477,1000 +6478,1000 +6479,1000 +6480,1000 +6481,1000 +6482,1000 +6483,1000 +6484,1000 +6485,1000 +6486,1000 +6487,1000 +6488,1000 +6489,1000 +6490,1000 +6491,1000 +6492,1000 +6493,1000 +6494,1000 +6495,1000 +6496,1000 +6497,1000 +6498,1000 +6499,1000 +6500,1000 +6501,1000 +6502,1000 +6503,1000 +6504,1000 +6505,1000 +6506,1000 +6507,1000 +6508,1000 +6509,1000 +6510,1000 +6511,1000 +6512,1000 +6513,1000 +6514,1000 +6515,1000 +6516,1000 +6517,1000 +6518,1000 +6519,1000 +6520,1000 +6521,1000 +6522,1000 +6523,1000 +6524,1000 +6525,1000 +6526,1000 +6527,1000 +6528,1000 +6529,1000 +6530,1000 +6531,1000 +6532,1000 +6533,1000 +6534,1000 +6535,1000 +6536,1000 +6537,1000 +6538,1000 +6539,1000 +6540,1000 +6541,1000 +6542,1000 +6543,1000 +6544,1000 +6545,1000 +6546,1000 +6547,1000 +6548,1000 +6549,1000 +6550,1000 +6551,1000 +6552,1000 +6553,1000 +6554,1000 +6555,1000 +6556,1000 +6557,1000 +6558,1000 +6559,1000 +6560,1000 +6561,1000 +6562,1000 +6563,1000 +6564,1000 +6565,1000 +6566,1000 +6567,1000 +6568,1000 +6569,1000 +6570,1000 +6571,1000 +6572,1000 +6573,1000 +6574,1000 +6575,1000 +6576,1000 +6577,1000 +6578,1000 +6579,1000 +6580,1000 +6581,1000 +6582,1000 +6583,1000 +6584,1000 +6585,1000 +6586,1000 +6587,1000 +6588,1000 +6589,1000 +6590,1000 +6591,1000 +6592,1000 +6593,1000 +6594,1000 +6595,1000 +6596,1000 +6597,1000 +6598,1000 +6599,1000 +6600,1000 +6601,1000 +6602,1000 +6603,1000 +6604,1000 +6605,1000 +6606,1000 +6607,1000 +6608,1000 +6609,1000 +6610,1000 +6611,1000 +6612,1000 +6613,1000 +6614,1000 +6615,1000 +6616,1000 +6617,1000 +6618,1000 +6619,1000 +6620,1000 +6621,1000 +6622,1000 +6623,1000 +6624,1000 +6625,1000 +6626,1000 +6627,1000 +6628,1000 +6629,1000 +6630,1000 +6631,1000 +6632,1000 +6633,1000 +6634,1000 +6635,1000 +6636,1000 +6637,1000 +6638,1000 +6639,1000 +6640,1000 +6641,1000 +6642,1000 +6643,1000 +6644,1000 +6645,1000 +6646,1000 +6647,1000 +6648,1000 +6649,1000 +6650,1000 +6651,1000 +6652,1000 +6653,1000 +6654,1000 +6655,1000 +6656,1000 +6657,1000 +6658,1000 +6659,1000 +6660,1000 +6661,1000 +6662,1000 +6663,1000 +6664,1000 +6665,1000 +6666,1000 +6667,1000 +6668,1000 +6669,1000 +6670,1000 +6671,1000 +6672,1000 +6673,1000 +6674,1000 +6675,1000 +6676,1000 +6677,1000 +6678,1000 +6679,1000 +6680,1000 +6681,1000 +6682,1000 +6683,1000 +6684,1000 +6685,1000 +6686,1000 +6687,1000 +6688,1000 +6689,1000 +6690,1000 +6691,1000 +6692,1000 +6693,1000 +6694,1000 +6695,1000 +6696,1000 +6697,1000 +6698,1000 +6699,1000 +6700,1000 +6701,1000 +6702,1000 +6703,1000 +6704,1000 +6705,1000 +6706,1000 +6707,1000 +6708,1000 +6709,1000 +6710,1000 +6711,1000 +6712,1000 +6713,1000 +6714,1000 +6715,1000 +6716,1000 +6717,1000 +6718,1000 +6719,1000 +6720,1000 +6721,1000 +6722,1000 +6723,1000 +6724,1000 +6725,1000 +6726,1000 +6727,1000 +6728,1000 +6729,1000 +6730,1000 +6731,1000 +6732,1000 +6733,1000 +6734,1000 +6735,1000 +6736,1000 +6737,1000 +6738,1000 +6739,1000 +6740,1000 +6741,1000 +6742,1000 +6743,1000 +6744,1000 +6745,1000 +6746,1000 +6747,1000 +6748,1000 +6749,1000 +6750,1000 +6751,1000 +6752,1000 +6753,1000 +6754,1000 +6755,1000 +6756,1000 +6757,1000 +6758,1000 +6759,1000 +6760,1000 +6761,1000 +6762,1000 +6763,1000 +6764,1000 +6765,1000 +6766,1000 +6767,1000 +6768,1000 +6769,1000 +6770,1000 +6771,1000 +6772,1000 +6773,1000 +6774,1000 +6775,1000 +6776,1000 +6777,1000 +6778,1000 +6779,1000 +6780,1000 +6781,1000 +6782,1000 +6783,1000 +6784,1000 +6785,1000 +6786,1000 +6787,1000 +6788,1000 +6789,1000 +6790,1000 +6791,1000 +6792,1000 +6793,1000 +6794,1000 +6795,1000 +6796,1000 +6797,1000 +6798,1000 +6799,1000 +6800,1000 +6801,1000 +6802,1000 +6803,1000 +6804,1000 +6805,1000 +6806,1000 +6807,1000 +6808,1000 +6809,1000 +6810,1000 +6811,1000 +6812,1000 +6813,1000 +6814,1000 +6815,1000 +6816,1000 +6817,1000 +6818,1000 +6819,1000 +6820,1000 +6821,1000 +6822,1000 +6823,1000 +6824,1000 +6825,1000 +6826,1000 +6827,1000 +6828,1000 +6829,1000 +6830,1000 +6831,1000 +6832,1000 +6833,1000 +6834,1000 +6835,1000 +6836,1000 +6837,1000 +6838,1000 +6839,1000 +6840,1000 +6841,1000 +6842,1000 +6843,1000 +6844,1000 +6845,1000 +6846,1000 +6847,1000 +6848,1000 +6849,1000 +6850,1000 +6851,1000 +6852,1000 +6853,1000 +6854,1000 +6855,1000 +6856,1000 +6857,1000 +6858,1000 +6859,1000 +6860,1000 +6861,1000 +6862,1000 +6863,1000 +6864,1000 +6865,1000 +6866,1000 +6867,1000 +6868,1000 +6869,1000 +6870,1000 +6871,1000 +6872,1000 +6873,1000 +6874,1000 +6875,1000 +6876,1000 +6877,1000 +6878,1000 +6879,1000 +6880,1000 +6881,1000 +6882,1000 +6883,1000 +6884,1000 +6885,1000 +6886,1000 +6887,1000 +6888,1000 +6889,1000 +6890,1000 +6891,1000 +6892,1000 +6893,1000 +6894,1000 +6895,1000 +6896,1000 +6897,1000 +6898,1000 +6899,1000 +6900,1000 +6901,1000 +6902,1000 +6903,1000 +6904,1000 +6905,1000 +6906,1000 +6907,1000 +6908,1000 +6909,1000 +6910,1000 +6911,1000 +6912,1000 +6913,1000 +6914,1000 +6915,1000 +6916,1000 +6917,1000 +6918,1000 +6919,1000 +6920,1000 +6921,1000 +6922,1000 +6923,1000 +6924,1000 +6925,1000 +6926,1000 +6927,1000 +6928,1000 +6929,1000 +6930,1000 +6931,1000 +6932,1000 +6933,1000 +6934,1000 +6935,1000 +6936,1000 +6937,1000 +6938,1000 +6939,1000 +6940,1000 +6941,1000 +6942,1000 +6943,1000 +6944,1000 +6945,1000 +6946,1000 +6947,1000 +6948,1000 +6949,1000 +6950,1000 +6951,1000 +6952,1000 +6953,1000 +6954,1000 +6955,1000 +6956,1000 +6957,1000 +6958,1000 +6959,1000 +6960,1000 +6961,1000 +6962,1000 +6963,1000 +6964,1000 +6965,1000 +6966,1000 +6967,1000 +6968,1000 +6969,1000 +6970,1000 +6971,1000 +6972,1000 +6973,1000 +6974,1000 +6975,1000 +6976,1000 +6977,1000 +6978,1000 +6979,1000 +6980,1000 +6981,1000 +6982,1000 +6983,1000 +6984,1000 +6985,1000 +6986,1000 +6987,1000 +6988,1000 +6989,1000 +6990,1000 +6991,1000 +6992,1000 +6993,1000 +6994,1000 +6995,1000 +6996,1000 +6997,1000 +6998,1000 +6999,1000 +7000,1000 +7001,1000 +7002,1000 +7003,1000 +7004,1000 +7005,1000 +7006,1000 +7007,1000 +7008,1000 +7009,1000 +7010,1000 +7011,1000 +7012,1000 +7013,1000 +7014,1000 +7015,1000 +7016,1000 +7017,1000 +7018,1000 +7019,1000 +7020,1000 +7021,1000 +7022,1000 +7023,1000 +7024,1000 +7025,1000 +7026,1000 +7027,1000 +7028,1000 +7029,1000 +7030,1000 +7031,1000 +7032,1000 +7033,1000 +7034,1000 +7035,1000 +7036,1000 +7037,1000 +7038,1000 +7039,1000 +7040,1000 +7041,1000 +7042,1000 +7043,1000 +7044,1000 +7045,1000 +7046,1000 +7047,1000 +7048,1000 +7049,1000 +7050,1000 +7051,1000 +7052,1000 +7053,1000 +7054,1000 +7055,1000 +7056,1000 +7057,1000 +7058,1000 +7059,1000 +7060,1000 +7061,1000 +7062,1000 +7063,1000 +7064,1000 +7065,1000 +7066,1000 +7067,1000 +7068,1000 +7069,1000 +7070,1000 +7071,1000 +7072,1000 +7073,1000 +7074,1000 +7075,1000 +7076,1000 +7077,1000 +7078,1000 +7079,1000 +7080,1000 +7081,1000 +7082,1000 +7083,1000 +7084,1000 +7085,1000 +7086,1000 +7087,1000 +7088,1000 +7089,1000 +7090,1000 +7091,1000 +7092,1000 +7093,1000 +7094,1000 +7095,1000 +7096,1000 +7097,1000 +7098,1000 +7099,1000 +7100,1000 +7101,1000 +7102,1000 +7103,1000 +7104,1000 +7105,1000 +7106,1000 +7107,1000 +7108,1000 +7109,1000 +7110,1000 +7111,1000 +7112,1000 +7113,1000 +7114,1000 +7115,1000 +7116,1000 +7117,1000 +7118,1000 +7119,1000 +7120,1000 +7121,1000 +7122,1000 +7123,1000 +7124,1000 +7125,1000 +7126,1000 +7127,1000 +7128,1000 +7129,1000 +7130,1000 +7131,1000 +7132,1000 +7133,1000 +7134,1000 +7135,1000 +7136,1000 +7137,1000 +7138,1000 +7139,1000 +7140,1000 +7141,1000 +7142,1000 +7143,1000 +7144,1000 +7145,1000 +7146,1000 +7147,1000 +7148,1000 +7149,1000 +7150,1000 +7151,1000 +7152,1000 +7153,1000 +7154,1000 +7155,1000 +7156,1000 +7157,1000 +7158,1000 +7159,1000 +7160,1000 +7161,1000 +7162,1000 +7163,1000 +7164,1000 +7165,1000 +7166,1000 +7167,1000 +7168,1000 +7169,1000 +7170,1000 +7171,1000 +7172,1000 +7173,1000 +7174,1000 +7175,1000 +7176,1000 +7177,1000 +7178,1000 +7179,1000 +7180,1000 +7181,1000 +7182,1000 +7183,1000 +7184,1000 +7185,1000 +7186,1000 +7187,1000 +7188,1000 +7189,1000 +7190,1000 +7191,1000 +7192,1000 +7193,1000 +7194,1000 +7195,1000 +7196,1000 +7197,1000 +7198,1000 +7199,1000 +7200,1000 +7201,1000 +7202,1000 +7203,1000 +7204,1000 +7205,1000 +7206,1000 +7207,1000 +7208,1000 +7209,1000 +7210,1000 +7211,1000 +7212,1000 +7213,1000 +7214,1000 +7215,1000 +7216,1000 +7217,1000 +7218,1000 +7219,1000 +7220,1000 +7221,1000 +7222,1000 +7223,1000 +7224,1000 +7225,1000 +7226,1000 +7227,1000 +7228,1000 +7229,1000 +7230,1000 +7231,1000 +7232,1000 +7233,1000 +7234,1000 +7235,1000 +7236,1000 +7237,1000 +7238,1000 +7239,1000 +7240,1000 +7241,1000 +7242,1000 +7243,1000 +7244,1000 +7245,1000 +7246,1000 +7247,1000 +7248,1000 +7249,1000 +7250,1000 +7251,1000 +7252,1000 +7253,1000 +7254,1000 +7255,1000 +7256,1000 +7257,1000 +7258,1000 +7259,1000 +7260,1000 +7261,1000 +7262,1000 +7263,1000 +7264,1000 +7265,1000 +7266,1000 +7267,1000 +7268,1000 +7269,1000 +7270,1000 +7271,1000 +7272,1000 +7273,1000 +7274,1000 +7275,1000 +7276,1000 +7277,1000 +7278,1000 +7279,1000 +7280,1000 +7281,1000 +7282,1000 +7283,1000 +7284,1000 +7285,1000 +7286,1000 +7287,1000 +7288,1000 +7289,1000 +7290,1000 +7291,1000 +7292,1000 +7293,1000 +7294,1000 +7295,1000 +7296,1000 +7297,1000 +7298,1000 +7299,1000 +7300,1000 +7301,1000 +7302,1000 +7303,1000 +7304,1000 +7305,1000 +7306,1000 +7307,1000 +7308,1000 +7309,1000 +7310,1000 +7311,1000 +7312,1000 +7313,1000 +7314,1000 +7315,1000 +7316,1000 +7317,1000 +7318,1000 +7319,1000 +7320,1000 +7321,1000 +7322,1000 +7323,1000 +7324,1000 +7325,1000 +7326,1000 +7327,1000 +7328,1000 +7329,1000 +7330,1000 +7331,1000 +7332,1000 +7333,1000 +7334,1000 +7335,1000 +7336,1000 +7337,1000 +7338,1000 +7339,1000 +7340,1000 +7341,1000 +7342,1000 +7343,1000 +7344,1000 +7345,1000 +7346,1000 +7347,1000 +7348,1000 +7349,1000 +7350,1000 +7351,1000 +7352,1000 +7353,1000 +7354,1000 +7355,1000 +7356,1000 +7357,1000 +7358,1000 +7359,1000 +7360,1000 +7361,1000 +7362,1000 +7363,1000 +7364,1000 +7365,1000 +7366,1000 +7367,1000 +7368,1000 +7369,1000 +7370,1000 +7371,1000 +7372,1000 +7373,1000 +7374,1000 +7375,1000 +7376,1000 +7377,1000 +7378,1000 +7379,1000 +7380,1000 +7381,1000 +7382,1000 +7383,1000 +7384,1000 +7385,1000 +7386,1000 +7387,1000 +7388,1000 +7389,1000 +7390,1000 +7391,1000 +7392,1000 +7393,1000 +7394,1000 +7395,1000 +7396,1000 +7397,1000 +7398,1000 +7399,1000 +7400,1000 +7401,1000 +7402,1000 +7403,1000 +7404,1000 +7405,1000 +7406,1000 +7407,1000 +7408,1000 +7409,1000 +7410,1000 +7411,1000 +7412,1000 +7413,1000 +7414,1000 +7415,1000 +7416,1000 +7417,1000 +7418,1000 +7419,1000 +7420,1000 +7421,1000 +7422,1000 +7423,1000 +7424,1000 +7425,1000 +7426,1000 +7427,1000 +7428,1000 +7429,1000 +7430,1000 +7431,1000 +7432,1000 +7433,1000 +7434,1000 +7435,1000 +7436,1000 +7437,1000 +7438,1000 +7439,1000 +7440,1000 +7441,1000 +7442,1000 +7443,1000 +7444,1000 +7445,1000 +7446,1000 +7447,1000 +7448,1000 +7449,1000 +7450,1000 +7451,1000 +7452,1000 +7453,1000 +7454,1000 +7455,1000 +7456,1000 +7457,1000 +7458,1000 +7459,1000 +7460,1000 +7461,1000 +7462,1000 +7463,1000 +7464,1000 +7465,1000 +7466,1000 +7467,1000 +7468,1000 +7469,1000 +7470,1000 +7471,1000 +7472,1000 +7473,1000 +7474,1000 +7475,1000 +7476,1000 +7477,1000 +7478,1000 +7479,1000 +7480,1000 +7481,1000 +7482,1000 +7483,1000 +7484,1000 +7485,1000 +7486,1000 +7487,1000 +7488,1000 +7489,1000 +7490,1000 +7491,1000 +7492,1000 +7493,1000 +7494,1000 +7495,1000 +7496,1000 +7497,1000 +7498,1000 +7499,1000 +7500,1000 +7501,1000 +7502,1000 +7503,1000 +7504,1000 +7505,1000 +7506,1000 +7507,1000 +7508,1000 +7509,1000 +7510,1000 +7511,1000 +7512,1000 +7513,1000 +7514,1000 +7515,1000 +7516,1000 +7517,1000 +7518,1000 +7519,1000 +7520,1000 +7521,1000 +7522,1000 +7523,1000 +7524,1000 +7525,1000 +7526,1000 +7527,1000 +7528,1000 +7529,1000 +7530,1000 +7531,1000 +7532,1000 +7533,1000 +7534,1000 +7535,1000 +7536,1000 +7537,1000 +7538,1000 +7539,1000 +7540,1000 +7541,1000 +7542,1000 +7543,1000 +7544,1000 +7545,1000 +7546,1000 +7547,1000 +7548,1000 +7549,1000 +7550,1000 +7551,1000 +7552,1000 +7553,1000 +7554,1000 +7555,1000 +7556,1000 +7557,1000 +7558,1000 +7559,1000 +7560,1000 +7561,1000 +7562,1000 +7563,1000 +7564,1000 +7565,1000 +7566,1000 +7567,1000 +7568,1000 +7569,1000 +7570,1000 +7571,1000 +7572,1000 +7573,1000 +7574,1000 +7575,1000 +7576,1000 +7577,1000 +7578,1000 +7579,1000 +7580,1000 +7581,1000 +7582,1000 +7583,1000 +7584,1000 +7585,1000 +7586,1000 +7587,1000 +7588,1000 +7589,1000 +7590,1000 +7591,1000 +7592,1000 +7593,1000 +7594,1000 +7595,1000 +7596,1000 +7597,1000 +7598,1000 +7599,1000 +7600,1000 +7601,1000 +7602,1000 +7603,1000 +7604,1000 +7605,1000 +7606,1000 +7607,1000 +7608,1000 +7609,1000 +7610,1000 +7611,1000 +7612,1000 +7613,1000 +7614,1000 +7615,1000 +7616,1000 +7617,1000 +7618,1000 +7619,1000 +7620,1000 +7621,1000 +7622,1000 +7623,1000 +7624,1000 +7625,1000 +7626,1000 +7627,1000 +7628,1000 +7629,1000 +7630,1000 +7631,1000 +7632,1000 +7633,1000 +7634,1000 +7635,1000 +7636,1000 +7637,1000 +7638,1000 +7639,1000 +7640,1000 +7641,1000 +7642,1000 +7643,1000 +7644,1000 +7645,1000 +7646,1000 +7647,1000 +7648,1000 +7649,1000 +7650,1000 +7651,1000 +7652,1000 +7653,1000 +7654,1000 +7655,1000 +7656,1000 +7657,1000 +7658,1000 +7659,1000 +7660,1000 +7661,1000 +7662,1000 +7663,1000 +7664,1000 +7665,1000 +7666,1000 +7667,1000 +7668,1000 +7669,1000 +7670,1000 +7671,1000 +7672,1000 +7673,1000 +7674,1000 +7675,1000 +7676,1000 +7677,1000 +7678,1000 +7679,1000 +7680,1000 +7681,1000 +7682,1000 +7683,1000 +7684,1000 +7685,1000 +7686,1000 +7687,1000 +7688,1000 +7689,1000 +7690,1000 +7691,1000 +7692,1000 +7693,1000 +7694,1000 +7695,1000 +7696,1000 +7697,1000 +7698,1000 +7699,1000 +7700,1000 +7701,1000 +7702,1000 +7703,1000 +7704,1000 +7705,1000 +7706,1000 +7707,1000 +7708,1000 +7709,1000 +7710,1000 +7711,1000 +7712,1000 +7713,1000 +7714,1000 +7715,1000 +7716,1000 +7717,1000 +7718,1000 +7719,1000 +7720,1000 +7721,1000 +7722,1000 +7723,1000 +7724,1000 +7725,1000 +7726,1000 +7727,1000 +7728,1000 +7729,1000 +7730,1000 +7731,1000 +7732,1000 +7733,1000 +7734,1000 +7735,1000 +7736,1000 +7737,1000 +7738,1000 +7739,1000 +7740,1000 +7741,1000 +7742,1000 +7743,1000 +7744,1000 +7745,1000 +7746,1000 +7747,1000 +7748,1000 +7749,1000 +7750,1000 +7751,1000 +7752,1000 +7753,1000 +7754,1000 +7755,1000 +7756,1000 +7757,1000 +7758,1000 +7759,1000 +7760,1000 +7761,1000 +7762,1000 +7763,1000 +7764,1000 +7765,1000 +7766,1000 +7767,1000 +7768,1000 +7769,1000 +7770,1000 +7771,1000 +7772,1000 +7773,1000 +7774,1000 +7775,1000 +7776,1000 +7777,1000 +7778,1000 +7779,1000 +7780,1000 +7781,1000 +7782,1000 +7783,1000 +7784,1000 +7785,1000 +7786,1000 +7787,1000 +7788,1000 +7789,1000 +7790,1000 +7791,1000 +7792,1000 +7793,1000 +7794,1000 +7795,1000 +7796,1000 +7797,1000 +7798,1000 +7799,1000 +7800,1000 +7801,1000 +7802,1000 +7803,1000 +7804,1000 +7805,1000 +7806,1000 +7807,1000 +7808,1000 +7809,1000 +7810,1000 +7811,1000 +7812,1000 +7813,1000 +7814,1000 +7815,1000 +7816,1000 +7817,1000 +7818,1000 +7819,1000 +7820,1000 +7821,1000 +7822,1000 +7823,1000 +7824,1000 +7825,1000 +7826,1000 +7827,1000 +7828,1000 +7829,1000 +7830,1000 +7831,1000 +7832,1000 +7833,1000 +7834,1000 +7835,1000 +7836,1000 +7837,1000 +7838,1000 +7839,1000 +7840,1000 +7841,1000 +7842,1000 +7843,1000 +7844,1000 +7845,1000 +7846,1000 +7847,1000 +7848,1000 +7849,1000 +7850,1000 +7851,1000 +7852,1000 +7853,1000 +7854,1000 +7855,1000 +7856,1000 +7857,1000 +7858,1000 +7859,1000 +7860,1000 +7861,1000 +7862,1000 +7863,1000 +7864,1000 +7865,1000 +7866,1000 +7867,1000 +7868,1000 +7869,1000 +7870,1000 +7871,1000 +7872,1000 +7873,1000 +7874,1000 +7875,1000 +7876,1000 +7877,1000 +7878,1000 +7879,1000 +7880,1000 +7881,1000 +7882,1000 +7883,1000 +7884,1000 +7885,1000 +7886,1000 +7887,1000 +7888,1000 +7889,1000 +7890,1000 +7891,1000 +7892,1000 +7893,1000 +7894,1000 +7895,1000 +7896,1000 +7897,1000 +7898,1000 +7899,1000 +7900,1000 +7901,1000 +7902,1000 +7903,1000 +7904,1000 +7905,1000 +7906,1000 +7907,1000 +7908,1000 +7909,1000 +7910,1000 +7911,1000 +7912,1000 +7913,1000 +7914,1000 +7915,1000 +7916,1000 +7917,1000 +7918,1000 +7919,1000 +7920,1000 +7921,1000 +7922,1000 +7923,1000 +7924,1000 +7925,1000 +7926,1000 +7927,1000 +7928,1000 +7929,1000 +7930,1000 +7931,1000 +7932,1000 +7933,1000 +7934,1000 +7935,1000 +7936,1000 +7937,1000 +7938,1000 +7939,1000 +7940,1000 +7941,1000 +7942,1000 +7943,1000 +7944,1000 +7945,1000 +7946,1000 +7947,1000 +7948,1000 +7949,1000 +7950,1000 +7951,1000 +7952,1000 +7953,1000 +7954,1000 +7955,1000 +7956,1000 +7957,1000 +7958,1000 +7959,1000 +7960,1000 +7961,1000 +7962,1000 +7963,1000 +7964,1000 +7965,1000 +7966,1000 +7967,1000 +7968,1000 +7969,1000 +7970,1000 +7971,1000 +7972,1000 +7973,1000 +7974,1000 +7975,1000 +7976,1000 +7977,1000 +7978,1000 +7979,1000 +7980,1000 +7981,1000 +7982,1000 +7983,1000 +7984,1000 +7985,1000 +7986,1000 +7987,1000 +7988,1000 +7989,1000 +7990,1000 +7991,1000 +7992,1000 +7993,1000 +7994,1000 +7995,1000 +7996,1000 +7997,1000 +7998,1000 +7999,1000 +8000,1000 +8001,1000 +8002,1000 +8003,1000 +8004,1000 +8005,1000 +8006,1000 +8007,1000 +8008,1000 +8009,1000 +8010,1000 +8011,1000 +8012,1000 +8013,1000 +8014,1000 +8015,1000 +8016,1000 +8017,1000 +8018,1000 +8019,1000 +8020,1000 +8021,1000 +8022,1000 +8023,1000 +8024,1000 +8025,1000 +8026,1000 +8027,1000 +8028,1000 +8029,1000 +8030,1000 +8031,1000 +8032,1000 +8033,1000 +8034,1000 +8035,1000 +8036,1000 +8037,1000 +8038,1000 +8039,1000 +8040,1000 +8041,1000 +8042,1000 +8043,1000 +8044,1000 +8045,1000 +8046,1000 +8047,1000 +8048,1000 +8049,1000 +8050,1000 +8051,1000 +8052,1000 +8053,1000 +8054,1000 +8055,1000 +8056,1000 +8057,1000 +8058,1000 +8059,1000 +8060,1000 +8061,1000 +8062,1000 +8063,1000 +8064,1000 +8065,1000 +8066,1000 +8067,1000 +8068,1000 +8069,1000 +8070,1000 +8071,1000 +8072,1000 +8073,1000 +8074,1000 +8075,1000 +8076,1000 +8077,1000 +8078,1000 +8079,1000 +8080,1000 +8081,1000 +8082,1000 +8083,1000 +8084,1000 +8085,1000 +8086,1000 +8087,1000 +8088,1000 +8089,1000 +8090,1000 +8091,1000 +8092,1000 +8093,1000 +8094,1000 +8095,1000 +8096,1000 +8097,1000 +8098,1000 +8099,1000 +8100,1000 +8101,1000 +8102,1000 +8103,1000 +8104,1000 +8105,1000 +8106,1000 +8107,1000 +8108,1000 +8109,1000 +8110,1000 +8111,1000 +8112,1000 +8113,1000 +8114,1000 +8115,1000 +8116,1000 +8117,1000 +8118,1000 +8119,1000 +8120,1000 +8121,1000 +8122,1000 +8123,1000 +8124,1000 +8125,1000 +8126,1000 +8127,1000 +8128,1000 +8129,1000 +8130,1000 +8131,1000 +8132,1000 +8133,1000 +8134,1000 +8135,1000 +8136,1000 +8137,1000 +8138,1000 +8139,1000 +8140,1000 +8141,1000 +8142,1000 +8143,1000 +8144,1000 +8145,1000 +8146,1000 +8147,1000 +8148,1000 +8149,1000 +8150,1000 +8151,1000 +8152,1000 +8153,1000 +8154,1000 +8155,1000 +8156,1000 +8157,1000 +8158,1000 +8159,1000 +8160,1000 +8161,1000 +8162,1000 +8163,1000 +8164,1000 +8165,1000 +8166,1000 +8167,1000 +8168,1000 +8169,1000 +8170,1000 +8171,1000 +8172,1000 +8173,1000 +8174,1000 +8175,1000 +8176,1000 +8177,1000 +8178,1000 +8179,1000 +8180,1000 +8181,1000 +8182,1000 +8183,1000 +8184,1000 +8185,1000 +8186,1000 +8187,1000 +8188,1000 +8189,1000 +8190,1000 +8191,1000 +8192,1000 +8193,1000 +8194,1000 +8195,1000 +8196,1000 +8197,1000 +8198,1000 +8199,1000 +8200,1000 +8201,1000 +8202,1000 +8203,1000 +8204,1000 +8205,1000 +8206,1000 +8207,1000 +8208,1000 +8209,1000 +8210,1000 +8211,1000 +8212,1000 +8213,1000 +8214,1000 +8215,1000 +8216,1000 +8217,1000 +8218,1000 +8219,1000 +8220,1000 +8221,1000 +8222,1000 +8223,1000 +8224,1000 +8225,1000 +8226,1000 +8227,1000 +8228,1000 +8229,1000 +8230,1000 +8231,1000 +8232,1000 +8233,1000 +8234,1000 +8235,1000 +8236,1000 +8237,1000 +8238,1000 +8239,1000 +8240,1000 +8241,1000 +8242,1000 +8243,1000 +8244,1000 +8245,1000 +8246,1000 +8247,1000 +8248,1000 +8249,1000 +8250,1000 +8251,1000 +8252,1000 +8253,1000 +8254,1000 +8255,1000 +8256,1000 +8257,1000 +8258,1000 +8259,1000 +8260,1000 +8261,1000 +8262,1000 +8263,1000 +8264,1000 +8265,1000 +8266,1000 +8267,1000 +8268,1000 +8269,1000 +8270,1000 +8271,1000 +8272,1000 +8273,1000 +8274,1000 +8275,1000 +8276,1000 +8277,1000 +8278,1000 +8279,1000 +8280,1000 +8281,1000 +8282,1000 +8283,1000 +8284,1000 +8285,1000 +8286,1000 +8287,1000 +8288,1000 +8289,1000 +8290,1000 +8291,1000 +8292,1000 +8293,1000 +8294,1000 +8295,1000 +8296,1000 +8297,1000 +8298,1000 +8299,1000 +8300,1000 +8301,1000 +8302,1000 +8303,1000 +8304,1000 +8305,1000 +8306,1000 +8307,1000 +8308,1000 +8309,1000 +8310,1000 +8311,1000 +8312,1000 +8313,1000 +8314,1000 +8315,1000 +8316,1000 +8317,1000 +8318,1000 +8319,1000 +8320,1000 +8321,1000 +8322,1000 +8323,1000 +8324,1000 +8325,1000 +8326,1000 +8327,1000 +8328,1000 +8329,1000 +8330,1000 +8331,1000 +8332,1000 +8333,1000 +8334,1000 +8335,1000 +8336,1000 +8337,1000 +8338,1000 +8339,1000 +8340,1000 +8341,1000 +8342,1000 +8343,1000 +8344,1000 +8345,1000 +8346,1000 +8347,1000 +8348,1000 +8349,1000 +8350,1000 +8351,1000 +8352,1000 +8353,1000 +8354,1000 +8355,1000 +8356,1000 +8357,1000 +8358,1000 +8359,1000 +8360,1000 +8361,1000 +8362,1000 +8363,1000 +8364,1000 +8365,1000 +8366,1000 +8367,1000 +8368,1000 +8369,1000 +8370,1000 +8371,1000 +8372,1000 +8373,1000 +8374,1000 +8375,1000 +8376,1000 +8377,1000 +8378,1000 +8379,1000 +8380,1000 +8381,1000 +8382,1000 +8383,1000 +8384,1000 +8385,1000 +8386,1000 +8387,1000 +8388,1000 +8389,1000 +8390,1000 +8391,1000 +8392,1000 +8393,1000 +8394,1000 +8395,1000 +8396,1000 +8397,1000 +8398,1000 +8399,1000 +8400,1000 +8401,1000 +8402,1000 +8403,1000 +8404,1000 +8405,1000 +8406,1000 +8407,1000 +8408,1000 +8409,1000 +8410,1000 +8411,1000 +8412,1000 +8413,1000 +8414,1000 +8415,1000 +8416,1000 +8417,1000 +8418,1000 +8419,1000 +8420,1000 +8421,1000 +8422,1000 +8423,1000 +8424,1000 +8425,1000 +8426,1000 +8427,1000 +8428,1000 +8429,1000 +8430,1000 +8431,1000 +8432,1000 +8433,1000 +8434,1000 +8435,1000 +8436,1000 +8437,1000 +8438,1000 +8439,1000 +8440,1000 +8441,1000 +8442,1000 +8443,1000 +8444,1000 +8445,1000 +8446,1000 +8447,1000 +8448,1000 +8449,1000 +8450,1000 +8451,1000 +8452,1000 +8453,1000 +8454,1000 +8455,1000 +8456,1000 +8457,1000 +8458,1000 +8459,1000 +8460,1000 +8461,1000 +8462,1000 +8463,1000 +8464,1000 +8465,1000 +8466,1000 +8467,1000 +8468,1000 +8469,1000 +8470,1000 +8471,1000 +8472,1000 +8473,1000 +8474,1000 +8475,1000 +8476,1000 +8477,1000 +8478,1000 +8479,1000 +8480,1000 +8481,1000 +8482,1000 +8483,1000 +8484,1000 +8485,1000 +8486,1000 +8487,1000 +8488,1000 +8489,1000 +8490,1000 +8491,1000 +8492,1000 +8493,1000 +8494,1000 +8495,1000 +8496,1000 +8497,1000 +8498,1000 +8499,1000 +8500,1000 +8501,1000 +8502,1000 +8503,1000 +8504,1000 +8505,1000 +8506,1000 +8507,1000 +8508,1000 +8509,1000 +8510,1000 +8511,1000 +8512,1000 +8513,1000 +8514,1000 +8515,1000 +8516,1000 +8517,1000 +8518,1000 +8519,1000 +8520,1000 +8521,1000 +8522,1000 +8523,1000 +8524,1000 +8525,1000 +8526,1000 +8527,1000 +8528,1000 +8529,1000 +8530,1000 +8531,1000 +8532,1000 +8533,1000 +8534,1000 +8535,1000 +8536,1000 +8537,1000 +8538,1000 +8539,1000 +8540,1000 +8541,1000 +8542,1000 +8543,1000 +8544,1000 +8545,1000 +8546,1000 +8547,1000 +8548,1000 +8549,1000 +8550,1000 +8551,1000 +8552,1000 +8553,1000 +8554,1000 +8555,1000 +8556,1000 +8557,1000 +8558,1000 +8559,1000 +8560,1000 +8561,1000 +8562,1000 +8563,1000 +8564,1000 +8565,1000 +8566,1000 +8567,1000 +8568,1000 +8569,1000 +8570,1000 +8571,1000 +8572,1000 +8573,1000 +8574,1000 +8575,1000 +8576,1000 +8577,1000 +8578,1000 +8579,1000 +8580,1000 +8581,1000 +8582,1000 +8583,1000 +8584,1000 +8585,1000 +8586,1000 +8587,1000 +8588,1000 +8589,1000 +8590,1000 +8591,1000 +8592,1000 +8593,1000 +8594,1000 +8595,1000 +8596,1000 +8597,1000 +8598,1000 +8599,1000 +8600,1000 +8601,1000 +8602,1000 +8603,1000 +8604,1000 +8605,1000 +8606,1000 +8607,1000 +8608,1000 +8609,1000 +8610,1000 +8611,1000 +8612,1000 +8613,1000 +8614,1000 +8615,1000 +8616,1000 +8617,1000 +8618,1000 +8619,1000 +8620,1000 +8621,1000 +8622,1000 +8623,1000 +8624,1000 +8625,1000 +8626,1000 +8627,1000 +8628,1000 +8629,1000 +8630,1000 +8631,1000 +8632,1000 +8633,1000 +8634,1000 +8635,1000 +8636,1000 +8637,1000 +8638,1000 +8639,1000 +8640,1000 +8641,1000 +8642,1000 +8643,1000 +8644,1000 +8645,1000 +8646,1000 +8647,1000 +8648,1000 +8649,1000 +8650,1000 +8651,1000 +8652,1000 +8653,1000 +8654,1000 +8655,1000 +8656,1000 +8657,1000 +8658,1000 +8659,1000 +8660,1000 +8661,1000 +8662,1000 +8663,1000 +8664,1000 +8665,1000 +8666,1000 +8667,1000 +8668,1000 +8669,1000 +8670,1000 +8671,1000 +8672,1000 +8673,1000 +8674,1000 +8675,1000 +8676,1000 +8677,1000 +8678,1000 +8679,1000 +8680,1000 +8681,1000 +8682,1000 +8683,1000 +8684,1000 +8685,1000 +8686,1000 +8687,1000 +8688,1000 +8689,1000 +8690,1000 +8691,1000 +8692,1000 +8693,1000 +8694,1000 +8695,1000 +8696,1000 +8697,1000 +8698,1000 +8699,1000 +8700,1000 +8701,1000 +8702,1000 +8703,1000 +8704,1000 +8705,1000 +8706,1000 +8707,1000 +8708,1000 +8709,1000 +8710,1000 +8711,1000 +8712,1000 +8713,1000 +8714,1000 +8715,1000 +8716,1000 +8717,1000 +8718,1000 +8719,1000 +8720,1000 +8721,1000 +8722,1000 +8723,1000 +8724,1000 +8725,1000 +8726,1000 +8727,1000 +8728,1000 +8729,1000 +8730,1000 +8731,1000 +8732,1000 +8733,1000 +8734,1000 +8735,1000 +8736,1000 +8737,1000 +8738,1000 +8739,1000 +8740,1000 +8741,1000 +8742,1000 +8743,1000 +8744,1000 +8745,1000 +8746,1000 +8747,1000 +8748,1000 +8749,1000 +8750,1000 +8751,1000 +8752,1000 +8753,1000 +8754,1000 +8755,1000 +8756,1000 +8757,1000 +8758,1000 +8759,1000 +8760,1000 diff --git a/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hourly_matching_requirement_zonal.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hourly_matching_requirement_zonal.csv new file mode 100644 index 0000000000..9504bf29ab --- /dev/null +++ b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hourly_matching_requirement_zonal.csv @@ -0,0 +1,4 @@ +,Network_zones,HM_1 +MA,z1,0.1 +CT,z2,0.1 +ME,z3,0.1 diff --git a/example_systems/2_three_zones_w_electrolyzer/policies/Hydrogen_demand.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hydrogen_demand.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/policies/Hydrogen_demand.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Hydrogen_demand.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/policies/Minimum_capacity_requirement.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Minimum_capacity_requirement.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/policies/Minimum_capacity_requirement.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/policies/Minimum_capacity_requirement.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/resources/Electrolyzer.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Electrolyzer.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/resources/Electrolyzer.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Electrolyzer.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/resources/Storage.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Storage.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/resources/Storage.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Storage.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/resources/Thermal.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Thermal.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/resources/Thermal.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Thermal.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/resources/Vre.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Vre.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/resources/Vre.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/Vre.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/resources/policy_assignments/Resource_hourly_matching.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/policy_assignments/Resource_hourly_matching_requirement.csv similarity index 61% rename from example_systems/2_three_zones_w_electrolyzer/resources/policy_assignments/Resource_hourly_matching.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/policy_assignments/Resource_hourly_matching_requirement.csv index c0543fd811..3d3c0029a7 100644 --- a/example_systems/2_three_zones_w_electrolyzer/resources/policy_assignments/Resource_hourly_matching.csv +++ b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/policy_assignments/Resource_hourly_matching_requirement.csv @@ -1,8 +1,11 @@ -Resource,Qualified_Supply +Resource,HM_1 CT_solar_pv,1 MA_solar_pv,1 CT_onshore_wind,1 MA_battery_for_electrolyzer,1 CT_battery_for_electrolyzer,1 ME_battery_for_electrolyzer,1 -ME_onshore_wind,1 \ No newline at end of file +ME_onshore_wind,1 +MA_electrolyzer,1 +CT_electrolyzer,1 +ME_electrolyzer,1 diff --git a/example_systems/2_three_zones_w_electrolyzer/resources/policy_assignments/Resource_hydrogen_demand.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/policy_assignments/Resource_hydrogen_demand.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/resources/policy_assignments/Resource_hydrogen_demand.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/policy_assignments/Resource_hydrogen_demand.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/resources/policy_assignments/Resource_minimum_capacity_requirement.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/policy_assignments/Resource_minimum_capacity_requirement.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/resources/policy_assignments/Resource_minimum_capacity_requirement.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/resources/policy_assignments/Resource_minimum_capacity_requirement.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/settings/clp_settings.yml b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/clp_settings.yml similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/settings/clp_settings.yml rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/clp_settings.yml diff --git a/example_systems/2_three_zones_w_electrolyzer/settings/cplex_settings.yml b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/cplex_settings.yml similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/settings/cplex_settings.yml rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/cplex_settings.yml diff --git a/example_systems/2_three_zones_w_electrolyzer/settings/genx_settings.yml b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/genx_settings.yml similarity index 88% rename from example_systems/2_three_zones_w_electrolyzer/settings/genx_settings.yml rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/genx_settings.yml index 80752c90b5..b956193983 100644 --- a/example_systems/2_three_zones_w_electrolyzer/settings/genx_settings.yml +++ b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/genx_settings.yml @@ -1,9 +1,8 @@ Trans_Loss_Segments: 1 # Number of segments used in piecewise linear approximation of transmission losses; 1 = linear, >2 = piecewise quadratic UCommit: 2 # Unit committment of thermal power plants; 0 = not active; 1 = active using integer clestering; 2 = active using linearized clustering StorageLosses: 1 # Energy Share Requirement and CO2 constraints account for energy lost; 0 = not active (DO NOT account for energy lost); 1 = active systemwide (DO account for energy lost) -HydrogenHourlyMatching: 1 # Hydrogen electrolyzer contribution to hourly supply matching required ParameterScale: 1 # Turn on parameter scaling wherein demand, capacity and power variables are defined in GW rather than MW. 0 = not active; 1 = active systemwide TimeDomainReduction: 1 # Time domain reduce (i.e. cluster) inputs based on Demand_data.csv, Generators_variability.csv, and Fuels_data.csv; 0 = not active (use input data as provided); 1 = active (cluster input data, or use data that has already been clustered) WriteShadowPrices: 1 # Write shadow prices of LP or relaxed MILP; 0 = not active; 1 = active HydrogenMinimumProduction: 1 # Hydrogen production requirement; 0 = not active; 1 = active, meet regional level H2 production requirements -HourlyMatching: 1 # Hourly supply matching required +HourlyMatchingRequirement: 1 # Hourly supply matching required diff --git a/example_systems/2_three_zones_w_electrolyzer/settings/gurobi_settings.yml b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/gurobi_settings.yml similarity index 93% rename from example_systems/2_three_zones_w_electrolyzer/settings/gurobi_settings.yml rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/gurobi_settings.yml index 0aa53a56d3..f6533ed5f3 100644 --- a/example_systems/2_three_zones_w_electrolyzer/settings/gurobi_settings.yml +++ b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/gurobi_settings.yml @@ -8,7 +8,7 @@ Method: 2 # Algorithm used to solve continuous models (includin #Gurobi-specific solver settings MIPGap: 1e-3 # Relative (p.u. of optimal) mixed integer optimality tolerance for MIP problems (ignored otherwise). -BarConvTol: 1.0e-08 # Barrier convergence tolerance (determines when barrier terminates). +BarConvTol: 1.0e-06 # Barrier convergence tolerance (determines when barrier terminates). NumericFocus: 0 # Numerical precision emphasis. Crossover: 0 # Barrier crossver strategy. PreDual: 0 # Decides whether presolve should pass the primal or dual linear programming problem to the LP optimization algorithm. diff --git a/example_systems/2_three_zones_w_electrolyzer/settings/highs_settings.yml b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/highs_settings.yml similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/settings/highs_settings.yml rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/highs_settings.yml diff --git a/example_systems/2_three_zones_w_electrolyzer/settings/time_domain_reduction_settings.yml b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/time_domain_reduction_settings.yml similarity index 99% rename from example_systems/2_three_zones_w_electrolyzer/settings/time_domain_reduction_settings.yml rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/time_domain_reduction_settings.yml index 537b80d797..6323e54182 100644 --- a/example_systems/2_three_zones_w_electrolyzer/settings/time_domain_reduction_settings.yml +++ b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/settings/time_domain_reduction_settings.yml @@ -31,13 +31,13 @@ ScalingMethod: "S" # The maximum number of periods - both clustered periods and extreme periods - # that may be used to represent the input data. If IterativelyAddPeriods is on and the # error threshold is never met, this will be the total number of periods. -MaxPeriods: 11 +MaxPeriods: 6 # - MinPeriods # The minimum number of periods used to represent the input data. If using # UseExtremePeriods, this must be at least the number of extreme periods requests. If # IterativelyAddPeriods if off, this will be the total number of periods. -MinPeriods: 8 +MinPeriods: 6 # - IterativelyAddPeriods # Either 'yes' or 'no', this designates whether or not to add periods diff --git a/example_systems/2_three_zones_w_electrolyzer/system/Demand_data.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Demand_data.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/system/Demand_data.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Demand_data.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/system/Fuels_data.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Fuels_data.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/system/Fuels_data.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Fuels_data.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/system/Generators_variability.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Generators_variability.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/system/Generators_variability.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Generators_variability.csv diff --git a/example_systems/2_three_zones_w_electrolyzer/system/Network.csv b/example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Network.csv similarity index 100% rename from example_systems/2_three_zones_w_electrolyzer/system/Network.csv rename to example_systems/2_three_zones_w_electrolyzer_and_hourly_matching/system/Network.csv diff --git a/example_systems/4_three_zones_w_policies_slack/policies/Hourly_matching_requirement.csv b/example_systems/4_three_zones_w_policies_slack/policies/Hourly_matching_requirement.csv new file mode 100644 index 0000000000..8de22d0941 --- /dev/null +++ b/example_systems/4_three_zones_w_policies_slack/policies/Hourly_matching_requirement.csv @@ -0,0 +1,8762 @@ +Time_Index,HM_1 +0,1 +1,1000 +2,1000 +3,1000 +4,1000 +5,1000 +6,1000 +7,1000 +8,1000 +9,1000 +10,1000 +11,1000 +12,1000 +13,1000 +14,1000 +15,1000 +16,1000 +17,1000 +18,1000 +19,1000 +20,1000 +21,1000 +22,1000 +23,1000 +24,1000 +25,1000 +26,1000 +27,1000 +28,1000 +29,1000 +30,1000 +31,1000 +32,1000 +33,1000 +34,1000 +35,1000 +36,1000 +37,1000 +38,1000 +39,1000 +40,1000 +41,1000 +42,1000 +43,1000 +44,1000 +45,1000 +46,1000 +47,1000 +48,1000 +49,1000 +50,1000 +51,1000 +52,1000 +53,1000 +54,1000 +55,1000 +56,1000 +57,1000 +58,1000 +59,1000 +60,1000 +61,1000 +62,1000 +63,1000 +64,1000 +65,1000 +66,1000 +67,1000 +68,1000 +69,1000 +70,1000 +71,1000 +72,1000 +73,1000 +74,1000 +75,1000 +76,1000 +77,1000 +78,1000 +79,1000 +80,1000 +81,1000 +82,1000 +83,1000 +84,1000 +85,1000 +86,1000 +87,1000 +88,1000 +89,1000 +90,1000 +91,1000 +92,1000 +93,1000 +94,1000 +95,1000 +96,1000 +97,1000 +98,1000 +99,1000 +100,1000 +101,1000 +102,1000 +103,1000 +104,1000 +105,1000 +106,1000 +107,1000 +108,1000 +109,1000 +110,1000 +111,1000 +112,1000 +113,1000 +114,1000 +115,1000 +116,1000 +117,1000 +118,1000 +119,1000 +120,1000 +121,1000 +122,1000 +123,1000 +124,1000 +125,1000 +126,1000 +127,1000 +128,1000 +129,1000 +130,1000 +131,1000 +132,1000 +133,1000 +134,1000 +135,1000 +136,1000 +137,1000 +138,1000 +139,1000 +140,1000 +141,1000 +142,1000 +143,1000 +144,1000 +145,1000 +146,1000 +147,1000 +148,1000 +149,1000 +150,1000 +151,1000 +152,1000 +153,1000 +154,1000 +155,1000 +156,1000 +157,1000 +158,1000 +159,1000 +160,1000 +161,1000 +162,1000 +163,1000 +164,1000 +165,1000 +166,1000 +167,1000 +168,1000 +169,1000 +170,1000 +171,1000 +172,1000 +173,1000 +174,1000 +175,1000 +176,1000 +177,1000 +178,1000 +179,1000 +180,1000 +181,1000 +182,1000 +183,1000 +184,1000 +185,1000 +186,1000 +187,1000 +188,1000 +189,1000 +190,1000 +191,1000 +192,1000 +193,1000 +194,1000 +195,1000 +196,1000 +197,1000 +198,1000 +199,1000 +200,1000 +201,1000 +202,1000 +203,1000 +204,1000 +205,1000 +206,1000 +207,1000 +208,1000 +209,1000 +210,1000 +211,1000 +212,1000 +213,1000 +214,1000 +215,1000 +216,1000 +217,1000 +218,1000 +219,1000 +220,1000 +221,1000 +222,1000 +223,1000 +224,1000 +225,1000 +226,1000 +227,1000 +228,1000 +229,1000 +230,1000 +231,1000 +232,1000 +233,1000 +234,1000 +235,1000 +236,1000 +237,1000 +238,1000 +239,1000 +240,1000 +241,1000 +242,1000 +243,1000 +244,1000 +245,1000 +246,1000 +247,1000 +248,1000 +249,1000 +250,1000 +251,1000 +252,1000 +253,1000 +254,1000 +255,1000 +256,1000 +257,1000 +258,1000 +259,1000 +260,1000 +261,1000 +262,1000 +263,1000 +264,1000 +265,1000 +266,1000 +267,1000 +268,1000 +269,1000 +270,1000 +271,1000 +272,1000 +273,1000 +274,1000 +275,1000 +276,1000 +277,1000 +278,1000 +279,1000 +280,1000 +281,1000 +282,1000 +283,1000 +284,1000 +285,1000 +286,1000 +287,1000 +288,1000 +289,1000 +290,1000 +291,1000 +292,1000 +293,1000 +294,1000 +295,1000 +296,1000 +297,1000 +298,1000 +299,1000 +300,1000 +301,1000 +302,1000 +303,1000 +304,1000 +305,1000 +306,1000 +307,1000 +308,1000 +309,1000 +310,1000 +311,1000 +312,1000 +313,1000 +314,1000 +315,1000 +316,1000 +317,1000 +318,1000 +319,1000 +320,1000 +321,1000 +322,1000 +323,1000 +324,1000 +325,1000 +326,1000 +327,1000 +328,1000 +329,1000 +330,1000 +331,1000 +332,1000 +333,1000 +334,1000 +335,1000 +336,1000 +337,1000 +338,1000 +339,1000 +340,1000 +341,1000 +342,1000 +343,1000 +344,1000 +345,1000 +346,1000 +347,1000 +348,1000 +349,1000 +350,1000 +351,1000 +352,1000 +353,1000 +354,1000 +355,1000 +356,1000 +357,1000 +358,1000 +359,1000 +360,1000 +361,1000 +362,1000 +363,1000 +364,1000 +365,1000 +366,1000 +367,1000 +368,1000 +369,1000 +370,1000 +371,1000 +372,1000 +373,1000 +374,1000 +375,1000 +376,1000 +377,1000 +378,1000 +379,1000 +380,1000 +381,1000 +382,1000 +383,1000 +384,1000 +385,1000 +386,1000 +387,1000 +388,1000 +389,1000 +390,1000 +391,1000 +392,1000 +393,1000 +394,1000 +395,1000 +396,1000 +397,1000 +398,1000 +399,1000 +400,1000 +401,1000 +402,1000 +403,1000 +404,1000 +405,1000 +406,1000 +407,1000 +408,1000 +409,1000 +410,1000 +411,1000 +412,1000 +413,1000 +414,1000 +415,1000 +416,1000 +417,1000 +418,1000 +419,1000 +420,1000 +421,1000 +422,1000 +423,1000 +424,1000 +425,1000 +426,1000 +427,1000 +428,1000 +429,1000 +430,1000 +431,1000 +432,1000 +433,1000 +434,1000 +435,1000 +436,1000 +437,1000 +438,1000 +439,1000 +440,1000 +441,1000 +442,1000 +443,1000 +444,1000 +445,1000 +446,1000 +447,1000 +448,1000 +449,1000 +450,1000 +451,1000 +452,1000 +453,1000 +454,1000 +455,1000 +456,1000 +457,1000 +458,1000 +459,1000 +460,1000 +461,1000 +462,1000 +463,1000 +464,1000 +465,1000 +466,1000 +467,1000 +468,1000 +469,1000 +470,1000 +471,1000 +472,1000 +473,1000 +474,1000 +475,1000 +476,1000 +477,1000 +478,1000 +479,1000 +480,1000 +481,1000 +482,1000 +483,1000 +484,1000 +485,1000 +486,1000 +487,1000 +488,1000 +489,1000 +490,1000 +491,1000 +492,1000 +493,1000 +494,1000 +495,1000 +496,1000 +497,1000 +498,1000 +499,1000 +500,1000 +501,1000 +502,1000 +503,1000 +504,1000 +505,1000 +506,1000 +507,1000 +508,1000 +509,1000 +510,1000 +511,1000 +512,1000 +513,1000 +514,1000 +515,1000 +516,1000 +517,1000 +518,1000 +519,1000 +520,1000 +521,1000 +522,1000 +523,1000 +524,1000 +525,1000 +526,1000 +527,1000 +528,1000 +529,1000 +530,1000 +531,1000 +532,1000 +533,1000 +534,1000 +535,1000 +536,1000 +537,1000 +538,1000 +539,1000 +540,1000 +541,1000 +542,1000 +543,1000 +544,1000 +545,1000 +546,1000 +547,1000 +548,1000 +549,1000 +550,1000 +551,1000 +552,1000 +553,1000 +554,1000 +555,1000 +556,1000 +557,1000 +558,1000 +559,1000 +560,1000 +561,1000 +562,1000 +563,1000 +564,1000 +565,1000 +566,1000 +567,1000 +568,1000 +569,1000 +570,1000 +571,1000 +572,1000 +573,1000 +574,1000 +575,1000 +576,1000 +577,1000 +578,1000 +579,1000 +580,1000 +581,1000 +582,1000 +583,1000 +584,1000 +585,1000 +586,1000 +587,1000 +588,1000 +589,1000 +590,1000 +591,1000 +592,1000 +593,1000 +594,1000 +595,1000 +596,1000 +597,1000 +598,1000 +599,1000 +600,1000 +601,1000 +602,1000 +603,1000 +604,1000 +605,1000 +606,1000 +607,1000 +608,1000 +609,1000 +610,1000 +611,1000 +612,1000 +613,1000 +614,1000 +615,1000 +616,1000 +617,1000 +618,1000 +619,1000 +620,1000 +621,1000 +622,1000 +623,1000 +624,1000 +625,1000 +626,1000 +627,1000 +628,1000 +629,1000 +630,1000 +631,1000 +632,1000 +633,1000 +634,1000 +635,1000 +636,1000 +637,1000 +638,1000 +639,1000 +640,1000 +641,1000 +642,1000 +643,1000 +644,1000 +645,1000 +646,1000 +647,1000 +648,1000 +649,1000 +650,1000 +651,1000 +652,1000 +653,1000 +654,1000 +655,1000 +656,1000 +657,1000 +658,1000 +659,1000 +660,1000 +661,1000 +662,1000 +663,1000 +664,1000 +665,1000 +666,1000 +667,1000 +668,1000 +669,1000 +670,1000 +671,1000 +672,1000 +673,1000 +674,1000 +675,1000 +676,1000 +677,1000 +678,1000 +679,1000 +680,1000 +681,1000 +682,1000 +683,1000 +684,1000 +685,1000 +686,1000 +687,1000 +688,1000 +689,1000 +690,1000 +691,1000 +692,1000 +693,1000 +694,1000 +695,1000 +696,1000 +697,1000 +698,1000 +699,1000 +700,1000 +701,1000 +702,1000 +703,1000 +704,1000 +705,1000 +706,1000 +707,1000 +708,1000 +709,1000 +710,1000 +711,1000 +712,1000 +713,1000 +714,1000 +715,1000 +716,1000 +717,1000 +718,1000 +719,1000 +720,1000 +721,1000 +722,1000 +723,1000 +724,1000 +725,1000 +726,1000 +727,1000 +728,1000 +729,1000 +730,1000 +731,1000 +732,1000 +733,1000 +734,1000 +735,1000 +736,1000 +737,1000 +738,1000 +739,1000 +740,1000 +741,1000 +742,1000 +743,1000 +744,1000 +745,1000 +746,1000 +747,1000 +748,1000 +749,1000 +750,1000 +751,1000 +752,1000 +753,1000 +754,1000 +755,1000 +756,1000 +757,1000 +758,1000 +759,1000 +760,1000 +761,1000 +762,1000 +763,1000 +764,1000 +765,1000 +766,1000 +767,1000 +768,1000 +769,1000 +770,1000 +771,1000 +772,1000 +773,1000 +774,1000 +775,1000 +776,1000 +777,1000 +778,1000 +779,1000 +780,1000 +781,1000 +782,1000 +783,1000 +784,1000 +785,1000 +786,1000 +787,1000 +788,1000 +789,1000 +790,1000 +791,1000 +792,1000 +793,1000 +794,1000 +795,1000 +796,1000 +797,1000 +798,1000 +799,1000 +800,1000 +801,1000 +802,1000 +803,1000 +804,1000 +805,1000 +806,1000 +807,1000 +808,1000 +809,1000 +810,1000 +811,1000 +812,1000 +813,1000 +814,1000 +815,1000 +816,1000 +817,1000 +818,1000 +819,1000 +820,1000 +821,1000 +822,1000 +823,1000 +824,1000 +825,1000 +826,1000 +827,1000 +828,1000 +829,1000 +830,1000 +831,1000 +832,1000 +833,1000 +834,1000 +835,1000 +836,1000 +837,1000 +838,1000 +839,1000 +840,1000 +841,1000 +842,1000 +843,1000 +844,1000 +845,1000 +846,1000 +847,1000 +848,1000 +849,1000 +850,1000 +851,1000 +852,1000 +853,1000 +854,1000 +855,1000 +856,1000 +857,1000 +858,1000 +859,1000 +860,1000 +861,1000 +862,1000 +863,1000 +864,1000 +865,1000 +866,1000 +867,1000 +868,1000 +869,1000 +870,1000 +871,1000 +872,1000 +873,1000 +874,1000 +875,1000 +876,1000 +877,1000 +878,1000 +879,1000 +880,1000 +881,1000 +882,1000 +883,1000 +884,1000 +885,1000 +886,1000 +887,1000 +888,1000 +889,1000 +890,1000 +891,1000 +892,1000 +893,1000 +894,1000 +895,1000 +896,1000 +897,1000 +898,1000 +899,1000 +900,1000 +901,1000 +902,1000 +903,1000 +904,1000 +905,1000 +906,1000 +907,1000 +908,1000 +909,1000 +910,1000 +911,1000 +912,1000 +913,1000 +914,1000 +915,1000 +916,1000 +917,1000 +918,1000 +919,1000 +920,1000 +921,1000 +922,1000 +923,1000 +924,1000 +925,1000 +926,1000 +927,1000 +928,1000 +929,1000 +930,1000 +931,1000 +932,1000 +933,1000 +934,1000 +935,1000 +936,1000 +937,1000 +938,1000 +939,1000 +940,1000 +941,1000 +942,1000 +943,1000 +944,1000 +945,1000 +946,1000 +947,1000 +948,1000 +949,1000 +950,1000 +951,1000 +952,1000 +953,1000 +954,1000 +955,1000 +956,1000 +957,1000 +958,1000 +959,1000 +960,1000 +961,1000 +962,1000 +963,1000 +964,1000 +965,1000 +966,1000 +967,1000 +968,1000 +969,1000 +970,1000 +971,1000 +972,1000 +973,1000 +974,1000 +975,1000 +976,1000 +977,1000 +978,1000 +979,1000 +980,1000 +981,1000 +982,1000 +983,1000 +984,1000 +985,1000 +986,1000 +987,1000 +988,1000 +989,1000 +990,1000 +991,1000 +992,1000 +993,1000 +994,1000 +995,1000 +996,1000 +997,1000 +998,1000 +999,1000 +1000,1000 +1001,1000 +1002,1000 +1003,1000 +1004,1000 +1005,1000 +1006,1000 +1007,1000 +1008,1000 +1009,1000 +1010,1000 +1011,1000 +1012,1000 +1013,1000 +1014,1000 +1015,1000 +1016,1000 +1017,1000 +1018,1000 +1019,1000 +1020,1000 +1021,1000 +1022,1000 +1023,1000 +1024,1000 +1025,1000 +1026,1000 +1027,1000 +1028,1000 +1029,1000 +1030,1000 +1031,1000 +1032,1000 +1033,1000 +1034,1000 +1035,1000 +1036,1000 +1037,1000 +1038,1000 +1039,1000 +1040,1000 +1041,1000 +1042,1000 +1043,1000 +1044,1000 +1045,1000 +1046,1000 +1047,1000 +1048,1000 +1049,1000 +1050,1000 +1051,1000 +1052,1000 +1053,1000 +1054,1000 +1055,1000 +1056,1000 +1057,1000 +1058,1000 +1059,1000 +1060,1000 +1061,1000 +1062,1000 +1063,1000 +1064,1000 +1065,1000 +1066,1000 +1067,1000 +1068,1000 +1069,1000 +1070,1000 +1071,1000 +1072,1000 +1073,1000 +1074,1000 +1075,1000 +1076,1000 +1077,1000 +1078,1000 +1079,1000 +1080,1000 +1081,1000 +1082,1000 +1083,1000 +1084,1000 +1085,1000 +1086,1000 +1087,1000 +1088,1000 +1089,1000 +1090,1000 +1091,1000 +1092,1000 +1093,1000 +1094,1000 +1095,1000 +1096,1000 +1097,1000 +1098,1000 +1099,1000 +1100,1000 +1101,1000 +1102,1000 +1103,1000 +1104,1000 +1105,1000 +1106,1000 +1107,1000 +1108,1000 +1109,1000 +1110,1000 +1111,1000 +1112,1000 +1113,1000 +1114,1000 +1115,1000 +1116,1000 +1117,1000 +1118,1000 +1119,1000 +1120,1000 +1121,1000 +1122,1000 +1123,1000 +1124,1000 +1125,1000 +1126,1000 +1127,1000 +1128,1000 +1129,1000 +1130,1000 +1131,1000 +1132,1000 +1133,1000 +1134,1000 +1135,1000 +1136,1000 +1137,1000 +1138,1000 +1139,1000 +1140,1000 +1141,1000 +1142,1000 +1143,1000 +1144,1000 +1145,1000 +1146,1000 +1147,1000 +1148,1000 +1149,1000 +1150,1000 +1151,1000 +1152,1000 +1153,1000 +1154,1000 +1155,1000 +1156,1000 +1157,1000 +1158,1000 +1159,1000 +1160,1000 +1161,1000 +1162,1000 +1163,1000 +1164,1000 +1165,1000 +1166,1000 +1167,1000 +1168,1000 +1169,1000 +1170,1000 +1171,1000 +1172,1000 +1173,1000 +1174,1000 +1175,1000 +1176,1000 +1177,1000 +1178,1000 +1179,1000 +1180,1000 +1181,1000 +1182,1000 +1183,1000 +1184,1000 +1185,1000 +1186,1000 +1187,1000 +1188,1000 +1189,1000 +1190,1000 +1191,1000 +1192,1000 +1193,1000 +1194,1000 +1195,1000 +1196,1000 +1197,1000 +1198,1000 +1199,1000 +1200,1000 +1201,1000 +1202,1000 +1203,1000 +1204,1000 +1205,1000 +1206,1000 +1207,1000 +1208,1000 +1209,1000 +1210,1000 +1211,1000 +1212,1000 +1213,1000 +1214,1000 +1215,1000 +1216,1000 +1217,1000 +1218,1000 +1219,1000 +1220,1000 +1221,1000 +1222,1000 +1223,1000 +1224,1000 +1225,1000 +1226,1000 +1227,1000 +1228,1000 +1229,1000 +1230,1000 +1231,1000 +1232,1000 +1233,1000 +1234,1000 +1235,1000 +1236,1000 +1237,1000 +1238,1000 +1239,1000 +1240,1000 +1241,1000 +1242,1000 +1243,1000 +1244,1000 +1245,1000 +1246,1000 +1247,1000 +1248,1000 +1249,1000 +1250,1000 +1251,1000 +1252,1000 +1253,1000 +1254,1000 +1255,1000 +1256,1000 +1257,1000 +1258,1000 +1259,1000 +1260,1000 +1261,1000 +1262,1000 +1263,1000 +1264,1000 +1265,1000 +1266,1000 +1267,1000 +1268,1000 +1269,1000 +1270,1000 +1271,1000 +1272,1000 +1273,1000 +1274,1000 +1275,1000 +1276,1000 +1277,1000 +1278,1000 +1279,1000 +1280,1000 +1281,1000 +1282,1000 +1283,1000 +1284,1000 +1285,1000 +1286,1000 +1287,1000 +1288,1000 +1289,1000 +1290,1000 +1291,1000 +1292,1000 +1293,1000 +1294,1000 +1295,1000 +1296,1000 +1297,1000 +1298,1000 +1299,1000 +1300,1000 +1301,1000 +1302,1000 +1303,1000 +1304,1000 +1305,1000 +1306,1000 +1307,1000 +1308,1000 +1309,1000 +1310,1000 +1311,1000 +1312,1000 +1313,1000 +1314,1000 +1315,1000 +1316,1000 +1317,1000 +1318,1000 +1319,1000 +1320,1000 +1321,1000 +1322,1000 +1323,1000 +1324,1000 +1325,1000 +1326,1000 +1327,1000 +1328,1000 +1329,1000 +1330,1000 +1331,1000 +1332,1000 +1333,1000 +1334,1000 +1335,1000 +1336,1000 +1337,1000 +1338,1000 +1339,1000 +1340,1000 +1341,1000 +1342,1000 +1343,1000 +1344,1000 +1345,1000 +1346,1000 +1347,1000 +1348,1000 +1349,1000 +1350,1000 +1351,1000 +1352,1000 +1353,1000 +1354,1000 +1355,1000 +1356,1000 +1357,1000 +1358,1000 +1359,1000 +1360,1000 +1361,1000 +1362,1000 +1363,1000 +1364,1000 +1365,1000 +1366,1000 +1367,1000 +1368,1000 +1369,1000 +1370,1000 +1371,1000 +1372,1000 +1373,1000 +1374,1000 +1375,1000 +1376,1000 +1377,1000 +1378,1000 +1379,1000 +1380,1000 +1381,1000 +1382,1000 +1383,1000 +1384,1000 +1385,1000 +1386,1000 +1387,1000 +1388,1000 +1389,1000 +1390,1000 +1391,1000 +1392,1000 +1393,1000 +1394,1000 +1395,1000 +1396,1000 +1397,1000 +1398,1000 +1399,1000 +1400,1000 +1401,1000 +1402,1000 +1403,1000 +1404,1000 +1405,1000 +1406,1000 +1407,1000 +1408,1000 +1409,1000 +1410,1000 +1411,1000 +1412,1000 +1413,1000 +1414,1000 +1415,1000 +1416,1000 +1417,1000 +1418,1000 +1419,1000 +1420,1000 +1421,1000 +1422,1000 +1423,1000 +1424,1000 +1425,1000 +1426,1000 +1427,1000 +1428,1000 +1429,1000 +1430,1000 +1431,1000 +1432,1000 +1433,1000 +1434,1000 +1435,1000 +1436,1000 +1437,1000 +1438,1000 +1439,1000 +1440,1000 +1441,1000 +1442,1000 +1443,1000 +1444,1000 +1445,1000 +1446,1000 +1447,1000 +1448,1000 +1449,1000 +1450,1000 +1451,1000 +1452,1000 +1453,1000 +1454,1000 +1455,1000 +1456,1000 +1457,1000 +1458,1000 +1459,1000 +1460,1000 +1461,1000 +1462,1000 +1463,1000 +1464,1000 +1465,1000 +1466,1000 +1467,1000 +1468,1000 +1469,1000 +1470,1000 +1471,1000 +1472,1000 +1473,1000 +1474,1000 +1475,1000 +1476,1000 +1477,1000 +1478,1000 +1479,1000 +1480,1000 +1481,1000 +1482,1000 +1483,1000 +1484,1000 +1485,1000 +1486,1000 +1487,1000 +1488,1000 +1489,1000 +1490,1000 +1491,1000 +1492,1000 +1493,1000 +1494,1000 +1495,1000 +1496,1000 +1497,1000 +1498,1000 +1499,1000 +1500,1000 +1501,1000 +1502,1000 +1503,1000 +1504,1000 +1505,1000 +1506,1000 +1507,1000 +1508,1000 +1509,1000 +1510,1000 +1511,1000 +1512,1000 +1513,1000 +1514,1000 +1515,1000 +1516,1000 +1517,1000 +1518,1000 +1519,1000 +1520,1000 +1521,1000 +1522,1000 +1523,1000 +1524,1000 +1525,1000 +1526,1000 +1527,1000 +1528,1000 +1529,1000 +1530,1000 +1531,1000 +1532,1000 +1533,1000 +1534,1000 +1535,1000 +1536,1000 +1537,1000 +1538,1000 +1539,1000 +1540,1000 +1541,1000 +1542,1000 +1543,1000 +1544,1000 +1545,1000 +1546,1000 +1547,1000 +1548,1000 +1549,1000 +1550,1000 +1551,1000 +1552,1000 +1553,1000 +1554,1000 +1555,1000 +1556,1000 +1557,1000 +1558,1000 +1559,1000 +1560,1000 +1561,1000 +1562,1000 +1563,1000 +1564,1000 +1565,1000 +1566,1000 +1567,1000 +1568,1000 +1569,1000 +1570,1000 +1571,1000 +1572,1000 +1573,1000 +1574,1000 +1575,1000 +1576,1000 +1577,1000 +1578,1000 +1579,1000 +1580,1000 +1581,1000 +1582,1000 +1583,1000 +1584,1000 +1585,1000 +1586,1000 +1587,1000 +1588,1000 +1589,1000 +1590,1000 +1591,1000 +1592,1000 +1593,1000 +1594,1000 +1595,1000 +1596,1000 +1597,1000 +1598,1000 +1599,1000 +1600,1000 +1601,1000 +1602,1000 +1603,1000 +1604,1000 +1605,1000 +1606,1000 +1607,1000 +1608,1000 +1609,1000 +1610,1000 +1611,1000 +1612,1000 +1613,1000 +1614,1000 +1615,1000 +1616,1000 +1617,1000 +1618,1000 +1619,1000 +1620,1000 +1621,1000 +1622,1000 +1623,1000 +1624,1000 +1625,1000 +1626,1000 +1627,1000 +1628,1000 +1629,1000 +1630,1000 +1631,1000 +1632,1000 +1633,1000 +1634,1000 +1635,1000 +1636,1000 +1637,1000 +1638,1000 +1639,1000 +1640,1000 +1641,1000 +1642,1000 +1643,1000 +1644,1000 +1645,1000 +1646,1000 +1647,1000 +1648,1000 +1649,1000 +1650,1000 +1651,1000 +1652,1000 +1653,1000 +1654,1000 +1655,1000 +1656,1000 +1657,1000 +1658,1000 +1659,1000 +1660,1000 +1661,1000 +1662,1000 +1663,1000 +1664,1000 +1665,1000 +1666,1000 +1667,1000 +1668,1000 +1669,1000 +1670,1000 +1671,1000 +1672,1000 +1673,1000 +1674,1000 +1675,1000 +1676,1000 +1677,1000 +1678,1000 +1679,1000 +1680,1000 +1681,1000 +1682,1000 +1683,1000 +1684,1000 +1685,1000 +1686,1000 +1687,1000 +1688,1000 +1689,1000 +1690,1000 +1691,1000 +1692,1000 +1693,1000 +1694,1000 +1695,1000 +1696,1000 +1697,1000 +1698,1000 +1699,1000 +1700,1000 +1701,1000 +1702,1000 +1703,1000 +1704,1000 +1705,1000 +1706,1000 +1707,1000 +1708,1000 +1709,1000 +1710,1000 +1711,1000 +1712,1000 +1713,1000 +1714,1000 +1715,1000 +1716,1000 +1717,1000 +1718,1000 +1719,1000 +1720,1000 +1721,1000 +1722,1000 +1723,1000 +1724,1000 +1725,1000 +1726,1000 +1727,1000 +1728,1000 +1729,1000 +1730,1000 +1731,1000 +1732,1000 +1733,1000 +1734,1000 +1735,1000 +1736,1000 +1737,1000 +1738,1000 +1739,1000 +1740,1000 +1741,1000 +1742,1000 +1743,1000 +1744,1000 +1745,1000 +1746,1000 +1747,1000 +1748,1000 +1749,1000 +1750,1000 +1751,1000 +1752,1000 +1753,1000 +1754,1000 +1755,1000 +1756,1000 +1757,1000 +1758,1000 +1759,1000 +1760,1000 +1761,1000 +1762,1000 +1763,1000 +1764,1000 +1765,1000 +1766,1000 +1767,1000 +1768,1000 +1769,1000 +1770,1000 +1771,1000 +1772,1000 +1773,1000 +1774,1000 +1775,1000 +1776,1000 +1777,1000 +1778,1000 +1779,1000 +1780,1000 +1781,1000 +1782,1000 +1783,1000 +1784,1000 +1785,1000 +1786,1000 +1787,1000 +1788,1000 +1789,1000 +1790,1000 +1791,1000 +1792,1000 +1793,1000 +1794,1000 +1795,1000 +1796,1000 +1797,1000 +1798,1000 +1799,1000 +1800,1000 +1801,1000 +1802,1000 +1803,1000 +1804,1000 +1805,1000 +1806,1000 +1807,1000 +1808,1000 +1809,1000 +1810,1000 +1811,1000 +1812,1000 +1813,1000 +1814,1000 +1815,1000 +1816,1000 +1817,1000 +1818,1000 +1819,1000 +1820,1000 +1821,1000 +1822,1000 +1823,1000 +1824,1000 +1825,1000 +1826,1000 +1827,1000 +1828,1000 +1829,1000 +1830,1000 +1831,1000 +1832,1000 +1833,1000 +1834,1000 +1835,1000 +1836,1000 +1837,1000 +1838,1000 +1839,1000 +1840,1000 +1841,1000 +1842,1000 +1843,1000 +1844,1000 +1845,1000 +1846,1000 +1847,1000 +1848,1000 +1849,1000 +1850,1000 +1851,1000 +1852,1000 +1853,1000 +1854,1000 +1855,1000 +1856,1000 +1857,1000 +1858,1000 +1859,1000 +1860,1000 +1861,1000 +1862,1000 +1863,1000 +1864,1000 +1865,1000 +1866,1000 +1867,1000 +1868,1000 +1869,1000 +1870,1000 +1871,1000 +1872,1000 +1873,1000 +1874,1000 +1875,1000 +1876,1000 +1877,1000 +1878,1000 +1879,1000 +1880,1000 +1881,1000 +1882,1000 +1883,1000 +1884,1000 +1885,1000 +1886,1000 +1887,1000 +1888,1000 +1889,1000 +1890,1000 +1891,1000 +1892,1000 +1893,1000 +1894,1000 +1895,1000 +1896,1000 +1897,1000 +1898,1000 +1899,1000 +1900,1000 +1901,1000 +1902,1000 +1903,1000 +1904,1000 +1905,1000 +1906,1000 +1907,1000 +1908,1000 +1909,1000 +1910,1000 +1911,1000 +1912,1000 +1913,1000 +1914,1000 +1915,1000 +1916,1000 +1917,1000 +1918,1000 +1919,1000 +1920,1000 +1921,1000 +1922,1000 +1923,1000 +1924,1000 +1925,1000 +1926,1000 +1927,1000 +1928,1000 +1929,1000 +1930,1000 +1931,1000 +1932,1000 +1933,1000 +1934,1000 +1935,1000 +1936,1000 +1937,1000 +1938,1000 +1939,1000 +1940,1000 +1941,1000 +1942,1000 +1943,1000 +1944,1000 +1945,1000 +1946,1000 +1947,1000 +1948,1000 +1949,1000 +1950,1000 +1951,1000 +1952,1000 +1953,1000 +1954,1000 +1955,1000 +1956,1000 +1957,1000 +1958,1000 +1959,1000 +1960,1000 +1961,1000 +1962,1000 +1963,1000 +1964,1000 +1965,1000 +1966,1000 +1967,1000 +1968,1000 +1969,1000 +1970,1000 +1971,1000 +1972,1000 +1973,1000 +1974,1000 +1975,1000 +1976,1000 +1977,1000 +1978,1000 +1979,1000 +1980,1000 +1981,1000 +1982,1000 +1983,1000 +1984,1000 +1985,1000 +1986,1000 +1987,1000 +1988,1000 +1989,1000 +1990,1000 +1991,1000 +1992,1000 +1993,1000 +1994,1000 +1995,1000 +1996,1000 +1997,1000 +1998,1000 +1999,1000 +2000,1000 +2001,1000 +2002,1000 +2003,1000 +2004,1000 +2005,1000 +2006,1000 +2007,1000 +2008,1000 +2009,1000 +2010,1000 +2011,1000 +2012,1000 +2013,1000 +2014,1000 +2015,1000 +2016,1000 +2017,1000 +2018,1000 +2019,1000 +2020,1000 +2021,1000 +2022,1000 +2023,1000 +2024,1000 +2025,1000 +2026,1000 +2027,1000 +2028,1000 +2029,1000 +2030,1000 +2031,1000 +2032,1000 +2033,1000 +2034,1000 +2035,1000 +2036,1000 +2037,1000 +2038,1000 +2039,1000 +2040,1000 +2041,1000 +2042,1000 +2043,1000 +2044,1000 +2045,1000 +2046,1000 +2047,1000 +2048,1000 +2049,1000 +2050,1000 +2051,1000 +2052,1000 +2053,1000 +2054,1000 +2055,1000 +2056,1000 +2057,1000 +2058,1000 +2059,1000 +2060,1000 +2061,1000 +2062,1000 +2063,1000 +2064,1000 +2065,1000 +2066,1000 +2067,1000 +2068,1000 +2069,1000 +2070,1000 +2071,1000 +2072,1000 +2073,1000 +2074,1000 +2075,1000 +2076,1000 +2077,1000 +2078,1000 +2079,1000 +2080,1000 +2081,1000 +2082,1000 +2083,1000 +2084,1000 +2085,1000 +2086,1000 +2087,1000 +2088,1000 +2089,1000 +2090,1000 +2091,1000 +2092,1000 +2093,1000 +2094,1000 +2095,1000 +2096,1000 +2097,1000 +2098,1000 +2099,1000 +2100,1000 +2101,1000 +2102,1000 +2103,1000 +2104,1000 +2105,1000 +2106,1000 +2107,1000 +2108,1000 +2109,1000 +2110,1000 +2111,1000 +2112,1000 +2113,1000 +2114,1000 +2115,1000 +2116,1000 +2117,1000 +2118,1000 +2119,1000 +2120,1000 +2121,1000 +2122,1000 +2123,1000 +2124,1000 +2125,1000 +2126,1000 +2127,1000 +2128,1000 +2129,1000 +2130,1000 +2131,1000 +2132,1000 +2133,1000 +2134,1000 +2135,1000 +2136,1000 +2137,1000 +2138,1000 +2139,1000 +2140,1000 +2141,1000 +2142,1000 +2143,1000 +2144,1000 +2145,1000 +2146,1000 +2147,1000 +2148,1000 +2149,1000 +2150,1000 +2151,1000 +2152,1000 +2153,1000 +2154,1000 +2155,1000 +2156,1000 +2157,1000 +2158,1000 +2159,1000 +2160,1000 +2161,1000 +2162,1000 +2163,1000 +2164,1000 +2165,1000 +2166,1000 +2167,1000 +2168,1000 +2169,1000 +2170,1000 +2171,1000 +2172,1000 +2173,1000 +2174,1000 +2175,1000 +2176,1000 +2177,1000 +2178,1000 +2179,1000 +2180,1000 +2181,1000 +2182,1000 +2183,1000 +2184,1000 +2185,1000 +2186,1000 +2187,1000 +2188,1000 +2189,1000 +2190,1000 +2191,1000 +2192,1000 +2193,1000 +2194,1000 +2195,1000 +2196,1000 +2197,1000 +2198,1000 +2199,1000 +2200,1000 +2201,1000 +2202,1000 +2203,1000 +2204,1000 +2205,1000 +2206,1000 +2207,1000 +2208,1000 +2209,1000 +2210,1000 +2211,1000 +2212,1000 +2213,1000 +2214,1000 +2215,1000 +2216,1000 +2217,1000 +2218,1000 +2219,1000 +2220,1000 +2221,1000 +2222,1000 +2223,1000 +2224,1000 +2225,1000 +2226,1000 +2227,1000 +2228,1000 +2229,1000 +2230,1000 +2231,1000 +2232,1000 +2233,1000 +2234,1000 +2235,1000 +2236,1000 +2237,1000 +2238,1000 +2239,1000 +2240,1000 +2241,1000 +2242,1000 +2243,1000 +2244,1000 +2245,1000 +2246,1000 +2247,1000 +2248,1000 +2249,1000 +2250,1000 +2251,1000 +2252,1000 +2253,1000 +2254,1000 +2255,1000 +2256,1000 +2257,1000 +2258,1000 +2259,1000 +2260,1000 +2261,1000 +2262,1000 +2263,1000 +2264,1000 +2265,1000 +2266,1000 +2267,1000 +2268,1000 +2269,1000 +2270,1000 +2271,1000 +2272,1000 +2273,1000 +2274,1000 +2275,1000 +2276,1000 +2277,1000 +2278,1000 +2279,1000 +2280,1000 +2281,1000 +2282,1000 +2283,1000 +2284,1000 +2285,1000 +2286,1000 +2287,1000 +2288,1000 +2289,1000 +2290,1000 +2291,1000 +2292,1000 +2293,1000 +2294,1000 +2295,1000 +2296,1000 +2297,1000 +2298,1000 +2299,1000 +2300,1000 +2301,1000 +2302,1000 +2303,1000 +2304,1000 +2305,1000 +2306,1000 +2307,1000 +2308,1000 +2309,1000 +2310,1000 +2311,1000 +2312,1000 +2313,1000 +2314,1000 +2315,1000 +2316,1000 +2317,1000 +2318,1000 +2319,1000 +2320,1000 +2321,1000 +2322,1000 +2323,1000 +2324,1000 +2325,1000 +2326,1000 +2327,1000 +2328,1000 +2329,1000 +2330,1000 +2331,1000 +2332,1000 +2333,1000 +2334,1000 +2335,1000 +2336,1000 +2337,1000 +2338,1000 +2339,1000 +2340,1000 +2341,1000 +2342,1000 +2343,1000 +2344,1000 +2345,1000 +2346,1000 +2347,1000 +2348,1000 +2349,1000 +2350,1000 +2351,1000 +2352,1000 +2353,1000 +2354,1000 +2355,1000 +2356,1000 +2357,1000 +2358,1000 +2359,1000 +2360,1000 +2361,1000 +2362,1000 +2363,1000 +2364,1000 +2365,1000 +2366,1000 +2367,1000 +2368,1000 +2369,1000 +2370,1000 +2371,1000 +2372,1000 +2373,1000 +2374,1000 +2375,1000 +2376,1000 +2377,1000 +2378,1000 +2379,1000 +2380,1000 +2381,1000 +2382,1000 +2383,1000 +2384,1000 +2385,1000 +2386,1000 +2387,1000 +2388,1000 +2389,1000 +2390,1000 +2391,1000 +2392,1000 +2393,1000 +2394,1000 +2395,1000 +2396,1000 +2397,1000 +2398,1000 +2399,1000 +2400,1000 +2401,1000 +2402,1000 +2403,1000 +2404,1000 +2405,1000 +2406,1000 +2407,1000 +2408,1000 +2409,1000 +2410,1000 +2411,1000 +2412,1000 +2413,1000 +2414,1000 +2415,1000 +2416,1000 +2417,1000 +2418,1000 +2419,1000 +2420,1000 +2421,1000 +2422,1000 +2423,1000 +2424,1000 +2425,1000 +2426,1000 +2427,1000 +2428,1000 +2429,1000 +2430,1000 +2431,1000 +2432,1000 +2433,1000 +2434,1000 +2435,1000 +2436,1000 +2437,1000 +2438,1000 +2439,1000 +2440,1000 +2441,1000 +2442,1000 +2443,1000 +2444,1000 +2445,1000 +2446,1000 +2447,1000 +2448,1000 +2449,1000 +2450,1000 +2451,1000 +2452,1000 +2453,1000 +2454,1000 +2455,1000 +2456,1000 +2457,1000 +2458,1000 +2459,1000 +2460,1000 +2461,1000 +2462,1000 +2463,1000 +2464,1000 +2465,1000 +2466,1000 +2467,1000 +2468,1000 +2469,1000 +2470,1000 +2471,1000 +2472,1000 +2473,1000 +2474,1000 +2475,1000 +2476,1000 +2477,1000 +2478,1000 +2479,1000 +2480,1000 +2481,1000 +2482,1000 +2483,1000 +2484,1000 +2485,1000 +2486,1000 +2487,1000 +2488,1000 +2489,1000 +2490,1000 +2491,1000 +2492,1000 +2493,1000 +2494,1000 +2495,1000 +2496,1000 +2497,1000 +2498,1000 +2499,1000 +2500,1000 +2501,1000 +2502,1000 +2503,1000 +2504,1000 +2505,1000 +2506,1000 +2507,1000 +2508,1000 +2509,1000 +2510,1000 +2511,1000 +2512,1000 +2513,1000 +2514,1000 +2515,1000 +2516,1000 +2517,1000 +2518,1000 +2519,1000 +2520,1000 +2521,1000 +2522,1000 +2523,1000 +2524,1000 +2525,1000 +2526,1000 +2527,1000 +2528,1000 +2529,1000 +2530,1000 +2531,1000 +2532,1000 +2533,1000 +2534,1000 +2535,1000 +2536,1000 +2537,1000 +2538,1000 +2539,1000 +2540,1000 +2541,1000 +2542,1000 +2543,1000 +2544,1000 +2545,1000 +2546,1000 +2547,1000 +2548,1000 +2549,1000 +2550,1000 +2551,1000 +2552,1000 +2553,1000 +2554,1000 +2555,1000 +2556,1000 +2557,1000 +2558,1000 +2559,1000 +2560,1000 +2561,1000 +2562,1000 +2563,1000 +2564,1000 +2565,1000 +2566,1000 +2567,1000 +2568,1000 +2569,1000 +2570,1000 +2571,1000 +2572,1000 +2573,1000 +2574,1000 +2575,1000 +2576,1000 +2577,1000 +2578,1000 +2579,1000 +2580,1000 +2581,1000 +2582,1000 +2583,1000 +2584,1000 +2585,1000 +2586,1000 +2587,1000 +2588,1000 +2589,1000 +2590,1000 +2591,1000 +2592,1000 +2593,1000 +2594,1000 +2595,1000 +2596,1000 +2597,1000 +2598,1000 +2599,1000 +2600,1000 +2601,1000 +2602,1000 +2603,1000 +2604,1000 +2605,1000 +2606,1000 +2607,1000 +2608,1000 +2609,1000 +2610,1000 +2611,1000 +2612,1000 +2613,1000 +2614,1000 +2615,1000 +2616,1000 +2617,1000 +2618,1000 +2619,1000 +2620,1000 +2621,1000 +2622,1000 +2623,1000 +2624,1000 +2625,1000 +2626,1000 +2627,1000 +2628,1000 +2629,1000 +2630,1000 +2631,1000 +2632,1000 +2633,1000 +2634,1000 +2635,1000 +2636,1000 +2637,1000 +2638,1000 +2639,1000 +2640,1000 +2641,1000 +2642,1000 +2643,1000 +2644,1000 +2645,1000 +2646,1000 +2647,1000 +2648,1000 +2649,1000 +2650,1000 +2651,1000 +2652,1000 +2653,1000 +2654,1000 +2655,1000 +2656,1000 +2657,1000 +2658,1000 +2659,1000 +2660,1000 +2661,1000 +2662,1000 +2663,1000 +2664,1000 +2665,1000 +2666,1000 +2667,1000 +2668,1000 +2669,1000 +2670,1000 +2671,1000 +2672,1000 +2673,1000 +2674,1000 +2675,1000 +2676,1000 +2677,1000 +2678,1000 +2679,1000 +2680,1000 +2681,1000 +2682,1000 +2683,1000 +2684,1000 +2685,1000 +2686,1000 +2687,1000 +2688,1000 +2689,1000 +2690,1000 +2691,1000 +2692,1000 +2693,1000 +2694,1000 +2695,1000 +2696,1000 +2697,1000 +2698,1000 +2699,1000 +2700,1000 +2701,1000 +2702,1000 +2703,1000 +2704,1000 +2705,1000 +2706,1000 +2707,1000 +2708,1000 +2709,1000 +2710,1000 +2711,1000 +2712,1000 +2713,1000 +2714,1000 +2715,1000 +2716,1000 +2717,1000 +2718,1000 +2719,1000 +2720,1000 +2721,1000 +2722,1000 +2723,1000 +2724,1000 +2725,1000 +2726,1000 +2727,1000 +2728,1000 +2729,1000 +2730,1000 +2731,1000 +2732,1000 +2733,1000 +2734,1000 +2735,1000 +2736,1000 +2737,1000 +2738,1000 +2739,1000 +2740,1000 +2741,1000 +2742,1000 +2743,1000 +2744,1000 +2745,1000 +2746,1000 +2747,1000 +2748,1000 +2749,1000 +2750,1000 +2751,1000 +2752,1000 +2753,1000 +2754,1000 +2755,1000 +2756,1000 +2757,1000 +2758,1000 +2759,1000 +2760,1000 +2761,1000 +2762,1000 +2763,1000 +2764,1000 +2765,1000 +2766,1000 +2767,1000 +2768,1000 +2769,1000 +2770,1000 +2771,1000 +2772,1000 +2773,1000 +2774,1000 +2775,1000 +2776,1000 +2777,1000 +2778,1000 +2779,1000 +2780,1000 +2781,1000 +2782,1000 +2783,1000 +2784,1000 +2785,1000 +2786,1000 +2787,1000 +2788,1000 +2789,1000 +2790,1000 +2791,1000 +2792,1000 +2793,1000 +2794,1000 +2795,1000 +2796,1000 +2797,1000 +2798,1000 +2799,1000 +2800,1000 +2801,1000 +2802,1000 +2803,1000 +2804,1000 +2805,1000 +2806,1000 +2807,1000 +2808,1000 +2809,1000 +2810,1000 +2811,1000 +2812,1000 +2813,1000 +2814,1000 +2815,1000 +2816,1000 +2817,1000 +2818,1000 +2819,1000 +2820,1000 +2821,1000 +2822,1000 +2823,1000 +2824,1000 +2825,1000 +2826,1000 +2827,1000 +2828,1000 +2829,1000 +2830,1000 +2831,1000 +2832,1000 +2833,1000 +2834,1000 +2835,1000 +2836,1000 +2837,1000 +2838,1000 +2839,1000 +2840,1000 +2841,1000 +2842,1000 +2843,1000 +2844,1000 +2845,1000 +2846,1000 +2847,1000 +2848,1000 +2849,1000 +2850,1000 +2851,1000 +2852,1000 +2853,1000 +2854,1000 +2855,1000 +2856,1000 +2857,1000 +2858,1000 +2859,1000 +2860,1000 +2861,1000 +2862,1000 +2863,1000 +2864,1000 +2865,1000 +2866,1000 +2867,1000 +2868,1000 +2869,1000 +2870,1000 +2871,1000 +2872,1000 +2873,1000 +2874,1000 +2875,1000 +2876,1000 +2877,1000 +2878,1000 +2879,1000 +2880,1000 +2881,1000 +2882,1000 +2883,1000 +2884,1000 +2885,1000 +2886,1000 +2887,1000 +2888,1000 +2889,1000 +2890,1000 +2891,1000 +2892,1000 +2893,1000 +2894,1000 +2895,1000 +2896,1000 +2897,1000 +2898,1000 +2899,1000 +2900,1000 +2901,1000 +2902,1000 +2903,1000 +2904,1000 +2905,1000 +2906,1000 +2907,1000 +2908,1000 +2909,1000 +2910,1000 +2911,1000 +2912,1000 +2913,1000 +2914,1000 +2915,1000 +2916,1000 +2917,1000 +2918,1000 +2919,1000 +2920,1000 +2921,1000 +2922,1000 +2923,1000 +2924,1000 +2925,1000 +2926,1000 +2927,1000 +2928,1000 +2929,1000 +2930,1000 +2931,1000 +2932,1000 +2933,1000 +2934,1000 +2935,1000 +2936,1000 +2937,1000 +2938,1000 +2939,1000 +2940,1000 +2941,1000 +2942,1000 +2943,1000 +2944,1000 +2945,1000 +2946,1000 +2947,1000 +2948,1000 +2949,1000 +2950,1000 +2951,1000 +2952,1000 +2953,1000 +2954,1000 +2955,1000 +2956,1000 +2957,1000 +2958,1000 +2959,1000 +2960,1000 +2961,1000 +2962,1000 +2963,1000 +2964,1000 +2965,1000 +2966,1000 +2967,1000 +2968,1000 +2969,1000 +2970,1000 +2971,1000 +2972,1000 +2973,1000 +2974,1000 +2975,1000 +2976,1000 +2977,1000 +2978,1000 +2979,1000 +2980,1000 +2981,1000 +2982,1000 +2983,1000 +2984,1000 +2985,1000 +2986,1000 +2987,1000 +2988,1000 +2989,1000 +2990,1000 +2991,1000 +2992,1000 +2993,1000 +2994,1000 +2995,1000 +2996,1000 +2997,1000 +2998,1000 +2999,1000 +3000,1000 +3001,1000 +3002,1000 +3003,1000 +3004,1000 +3005,1000 +3006,1000 +3007,1000 +3008,1000 +3009,1000 +3010,1000 +3011,1000 +3012,1000 +3013,1000 +3014,1000 +3015,1000 +3016,1000 +3017,1000 +3018,1000 +3019,1000 +3020,1000 +3021,1000 +3022,1000 +3023,1000 +3024,1000 +3025,1000 +3026,1000 +3027,1000 +3028,1000 +3029,1000 +3030,1000 +3031,1000 +3032,1000 +3033,1000 +3034,1000 +3035,1000 +3036,1000 +3037,1000 +3038,1000 +3039,1000 +3040,1000 +3041,1000 +3042,1000 +3043,1000 +3044,1000 +3045,1000 +3046,1000 +3047,1000 +3048,1000 +3049,1000 +3050,1000 +3051,1000 +3052,1000 +3053,1000 +3054,1000 +3055,1000 +3056,1000 +3057,1000 +3058,1000 +3059,1000 +3060,1000 +3061,1000 +3062,1000 +3063,1000 +3064,1000 +3065,1000 +3066,1000 +3067,1000 +3068,1000 +3069,1000 +3070,1000 +3071,1000 +3072,1000 +3073,1000 +3074,1000 +3075,1000 +3076,1000 +3077,1000 +3078,1000 +3079,1000 +3080,1000 +3081,1000 +3082,1000 +3083,1000 +3084,1000 +3085,1000 +3086,1000 +3087,1000 +3088,1000 +3089,1000 +3090,1000 +3091,1000 +3092,1000 +3093,1000 +3094,1000 +3095,1000 +3096,1000 +3097,1000 +3098,1000 +3099,1000 +3100,1000 +3101,1000 +3102,1000 +3103,1000 +3104,1000 +3105,1000 +3106,1000 +3107,1000 +3108,1000 +3109,1000 +3110,1000 +3111,1000 +3112,1000 +3113,1000 +3114,1000 +3115,1000 +3116,1000 +3117,1000 +3118,1000 +3119,1000 +3120,1000 +3121,1000 +3122,1000 +3123,1000 +3124,1000 +3125,1000 +3126,1000 +3127,1000 +3128,1000 +3129,1000 +3130,1000 +3131,1000 +3132,1000 +3133,1000 +3134,1000 +3135,1000 +3136,1000 +3137,1000 +3138,1000 +3139,1000 +3140,1000 +3141,1000 +3142,1000 +3143,1000 +3144,1000 +3145,1000 +3146,1000 +3147,1000 +3148,1000 +3149,1000 +3150,1000 +3151,1000 +3152,1000 +3153,1000 +3154,1000 +3155,1000 +3156,1000 +3157,1000 +3158,1000 +3159,1000 +3160,1000 +3161,1000 +3162,1000 +3163,1000 +3164,1000 +3165,1000 +3166,1000 +3167,1000 +3168,1000 +3169,1000 +3170,1000 +3171,1000 +3172,1000 +3173,1000 +3174,1000 +3175,1000 +3176,1000 +3177,1000 +3178,1000 +3179,1000 +3180,1000 +3181,1000 +3182,1000 +3183,1000 +3184,1000 +3185,1000 +3186,1000 +3187,1000 +3188,1000 +3189,1000 +3190,1000 +3191,1000 +3192,1000 +3193,1000 +3194,1000 +3195,1000 +3196,1000 +3197,1000 +3198,1000 +3199,1000 +3200,1000 +3201,1000 +3202,1000 +3203,1000 +3204,1000 +3205,1000 +3206,1000 +3207,1000 +3208,1000 +3209,1000 +3210,1000 +3211,1000 +3212,1000 +3213,1000 +3214,1000 +3215,1000 +3216,1000 +3217,1000 +3218,1000 +3219,1000 +3220,1000 +3221,1000 +3222,1000 +3223,1000 +3224,1000 +3225,1000 +3226,1000 +3227,1000 +3228,1000 +3229,1000 +3230,1000 +3231,1000 +3232,1000 +3233,1000 +3234,1000 +3235,1000 +3236,1000 +3237,1000 +3238,1000 +3239,1000 +3240,1000 +3241,1000 +3242,1000 +3243,1000 +3244,1000 +3245,1000 +3246,1000 +3247,1000 +3248,1000 +3249,1000 +3250,1000 +3251,1000 +3252,1000 +3253,1000 +3254,1000 +3255,1000 +3256,1000 +3257,1000 +3258,1000 +3259,1000 +3260,1000 +3261,1000 +3262,1000 +3263,1000 +3264,1000 +3265,1000 +3266,1000 +3267,1000 +3268,1000 +3269,1000 +3270,1000 +3271,1000 +3272,1000 +3273,1000 +3274,1000 +3275,1000 +3276,1000 +3277,1000 +3278,1000 +3279,1000 +3280,1000 +3281,1000 +3282,1000 +3283,1000 +3284,1000 +3285,1000 +3286,1000 +3287,1000 +3288,1000 +3289,1000 +3290,1000 +3291,1000 +3292,1000 +3293,1000 +3294,1000 +3295,1000 +3296,1000 +3297,1000 +3298,1000 +3299,1000 +3300,1000 +3301,1000 +3302,1000 +3303,1000 +3304,1000 +3305,1000 +3306,1000 +3307,1000 +3308,1000 +3309,1000 +3310,1000 +3311,1000 +3312,1000 +3313,1000 +3314,1000 +3315,1000 +3316,1000 +3317,1000 +3318,1000 +3319,1000 +3320,1000 +3321,1000 +3322,1000 +3323,1000 +3324,1000 +3325,1000 +3326,1000 +3327,1000 +3328,1000 +3329,1000 +3330,1000 +3331,1000 +3332,1000 +3333,1000 +3334,1000 +3335,1000 +3336,1000 +3337,1000 +3338,1000 +3339,1000 +3340,1000 +3341,1000 +3342,1000 +3343,1000 +3344,1000 +3345,1000 +3346,1000 +3347,1000 +3348,1000 +3349,1000 +3350,1000 +3351,1000 +3352,1000 +3353,1000 +3354,1000 +3355,1000 +3356,1000 +3357,1000 +3358,1000 +3359,1000 +3360,1000 +3361,1000 +3362,1000 +3363,1000 +3364,1000 +3365,1000 +3366,1000 +3367,1000 +3368,1000 +3369,1000 +3370,1000 +3371,1000 +3372,1000 +3373,1000 +3374,1000 +3375,1000 +3376,1000 +3377,1000 +3378,1000 +3379,1000 +3380,1000 +3381,1000 +3382,1000 +3383,1000 +3384,1000 +3385,1000 +3386,1000 +3387,1000 +3388,1000 +3389,1000 +3390,1000 +3391,1000 +3392,1000 +3393,1000 +3394,1000 +3395,1000 +3396,1000 +3397,1000 +3398,1000 +3399,1000 +3400,1000 +3401,1000 +3402,1000 +3403,1000 +3404,1000 +3405,1000 +3406,1000 +3407,1000 +3408,1000 +3409,1000 +3410,1000 +3411,1000 +3412,1000 +3413,1000 +3414,1000 +3415,1000 +3416,1000 +3417,1000 +3418,1000 +3419,1000 +3420,1000 +3421,1000 +3422,1000 +3423,1000 +3424,1000 +3425,1000 +3426,1000 +3427,1000 +3428,1000 +3429,1000 +3430,1000 +3431,1000 +3432,1000 +3433,1000 +3434,1000 +3435,1000 +3436,1000 +3437,1000 +3438,1000 +3439,1000 +3440,1000 +3441,1000 +3442,1000 +3443,1000 +3444,1000 +3445,1000 +3446,1000 +3447,1000 +3448,1000 +3449,1000 +3450,1000 +3451,1000 +3452,1000 +3453,1000 +3454,1000 +3455,1000 +3456,1000 +3457,1000 +3458,1000 +3459,1000 +3460,1000 +3461,1000 +3462,1000 +3463,1000 +3464,1000 +3465,1000 +3466,1000 +3467,1000 +3468,1000 +3469,1000 +3470,1000 +3471,1000 +3472,1000 +3473,1000 +3474,1000 +3475,1000 +3476,1000 +3477,1000 +3478,1000 +3479,1000 +3480,1000 +3481,1000 +3482,1000 +3483,1000 +3484,1000 +3485,1000 +3486,1000 +3487,1000 +3488,1000 +3489,1000 +3490,1000 +3491,1000 +3492,1000 +3493,1000 +3494,1000 +3495,1000 +3496,1000 +3497,1000 +3498,1000 +3499,1000 +3500,1000 +3501,1000 +3502,1000 +3503,1000 +3504,1000 +3505,1000 +3506,1000 +3507,1000 +3508,1000 +3509,1000 +3510,1000 +3511,1000 +3512,1000 +3513,1000 +3514,1000 +3515,1000 +3516,1000 +3517,1000 +3518,1000 +3519,1000 +3520,1000 +3521,1000 +3522,1000 +3523,1000 +3524,1000 +3525,1000 +3526,1000 +3527,1000 +3528,1000 +3529,1000 +3530,1000 +3531,1000 +3532,1000 +3533,1000 +3534,1000 +3535,1000 +3536,1000 +3537,1000 +3538,1000 +3539,1000 +3540,1000 +3541,1000 +3542,1000 +3543,1000 +3544,1000 +3545,1000 +3546,1000 +3547,1000 +3548,1000 +3549,1000 +3550,1000 +3551,1000 +3552,1000 +3553,1000 +3554,1000 +3555,1000 +3556,1000 +3557,1000 +3558,1000 +3559,1000 +3560,1000 +3561,1000 +3562,1000 +3563,1000 +3564,1000 +3565,1000 +3566,1000 +3567,1000 +3568,1000 +3569,1000 +3570,1000 +3571,1000 +3572,1000 +3573,1000 +3574,1000 +3575,1000 +3576,1000 +3577,1000 +3578,1000 +3579,1000 +3580,1000 +3581,1000 +3582,1000 +3583,1000 +3584,1000 +3585,1000 +3586,1000 +3587,1000 +3588,1000 +3589,1000 +3590,1000 +3591,1000 +3592,1000 +3593,1000 +3594,1000 +3595,1000 +3596,1000 +3597,1000 +3598,1000 +3599,1000 +3600,1000 +3601,1000 +3602,1000 +3603,1000 +3604,1000 +3605,1000 +3606,1000 +3607,1000 +3608,1000 +3609,1000 +3610,1000 +3611,1000 +3612,1000 +3613,1000 +3614,1000 +3615,1000 +3616,1000 +3617,1000 +3618,1000 +3619,1000 +3620,1000 +3621,1000 +3622,1000 +3623,1000 +3624,1000 +3625,1000 +3626,1000 +3627,1000 +3628,1000 +3629,1000 +3630,1000 +3631,1000 +3632,1000 +3633,1000 +3634,1000 +3635,1000 +3636,1000 +3637,1000 +3638,1000 +3639,1000 +3640,1000 +3641,1000 +3642,1000 +3643,1000 +3644,1000 +3645,1000 +3646,1000 +3647,1000 +3648,1000 +3649,1000 +3650,1000 +3651,1000 +3652,1000 +3653,1000 +3654,1000 +3655,1000 +3656,1000 +3657,1000 +3658,1000 +3659,1000 +3660,1000 +3661,1000 +3662,1000 +3663,1000 +3664,1000 +3665,1000 +3666,1000 +3667,1000 +3668,1000 +3669,1000 +3670,1000 +3671,1000 +3672,1000 +3673,1000 +3674,1000 +3675,1000 +3676,1000 +3677,1000 +3678,1000 +3679,1000 +3680,1000 +3681,1000 +3682,1000 +3683,1000 +3684,1000 +3685,1000 +3686,1000 +3687,1000 +3688,1000 +3689,1000 +3690,1000 +3691,1000 +3692,1000 +3693,1000 +3694,1000 +3695,1000 +3696,1000 +3697,1000 +3698,1000 +3699,1000 +3700,1000 +3701,1000 +3702,1000 +3703,1000 +3704,1000 +3705,1000 +3706,1000 +3707,1000 +3708,1000 +3709,1000 +3710,1000 +3711,1000 +3712,1000 +3713,1000 +3714,1000 +3715,1000 +3716,1000 +3717,1000 +3718,1000 +3719,1000 +3720,1000 +3721,1000 +3722,1000 +3723,1000 +3724,1000 +3725,1000 +3726,1000 +3727,1000 +3728,1000 +3729,1000 +3730,1000 +3731,1000 +3732,1000 +3733,1000 +3734,1000 +3735,1000 +3736,1000 +3737,1000 +3738,1000 +3739,1000 +3740,1000 +3741,1000 +3742,1000 +3743,1000 +3744,1000 +3745,1000 +3746,1000 +3747,1000 +3748,1000 +3749,1000 +3750,1000 +3751,1000 +3752,1000 +3753,1000 +3754,1000 +3755,1000 +3756,1000 +3757,1000 +3758,1000 +3759,1000 +3760,1000 +3761,1000 +3762,1000 +3763,1000 +3764,1000 +3765,1000 +3766,1000 +3767,1000 +3768,1000 +3769,1000 +3770,1000 +3771,1000 +3772,1000 +3773,1000 +3774,1000 +3775,1000 +3776,1000 +3777,1000 +3778,1000 +3779,1000 +3780,1000 +3781,1000 +3782,1000 +3783,1000 +3784,1000 +3785,1000 +3786,1000 +3787,1000 +3788,1000 +3789,1000 +3790,1000 +3791,1000 +3792,1000 +3793,1000 +3794,1000 +3795,1000 +3796,1000 +3797,1000 +3798,1000 +3799,1000 +3800,1000 +3801,1000 +3802,1000 +3803,1000 +3804,1000 +3805,1000 +3806,1000 +3807,1000 +3808,1000 +3809,1000 +3810,1000 +3811,1000 +3812,1000 +3813,1000 +3814,1000 +3815,1000 +3816,1000 +3817,1000 +3818,1000 +3819,1000 +3820,1000 +3821,1000 +3822,1000 +3823,1000 +3824,1000 +3825,1000 +3826,1000 +3827,1000 +3828,1000 +3829,1000 +3830,1000 +3831,1000 +3832,1000 +3833,1000 +3834,1000 +3835,1000 +3836,1000 +3837,1000 +3838,1000 +3839,1000 +3840,1000 +3841,1000 +3842,1000 +3843,1000 +3844,1000 +3845,1000 +3846,1000 +3847,1000 +3848,1000 +3849,1000 +3850,1000 +3851,1000 +3852,1000 +3853,1000 +3854,1000 +3855,1000 +3856,1000 +3857,1000 +3858,1000 +3859,1000 +3860,1000 +3861,1000 +3862,1000 +3863,1000 +3864,1000 +3865,1000 +3866,1000 +3867,1000 +3868,1000 +3869,1000 +3870,1000 +3871,1000 +3872,1000 +3873,1000 +3874,1000 +3875,1000 +3876,1000 +3877,1000 +3878,1000 +3879,1000 +3880,1000 +3881,1000 +3882,1000 +3883,1000 +3884,1000 +3885,1000 +3886,1000 +3887,1000 +3888,1000 +3889,1000 +3890,1000 +3891,1000 +3892,1000 +3893,1000 +3894,1000 +3895,1000 +3896,1000 +3897,1000 +3898,1000 +3899,1000 +3900,1000 +3901,1000 +3902,1000 +3903,1000 +3904,1000 +3905,1000 +3906,1000 +3907,1000 +3908,1000 +3909,1000 +3910,1000 +3911,1000 +3912,1000 +3913,1000 +3914,1000 +3915,1000 +3916,1000 +3917,1000 +3918,1000 +3919,1000 +3920,1000 +3921,1000 +3922,1000 +3923,1000 +3924,1000 +3925,1000 +3926,1000 +3927,1000 +3928,1000 +3929,1000 +3930,1000 +3931,1000 +3932,1000 +3933,1000 +3934,1000 +3935,1000 +3936,1000 +3937,1000 +3938,1000 +3939,1000 +3940,1000 +3941,1000 +3942,1000 +3943,1000 +3944,1000 +3945,1000 +3946,1000 +3947,1000 +3948,1000 +3949,1000 +3950,1000 +3951,1000 +3952,1000 +3953,1000 +3954,1000 +3955,1000 +3956,1000 +3957,1000 +3958,1000 +3959,1000 +3960,1000 +3961,1000 +3962,1000 +3963,1000 +3964,1000 +3965,1000 +3966,1000 +3967,1000 +3968,1000 +3969,1000 +3970,1000 +3971,1000 +3972,1000 +3973,1000 +3974,1000 +3975,1000 +3976,1000 +3977,1000 +3978,1000 +3979,1000 +3980,1000 +3981,1000 +3982,1000 +3983,1000 +3984,1000 +3985,1000 +3986,1000 +3987,1000 +3988,1000 +3989,1000 +3990,1000 +3991,1000 +3992,1000 +3993,1000 +3994,1000 +3995,1000 +3996,1000 +3997,1000 +3998,1000 +3999,1000 +4000,1000 +4001,1000 +4002,1000 +4003,1000 +4004,1000 +4005,1000 +4006,1000 +4007,1000 +4008,1000 +4009,1000 +4010,1000 +4011,1000 +4012,1000 +4013,1000 +4014,1000 +4015,1000 +4016,1000 +4017,1000 +4018,1000 +4019,1000 +4020,1000 +4021,1000 +4022,1000 +4023,1000 +4024,1000 +4025,1000 +4026,1000 +4027,1000 +4028,1000 +4029,1000 +4030,1000 +4031,1000 +4032,1000 +4033,1000 +4034,1000 +4035,1000 +4036,1000 +4037,1000 +4038,1000 +4039,1000 +4040,1000 +4041,1000 +4042,1000 +4043,1000 +4044,1000 +4045,1000 +4046,1000 +4047,1000 +4048,1000 +4049,1000 +4050,1000 +4051,1000 +4052,1000 +4053,1000 +4054,1000 +4055,1000 +4056,1000 +4057,1000 +4058,1000 +4059,1000 +4060,1000 +4061,1000 +4062,1000 +4063,1000 +4064,1000 +4065,1000 +4066,1000 +4067,1000 +4068,1000 +4069,1000 +4070,1000 +4071,1000 +4072,1000 +4073,1000 +4074,1000 +4075,1000 +4076,1000 +4077,1000 +4078,1000 +4079,1000 +4080,1000 +4081,1000 +4082,1000 +4083,1000 +4084,1000 +4085,1000 +4086,1000 +4087,1000 +4088,1000 +4089,1000 +4090,1000 +4091,1000 +4092,1000 +4093,1000 +4094,1000 +4095,1000 +4096,1000 +4097,1000 +4098,1000 +4099,1000 +4100,1000 +4101,1000 +4102,1000 +4103,1000 +4104,1000 +4105,1000 +4106,1000 +4107,1000 +4108,1000 +4109,1000 +4110,1000 +4111,1000 +4112,1000 +4113,1000 +4114,1000 +4115,1000 +4116,1000 +4117,1000 +4118,1000 +4119,1000 +4120,1000 +4121,1000 +4122,1000 +4123,1000 +4124,1000 +4125,1000 +4126,1000 +4127,1000 +4128,1000 +4129,1000 +4130,1000 +4131,1000 +4132,1000 +4133,1000 +4134,1000 +4135,1000 +4136,1000 +4137,1000 +4138,1000 +4139,1000 +4140,1000 +4141,1000 +4142,1000 +4143,1000 +4144,1000 +4145,1000 +4146,1000 +4147,1000 +4148,1000 +4149,1000 +4150,1000 +4151,1000 +4152,1000 +4153,1000 +4154,1000 +4155,1000 +4156,1000 +4157,1000 +4158,1000 +4159,1000 +4160,1000 +4161,1000 +4162,1000 +4163,1000 +4164,1000 +4165,1000 +4166,1000 +4167,1000 +4168,1000 +4169,1000 +4170,1000 +4171,1000 +4172,1000 +4173,1000 +4174,1000 +4175,1000 +4176,1000 +4177,1000 +4178,1000 +4179,1000 +4180,1000 +4181,1000 +4182,1000 +4183,1000 +4184,1000 +4185,1000 +4186,1000 +4187,1000 +4188,1000 +4189,1000 +4190,1000 +4191,1000 +4192,1000 +4193,1000 +4194,1000 +4195,1000 +4196,1000 +4197,1000 +4198,1000 +4199,1000 +4200,1000 +4201,1000 +4202,1000 +4203,1000 +4204,1000 +4205,1000 +4206,1000 +4207,1000 +4208,1000 +4209,1000 +4210,1000 +4211,1000 +4212,1000 +4213,1000 +4214,1000 +4215,1000 +4216,1000 +4217,1000 +4218,1000 +4219,1000 +4220,1000 +4221,1000 +4222,1000 +4223,1000 +4224,1000 +4225,1000 +4226,1000 +4227,1000 +4228,1000 +4229,1000 +4230,1000 +4231,1000 +4232,1000 +4233,1000 +4234,1000 +4235,1000 +4236,1000 +4237,1000 +4238,1000 +4239,1000 +4240,1000 +4241,1000 +4242,1000 +4243,1000 +4244,1000 +4245,1000 +4246,1000 +4247,1000 +4248,1000 +4249,1000 +4250,1000 +4251,1000 +4252,1000 +4253,1000 +4254,1000 +4255,1000 +4256,1000 +4257,1000 +4258,1000 +4259,1000 +4260,1000 +4261,1000 +4262,1000 +4263,1000 +4264,1000 +4265,1000 +4266,1000 +4267,1000 +4268,1000 +4269,1000 +4270,1000 +4271,1000 +4272,1000 +4273,1000 +4274,1000 +4275,1000 +4276,1000 +4277,1000 +4278,1000 +4279,1000 +4280,1000 +4281,1000 +4282,1000 +4283,1000 +4284,1000 +4285,1000 +4286,1000 +4287,1000 +4288,1000 +4289,1000 +4290,1000 +4291,1000 +4292,1000 +4293,1000 +4294,1000 +4295,1000 +4296,1000 +4297,1000 +4298,1000 +4299,1000 +4300,1000 +4301,1000 +4302,1000 +4303,1000 +4304,1000 +4305,1000 +4306,1000 +4307,1000 +4308,1000 +4309,1000 +4310,1000 +4311,1000 +4312,1000 +4313,1000 +4314,1000 +4315,1000 +4316,1000 +4317,1000 +4318,1000 +4319,1000 +4320,1000 +4321,1000 +4322,1000 +4323,1000 +4324,1000 +4325,1000 +4326,1000 +4327,1000 +4328,1000 +4329,1000 +4330,1000 +4331,1000 +4332,1000 +4333,1000 +4334,1000 +4335,1000 +4336,1000 +4337,1000 +4338,1000 +4339,1000 +4340,1000 +4341,1000 +4342,1000 +4343,1000 +4344,1000 +4345,1000 +4346,1000 +4347,1000 +4348,1000 +4349,1000 +4350,1000 +4351,1000 +4352,1000 +4353,1000 +4354,1000 +4355,1000 +4356,1000 +4357,1000 +4358,1000 +4359,1000 +4360,1000 +4361,1000 +4362,1000 +4363,1000 +4364,1000 +4365,1000 +4366,1000 +4367,1000 +4368,1000 +4369,1000 +4370,1000 +4371,1000 +4372,1000 +4373,1000 +4374,1000 +4375,1000 +4376,1000 +4377,1000 +4378,1000 +4379,1000 +4380,1000 +4381,1000 +4382,1000 +4383,1000 +4384,1000 +4385,1000 +4386,1000 +4387,1000 +4388,1000 +4389,1000 +4390,1000 +4391,1000 +4392,1000 +4393,1000 +4394,1000 +4395,1000 +4396,1000 +4397,1000 +4398,1000 +4399,1000 +4400,1000 +4401,1000 +4402,1000 +4403,1000 +4404,1000 +4405,1000 +4406,1000 +4407,1000 +4408,1000 +4409,1000 +4410,1000 +4411,1000 +4412,1000 +4413,1000 +4414,1000 +4415,1000 +4416,1000 +4417,1000 +4418,1000 +4419,1000 +4420,1000 +4421,1000 +4422,1000 +4423,1000 +4424,1000 +4425,1000 +4426,1000 +4427,1000 +4428,1000 +4429,1000 +4430,1000 +4431,1000 +4432,1000 +4433,1000 +4434,1000 +4435,1000 +4436,1000 +4437,1000 +4438,1000 +4439,1000 +4440,1000 +4441,1000 +4442,1000 +4443,1000 +4444,1000 +4445,1000 +4446,1000 +4447,1000 +4448,1000 +4449,1000 +4450,1000 +4451,1000 +4452,1000 +4453,1000 +4454,1000 +4455,1000 +4456,1000 +4457,1000 +4458,1000 +4459,1000 +4460,1000 +4461,1000 +4462,1000 +4463,1000 +4464,1000 +4465,1000 +4466,1000 +4467,1000 +4468,1000 +4469,1000 +4470,1000 +4471,1000 +4472,1000 +4473,1000 +4474,1000 +4475,1000 +4476,1000 +4477,1000 +4478,1000 +4479,1000 +4480,1000 +4481,1000 +4482,1000 +4483,1000 +4484,1000 +4485,1000 +4486,1000 +4487,1000 +4488,1000 +4489,1000 +4490,1000 +4491,1000 +4492,1000 +4493,1000 +4494,1000 +4495,1000 +4496,1000 +4497,1000 +4498,1000 +4499,1000 +4500,1000 +4501,1000 +4502,1000 +4503,1000 +4504,1000 +4505,1000 +4506,1000 +4507,1000 +4508,1000 +4509,1000 +4510,1000 +4511,1000 +4512,1000 +4513,1000 +4514,1000 +4515,1000 +4516,1000 +4517,1000 +4518,1000 +4519,1000 +4520,1000 +4521,1000 +4522,1000 +4523,1000 +4524,1000 +4525,1000 +4526,1000 +4527,1000 +4528,1000 +4529,1000 +4530,1000 +4531,1000 +4532,1000 +4533,1000 +4534,1000 +4535,1000 +4536,1000 +4537,1000 +4538,1000 +4539,1000 +4540,1000 +4541,1000 +4542,1000 +4543,1000 +4544,1000 +4545,1000 +4546,1000 +4547,1000 +4548,1000 +4549,1000 +4550,1000 +4551,1000 +4552,1000 +4553,1000 +4554,1000 +4555,1000 +4556,1000 +4557,1000 +4558,1000 +4559,1000 +4560,1000 +4561,1000 +4562,1000 +4563,1000 +4564,1000 +4565,1000 +4566,1000 +4567,1000 +4568,1000 +4569,1000 +4570,1000 +4571,1000 +4572,1000 +4573,1000 +4574,1000 +4575,1000 +4576,1000 +4577,1000 +4578,1000 +4579,1000 +4580,1000 +4581,1000 +4582,1000 +4583,1000 +4584,1000 +4585,1000 +4586,1000 +4587,1000 +4588,1000 +4589,1000 +4590,1000 +4591,1000 +4592,1000 +4593,1000 +4594,1000 +4595,1000 +4596,1000 +4597,1000 +4598,1000 +4599,1000 +4600,1000 +4601,1000 +4602,1000 +4603,1000 +4604,1000 +4605,1000 +4606,1000 +4607,1000 +4608,1000 +4609,1000 +4610,1000 +4611,1000 +4612,1000 +4613,1000 +4614,1000 +4615,1000 +4616,1000 +4617,1000 +4618,1000 +4619,1000 +4620,1000 +4621,1000 +4622,1000 +4623,1000 +4624,1000 +4625,1000 +4626,1000 +4627,1000 +4628,1000 +4629,1000 +4630,1000 +4631,1000 +4632,1000 +4633,1000 +4634,1000 +4635,1000 +4636,1000 +4637,1000 +4638,1000 +4639,1000 +4640,1000 +4641,1000 +4642,1000 +4643,1000 +4644,1000 +4645,1000 +4646,1000 +4647,1000 +4648,1000 +4649,1000 +4650,1000 +4651,1000 +4652,1000 +4653,1000 +4654,1000 +4655,1000 +4656,1000 +4657,1000 +4658,1000 +4659,1000 +4660,1000 +4661,1000 +4662,1000 +4663,1000 +4664,1000 +4665,1000 +4666,1000 +4667,1000 +4668,1000 +4669,1000 +4670,1000 +4671,1000 +4672,1000 +4673,1000 +4674,1000 +4675,1000 +4676,1000 +4677,1000 +4678,1000 +4679,1000 +4680,1000 +4681,1000 +4682,1000 +4683,1000 +4684,1000 +4685,1000 +4686,1000 +4687,1000 +4688,1000 +4689,1000 +4690,1000 +4691,1000 +4692,1000 +4693,1000 +4694,1000 +4695,1000 +4696,1000 +4697,1000 +4698,1000 +4699,1000 +4700,1000 +4701,1000 +4702,1000 +4703,1000 +4704,1000 +4705,1000 +4706,1000 +4707,1000 +4708,1000 +4709,1000 +4710,1000 +4711,1000 +4712,1000 +4713,1000 +4714,1000 +4715,1000 +4716,1000 +4717,1000 +4718,1000 +4719,1000 +4720,1000 +4721,1000 +4722,1000 +4723,1000 +4724,1000 +4725,1000 +4726,1000 +4727,1000 +4728,1000 +4729,1000 +4730,1000 +4731,1000 +4732,1000 +4733,1000 +4734,1000 +4735,1000 +4736,1000 +4737,1000 +4738,1000 +4739,1000 +4740,1000 +4741,1000 +4742,1000 +4743,1000 +4744,1000 +4745,1000 +4746,1000 +4747,1000 +4748,1000 +4749,1000 +4750,1000 +4751,1000 +4752,1000 +4753,1000 +4754,1000 +4755,1000 +4756,1000 +4757,1000 +4758,1000 +4759,1000 +4760,1000 +4761,1000 +4762,1000 +4763,1000 +4764,1000 +4765,1000 +4766,1000 +4767,1000 +4768,1000 +4769,1000 +4770,1000 +4771,1000 +4772,1000 +4773,1000 +4774,1000 +4775,1000 +4776,1000 +4777,1000 +4778,1000 +4779,1000 +4780,1000 +4781,1000 +4782,1000 +4783,1000 +4784,1000 +4785,1000 +4786,1000 +4787,1000 +4788,1000 +4789,1000 +4790,1000 +4791,1000 +4792,1000 +4793,1000 +4794,1000 +4795,1000 +4796,1000 +4797,1000 +4798,1000 +4799,1000 +4800,1000 +4801,1000 +4802,1000 +4803,1000 +4804,1000 +4805,1000 +4806,1000 +4807,1000 +4808,1000 +4809,1000 +4810,1000 +4811,1000 +4812,1000 +4813,1000 +4814,1000 +4815,1000 +4816,1000 +4817,1000 +4818,1000 +4819,1000 +4820,1000 +4821,1000 +4822,1000 +4823,1000 +4824,1000 +4825,1000 +4826,1000 +4827,1000 +4828,1000 +4829,1000 +4830,1000 +4831,1000 +4832,1000 +4833,1000 +4834,1000 +4835,1000 +4836,1000 +4837,1000 +4838,1000 +4839,1000 +4840,1000 +4841,1000 +4842,1000 +4843,1000 +4844,1000 +4845,1000 +4846,1000 +4847,1000 +4848,1000 +4849,1000 +4850,1000 +4851,1000 +4852,1000 +4853,1000 +4854,1000 +4855,1000 +4856,1000 +4857,1000 +4858,1000 +4859,1000 +4860,1000 +4861,1000 +4862,1000 +4863,1000 +4864,1000 +4865,1000 +4866,1000 +4867,1000 +4868,1000 +4869,1000 +4870,1000 +4871,1000 +4872,1000 +4873,1000 +4874,1000 +4875,1000 +4876,1000 +4877,1000 +4878,1000 +4879,1000 +4880,1000 +4881,1000 +4882,1000 +4883,1000 +4884,1000 +4885,1000 +4886,1000 +4887,1000 +4888,1000 +4889,1000 +4890,1000 +4891,1000 +4892,1000 +4893,1000 +4894,1000 +4895,1000 +4896,1000 +4897,1000 +4898,1000 +4899,1000 +4900,1000 +4901,1000 +4902,1000 +4903,1000 +4904,1000 +4905,1000 +4906,1000 +4907,1000 +4908,1000 +4909,1000 +4910,1000 +4911,1000 +4912,1000 +4913,1000 +4914,1000 +4915,1000 +4916,1000 +4917,1000 +4918,1000 +4919,1000 +4920,1000 +4921,1000 +4922,1000 +4923,1000 +4924,1000 +4925,1000 +4926,1000 +4927,1000 +4928,1000 +4929,1000 +4930,1000 +4931,1000 +4932,1000 +4933,1000 +4934,1000 +4935,1000 +4936,1000 +4937,1000 +4938,1000 +4939,1000 +4940,1000 +4941,1000 +4942,1000 +4943,1000 +4944,1000 +4945,1000 +4946,1000 +4947,1000 +4948,1000 +4949,1000 +4950,1000 +4951,1000 +4952,1000 +4953,1000 +4954,1000 +4955,1000 +4956,1000 +4957,1000 +4958,1000 +4959,1000 +4960,1000 +4961,1000 +4962,1000 +4963,1000 +4964,1000 +4965,1000 +4966,1000 +4967,1000 +4968,1000 +4969,1000 +4970,1000 +4971,1000 +4972,1000 +4973,1000 +4974,1000 +4975,1000 +4976,1000 +4977,1000 +4978,1000 +4979,1000 +4980,1000 +4981,1000 +4982,1000 +4983,1000 +4984,1000 +4985,1000 +4986,1000 +4987,1000 +4988,1000 +4989,1000 +4990,1000 +4991,1000 +4992,1000 +4993,1000 +4994,1000 +4995,1000 +4996,1000 +4997,1000 +4998,1000 +4999,1000 +5000,1000 +5001,1000 +5002,1000 +5003,1000 +5004,1000 +5005,1000 +5006,1000 +5007,1000 +5008,1000 +5009,1000 +5010,1000 +5011,1000 +5012,1000 +5013,1000 +5014,1000 +5015,1000 +5016,1000 +5017,1000 +5018,1000 +5019,1000 +5020,1000 +5021,1000 +5022,1000 +5023,1000 +5024,1000 +5025,1000 +5026,1000 +5027,1000 +5028,1000 +5029,1000 +5030,1000 +5031,1000 +5032,1000 +5033,1000 +5034,1000 +5035,1000 +5036,1000 +5037,1000 +5038,1000 +5039,1000 +5040,1000 +5041,1000 +5042,1000 +5043,1000 +5044,1000 +5045,1000 +5046,1000 +5047,1000 +5048,1000 +5049,1000 +5050,1000 +5051,1000 +5052,1000 +5053,1000 +5054,1000 +5055,1000 +5056,1000 +5057,1000 +5058,1000 +5059,1000 +5060,1000 +5061,1000 +5062,1000 +5063,1000 +5064,1000 +5065,1000 +5066,1000 +5067,1000 +5068,1000 +5069,1000 +5070,1000 +5071,1000 +5072,1000 +5073,1000 +5074,1000 +5075,1000 +5076,1000 +5077,1000 +5078,1000 +5079,1000 +5080,1000 +5081,1000 +5082,1000 +5083,1000 +5084,1000 +5085,1000 +5086,1000 +5087,1000 +5088,1000 +5089,1000 +5090,1000 +5091,1000 +5092,1000 +5093,1000 +5094,1000 +5095,1000 +5096,1000 +5097,1000 +5098,1000 +5099,1000 +5100,1000 +5101,1000 +5102,1000 +5103,1000 +5104,1000 +5105,1000 +5106,1000 +5107,1000 +5108,1000 +5109,1000 +5110,1000 +5111,1000 +5112,1000 +5113,1000 +5114,1000 +5115,1000 +5116,1000 +5117,1000 +5118,1000 +5119,1000 +5120,1000 +5121,1000 +5122,1000 +5123,1000 +5124,1000 +5125,1000 +5126,1000 +5127,1000 +5128,1000 +5129,1000 +5130,1000 +5131,1000 +5132,1000 +5133,1000 +5134,1000 +5135,1000 +5136,1000 +5137,1000 +5138,1000 +5139,1000 +5140,1000 +5141,1000 +5142,1000 +5143,1000 +5144,1000 +5145,1000 +5146,1000 +5147,1000 +5148,1000 +5149,1000 +5150,1000 +5151,1000 +5152,1000 +5153,1000 +5154,1000 +5155,1000 +5156,1000 +5157,1000 +5158,1000 +5159,1000 +5160,1000 +5161,1000 +5162,1000 +5163,1000 +5164,1000 +5165,1000 +5166,1000 +5167,1000 +5168,1000 +5169,1000 +5170,1000 +5171,1000 +5172,1000 +5173,1000 +5174,1000 +5175,1000 +5176,1000 +5177,1000 +5178,1000 +5179,1000 +5180,1000 +5181,1000 +5182,1000 +5183,1000 +5184,1000 +5185,1000 +5186,1000 +5187,1000 +5188,1000 +5189,1000 +5190,1000 +5191,1000 +5192,1000 +5193,1000 +5194,1000 +5195,1000 +5196,1000 +5197,1000 +5198,1000 +5199,1000 +5200,1000 +5201,1000 +5202,1000 +5203,1000 +5204,1000 +5205,1000 +5206,1000 +5207,1000 +5208,1000 +5209,1000 +5210,1000 +5211,1000 +5212,1000 +5213,1000 +5214,1000 +5215,1000 +5216,1000 +5217,1000 +5218,1000 +5219,1000 +5220,1000 +5221,1000 +5222,1000 +5223,1000 +5224,1000 +5225,1000 +5226,1000 +5227,1000 +5228,1000 +5229,1000 +5230,1000 +5231,1000 +5232,1000 +5233,1000 +5234,1000 +5235,1000 +5236,1000 +5237,1000 +5238,1000 +5239,1000 +5240,1000 +5241,1000 +5242,1000 +5243,1000 +5244,1000 +5245,1000 +5246,1000 +5247,1000 +5248,1000 +5249,1000 +5250,1000 +5251,1000 +5252,1000 +5253,1000 +5254,1000 +5255,1000 +5256,1000 +5257,1000 +5258,1000 +5259,1000 +5260,1000 +5261,1000 +5262,1000 +5263,1000 +5264,1000 +5265,1000 +5266,1000 +5267,1000 +5268,1000 +5269,1000 +5270,1000 +5271,1000 +5272,1000 +5273,1000 +5274,1000 +5275,1000 +5276,1000 +5277,1000 +5278,1000 +5279,1000 +5280,1000 +5281,1000 +5282,1000 +5283,1000 +5284,1000 +5285,1000 +5286,1000 +5287,1000 +5288,1000 +5289,1000 +5290,1000 +5291,1000 +5292,1000 +5293,1000 +5294,1000 +5295,1000 +5296,1000 +5297,1000 +5298,1000 +5299,1000 +5300,1000 +5301,1000 +5302,1000 +5303,1000 +5304,1000 +5305,1000 +5306,1000 +5307,1000 +5308,1000 +5309,1000 +5310,1000 +5311,1000 +5312,1000 +5313,1000 +5314,1000 +5315,1000 +5316,1000 +5317,1000 +5318,1000 +5319,1000 +5320,1000 +5321,1000 +5322,1000 +5323,1000 +5324,1000 +5325,1000 +5326,1000 +5327,1000 +5328,1000 +5329,1000 +5330,1000 +5331,1000 +5332,1000 +5333,1000 +5334,1000 +5335,1000 +5336,1000 +5337,1000 +5338,1000 +5339,1000 +5340,1000 +5341,1000 +5342,1000 +5343,1000 +5344,1000 +5345,1000 +5346,1000 +5347,1000 +5348,1000 +5349,1000 +5350,1000 +5351,1000 +5352,1000 +5353,1000 +5354,1000 +5355,1000 +5356,1000 +5357,1000 +5358,1000 +5359,1000 +5360,1000 +5361,1000 +5362,1000 +5363,1000 +5364,1000 +5365,1000 +5366,1000 +5367,1000 +5368,1000 +5369,1000 +5370,1000 +5371,1000 +5372,1000 +5373,1000 +5374,1000 +5375,1000 +5376,1000 +5377,1000 +5378,1000 +5379,1000 +5380,1000 +5381,1000 +5382,1000 +5383,1000 +5384,1000 +5385,1000 +5386,1000 +5387,1000 +5388,1000 +5389,1000 +5390,1000 +5391,1000 +5392,1000 +5393,1000 +5394,1000 +5395,1000 +5396,1000 +5397,1000 +5398,1000 +5399,1000 +5400,1000 +5401,1000 +5402,1000 +5403,1000 +5404,1000 +5405,1000 +5406,1000 +5407,1000 +5408,1000 +5409,1000 +5410,1000 +5411,1000 +5412,1000 +5413,1000 +5414,1000 +5415,1000 +5416,1000 +5417,1000 +5418,1000 +5419,1000 +5420,1000 +5421,1000 +5422,1000 +5423,1000 +5424,1000 +5425,1000 +5426,1000 +5427,1000 +5428,1000 +5429,1000 +5430,1000 +5431,1000 +5432,1000 +5433,1000 +5434,1000 +5435,1000 +5436,1000 +5437,1000 +5438,1000 +5439,1000 +5440,1000 +5441,1000 +5442,1000 +5443,1000 +5444,1000 +5445,1000 +5446,1000 +5447,1000 +5448,1000 +5449,1000 +5450,1000 +5451,1000 +5452,1000 +5453,1000 +5454,1000 +5455,1000 +5456,1000 +5457,1000 +5458,1000 +5459,1000 +5460,1000 +5461,1000 +5462,1000 +5463,1000 +5464,1000 +5465,1000 +5466,1000 +5467,1000 +5468,1000 +5469,1000 +5470,1000 +5471,1000 +5472,1000 +5473,1000 +5474,1000 +5475,1000 +5476,1000 +5477,1000 +5478,1000 +5479,1000 +5480,1000 +5481,1000 +5482,1000 +5483,1000 +5484,1000 +5485,1000 +5486,1000 +5487,1000 +5488,1000 +5489,1000 +5490,1000 +5491,1000 +5492,1000 +5493,1000 +5494,1000 +5495,1000 +5496,1000 +5497,1000 +5498,1000 +5499,1000 +5500,1000 +5501,1000 +5502,1000 +5503,1000 +5504,1000 +5505,1000 +5506,1000 +5507,1000 +5508,1000 +5509,1000 +5510,1000 +5511,1000 +5512,1000 +5513,1000 +5514,1000 +5515,1000 +5516,1000 +5517,1000 +5518,1000 +5519,1000 +5520,1000 +5521,1000 +5522,1000 +5523,1000 +5524,1000 +5525,1000 +5526,1000 +5527,1000 +5528,1000 +5529,1000 +5530,1000 +5531,1000 +5532,1000 +5533,1000 +5534,1000 +5535,1000 +5536,1000 +5537,1000 +5538,1000 +5539,1000 +5540,1000 +5541,1000 +5542,1000 +5543,1000 +5544,1000 +5545,1000 +5546,1000 +5547,1000 +5548,1000 +5549,1000 +5550,1000 +5551,1000 +5552,1000 +5553,1000 +5554,1000 +5555,1000 +5556,1000 +5557,1000 +5558,1000 +5559,1000 +5560,1000 +5561,1000 +5562,1000 +5563,1000 +5564,1000 +5565,1000 +5566,1000 +5567,1000 +5568,1000 +5569,1000 +5570,1000 +5571,1000 +5572,1000 +5573,1000 +5574,1000 +5575,1000 +5576,1000 +5577,1000 +5578,1000 +5579,1000 +5580,1000 +5581,1000 +5582,1000 +5583,1000 +5584,1000 +5585,1000 +5586,1000 +5587,1000 +5588,1000 +5589,1000 +5590,1000 +5591,1000 +5592,1000 +5593,1000 +5594,1000 +5595,1000 +5596,1000 +5597,1000 +5598,1000 +5599,1000 +5600,1000 +5601,1000 +5602,1000 +5603,1000 +5604,1000 +5605,1000 +5606,1000 +5607,1000 +5608,1000 +5609,1000 +5610,1000 +5611,1000 +5612,1000 +5613,1000 +5614,1000 +5615,1000 +5616,1000 +5617,1000 +5618,1000 +5619,1000 +5620,1000 +5621,1000 +5622,1000 +5623,1000 +5624,1000 +5625,1000 +5626,1000 +5627,1000 +5628,1000 +5629,1000 +5630,1000 +5631,1000 +5632,1000 +5633,1000 +5634,1000 +5635,1000 +5636,1000 +5637,1000 +5638,1000 +5639,1000 +5640,1000 +5641,1000 +5642,1000 +5643,1000 +5644,1000 +5645,1000 +5646,1000 +5647,1000 +5648,1000 +5649,1000 +5650,1000 +5651,1000 +5652,1000 +5653,1000 +5654,1000 +5655,1000 +5656,1000 +5657,1000 +5658,1000 +5659,1000 +5660,1000 +5661,1000 +5662,1000 +5663,1000 +5664,1000 +5665,1000 +5666,1000 +5667,1000 +5668,1000 +5669,1000 +5670,1000 +5671,1000 +5672,1000 +5673,1000 +5674,1000 +5675,1000 +5676,1000 +5677,1000 +5678,1000 +5679,1000 +5680,1000 +5681,1000 +5682,1000 +5683,1000 +5684,1000 +5685,1000 +5686,1000 +5687,1000 +5688,1000 +5689,1000 +5690,1000 +5691,1000 +5692,1000 +5693,1000 +5694,1000 +5695,1000 +5696,1000 +5697,1000 +5698,1000 +5699,1000 +5700,1000 +5701,1000 +5702,1000 +5703,1000 +5704,1000 +5705,1000 +5706,1000 +5707,1000 +5708,1000 +5709,1000 +5710,1000 +5711,1000 +5712,1000 +5713,1000 +5714,1000 +5715,1000 +5716,1000 +5717,1000 +5718,1000 +5719,1000 +5720,1000 +5721,1000 +5722,1000 +5723,1000 +5724,1000 +5725,1000 +5726,1000 +5727,1000 +5728,1000 +5729,1000 +5730,1000 +5731,1000 +5732,1000 +5733,1000 +5734,1000 +5735,1000 +5736,1000 +5737,1000 +5738,1000 +5739,1000 +5740,1000 +5741,1000 +5742,1000 +5743,1000 +5744,1000 +5745,1000 +5746,1000 +5747,1000 +5748,1000 +5749,1000 +5750,1000 +5751,1000 +5752,1000 +5753,1000 +5754,1000 +5755,1000 +5756,1000 +5757,1000 +5758,1000 +5759,1000 +5760,1000 +5761,1000 +5762,1000 +5763,1000 +5764,1000 +5765,1000 +5766,1000 +5767,1000 +5768,1000 +5769,1000 +5770,1000 +5771,1000 +5772,1000 +5773,1000 +5774,1000 +5775,1000 +5776,1000 +5777,1000 +5778,1000 +5779,1000 +5780,1000 +5781,1000 +5782,1000 +5783,1000 +5784,1000 +5785,1000 +5786,1000 +5787,1000 +5788,1000 +5789,1000 +5790,1000 +5791,1000 +5792,1000 +5793,1000 +5794,1000 +5795,1000 +5796,1000 +5797,1000 +5798,1000 +5799,1000 +5800,1000 +5801,1000 +5802,1000 +5803,1000 +5804,1000 +5805,1000 +5806,1000 +5807,1000 +5808,1000 +5809,1000 +5810,1000 +5811,1000 +5812,1000 +5813,1000 +5814,1000 +5815,1000 +5816,1000 +5817,1000 +5818,1000 +5819,1000 +5820,1000 +5821,1000 +5822,1000 +5823,1000 +5824,1000 +5825,1000 +5826,1000 +5827,1000 +5828,1000 +5829,1000 +5830,1000 +5831,1000 +5832,1000 +5833,1000 +5834,1000 +5835,1000 +5836,1000 +5837,1000 +5838,1000 +5839,1000 +5840,1000 +5841,1000 +5842,1000 +5843,1000 +5844,1000 +5845,1000 +5846,1000 +5847,1000 +5848,1000 +5849,1000 +5850,1000 +5851,1000 +5852,1000 +5853,1000 +5854,1000 +5855,1000 +5856,1000 +5857,1000 +5858,1000 +5859,1000 +5860,1000 +5861,1000 +5862,1000 +5863,1000 +5864,1000 +5865,1000 +5866,1000 +5867,1000 +5868,1000 +5869,1000 +5870,1000 +5871,1000 +5872,1000 +5873,1000 +5874,1000 +5875,1000 +5876,1000 +5877,1000 +5878,1000 +5879,1000 +5880,1000 +5881,1000 +5882,1000 +5883,1000 +5884,1000 +5885,1000 +5886,1000 +5887,1000 +5888,1000 +5889,1000 +5890,1000 +5891,1000 +5892,1000 +5893,1000 +5894,1000 +5895,1000 +5896,1000 +5897,1000 +5898,1000 +5899,1000 +5900,1000 +5901,1000 +5902,1000 +5903,1000 +5904,1000 +5905,1000 +5906,1000 +5907,1000 +5908,1000 +5909,1000 +5910,1000 +5911,1000 +5912,1000 +5913,1000 +5914,1000 +5915,1000 +5916,1000 +5917,1000 +5918,1000 +5919,1000 +5920,1000 +5921,1000 +5922,1000 +5923,1000 +5924,1000 +5925,1000 +5926,1000 +5927,1000 +5928,1000 +5929,1000 +5930,1000 +5931,1000 +5932,1000 +5933,1000 +5934,1000 +5935,1000 +5936,1000 +5937,1000 +5938,1000 +5939,1000 +5940,1000 +5941,1000 +5942,1000 +5943,1000 +5944,1000 +5945,1000 +5946,1000 +5947,1000 +5948,1000 +5949,1000 +5950,1000 +5951,1000 +5952,1000 +5953,1000 +5954,1000 +5955,1000 +5956,1000 +5957,1000 +5958,1000 +5959,1000 +5960,1000 +5961,1000 +5962,1000 +5963,1000 +5964,1000 +5965,1000 +5966,1000 +5967,1000 +5968,1000 +5969,1000 +5970,1000 +5971,1000 +5972,1000 +5973,1000 +5974,1000 +5975,1000 +5976,1000 +5977,1000 +5978,1000 +5979,1000 +5980,1000 +5981,1000 +5982,1000 +5983,1000 +5984,1000 +5985,1000 +5986,1000 +5987,1000 +5988,1000 +5989,1000 +5990,1000 +5991,1000 +5992,1000 +5993,1000 +5994,1000 +5995,1000 +5996,1000 +5997,1000 +5998,1000 +5999,1000 +6000,1000 +6001,1000 +6002,1000 +6003,1000 +6004,1000 +6005,1000 +6006,1000 +6007,1000 +6008,1000 +6009,1000 +6010,1000 +6011,1000 +6012,1000 +6013,1000 +6014,1000 +6015,1000 +6016,1000 +6017,1000 +6018,1000 +6019,1000 +6020,1000 +6021,1000 +6022,1000 +6023,1000 +6024,1000 +6025,1000 +6026,1000 +6027,1000 +6028,1000 +6029,1000 +6030,1000 +6031,1000 +6032,1000 +6033,1000 +6034,1000 +6035,1000 +6036,1000 +6037,1000 +6038,1000 +6039,1000 +6040,1000 +6041,1000 +6042,1000 +6043,1000 +6044,1000 +6045,1000 +6046,1000 +6047,1000 +6048,1000 +6049,1000 +6050,1000 +6051,1000 +6052,1000 +6053,1000 +6054,1000 +6055,1000 +6056,1000 +6057,1000 +6058,1000 +6059,1000 +6060,1000 +6061,1000 +6062,1000 +6063,1000 +6064,1000 +6065,1000 +6066,1000 +6067,1000 +6068,1000 +6069,1000 +6070,1000 +6071,1000 +6072,1000 +6073,1000 +6074,1000 +6075,1000 +6076,1000 +6077,1000 +6078,1000 +6079,1000 +6080,1000 +6081,1000 +6082,1000 +6083,1000 +6084,1000 +6085,1000 +6086,1000 +6087,1000 +6088,1000 +6089,1000 +6090,1000 +6091,1000 +6092,1000 +6093,1000 +6094,1000 +6095,1000 +6096,1000 +6097,1000 +6098,1000 +6099,1000 +6100,1000 +6101,1000 +6102,1000 +6103,1000 +6104,1000 +6105,1000 +6106,1000 +6107,1000 +6108,1000 +6109,1000 +6110,1000 +6111,1000 +6112,1000 +6113,1000 +6114,1000 +6115,1000 +6116,1000 +6117,1000 +6118,1000 +6119,1000 +6120,1000 +6121,1000 +6122,1000 +6123,1000 +6124,1000 +6125,1000 +6126,1000 +6127,1000 +6128,1000 +6129,1000 +6130,1000 +6131,1000 +6132,1000 +6133,1000 +6134,1000 +6135,1000 +6136,1000 +6137,1000 +6138,1000 +6139,1000 +6140,1000 +6141,1000 +6142,1000 +6143,1000 +6144,1000 +6145,1000 +6146,1000 +6147,1000 +6148,1000 +6149,1000 +6150,1000 +6151,1000 +6152,1000 +6153,1000 +6154,1000 +6155,1000 +6156,1000 +6157,1000 +6158,1000 +6159,1000 +6160,1000 +6161,1000 +6162,1000 +6163,1000 +6164,1000 +6165,1000 +6166,1000 +6167,1000 +6168,1000 +6169,1000 +6170,1000 +6171,1000 +6172,1000 +6173,1000 +6174,1000 +6175,1000 +6176,1000 +6177,1000 +6178,1000 +6179,1000 +6180,1000 +6181,1000 +6182,1000 +6183,1000 +6184,1000 +6185,1000 +6186,1000 +6187,1000 +6188,1000 +6189,1000 +6190,1000 +6191,1000 +6192,1000 +6193,1000 +6194,1000 +6195,1000 +6196,1000 +6197,1000 +6198,1000 +6199,1000 +6200,1000 +6201,1000 +6202,1000 +6203,1000 +6204,1000 +6205,1000 +6206,1000 +6207,1000 +6208,1000 +6209,1000 +6210,1000 +6211,1000 +6212,1000 +6213,1000 +6214,1000 +6215,1000 +6216,1000 +6217,1000 +6218,1000 +6219,1000 +6220,1000 +6221,1000 +6222,1000 +6223,1000 +6224,1000 +6225,1000 +6226,1000 +6227,1000 +6228,1000 +6229,1000 +6230,1000 +6231,1000 +6232,1000 +6233,1000 +6234,1000 +6235,1000 +6236,1000 +6237,1000 +6238,1000 +6239,1000 +6240,1000 +6241,1000 +6242,1000 +6243,1000 +6244,1000 +6245,1000 +6246,1000 +6247,1000 +6248,1000 +6249,1000 +6250,1000 +6251,1000 +6252,1000 +6253,1000 +6254,1000 +6255,1000 +6256,1000 +6257,1000 +6258,1000 +6259,1000 +6260,1000 +6261,1000 +6262,1000 +6263,1000 +6264,1000 +6265,1000 +6266,1000 +6267,1000 +6268,1000 +6269,1000 +6270,1000 +6271,1000 +6272,1000 +6273,1000 +6274,1000 +6275,1000 +6276,1000 +6277,1000 +6278,1000 +6279,1000 +6280,1000 +6281,1000 +6282,1000 +6283,1000 +6284,1000 +6285,1000 +6286,1000 +6287,1000 +6288,1000 +6289,1000 +6290,1000 +6291,1000 +6292,1000 +6293,1000 +6294,1000 +6295,1000 +6296,1000 +6297,1000 +6298,1000 +6299,1000 +6300,1000 +6301,1000 +6302,1000 +6303,1000 +6304,1000 +6305,1000 +6306,1000 +6307,1000 +6308,1000 +6309,1000 +6310,1000 +6311,1000 +6312,1000 +6313,1000 +6314,1000 +6315,1000 +6316,1000 +6317,1000 +6318,1000 +6319,1000 +6320,1000 +6321,1000 +6322,1000 +6323,1000 +6324,1000 +6325,1000 +6326,1000 +6327,1000 +6328,1000 +6329,1000 +6330,1000 +6331,1000 +6332,1000 +6333,1000 +6334,1000 +6335,1000 +6336,1000 +6337,1000 +6338,1000 +6339,1000 +6340,1000 +6341,1000 +6342,1000 +6343,1000 +6344,1000 +6345,1000 +6346,1000 +6347,1000 +6348,1000 +6349,1000 +6350,1000 +6351,1000 +6352,1000 +6353,1000 +6354,1000 +6355,1000 +6356,1000 +6357,1000 +6358,1000 +6359,1000 +6360,1000 +6361,1000 +6362,1000 +6363,1000 +6364,1000 +6365,1000 +6366,1000 +6367,1000 +6368,1000 +6369,1000 +6370,1000 +6371,1000 +6372,1000 +6373,1000 +6374,1000 +6375,1000 +6376,1000 +6377,1000 +6378,1000 +6379,1000 +6380,1000 +6381,1000 +6382,1000 +6383,1000 +6384,1000 +6385,1000 +6386,1000 +6387,1000 +6388,1000 +6389,1000 +6390,1000 +6391,1000 +6392,1000 +6393,1000 +6394,1000 +6395,1000 +6396,1000 +6397,1000 +6398,1000 +6399,1000 +6400,1000 +6401,1000 +6402,1000 +6403,1000 +6404,1000 +6405,1000 +6406,1000 +6407,1000 +6408,1000 +6409,1000 +6410,1000 +6411,1000 +6412,1000 +6413,1000 +6414,1000 +6415,1000 +6416,1000 +6417,1000 +6418,1000 +6419,1000 +6420,1000 +6421,1000 +6422,1000 +6423,1000 +6424,1000 +6425,1000 +6426,1000 +6427,1000 +6428,1000 +6429,1000 +6430,1000 +6431,1000 +6432,1000 +6433,1000 +6434,1000 +6435,1000 +6436,1000 +6437,1000 +6438,1000 +6439,1000 +6440,1000 +6441,1000 +6442,1000 +6443,1000 +6444,1000 +6445,1000 +6446,1000 +6447,1000 +6448,1000 +6449,1000 +6450,1000 +6451,1000 +6452,1000 +6453,1000 +6454,1000 +6455,1000 +6456,1000 +6457,1000 +6458,1000 +6459,1000 +6460,1000 +6461,1000 +6462,1000 +6463,1000 +6464,1000 +6465,1000 +6466,1000 +6467,1000 +6468,1000 +6469,1000 +6470,1000 +6471,1000 +6472,1000 +6473,1000 +6474,1000 +6475,1000 +6476,1000 +6477,1000 +6478,1000 +6479,1000 +6480,1000 +6481,1000 +6482,1000 +6483,1000 +6484,1000 +6485,1000 +6486,1000 +6487,1000 +6488,1000 +6489,1000 +6490,1000 +6491,1000 +6492,1000 +6493,1000 +6494,1000 +6495,1000 +6496,1000 +6497,1000 +6498,1000 +6499,1000 +6500,1000 +6501,1000 +6502,1000 +6503,1000 +6504,1000 +6505,1000 +6506,1000 +6507,1000 +6508,1000 +6509,1000 +6510,1000 +6511,1000 +6512,1000 +6513,1000 +6514,1000 +6515,1000 +6516,1000 +6517,1000 +6518,1000 +6519,1000 +6520,1000 +6521,1000 +6522,1000 +6523,1000 +6524,1000 +6525,1000 +6526,1000 +6527,1000 +6528,1000 +6529,1000 +6530,1000 +6531,1000 +6532,1000 +6533,1000 +6534,1000 +6535,1000 +6536,1000 +6537,1000 +6538,1000 +6539,1000 +6540,1000 +6541,1000 +6542,1000 +6543,1000 +6544,1000 +6545,1000 +6546,1000 +6547,1000 +6548,1000 +6549,1000 +6550,1000 +6551,1000 +6552,1000 +6553,1000 +6554,1000 +6555,1000 +6556,1000 +6557,1000 +6558,1000 +6559,1000 +6560,1000 +6561,1000 +6562,1000 +6563,1000 +6564,1000 +6565,1000 +6566,1000 +6567,1000 +6568,1000 +6569,1000 +6570,1000 +6571,1000 +6572,1000 +6573,1000 +6574,1000 +6575,1000 +6576,1000 +6577,1000 +6578,1000 +6579,1000 +6580,1000 +6581,1000 +6582,1000 +6583,1000 +6584,1000 +6585,1000 +6586,1000 +6587,1000 +6588,1000 +6589,1000 +6590,1000 +6591,1000 +6592,1000 +6593,1000 +6594,1000 +6595,1000 +6596,1000 +6597,1000 +6598,1000 +6599,1000 +6600,1000 +6601,1000 +6602,1000 +6603,1000 +6604,1000 +6605,1000 +6606,1000 +6607,1000 +6608,1000 +6609,1000 +6610,1000 +6611,1000 +6612,1000 +6613,1000 +6614,1000 +6615,1000 +6616,1000 +6617,1000 +6618,1000 +6619,1000 +6620,1000 +6621,1000 +6622,1000 +6623,1000 +6624,1000 +6625,1000 +6626,1000 +6627,1000 +6628,1000 +6629,1000 +6630,1000 +6631,1000 +6632,1000 +6633,1000 +6634,1000 +6635,1000 +6636,1000 +6637,1000 +6638,1000 +6639,1000 +6640,1000 +6641,1000 +6642,1000 +6643,1000 +6644,1000 +6645,1000 +6646,1000 +6647,1000 +6648,1000 +6649,1000 +6650,1000 +6651,1000 +6652,1000 +6653,1000 +6654,1000 +6655,1000 +6656,1000 +6657,1000 +6658,1000 +6659,1000 +6660,1000 +6661,1000 +6662,1000 +6663,1000 +6664,1000 +6665,1000 +6666,1000 +6667,1000 +6668,1000 +6669,1000 +6670,1000 +6671,1000 +6672,1000 +6673,1000 +6674,1000 +6675,1000 +6676,1000 +6677,1000 +6678,1000 +6679,1000 +6680,1000 +6681,1000 +6682,1000 +6683,1000 +6684,1000 +6685,1000 +6686,1000 +6687,1000 +6688,1000 +6689,1000 +6690,1000 +6691,1000 +6692,1000 +6693,1000 +6694,1000 +6695,1000 +6696,1000 +6697,1000 +6698,1000 +6699,1000 +6700,1000 +6701,1000 +6702,1000 +6703,1000 +6704,1000 +6705,1000 +6706,1000 +6707,1000 +6708,1000 +6709,1000 +6710,1000 +6711,1000 +6712,1000 +6713,1000 +6714,1000 +6715,1000 +6716,1000 +6717,1000 +6718,1000 +6719,1000 +6720,1000 +6721,1000 +6722,1000 +6723,1000 +6724,1000 +6725,1000 +6726,1000 +6727,1000 +6728,1000 +6729,1000 +6730,1000 +6731,1000 +6732,1000 +6733,1000 +6734,1000 +6735,1000 +6736,1000 +6737,1000 +6738,1000 +6739,1000 +6740,1000 +6741,1000 +6742,1000 +6743,1000 +6744,1000 +6745,1000 +6746,1000 +6747,1000 +6748,1000 +6749,1000 +6750,1000 +6751,1000 +6752,1000 +6753,1000 +6754,1000 +6755,1000 +6756,1000 +6757,1000 +6758,1000 +6759,1000 +6760,1000 +6761,1000 +6762,1000 +6763,1000 +6764,1000 +6765,1000 +6766,1000 +6767,1000 +6768,1000 +6769,1000 +6770,1000 +6771,1000 +6772,1000 +6773,1000 +6774,1000 +6775,1000 +6776,1000 +6777,1000 +6778,1000 +6779,1000 +6780,1000 +6781,1000 +6782,1000 +6783,1000 +6784,1000 +6785,1000 +6786,1000 +6787,1000 +6788,1000 +6789,1000 +6790,1000 +6791,1000 +6792,1000 +6793,1000 +6794,1000 +6795,1000 +6796,1000 +6797,1000 +6798,1000 +6799,1000 +6800,1000 +6801,1000 +6802,1000 +6803,1000 +6804,1000 +6805,1000 +6806,1000 +6807,1000 +6808,1000 +6809,1000 +6810,1000 +6811,1000 +6812,1000 +6813,1000 +6814,1000 +6815,1000 +6816,1000 +6817,1000 +6818,1000 +6819,1000 +6820,1000 +6821,1000 +6822,1000 +6823,1000 +6824,1000 +6825,1000 +6826,1000 +6827,1000 +6828,1000 +6829,1000 +6830,1000 +6831,1000 +6832,1000 +6833,1000 +6834,1000 +6835,1000 +6836,1000 +6837,1000 +6838,1000 +6839,1000 +6840,1000 +6841,1000 +6842,1000 +6843,1000 +6844,1000 +6845,1000 +6846,1000 +6847,1000 +6848,1000 +6849,1000 +6850,1000 +6851,1000 +6852,1000 +6853,1000 +6854,1000 +6855,1000 +6856,1000 +6857,1000 +6858,1000 +6859,1000 +6860,1000 +6861,1000 +6862,1000 +6863,1000 +6864,1000 +6865,1000 +6866,1000 +6867,1000 +6868,1000 +6869,1000 +6870,1000 +6871,1000 +6872,1000 +6873,1000 +6874,1000 +6875,1000 +6876,1000 +6877,1000 +6878,1000 +6879,1000 +6880,1000 +6881,1000 +6882,1000 +6883,1000 +6884,1000 +6885,1000 +6886,1000 +6887,1000 +6888,1000 +6889,1000 +6890,1000 +6891,1000 +6892,1000 +6893,1000 +6894,1000 +6895,1000 +6896,1000 +6897,1000 +6898,1000 +6899,1000 +6900,1000 +6901,1000 +6902,1000 +6903,1000 +6904,1000 +6905,1000 +6906,1000 +6907,1000 +6908,1000 +6909,1000 +6910,1000 +6911,1000 +6912,1000 +6913,1000 +6914,1000 +6915,1000 +6916,1000 +6917,1000 +6918,1000 +6919,1000 +6920,1000 +6921,1000 +6922,1000 +6923,1000 +6924,1000 +6925,1000 +6926,1000 +6927,1000 +6928,1000 +6929,1000 +6930,1000 +6931,1000 +6932,1000 +6933,1000 +6934,1000 +6935,1000 +6936,1000 +6937,1000 +6938,1000 +6939,1000 +6940,1000 +6941,1000 +6942,1000 +6943,1000 +6944,1000 +6945,1000 +6946,1000 +6947,1000 +6948,1000 +6949,1000 +6950,1000 +6951,1000 +6952,1000 +6953,1000 +6954,1000 +6955,1000 +6956,1000 +6957,1000 +6958,1000 +6959,1000 +6960,1000 +6961,1000 +6962,1000 +6963,1000 +6964,1000 +6965,1000 +6966,1000 +6967,1000 +6968,1000 +6969,1000 +6970,1000 +6971,1000 +6972,1000 +6973,1000 +6974,1000 +6975,1000 +6976,1000 +6977,1000 +6978,1000 +6979,1000 +6980,1000 +6981,1000 +6982,1000 +6983,1000 +6984,1000 +6985,1000 +6986,1000 +6987,1000 +6988,1000 +6989,1000 +6990,1000 +6991,1000 +6992,1000 +6993,1000 +6994,1000 +6995,1000 +6996,1000 +6997,1000 +6998,1000 +6999,1000 +7000,1000 +7001,1000 +7002,1000 +7003,1000 +7004,1000 +7005,1000 +7006,1000 +7007,1000 +7008,1000 +7009,1000 +7010,1000 +7011,1000 +7012,1000 +7013,1000 +7014,1000 +7015,1000 +7016,1000 +7017,1000 +7018,1000 +7019,1000 +7020,1000 +7021,1000 +7022,1000 +7023,1000 +7024,1000 +7025,1000 +7026,1000 +7027,1000 +7028,1000 +7029,1000 +7030,1000 +7031,1000 +7032,1000 +7033,1000 +7034,1000 +7035,1000 +7036,1000 +7037,1000 +7038,1000 +7039,1000 +7040,1000 +7041,1000 +7042,1000 +7043,1000 +7044,1000 +7045,1000 +7046,1000 +7047,1000 +7048,1000 +7049,1000 +7050,1000 +7051,1000 +7052,1000 +7053,1000 +7054,1000 +7055,1000 +7056,1000 +7057,1000 +7058,1000 +7059,1000 +7060,1000 +7061,1000 +7062,1000 +7063,1000 +7064,1000 +7065,1000 +7066,1000 +7067,1000 +7068,1000 +7069,1000 +7070,1000 +7071,1000 +7072,1000 +7073,1000 +7074,1000 +7075,1000 +7076,1000 +7077,1000 +7078,1000 +7079,1000 +7080,1000 +7081,1000 +7082,1000 +7083,1000 +7084,1000 +7085,1000 +7086,1000 +7087,1000 +7088,1000 +7089,1000 +7090,1000 +7091,1000 +7092,1000 +7093,1000 +7094,1000 +7095,1000 +7096,1000 +7097,1000 +7098,1000 +7099,1000 +7100,1000 +7101,1000 +7102,1000 +7103,1000 +7104,1000 +7105,1000 +7106,1000 +7107,1000 +7108,1000 +7109,1000 +7110,1000 +7111,1000 +7112,1000 +7113,1000 +7114,1000 +7115,1000 +7116,1000 +7117,1000 +7118,1000 +7119,1000 +7120,1000 +7121,1000 +7122,1000 +7123,1000 +7124,1000 +7125,1000 +7126,1000 +7127,1000 +7128,1000 +7129,1000 +7130,1000 +7131,1000 +7132,1000 +7133,1000 +7134,1000 +7135,1000 +7136,1000 +7137,1000 +7138,1000 +7139,1000 +7140,1000 +7141,1000 +7142,1000 +7143,1000 +7144,1000 +7145,1000 +7146,1000 +7147,1000 +7148,1000 +7149,1000 +7150,1000 +7151,1000 +7152,1000 +7153,1000 +7154,1000 +7155,1000 +7156,1000 +7157,1000 +7158,1000 +7159,1000 +7160,1000 +7161,1000 +7162,1000 +7163,1000 +7164,1000 +7165,1000 +7166,1000 +7167,1000 +7168,1000 +7169,1000 +7170,1000 +7171,1000 +7172,1000 +7173,1000 +7174,1000 +7175,1000 +7176,1000 +7177,1000 +7178,1000 +7179,1000 +7180,1000 +7181,1000 +7182,1000 +7183,1000 +7184,1000 +7185,1000 +7186,1000 +7187,1000 +7188,1000 +7189,1000 +7190,1000 +7191,1000 +7192,1000 +7193,1000 +7194,1000 +7195,1000 +7196,1000 +7197,1000 +7198,1000 +7199,1000 +7200,1000 +7201,1000 +7202,1000 +7203,1000 +7204,1000 +7205,1000 +7206,1000 +7207,1000 +7208,1000 +7209,1000 +7210,1000 +7211,1000 +7212,1000 +7213,1000 +7214,1000 +7215,1000 +7216,1000 +7217,1000 +7218,1000 +7219,1000 +7220,1000 +7221,1000 +7222,1000 +7223,1000 +7224,1000 +7225,1000 +7226,1000 +7227,1000 +7228,1000 +7229,1000 +7230,1000 +7231,1000 +7232,1000 +7233,1000 +7234,1000 +7235,1000 +7236,1000 +7237,1000 +7238,1000 +7239,1000 +7240,1000 +7241,1000 +7242,1000 +7243,1000 +7244,1000 +7245,1000 +7246,1000 +7247,1000 +7248,1000 +7249,1000 +7250,1000 +7251,1000 +7252,1000 +7253,1000 +7254,1000 +7255,1000 +7256,1000 +7257,1000 +7258,1000 +7259,1000 +7260,1000 +7261,1000 +7262,1000 +7263,1000 +7264,1000 +7265,1000 +7266,1000 +7267,1000 +7268,1000 +7269,1000 +7270,1000 +7271,1000 +7272,1000 +7273,1000 +7274,1000 +7275,1000 +7276,1000 +7277,1000 +7278,1000 +7279,1000 +7280,1000 +7281,1000 +7282,1000 +7283,1000 +7284,1000 +7285,1000 +7286,1000 +7287,1000 +7288,1000 +7289,1000 +7290,1000 +7291,1000 +7292,1000 +7293,1000 +7294,1000 +7295,1000 +7296,1000 +7297,1000 +7298,1000 +7299,1000 +7300,1000 +7301,1000 +7302,1000 +7303,1000 +7304,1000 +7305,1000 +7306,1000 +7307,1000 +7308,1000 +7309,1000 +7310,1000 +7311,1000 +7312,1000 +7313,1000 +7314,1000 +7315,1000 +7316,1000 +7317,1000 +7318,1000 +7319,1000 +7320,1000 +7321,1000 +7322,1000 +7323,1000 +7324,1000 +7325,1000 +7326,1000 +7327,1000 +7328,1000 +7329,1000 +7330,1000 +7331,1000 +7332,1000 +7333,1000 +7334,1000 +7335,1000 +7336,1000 +7337,1000 +7338,1000 +7339,1000 +7340,1000 +7341,1000 +7342,1000 +7343,1000 +7344,1000 +7345,1000 +7346,1000 +7347,1000 +7348,1000 +7349,1000 +7350,1000 +7351,1000 +7352,1000 +7353,1000 +7354,1000 +7355,1000 +7356,1000 +7357,1000 +7358,1000 +7359,1000 +7360,1000 +7361,1000 +7362,1000 +7363,1000 +7364,1000 +7365,1000 +7366,1000 +7367,1000 +7368,1000 +7369,1000 +7370,1000 +7371,1000 +7372,1000 +7373,1000 +7374,1000 +7375,1000 +7376,1000 +7377,1000 +7378,1000 +7379,1000 +7380,1000 +7381,1000 +7382,1000 +7383,1000 +7384,1000 +7385,1000 +7386,1000 +7387,1000 +7388,1000 +7389,1000 +7390,1000 +7391,1000 +7392,1000 +7393,1000 +7394,1000 +7395,1000 +7396,1000 +7397,1000 +7398,1000 +7399,1000 +7400,1000 +7401,1000 +7402,1000 +7403,1000 +7404,1000 +7405,1000 +7406,1000 +7407,1000 +7408,1000 +7409,1000 +7410,1000 +7411,1000 +7412,1000 +7413,1000 +7414,1000 +7415,1000 +7416,1000 +7417,1000 +7418,1000 +7419,1000 +7420,1000 +7421,1000 +7422,1000 +7423,1000 +7424,1000 +7425,1000 +7426,1000 +7427,1000 +7428,1000 +7429,1000 +7430,1000 +7431,1000 +7432,1000 +7433,1000 +7434,1000 +7435,1000 +7436,1000 +7437,1000 +7438,1000 +7439,1000 +7440,1000 +7441,1000 +7442,1000 +7443,1000 +7444,1000 +7445,1000 +7446,1000 +7447,1000 +7448,1000 +7449,1000 +7450,1000 +7451,1000 +7452,1000 +7453,1000 +7454,1000 +7455,1000 +7456,1000 +7457,1000 +7458,1000 +7459,1000 +7460,1000 +7461,1000 +7462,1000 +7463,1000 +7464,1000 +7465,1000 +7466,1000 +7467,1000 +7468,1000 +7469,1000 +7470,1000 +7471,1000 +7472,1000 +7473,1000 +7474,1000 +7475,1000 +7476,1000 +7477,1000 +7478,1000 +7479,1000 +7480,1000 +7481,1000 +7482,1000 +7483,1000 +7484,1000 +7485,1000 +7486,1000 +7487,1000 +7488,1000 +7489,1000 +7490,1000 +7491,1000 +7492,1000 +7493,1000 +7494,1000 +7495,1000 +7496,1000 +7497,1000 +7498,1000 +7499,1000 +7500,1000 +7501,1000 +7502,1000 +7503,1000 +7504,1000 +7505,1000 +7506,1000 +7507,1000 +7508,1000 +7509,1000 +7510,1000 +7511,1000 +7512,1000 +7513,1000 +7514,1000 +7515,1000 +7516,1000 +7517,1000 +7518,1000 +7519,1000 +7520,1000 +7521,1000 +7522,1000 +7523,1000 +7524,1000 +7525,1000 +7526,1000 +7527,1000 +7528,1000 +7529,1000 +7530,1000 +7531,1000 +7532,1000 +7533,1000 +7534,1000 +7535,1000 +7536,1000 +7537,1000 +7538,1000 +7539,1000 +7540,1000 +7541,1000 +7542,1000 +7543,1000 +7544,1000 +7545,1000 +7546,1000 +7547,1000 +7548,1000 +7549,1000 +7550,1000 +7551,1000 +7552,1000 +7553,1000 +7554,1000 +7555,1000 +7556,1000 +7557,1000 +7558,1000 +7559,1000 +7560,1000 +7561,1000 +7562,1000 +7563,1000 +7564,1000 +7565,1000 +7566,1000 +7567,1000 +7568,1000 +7569,1000 +7570,1000 +7571,1000 +7572,1000 +7573,1000 +7574,1000 +7575,1000 +7576,1000 +7577,1000 +7578,1000 +7579,1000 +7580,1000 +7581,1000 +7582,1000 +7583,1000 +7584,1000 +7585,1000 +7586,1000 +7587,1000 +7588,1000 +7589,1000 +7590,1000 +7591,1000 +7592,1000 +7593,1000 +7594,1000 +7595,1000 +7596,1000 +7597,1000 +7598,1000 +7599,1000 +7600,1000 +7601,1000 +7602,1000 +7603,1000 +7604,1000 +7605,1000 +7606,1000 +7607,1000 +7608,1000 +7609,1000 +7610,1000 +7611,1000 +7612,1000 +7613,1000 +7614,1000 +7615,1000 +7616,1000 +7617,1000 +7618,1000 +7619,1000 +7620,1000 +7621,1000 +7622,1000 +7623,1000 +7624,1000 +7625,1000 +7626,1000 +7627,1000 +7628,1000 +7629,1000 +7630,1000 +7631,1000 +7632,1000 +7633,1000 +7634,1000 +7635,1000 +7636,1000 +7637,1000 +7638,1000 +7639,1000 +7640,1000 +7641,1000 +7642,1000 +7643,1000 +7644,1000 +7645,1000 +7646,1000 +7647,1000 +7648,1000 +7649,1000 +7650,1000 +7651,1000 +7652,1000 +7653,1000 +7654,1000 +7655,1000 +7656,1000 +7657,1000 +7658,1000 +7659,1000 +7660,1000 +7661,1000 +7662,1000 +7663,1000 +7664,1000 +7665,1000 +7666,1000 +7667,1000 +7668,1000 +7669,1000 +7670,1000 +7671,1000 +7672,1000 +7673,1000 +7674,1000 +7675,1000 +7676,1000 +7677,1000 +7678,1000 +7679,1000 +7680,1000 +7681,1000 +7682,1000 +7683,1000 +7684,1000 +7685,1000 +7686,1000 +7687,1000 +7688,1000 +7689,1000 +7690,1000 +7691,1000 +7692,1000 +7693,1000 +7694,1000 +7695,1000 +7696,1000 +7697,1000 +7698,1000 +7699,1000 +7700,1000 +7701,1000 +7702,1000 +7703,1000 +7704,1000 +7705,1000 +7706,1000 +7707,1000 +7708,1000 +7709,1000 +7710,1000 +7711,1000 +7712,1000 +7713,1000 +7714,1000 +7715,1000 +7716,1000 +7717,1000 +7718,1000 +7719,1000 +7720,1000 +7721,1000 +7722,1000 +7723,1000 +7724,1000 +7725,1000 +7726,1000 +7727,1000 +7728,1000 +7729,1000 +7730,1000 +7731,1000 +7732,1000 +7733,1000 +7734,1000 +7735,1000 +7736,1000 +7737,1000 +7738,1000 +7739,1000 +7740,1000 +7741,1000 +7742,1000 +7743,1000 +7744,1000 +7745,1000 +7746,1000 +7747,1000 +7748,1000 +7749,1000 +7750,1000 +7751,1000 +7752,1000 +7753,1000 +7754,1000 +7755,1000 +7756,1000 +7757,1000 +7758,1000 +7759,1000 +7760,1000 +7761,1000 +7762,1000 +7763,1000 +7764,1000 +7765,1000 +7766,1000 +7767,1000 +7768,1000 +7769,1000 +7770,1000 +7771,1000 +7772,1000 +7773,1000 +7774,1000 +7775,1000 +7776,1000 +7777,1000 +7778,1000 +7779,1000 +7780,1000 +7781,1000 +7782,1000 +7783,1000 +7784,1000 +7785,1000 +7786,1000 +7787,1000 +7788,1000 +7789,1000 +7790,1000 +7791,1000 +7792,1000 +7793,1000 +7794,1000 +7795,1000 +7796,1000 +7797,1000 +7798,1000 +7799,1000 +7800,1000 +7801,1000 +7802,1000 +7803,1000 +7804,1000 +7805,1000 +7806,1000 +7807,1000 +7808,1000 +7809,1000 +7810,1000 +7811,1000 +7812,1000 +7813,1000 +7814,1000 +7815,1000 +7816,1000 +7817,1000 +7818,1000 +7819,1000 +7820,1000 +7821,1000 +7822,1000 +7823,1000 +7824,1000 +7825,1000 +7826,1000 +7827,1000 +7828,1000 +7829,1000 +7830,1000 +7831,1000 +7832,1000 +7833,1000 +7834,1000 +7835,1000 +7836,1000 +7837,1000 +7838,1000 +7839,1000 +7840,1000 +7841,1000 +7842,1000 +7843,1000 +7844,1000 +7845,1000 +7846,1000 +7847,1000 +7848,1000 +7849,1000 +7850,1000 +7851,1000 +7852,1000 +7853,1000 +7854,1000 +7855,1000 +7856,1000 +7857,1000 +7858,1000 +7859,1000 +7860,1000 +7861,1000 +7862,1000 +7863,1000 +7864,1000 +7865,1000 +7866,1000 +7867,1000 +7868,1000 +7869,1000 +7870,1000 +7871,1000 +7872,1000 +7873,1000 +7874,1000 +7875,1000 +7876,1000 +7877,1000 +7878,1000 +7879,1000 +7880,1000 +7881,1000 +7882,1000 +7883,1000 +7884,1000 +7885,1000 +7886,1000 +7887,1000 +7888,1000 +7889,1000 +7890,1000 +7891,1000 +7892,1000 +7893,1000 +7894,1000 +7895,1000 +7896,1000 +7897,1000 +7898,1000 +7899,1000 +7900,1000 +7901,1000 +7902,1000 +7903,1000 +7904,1000 +7905,1000 +7906,1000 +7907,1000 +7908,1000 +7909,1000 +7910,1000 +7911,1000 +7912,1000 +7913,1000 +7914,1000 +7915,1000 +7916,1000 +7917,1000 +7918,1000 +7919,1000 +7920,1000 +7921,1000 +7922,1000 +7923,1000 +7924,1000 +7925,1000 +7926,1000 +7927,1000 +7928,1000 +7929,1000 +7930,1000 +7931,1000 +7932,1000 +7933,1000 +7934,1000 +7935,1000 +7936,1000 +7937,1000 +7938,1000 +7939,1000 +7940,1000 +7941,1000 +7942,1000 +7943,1000 +7944,1000 +7945,1000 +7946,1000 +7947,1000 +7948,1000 +7949,1000 +7950,1000 +7951,1000 +7952,1000 +7953,1000 +7954,1000 +7955,1000 +7956,1000 +7957,1000 +7958,1000 +7959,1000 +7960,1000 +7961,1000 +7962,1000 +7963,1000 +7964,1000 +7965,1000 +7966,1000 +7967,1000 +7968,1000 +7969,1000 +7970,1000 +7971,1000 +7972,1000 +7973,1000 +7974,1000 +7975,1000 +7976,1000 +7977,1000 +7978,1000 +7979,1000 +7980,1000 +7981,1000 +7982,1000 +7983,1000 +7984,1000 +7985,1000 +7986,1000 +7987,1000 +7988,1000 +7989,1000 +7990,1000 +7991,1000 +7992,1000 +7993,1000 +7994,1000 +7995,1000 +7996,1000 +7997,1000 +7998,1000 +7999,1000 +8000,1000 +8001,1000 +8002,1000 +8003,1000 +8004,1000 +8005,1000 +8006,1000 +8007,1000 +8008,1000 +8009,1000 +8010,1000 +8011,1000 +8012,1000 +8013,1000 +8014,1000 +8015,1000 +8016,1000 +8017,1000 +8018,1000 +8019,1000 +8020,1000 +8021,1000 +8022,1000 +8023,1000 +8024,1000 +8025,1000 +8026,1000 +8027,1000 +8028,1000 +8029,1000 +8030,1000 +8031,1000 +8032,1000 +8033,1000 +8034,1000 +8035,1000 +8036,1000 +8037,1000 +8038,1000 +8039,1000 +8040,1000 +8041,1000 +8042,1000 +8043,1000 +8044,1000 +8045,1000 +8046,1000 +8047,1000 +8048,1000 +8049,1000 +8050,1000 +8051,1000 +8052,1000 +8053,1000 +8054,1000 +8055,1000 +8056,1000 +8057,1000 +8058,1000 +8059,1000 +8060,1000 +8061,1000 +8062,1000 +8063,1000 +8064,1000 +8065,1000 +8066,1000 +8067,1000 +8068,1000 +8069,1000 +8070,1000 +8071,1000 +8072,1000 +8073,1000 +8074,1000 +8075,1000 +8076,1000 +8077,1000 +8078,1000 +8079,1000 +8080,1000 +8081,1000 +8082,1000 +8083,1000 +8084,1000 +8085,1000 +8086,1000 +8087,1000 +8088,1000 +8089,1000 +8090,1000 +8091,1000 +8092,1000 +8093,1000 +8094,1000 +8095,1000 +8096,1000 +8097,1000 +8098,1000 +8099,1000 +8100,1000 +8101,1000 +8102,1000 +8103,1000 +8104,1000 +8105,1000 +8106,1000 +8107,1000 +8108,1000 +8109,1000 +8110,1000 +8111,1000 +8112,1000 +8113,1000 +8114,1000 +8115,1000 +8116,1000 +8117,1000 +8118,1000 +8119,1000 +8120,1000 +8121,1000 +8122,1000 +8123,1000 +8124,1000 +8125,1000 +8126,1000 +8127,1000 +8128,1000 +8129,1000 +8130,1000 +8131,1000 +8132,1000 +8133,1000 +8134,1000 +8135,1000 +8136,1000 +8137,1000 +8138,1000 +8139,1000 +8140,1000 +8141,1000 +8142,1000 +8143,1000 +8144,1000 +8145,1000 +8146,1000 +8147,1000 +8148,1000 +8149,1000 +8150,1000 +8151,1000 +8152,1000 +8153,1000 +8154,1000 +8155,1000 +8156,1000 +8157,1000 +8158,1000 +8159,1000 +8160,1000 +8161,1000 +8162,1000 +8163,1000 +8164,1000 +8165,1000 +8166,1000 +8167,1000 +8168,1000 +8169,1000 +8170,1000 +8171,1000 +8172,1000 +8173,1000 +8174,1000 +8175,1000 +8176,1000 +8177,1000 +8178,1000 +8179,1000 +8180,1000 +8181,1000 +8182,1000 +8183,1000 +8184,1000 +8185,1000 +8186,1000 +8187,1000 +8188,1000 +8189,1000 +8190,1000 +8191,1000 +8192,1000 +8193,1000 +8194,1000 +8195,1000 +8196,1000 +8197,1000 +8198,1000 +8199,1000 +8200,1000 +8201,1000 +8202,1000 +8203,1000 +8204,1000 +8205,1000 +8206,1000 +8207,1000 +8208,1000 +8209,1000 +8210,1000 +8211,1000 +8212,1000 +8213,1000 +8214,1000 +8215,1000 +8216,1000 +8217,1000 +8218,1000 +8219,1000 +8220,1000 +8221,1000 +8222,1000 +8223,1000 +8224,1000 +8225,1000 +8226,1000 +8227,1000 +8228,1000 +8229,1000 +8230,1000 +8231,1000 +8232,1000 +8233,1000 +8234,1000 +8235,1000 +8236,1000 +8237,1000 +8238,1000 +8239,1000 +8240,1000 +8241,1000 +8242,1000 +8243,1000 +8244,1000 +8245,1000 +8246,1000 +8247,1000 +8248,1000 +8249,1000 +8250,1000 +8251,1000 +8252,1000 +8253,1000 +8254,1000 +8255,1000 +8256,1000 +8257,1000 +8258,1000 +8259,1000 +8260,1000 +8261,1000 +8262,1000 +8263,1000 +8264,1000 +8265,1000 +8266,1000 +8267,1000 +8268,1000 +8269,1000 +8270,1000 +8271,1000 +8272,1000 +8273,1000 +8274,1000 +8275,1000 +8276,1000 +8277,1000 +8278,1000 +8279,1000 +8280,1000 +8281,1000 +8282,1000 +8283,1000 +8284,1000 +8285,1000 +8286,1000 +8287,1000 +8288,1000 +8289,1000 +8290,1000 +8291,1000 +8292,1000 +8293,1000 +8294,1000 +8295,1000 +8296,1000 +8297,1000 +8298,1000 +8299,1000 +8300,1000 +8301,1000 +8302,1000 +8303,1000 +8304,1000 +8305,1000 +8306,1000 +8307,1000 +8308,1000 +8309,1000 +8310,1000 +8311,1000 +8312,1000 +8313,1000 +8314,1000 +8315,1000 +8316,1000 +8317,1000 +8318,1000 +8319,1000 +8320,1000 +8321,1000 +8322,1000 +8323,1000 +8324,1000 +8325,1000 +8326,1000 +8327,1000 +8328,1000 +8329,1000 +8330,1000 +8331,1000 +8332,1000 +8333,1000 +8334,1000 +8335,1000 +8336,1000 +8337,1000 +8338,1000 +8339,1000 +8340,1000 +8341,1000 +8342,1000 +8343,1000 +8344,1000 +8345,1000 +8346,1000 +8347,1000 +8348,1000 +8349,1000 +8350,1000 +8351,1000 +8352,1000 +8353,1000 +8354,1000 +8355,1000 +8356,1000 +8357,1000 +8358,1000 +8359,1000 +8360,1000 +8361,1000 +8362,1000 +8363,1000 +8364,1000 +8365,1000 +8366,1000 +8367,1000 +8368,1000 +8369,1000 +8370,1000 +8371,1000 +8372,1000 +8373,1000 +8374,1000 +8375,1000 +8376,1000 +8377,1000 +8378,1000 +8379,1000 +8380,1000 +8381,1000 +8382,1000 +8383,1000 +8384,1000 +8385,1000 +8386,1000 +8387,1000 +8388,1000 +8389,1000 +8390,1000 +8391,1000 +8392,1000 +8393,1000 +8394,1000 +8395,1000 +8396,1000 +8397,1000 +8398,1000 +8399,1000 +8400,1000 +8401,1000 +8402,1000 +8403,1000 +8404,1000 +8405,1000 +8406,1000 +8407,1000 +8408,1000 +8409,1000 +8410,1000 +8411,1000 +8412,1000 +8413,1000 +8414,1000 +8415,1000 +8416,1000 +8417,1000 +8418,1000 +8419,1000 +8420,1000 +8421,1000 +8422,1000 +8423,1000 +8424,1000 +8425,1000 +8426,1000 +8427,1000 +8428,1000 +8429,1000 +8430,1000 +8431,1000 +8432,1000 +8433,1000 +8434,1000 +8435,1000 +8436,1000 +8437,1000 +8438,1000 +8439,1000 +8440,1000 +8441,1000 +8442,1000 +8443,1000 +8444,1000 +8445,1000 +8446,1000 +8447,1000 +8448,1000 +8449,1000 +8450,1000 +8451,1000 +8452,1000 +8453,1000 +8454,1000 +8455,1000 +8456,1000 +8457,1000 +8458,1000 +8459,1000 +8460,1000 +8461,1000 +8462,1000 +8463,1000 +8464,1000 +8465,1000 +8466,1000 +8467,1000 +8468,1000 +8469,1000 +8470,1000 +8471,1000 +8472,1000 +8473,1000 +8474,1000 +8475,1000 +8476,1000 +8477,1000 +8478,1000 +8479,1000 +8480,1000 +8481,1000 +8482,1000 +8483,1000 +8484,1000 +8485,1000 +8486,1000 +8487,1000 +8488,1000 +8489,1000 +8490,1000 +8491,1000 +8492,1000 +8493,1000 +8494,1000 +8495,1000 +8496,1000 +8497,1000 +8498,1000 +8499,1000 +8500,1000 +8501,1000 +8502,1000 +8503,1000 +8504,1000 +8505,1000 +8506,1000 +8507,1000 +8508,1000 +8509,1000 +8510,1000 +8511,1000 +8512,1000 +8513,1000 +8514,1000 +8515,1000 +8516,1000 +8517,1000 +8518,1000 +8519,1000 +8520,1000 +8521,1000 +8522,1000 +8523,1000 +8524,1000 +8525,1000 +8526,1000 +8527,1000 +8528,1000 +8529,1000 +8530,1000 +8531,1000 +8532,1000 +8533,1000 +8534,1000 +8535,1000 +8536,1000 +8537,1000 +8538,1000 +8539,1000 +8540,1000 +8541,1000 +8542,1000 +8543,1000 +8544,1000 +8545,1000 +8546,1000 +8547,1000 +8548,1000 +8549,1000 +8550,1000 +8551,1000 +8552,1000 +8553,1000 +8554,1000 +8555,1000 +8556,1000 +8557,1000 +8558,1000 +8559,1000 +8560,1000 +8561,1000 +8562,1000 +8563,1000 +8564,1000 +8565,1000 +8566,1000 +8567,1000 +8568,1000 +8569,1000 +8570,1000 +8571,1000 +8572,1000 +8573,1000 +8574,1000 +8575,1000 +8576,1000 +8577,1000 +8578,1000 +8579,1000 +8580,1000 +8581,1000 +8582,1000 +8583,1000 +8584,1000 +8585,1000 +8586,1000 +8587,1000 +8588,1000 +8589,1000 +8590,1000 +8591,1000 +8592,1000 +8593,1000 +8594,1000 +8595,1000 +8596,1000 +8597,1000 +8598,1000 +8599,1000 +8600,1000 +8601,1000 +8602,1000 +8603,1000 +8604,1000 +8605,1000 +8606,1000 +8607,1000 +8608,1000 +8609,1000 +8610,1000 +8611,1000 +8612,1000 +8613,1000 +8614,1000 +8615,1000 +8616,1000 +8617,1000 +8618,1000 +8619,1000 +8620,1000 +8621,1000 +8622,1000 +8623,1000 +8624,1000 +8625,1000 +8626,1000 +8627,1000 +8628,1000 +8629,1000 +8630,1000 +8631,1000 +8632,1000 +8633,1000 +8634,1000 +8635,1000 +8636,1000 +8637,1000 +8638,1000 +8639,1000 +8640,1000 +8641,1000 +8642,1000 +8643,1000 +8644,1000 +8645,1000 +8646,1000 +8647,1000 +8648,1000 +8649,1000 +8650,1000 +8651,1000 +8652,1000 +8653,1000 +8654,1000 +8655,1000 +8656,1000 +8657,1000 +8658,1000 +8659,1000 +8660,1000 +8661,1000 +8662,1000 +8663,1000 +8664,1000 +8665,1000 +8666,1000 +8667,1000 +8668,1000 +8669,1000 +8670,1000 +8671,1000 +8672,1000 +8673,1000 +8674,1000 +8675,1000 +8676,1000 +8677,1000 +8678,1000 +8679,1000 +8680,1000 +8681,1000 +8682,1000 +8683,1000 +8684,1000 +8685,1000 +8686,1000 +8687,1000 +8688,1000 +8689,1000 +8690,1000 +8691,1000 +8692,1000 +8693,1000 +8694,1000 +8695,1000 +8696,1000 +8697,1000 +8698,1000 +8699,1000 +8700,1000 +8701,1000 +8702,1000 +8703,1000 +8704,1000 +8705,1000 +8706,1000 +8707,1000 +8708,1000 +8709,1000 +8710,1000 +8711,1000 +8712,1000 +8713,1000 +8714,1000 +8715,1000 +8716,1000 +8717,1000 +8718,1000 +8719,1000 +8720,1000 +8721,1000 +8722,1000 +8723,1000 +8724,1000 +8725,1000 +8726,1000 +8727,1000 +8728,1000 +8729,1000 +8730,1000 +8731,1000 +8732,1000 +8733,1000 +8734,1000 +8735,1000 +8736,1000 +8737,1000 +8738,1000 +8739,1000 +8740,1000 +8741,1000 +8742,1000 +8743,1000 +8744,1000 +8745,1000 +8746,1000 +8747,1000 +8748,1000 +8749,1000 +8750,1000 +8751,1000 +8752,1000 +8753,1000 +8754,1000 +8755,1000 +8756,1000 +8757,1000 +8758,1000 +8759,1000 +8760,1000 diff --git a/example_systems/4_three_zones_w_policies_slack/policies/Hourly_matching_requirement_slack.csv b/example_systems/4_three_zones_w_policies_slack/policies/Hourly_matching_requirement_slack.csv new file mode 100644 index 0000000000..cd7ed1ac04 --- /dev/null +++ b/example_systems/4_three_zones_w_policies_slack/policies/Hourly_matching_requirement_slack.csv @@ -0,0 +1,2 @@ +HM_Constraint,PriceCap +HM_1,300 diff --git a/example_systems/4_three_zones_w_policies_slack/resources/policy_assignments/Resource_hourly_matching_requirement.csv b/example_systems/4_three_zones_w_policies_slack/resources/policy_assignments/Resource_hourly_matching_requirement.csv new file mode 100644 index 0000000000..d70fd17487 --- /dev/null +++ b/example_systems/4_three_zones_w_policies_slack/resources/policy_assignments/Resource_hourly_matching_requirement.csv @@ -0,0 +1,8 @@ +Resource,HM_1 +CT_solar_pv,1 +MA_solar_pv,1 +CT_onshore_wind,1 +ME_onshore_wind,1 +MA_battery,1 +CT_battery,1 +ME_battery,1 diff --git a/example_systems/4_three_zones_w_policies_slack/settings/genx_settings.yml b/example_systems/4_three_zones_w_policies_slack/settings/genx_settings.yml index 361bafda28..b698aa4655 100644 --- a/example_systems/4_three_zones_w_policies_slack/settings/genx_settings.yml +++ b/example_systems/4_three_zones_w_policies_slack/settings/genx_settings.yml @@ -10,3 +10,4 @@ ParameterScale: 1 # Turn on parameter scaling wherein demand, capacity and power WriteShadowPrices: 1 # Write shadow prices of LP or relaxed MILP; 0 = not active; 1 = active UCommit: 2 # Unit committment of thermal power plants; 0 = not active; 1 = active using integer clestering; 2 = active using linearized clustering TimeDomainReduction: 1 # Time domain reduce (i.e. cluster) inputs based on Demand_data.csv, Generators_variability.csv, and Fuels_data.csv; 0 = not active (use input data as provided); 1 = active (cluster input data, or use data that has already been clustered) +HourlyMatchingRequirement: 1 # Hourly matching requirement; 0 = not active; 1 = active diff --git a/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/resources/Vre.csv b/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/resources/Vre.csv index be32b4622f..aa79c7da71 100644 --- a/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/resources/Vre.csv +++ b/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/resources/Vre.csv @@ -1,5 +1,5 @@ -Resource,Zone,Num_VRE_Bins,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,region,cluster,Qualified_Hydrogen_Supply -MA_solar_pv,1,1,1,0,0,-1,0,85300,18760,0,9.13,0,0,0,0,MA,1,1 -CT_onshore_wind,2,1,1,0,0,-1,0,97200,43205,0.1,9.12,0,0,0,0,CT,1,1 -CT_solar_pv,2,1,1,0,0,-1,0,85300,18760,0,9.16,0,0,0,0,CT,1,1 -ME_onshore_wind,3,1,1,0,0,-1,0,97200,43205,0.1,9.12,0,0,0,0,ME,1,1 \ No newline at end of file +Resource,Zone,Num_VRE_Bins,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,region,cluster +MA_solar_pv,1,1,1,0,0,-1,0,85300,18760,0,9.13,0,0,0,0,MA,1 +CT_onshore_wind,2,1,1,0,0,-1,0,97200,43205,0.1,9.12,0,0,0,0,CT,1 +CT_solar_pv,2,1,1,0,0,-1,0,85300,18760,0,9.16,0,0,0,0,CT,1 +ME_onshore_wind,3,1,1,0,0,-1,0,97200,43205,0.1,9.12,0,0,0,0,ME,1 diff --git a/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/settings/genx_settings.yml b/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/settings/genx_settings.yml index 97d1dcf4b2..b43d96e5e6 100644 --- a/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/settings/genx_settings.yml +++ b/example_systems/8_three_zones_w_colocated_VRE_storage_electrolyzers/settings/genx_settings.yml @@ -1,8 +1,8 @@ Trans_Loss_Segments: 1 # Number of segments used in piecewise linear approximation of transmission losses; 1 = linear, >2 = piecewise quadratic UCommit: 2 # Unit committment of thermal power plants; 0 = not active; 1 = active using integer clestering; 2 = active using linearized clustering StorageLosses: 1 # Energy Share Requirement and CO2 constraints account for energy lost; 0 = not active (DO NOT account for energy lost); 1 = active systemwide (DO account for energy lost) -HydrogenHourlyMatching: 0 # Hydrogen electrolyzer hourly supply matching required ParameterScale: 0 # Turn on parameter scaling wherein demand, capacity and power variables are defined in GW rather than MW. 0 = not active; 1 = active systemwide TimeDomainReduction: 0 # Time domain reduce (i.e. cluster) inputs based on Demand_data.csv, Generators_variability.csv, and Fuels_data.csv; 0 = not active (use input data as provided); 1 = active (cluster input data, or use data that has already been clustered) WriteShadowPrices: 1 # Write shadow prices of LP or relaxed MILP; 0 = not active; 1 = active -HydrogenMinimumProduction: 1 # Hydrogen production requirement; 0 = not active; 1 = active, meet regional level H2 production requirements \ No newline at end of file +HydrogenMinimumProduction: 1 # Hydrogen production requirement; 0 = not active; 1 = active, meet regional level H2 production requirements +HourlyMatchingRequirement: 0 # Hourly supply matching required; 0 = not active; 1 = active \ No newline at end of file diff --git a/src/configure_settings/configure_settings.jl b/src/configure_settings/configure_settings.jl index a0e8bd7b33..d3f54b617c 100644 --- a/src/configure_settings/configure_settings.jl +++ b/src/configure_settings/configure_settings.jl @@ -28,8 +28,7 @@ function default_settings() "HydrogenMinimumProduction" => 0, "EnableJuMPStringNames" => false, "EnableJuMPDirectModel" => true, - "HourlyMatching" => 0, - "HydrogenHourlyMatching" => 0, + "HourlyMatchingRequirement" => 0, "DC_OPF" => 0, "WriteOutputs" => "full", "ComputeConflicts" => 0, @@ -115,6 +114,8 @@ function default_writeoutput() "WriteFuelConsumption" => true, "WriteFusion" => true, "WriteHourlyMatchingPrices" => true, + "WriteHourlyMatchingRevenue" => true, + "WriteHourlyMatchingSlack" => true, "WriteHydrogenPrices" => true, "WriteMaintenance" => true, "WriteMaxCapReq" => true, diff --git a/src/load_inputs/load_hourly_matching_requirement.jl b/src/load_inputs/load_hourly_matching_requirement.jl new file mode 100644 index 0000000000..719d95f397 --- /dev/null +++ b/src/load_inputs/load_hourly_matching_requirement.jl @@ -0,0 +1,49 @@ +@doc raw""" + load_hourly_matching_requirement!(setup::Dict, path::AbstractString, inputs::Dict) + +Read input parameters related to hourly matching requirement constraints +""" +function load_hourly_matching_requirement!(setup::Dict, path::AbstractString, inputs::Dict) + scale_factor = setup["ParameterScale"] == 1 ? ModelScalingFactor : 1 + + # Hourly matching related inputs - read in different files depending on if time domain reduction is activated or not + TDR_directory = joinpath(path, setup["TimeDomainReductionFolder"]) + # if TDR is used, my_dir = TDR_directory, else my_dir = "system" + if setup["TimeDomainReduction"] == 1 && time_domain_reduced_files_exist(TDR_directory) + my_dir = TDR_directory + else + # If TDR is not used, then use the "policies" directory specified in the setup + my_dir = path + end + + filename = "Hourly_matching_requirement.csv" + hm_in = load_dataframe(joinpath(my_dir, filename)) + inputs["HMCols"] = names(hm_in)[2:end] + # Absolute demand profiles and percentage matching targets for each hourly matching constriant + demand = Matrix(hm_in[2:end, 2:end]) ./ scale_factor # GWh if scaled, MWh if not scaled + matching_target = hm_in[1, 2:end] + inputs["nHM"] = size(demand, 2) + inputs["dfHM_absolute"] = demand + inputs["dfHM_matching_target"] = matching_target + println(filename * " Successfully Read!") + + # Zonal hourly matching demand based on fraction of load, if the file exists + filename = "Hourly_matching_requirement_zonal.csv" + if isfile(joinpath(path, filename)) + df = load_dataframe(joinpath(path, filename)) + mat = extract_matrix_from_dataframe(df, "HM") + inputs["dfHM_zonal"] = mat + println(filename * " Successfully Read!") + end + + # Slack for hourly matching requirement, if the file exists + filename = "Hourly_matching_requirement_slack.csv" + if isfile(joinpath(path, filename)) + df = load_dataframe(joinpath(path, filename)) + inputs["dfHM_slack"] = df + inputs["dfHM_slack"][!, :PriceCap] ./= scale_factor # million $/GWh if scaled, $/MWh if not scaled + println(filename * " Successfully Read!") + end + + +end diff --git a/src/load_inputs/load_inputs.jl b/src/load_inputs/load_inputs.jl index aa1ee28a0e..f7e0c09e39 100644 --- a/src/load_inputs/load_inputs.jl +++ b/src/load_inputs/load_inputs.jl @@ -62,6 +62,10 @@ function load_inputs(setup::Dict, path::AbstractString) load_energy_share_requirement!(setup, policies_path, inputs) end + if setup["HourlyMatchingRequirement"] == 1 + load_hourly_matching_requirement!(setup, policies_path, inputs) + end + if setup["CO2Cap"] >= 1 load_co2_cap!(setup, policies_path, inputs) end diff --git a/src/load_inputs/load_network_data.jl b/src/load_inputs/load_network_data.jl index ac7f2b1c8c..938ba9292a 100644 --- a/src/load_inputs/load_network_data.jl +++ b/src/load_inputs/load_network_data.jl @@ -69,7 +69,7 @@ function load_network_data!(setup::Dict, path::AbstractString, inputs_nw::Dict) end # Multi-Stage - if setup["MultiStage"] == 1 + if setup["MultiStage"] == 1 # Weighted Average Cost of Capital for Transmission Expansion if setup["NetworkExpansion"] >= 1 inputs_nw["transmission_WACC"] = to_floats(:WACC) diff --git a/src/load_inputs/load_resources_data.jl b/src/load_inputs/load_resources_data.jl index 22d52f9258..34cd667bc9 100644 --- a/src/load_inputs/load_resources_data.jl +++ b/src/load_inputs/load_resources_data.jl @@ -36,17 +36,15 @@ function _get_policyfile_info() min_cap_filenames = ["Resource_minimum_capacity_requirement.csv"] max_cap_filenames = ["Resource_maximum_capacity_requirement.csv"] h2_demand_filenames = ["Resource_hydrogen_demand.csv"] - hourly_matching_filenames = ["Resource_hourly_matching.csv"] + hourly_matching_filenames = ["Resource_hourly_matching_requirement.csv"] policyfile_info = ( esr = (filenames = esr_filenames, setup_param = "EnergyShareRequirement"), cap_res = (filenames = cap_res_filenames, setup_param = "CapacityReserveMargin"), min_cap = (filenames = min_cap_filenames, setup_param = "MinCapReq"), max_cap = (filenames = max_cap_filenames, setup_param = "MaxCapReq"), - h2_demand = ( - filenames = h2_demand_filenames, setup_param = "HydrogenMinimumProduction"), - hourly_matching = ( - filenames = hourly_matching_filenames, setup_param = "HourlyMatching") + hm = (filenames = hourly_matching_filenames, setup_param = "HourlyMatchingRequirement"), + h2_demand = (filenames = h2_demand_filenames, setup_param = "HydrogenMinimumProduction") ) return policyfile_info end @@ -526,36 +524,6 @@ function check_retrofit_resource(r::AbstractResource) return ErrorMsg.(error_strings) end -function check_hydrogen_resources(r::AbstractResource) - error_strings = String[] - - # check that qualified_hydrogen_supply is set only for non-electrolyzer resources - if isa(r, Electrolyzer) == true && qualified_hydrogen_supply(r) == true - e = string("Resource ", resource_name(r), - " is an Electrolyzer but has :qualified_hydrogen_supply = ", - qualified_hydrogen_supply(r), ".\n", - "This setting is valid only for resources that are not Electrolyzers.", "\n", - "Please check the documentation for the correct setting.") - push!(error_strings, e) - end - return ErrorMsg.(error_strings) -end - -function check_qualified_hydrogen_supply(r::AbstractResource) - warning_strings = String[] - - if qualified_hydrogen_supply(r) == 1 - e = string("Resource ", - resource_name(r), - " has :qualified_hydrogen_supply = 1. However \n" * - "the :qualified_hydrogen_supply attribute is deprecated and will be removed in a future version. \n" * - "Please use the :qualified_supply column in the `Resource_hourly_matching.csv` file instead, and remove \n" * - "the :qualified_hydrogen_supply attribute from the resource file. \n" * - "Please see the documentation for more information.") - push!(warning_strings, e) - end - return WarnMsg.(warning_strings) -end function check_allam_cycle_lox_multistage(setup::Dict, r::AbstractResource) error_strings = String[] @@ -583,8 +551,6 @@ function check_resource(setup::Dict, r::AbstractResource) e = [e; check_fusion_applicability(setup, r)] e = [e; check_mustrun_reserve_contribution(r)] e = [e; check_retrofit_resource(r)] - e = [e; check_qualified_hydrogen_supply(r)] - e = [e; check_hydrogen_resources(r)] e = [e; check_allam_cycle_lox_multistage(setup, r)] e = [e; check_allam_cycle_lox_retrofit(r)] return e @@ -733,7 +699,7 @@ function validate_policy_dataframe!(filename::AbstractString, policy_in::DataFra filter!(col -> col ≠ "resource", cols) accepted_cols = ["derating_factor", "esr", "esr_vrestor", - "h2_demand", "qualified_supply", + "h2_demand", "hm", [string(cap, type) for cap in ["min_cap", "max_cap"] for type in ("", "_stor", "_solar", "_wind")]...] @@ -1293,27 +1259,6 @@ function add_resources_to_input_data!(inputs::Dict, inputs["NEW_CAP_CHARGE"] = new_cap_charge inputs["RET_CAP_CHARGE"] = ret_cap_charge - ### Hourly matching - qualified supply - inputs["QUALIFIED_SUPPLY"] = ids_with_policy(gen, qualified_supply, tag = 1) - ## this validations are for backward compatibility with previous version of the hourly matching constraint - # if HydrogenHourlyMatching is enabled, but HourlyMatching is not, enable HourlyMatching - if setup["HydrogenHourlyMatching"] == 1 && setup["HourlyMatching"] == 0 - Base.depwarn( - """HydrogenHourlyMatching is enabled, but HourlyMatching is not. - Switching HourlyMatching to 1 to enable backward compatibility with previous versions of constraint.""", - :add_resources_to_input_data!, force = true) - setup["HourlyMatching"] = 1 - end - # if qualified_supply is empty but qualified_hydrogen_supply is not, use qualified_hydrogen_supply - if isempty(inputs["QUALIFIED_SUPPLY"]) && - !isempty(ids_with(gen, qualified_hydrogen_supply)) - Base.depwarn("""The column name :qualified_hydrogen_supply is deprecated. - Please use the `Resource_hourly_matching.csv` instead. The resource attribute - :qualified_hydrogen_supply will be removed in the future release.""", - :add_resources_to_input_data!, force = true) - inputs["QUALIFIED_SUPPLY"] = ids_with(gen, qualified_hydrogen_supply) - end - ## Co-located resources # VRE and storage inputs["VRE_STOR"] = vre_stor(gen) diff --git a/src/model/core/discharge/discharge.jl b/src/model/core/discharge/discharge.jl index 073c755cc7..884aeb5e55 100644 --- a/src/model/core/discharge/discharge.jl +++ b/src/model/core/discharge/discharge.jl @@ -50,14 +50,10 @@ function discharge!(EP::Model, inputs::Dict, setup::Dict) end # Hourly Matching Policy - if setup["HourlyMatching"] == 1 - QUALIFIED_SUPPLY = inputs["QUALIFIED_SUPPLY"] # Resources that are qualified to contribute to hourly matching constraint - QUALIFIED_SUPPLY_BY_ZONE = map(1:Z) do z - return intersect(QUALIFIED_SUPPLY, resources_in_zone_by_rid(gen, z)) - end - @expression(EP, eHMDischarge[t = 1:T, z = 1:Z], - sum(EP[:vP][y, t] - for y in QUALIFIED_SUPPLY_BY_ZONE[z])) + if setup["HourlyMatchingRequirement"] == 1 + @expression(EP, eHMDischarge[t = 1:T, HM = 1:inputs["nHM"]], + sum(hm(gen[y], tag = HM) * EP[:vP][y, t] + for y in ids_with_policy(gen, hm, tag = HM))) add_similar_to_expression!(EP[:eHM], eHMDischarge) end end diff --git a/src/model/generate_model.jl b/src/model/generate_model.jl index 35db927611..5ff5714c53 100644 --- a/src/model/generate_model.jl +++ b/src/model/generate_model.jl @@ -108,8 +108,8 @@ function generate_model(setup::Dict, inputs::Dict, OPTIMIZER::MOI.OptimizerWithA end # Hourly Matching Requirement - if setup["HourlyMatching"] == 1 - create_empty_expression!(EP, :eHM, (T, Z)) + if setup["HourlyMatchingRequirement"] == 1 + create_empty_expression!(EP, :eHM, (T, inputs["nHM"])) end if setup["MinCapReq"] == 1 @@ -230,8 +230,8 @@ function generate_model(setup::Dict, inputs::Dict, OPTIMIZER::MOI.OptimizerWithA energy_share_requirement!(EP, inputs, setup) end - # Energy Share Requirement - if setup["HourlyMatching"] == 1 + # Hourly Matching Requirement + if setup["HourlyMatchingRequirement"] == 1 hourly_matching!(EP, inputs) end diff --git a/src/model/policies/hourly_matching.jl b/src/model/policies/hourly_matching.jl index 283edfd1d6..3d233f6f94 100644 --- a/src/model/policies/hourly_matching.jl +++ b/src/model/policies/hourly_matching.jl @@ -2,12 +2,15 @@ hourly_matching!(EP::Model, inputs::Dict) This module defines the hourly matching policy constraint. -This constraint can be enabled by setting `HourlyMatching==1` in `genx_settings.yml`) requires generation from qualified resources ($y \in \mathcal{Qualified}$, indicated by `Qualified_Supply==1` in the `Resource_hourly_matching.csv` files) to be >= hourly consumption from electrolyzers in the zone and any charging by qualified storage within the zone used to help increase electrolyzer utilization: +This constraint can be enabled by setting `HourlyMatchingRequirement==1` in `genx_settings.yml`) requires generation from qualified resources ($y \in \mathcal{HM\_i}$, indicated by `HM_i==1` in the `Resource_hourly_matching_requirement.csv` file) to be >= hourly consumption from specified sources of demand. +Hourly demand for each constraint is specified as an absolute value time series via the `Hourly_matching_requirement.csv` input file, or as a fraction of total hourly demand in each zone via the optional `Hourly_matching_requirement_zonal.csv` input file. +An hourly matching target percentage for each constraint is specified in the first row of `Hourly_matching_requirement.csv`. +If the `Hourly_matching_requirement_slack.csv` file is present, it will be used to define a slack variable for each constraint, which can be used to further relax the constraint at a penalty to the objective function. ```math \begin{aligned} - \sum_{y \in \{z \cap \mathcal{Qualified}\}} \Theta_{y,t} \geq \sum_{y \in \{z \cap \mathcal{EL}\}} \Pi_{y,t} + \sum_{y \in \{z \cap \mathcal{Qualified} \cap \mathcal{STOR}\}} \Pi_{y,t} - \hspace{1cm} \forall z \in \mathcal{Z}, \forall t \in \mathcal{T}, + \sum_{y \in \mathcal{hm}} \Theta_{y,t} - \sum_{y \in \mathcal{hm}} \Pi_{y,t} \geq \sum_{} D_{hm,t} + \sum_{} \mathcal{Shortfall}_{hm,t} + \hspace{1cm} \forall hm \in \mathcal{HM}, \forall t \in \mathcal{T}, \end{aligned} ``` @@ -19,7 +22,39 @@ This constraint can be enabled by setting `HourlyMatching==1` in `genx_settings. function hourly_matching!(EP::Model, inputs::Dict) println("Hourly Matching Policies Module") T = inputs["T"] - Z = inputs["Z"] + nHM = inputs["nHM"] + + # Construct hourly matching demand by adding absolute profiles with zonal percentages, if applicable + @expression(EP, eHMDemand[t = 1:T, hm = 1:nHM], + inputs["dfHM_absolute"][t, hm]) + if haskey(inputs, "dfHM_zonal") + @expression(EP, eHMDemandZonal[t = 1:T, hm = 1:nHM], + sum(inputs["pD"][t, z] * inputs["dfHM_zonal"][z, hm] + for z in findall(x -> x != 0, inputs["dfHM_zonal"][:, hm]))) + add_similar_to_expression!(EP[:eHMDemand], EP[:eHMDemandZonal]) + end - @constraint(EP, cHourlyMatching[t = 1:T, z = 1:Z], EP[:eHM][t, z]>=0) + # Define allowable shortfall in hourly matching requirement + @variable(EP, vHMShortFall[t = 1:T, hm = 1:nHM]>=0) + add_similar_to_expression!(EP[:eHM], vHMShortFall) + @constraint(EP, cHourlyMatchingSFLim[hm = 1:nHM], sum(EP[:vHMShortFall][t, hm] * inputs["omega"][t] for t in 1:T) + <= (1-inputs["dfHM_matching_target"][hm])*sum(EP[:eHMDemand][t, hm] * inputs["omega"][t] for t in 1:T)) + + + # if input files are present, add hourly matching requirement slack variables + if haskey(inputs, "dfHM_slack") + @variable(EP, vHMSlack[t = 1:T, hm = 1:nHM]>=0) + add_similar_to_expression!(EP[:eHM], vHMSlack) + + @expression(EP, + eHMSlack_Year[hm = 1:nHM], + sum(EP[:vHMSlack][t, hm] * inputs["omega"][t] for t in 1:T)) + @expression(EP, + eCHMSlack[hm = 1:nHM], + inputs["dfHM_slack"][hm, :PriceCap]*EP[:eHMSlack_Year][hm]) + @expression(EP, eCTotalHMSlack, sum(EP[:eCHMSlack][hm] for hm in 1:nHM)) + add_to_expression!(EP[:eObj], eCTotalHMSlack) + end + + @constraint(EP, cHourlyMatching[t = 1:T, hm = 1:nHM], EP[:eHM][t, hm] >= EP[:eHMDemand][t, hm]) end diff --git a/src/model/resources/flexible_demand/flexible_demand.jl b/src/model/resources/flexible_demand/flexible_demand.jl index 58cd91c334..57abe3137b 100644 --- a/src/model/resources/flexible_demand/flexible_demand.jl +++ b/src/model/resources/flexible_demand/flexible_demand.jl @@ -84,6 +84,13 @@ function flexible_demand!(EP::Model, inputs::Dict, setup::Dict) add_similar_to_expression!(EP[:eCapResMarBalance], eCapResMarBalanceFlex) end + # Hourly matching policy + if setup["HourlyMatchingRequirement"] == 1 + @expression(EP, eHMFlex[t = 1:T, HM = 1:inputs["nHM"]], + sum(hm(gen[y], tag = HM) * (EP[:vCHARGE_FLEX][y, t]-2*EP[:vP][y, t]) + for y in intersect(ids_with_policy(gen, hm, tag = HM), FLEX))) + add_similar_to_expression!(EP[:eHM], eHMFlex) + end ## Objective Function Expressions ## # Variable costs of "charging" for technologies "y" during hour "t" in zone "z" diff --git a/src/model/resources/hydrogen/electrolyzer.jl b/src/model/resources/hydrogen/electrolyzer.jl index f34f9d63a5..838d819b4f 100644 --- a/src/model/resources/hydrogen/electrolyzer.jl +++ b/src/model/resources/hydrogen/electrolyzer.jl @@ -151,13 +151,12 @@ function electrolyzer!(EP::Model, inputs::Dict, setup::Dict) end) ### Hydrogen Hourly Supply Matching Constraint ### - # Requires generation from qualified resources (indicated by Qualified_Hydrogen_Supply==1 in the resource .csv files) - # from within the same zone as the electrolyzers are located to be >= hourly consumption from electrolyzers in the zone - # (and any charging by qualified storage within the zone used to help increase electrolyzer utilization). - if setup["HydrogenHourlyMatching"] == 1 && setup["HourlyMatching"] == 1 - @expression(EP, eHMElectrolyzer[t in 1:T, z in 1:Z], - -sum(EP[:vUSE][y, t] - for y in ELECTROLYZERS_BY_ZONE[z])) + # Adds electrolyzer power consumption to an hourly matching constraint, requiring that it be met with generation from resources + # tagged to the same constraint. + if setup["HourlyMatchingRequirement"] == 1 + @expression(EP, eHMElectrolyzer[t in 1:T, HM in 1:inputs["nHM"]], + -sum(hm(gen[y], tag = HM) * EP[:vUSE][y, t] + for y in intersect(ids_with_policy(gen, hm, tag = HM), ELECTROLYZERS))) add_similar_to_expression!(EP[:eHM], eHMElectrolyzer) end diff --git a/src/model/resources/resources.jl b/src/model/resources/resources.jl index 66370b3fb9..1f5fd51136 100644 --- a/src/model/resources/resources.jl +++ b/src/model/resources/resources.jl @@ -642,10 +642,6 @@ function hydro_energy_to_power_ratio(r::AbstractResource) get(r, :hydro_energy_to_power_ratio, default_zero) end -function qualified_hydrogen_supply(r::AbstractResource) - get(r, :qualified_hydrogen_supply, default_zero) -end - retrofit_id(r::AbstractResource)::String = get(r, :retrofit_id, "None") function retrofit_efficiency(r::AbstractResource) is_retrofit_option(r) && return get(r, :retrofit_efficiency, 1.0) @@ -723,8 +719,8 @@ ramp_up_fraction(r::VarPower) = get(r, :ramp_up_percentage, default_percent) ramp_down_fraction(r::VarPower) = get(r, :ramp_dn_percentage, default_percent) # Retirement - Multistage -lifetime(r::Storage) = get(r, :lifetime, 15) -lifetime(r::AbstractResource) = get(r, :lifetime, 30) +lifetime(r::Storage)::Int64 = get(r, :lifetime, 15) +lifetime(r::AbstractResource)::Int64 = get(r, :lifetime, 30) capital_recovery_period(r::Storage) = get(r, :capital_recovery_period, 15) capital_recovery_period(r::AbstractResource) = get(r, :capital_recovery_period, 30) tech_wacc(r::AbstractResource) = get(r, :wacc, default_zero) @@ -744,14 +740,12 @@ mga(r::AbstractResource) = get(r, :mga, default_zero) # policies esr(r::AbstractResource; tag::Int64) = get(r, Symbol("esr_$tag"), default_zero) +hm(r::AbstractResource; tag::Int64) = get(r, Symbol("hm_$tag"), default_zero) min_cap(r::AbstractResource; tag::Int64) = get(r, Symbol("min_cap_$tag"), default_zero) max_cap(r::AbstractResource; tag::Int64) = get(r, Symbol("max_cap_$tag"), default_zero) function derating_factor(r::AbstractResource; tag::Int64) get(r, Symbol("derating_factor_$tag"), default_zero) end -function qualified_supply(r::AbstractResource; tag::Int64) - get(r, Symbol("qualified_supply_$tag"), default_zero) -end # write_outputs region(r::AbstractResource) = r.region diff --git a/src/model/resources/storage/storage_all.jl b/src/model/resources/storage/storage_all.jl index e230f2ef89..a5410d8d18 100644 --- a/src/model/resources/storage/storage_all.jl +++ b/src/model/resources/storage/storage_all.jl @@ -9,7 +9,7 @@ function storage_all!(EP::Model, inputs::Dict, setup::Dict) gen = inputs["RESOURCES"] CapacityReserveMargin = setup["CapacityReserveMargin"] > 0 - HourlyMatching = setup["HourlyMatching"] + HourlyMatching = setup["HourlyMatchingRequirement"] > 0 virtual_discharge_cost = inputs["VirtualChargeDischargeCost"] @@ -23,7 +23,6 @@ function storage_all!(EP::Model, inputs::Dict, setup::Dict) START_SUBPERIODS = inputs["START_SUBPERIODS"] INTERIOR_SUBPERIODS = inputs["INTERIOR_SUBPERIODS"] - QUALIFIED_SUPPLY = inputs["QUALIFIED_SUPPLY"] # Resources that are qualified to contribute to hourly matching constraint hours_per_subperiod = inputs["hours_per_subperiod"] #total number of hours per subperiod weight = inputs["omega"] @@ -138,12 +137,10 @@ function storage_all!(EP::Model, inputs::Dict, setup::Dict) end) # Hourly matching constraints - if HourlyMatching == 1 - QUALIFIED_STOR_ALL_BY_ZONE = map(1:Z) do z - return intersect(QUALIFIED_SUPPLY, STOR_ALL, resources_in_zone_by_rid(gen, z)) - end - @expression(EP, eHMCharge[t = 1:T, z = 1:Z], - -sum(vCHARGE[y, t] for y in QUALIFIED_STOR_ALL_BY_ZONE[z])) + if HourlyMatching + @expression(EP, eHMCharge[t = 1:T, HM = 1:inputs["nHM"]], + -sum(hm(gen[y], tag = HM) * EP[:vCHARGE][y, t] + for y in intersect(ids_with_policy(gen, hm, tag = HM), STOR_ALL))) add_similar_to_expression!(EP[:eHM], eHMCharge) end ## Patrick Bryant's suggestion implementation - Start diff --git a/src/time_domain_reduction/time_domain_reduction.jl b/src/time_domain_reduction/time_domain_reduction.jl index 36aa7ecb6d..a349f24525 100644 --- a/src/time_domain_reduction/time_domain_reduction.jl +++ b/src/time_domain_reduction/time_domain_reduction.jl @@ -682,6 +682,11 @@ function cluster_inputs(inpath, Fuel_Outfile = joinpath(TimeDomainReductionFolder, "Fuels_data.csv") PMap_Outfile = joinpath(TimeDomainReductionFolder, "Period_map.csv") YAML_Outfile = joinpath(TimeDomainReductionFolder, "time_domain_reduction_settings.yml") + + HourlyMatching = mysetup["HourlyMatchingRequirement"] + if HourlyMatching == 1 + HM_Outfile = joinpath(TimeDomainReductionFolder, "Hourly_matching_requirement.csv") + end # Define a local version of the setup so that you can modify the mysetup["ParameterScale"] value to be zero in case it is 1 mysetup_local = copy(mysetup) @@ -1135,6 +1140,7 @@ function cluster_inputs(inpath, gvDFs = [] # Generators Variability DataFrames - Just Resource Profiles dmDFs = [] # Demand Profile DataFrames - Just Demand Profiles fpDFs = [] # Fuel Profile DataFrames - Just Fuel Profiles + hmDFs = [] # Hourly Matching DataFrames - Optional, if Hourly Matching is required for m in 1:NClusters rpDF = DataFrame(Dict(NewColNames[i] => ClusterOutputData[!, m][(TimestepsPerRepPeriod * (i - 1) + 1):(TimestepsPerRepPeriod * i)] @@ -1182,12 +1188,22 @@ function cluster_inputs(inpath, push!(gvDFs, gvDF) push!(dmDFs, dmDF) push!(fpDFs, fpDF) + + # Process Hourly Matching profiles if needed + if mysetup["HourlyMatchingRequirement"] == 1 + hmDF = DataFrame(Dict(myinputs["HMCols"][i] => myinputs["dfHM_absolute"][(TimestepsPerRepPeriod * (M[m]-1) + 1):(TimestepsPerRepPeriod * M[m]), i] for i in 1:length(myinputs["HMCols"]))) + push!(hmDFs, hmDF) + end end FinalOutputData = vcat(rpDFs...) # For comparisons with input data to evaluate clustering process GVOutputData = vcat(gvDFs...) # Generators Variability DMOutputData = vcat(dmDFs...) # Demand Profiles FPOutputData = vcat(fpDFs...) # Fuel Profiles + if mysetup["HourlyMatchingRequirement"] == 1 + HMOutputData = vcat(hmDFs...) + end + ##### Step 5: Evaluation InputDataTest = InputData[(InputData.Group .<= NumDataPoints * 1.0), :] @@ -1243,6 +1259,9 @@ function cluster_inputs(inpath, Stage_Outfiles[per]["Fuel"] = joinpath("inputs_p$per", Fuel_Outfile) Stage_Outfiles[per]["PMap"] = joinpath("inputs_p$per", PMap_Outfile) Stage_Outfiles[per]["YAML"] = joinpath("inputs_p$per", YAML_Outfile) + if mysetup["HourlyMatchingRequirement"] == 1 + Stage_Outfiles[per]["HM"] = joinpath("inputs_p$per", HM_Outfile) + end if !isempty(inputs_dict[per]["VRE_STOR"]) Stage_Outfiles[per]["GSolar"] = joinpath("inputs_p$per", SolarVar_Outfile) @@ -1351,6 +1370,24 @@ function cluster_inputs(inpath, CSV.write(joinpath(inpath, "inputs", Stage_Outfiles[per]["Fuel"]), NewFuelOutput) + if mysetup["HourlyMatchingRequirement"] == 1 + hm_in = load_dataframe(joinpath(inpath, + "inputs", + "inputs_p$per", + mysetup["PoliciesFolder"], + "Hourly_matching_requirement.csv")) + select!(hm_in, Not(:Time_Index)) + SepFirstRow = DataFrame(hm_in[1, :]) + NewHMOutput = vcat(SepFirstRow, HMOutputData) + rename!(NewHMOutput, myinputs["HMCols"]) + insertcols!(NewHMOutput, 1, :Time_Index => 0:(size(NewHMOutput, 1) - 1)) + if v + println("Writing hourly matching profiles...") + end + CSV.write(joinpath(inpath,"inputs", Stage_Outfiles[per]["HM"]), + NewHMOutput) + end + ### TDR_Results/Period_map.csv if v println("Writing period map...") @@ -1497,6 +1534,28 @@ function cluster_inputs(inpath, CSV.write(joinpath(inpath, "inputs", input_stage_directory, Fuel_Outfile), NewFuelOutput) + if mysetup["HourlyMatchingRequirement"] == 1 + ### TDR_Results/HM_data.csv + hm_in = load_dataframe(joinpath(inpath, + "inputs", + input_stage_directory, + mysetup["PoliciesFolder"], + "Hourly_matching_requirement.csv")) + select!(hm_in, Not(:Time_Index)) + SepFirstRow = DataFrame(hm_in[1, :]) + NewHMOutput = vcat(SepFirstRow, HMOutputData) + rename!(NewHMOutput, myinputs["HMCols"]) + insertcols!(NewHMOutput, 1, :Time_Index => 0:(size(NewHMOutput, 1) - 1)) + if v + println("Writing hourly matching profiles...") + end + CSV.write(joinpath(inpath, + "inputs", + input_stage_directory, + HM_Outfile), + NewHMOutput) + end + ### Period_map.csv if v println("Writing period map...") @@ -1612,6 +1671,22 @@ function cluster_inputs(inpath, end CSV.write(joinpath(inpath, Fuel_Outfile), NewFuelOutput) + if mysetup["HourlyMatchingRequirement"] == 1 + ### TDR_Results/HM_data.csv + hm_in = load_dataframe(joinpath(inpath, + mysetup["PoliciesFolder"], + "Hourly_matching_requirement.csv")) + select!(hm_in, Not(:Time_Index)) + SepFirstRow = DataFrame(hm_in[1, :]) + NewHMOutput = vcat(SepFirstRow, HMOutputData) + rename!(NewHMOutput, myinputs["HMCols"]) + insertcols!(NewHMOutput, 1, :Time_Index => 0:(size(NewHMOutput, 1) - 1)) + if v + println("Writing hourly matching profiles...") + end + CSV.write(joinpath(inpath,HM_Outfile), NewHMOutput) + end + ### TDR_Results/Period_map.csv if v println("Writing period map...") diff --git a/src/write_outputs/capacity_reserve_margin/write_reserve_margin_slack.jl b/src/write_outputs/capacity_reserve_margin/write_reserve_margin_slack.jl index f6d71e4fb4..3248353b65 100644 --- a/src/write_outputs/capacity_reserve_margin/write_reserve_margin_slack.jl +++ b/src/write_outputs/capacity_reserve_margin/write_reserve_margin_slack.jl @@ -14,7 +14,7 @@ function write_reserve_margin_slack(path::AbstractString, end if setup["WriteOutputs"] == "annual" - CSV.write(joinpath(path, "ReserveMargin_prices_and_penalties.csv"), dfResMar_slack) + CSV.write(joinpath(path, "ReserveMargin_slack_and_penalties.csv"), dfResMar_slack) else # setup["WriteOutputs"] == "full" temp_ResMar_slack = value.(EP[:vCapResSlack]) if setup["ParameterScale"] == 1 @@ -22,7 +22,7 @@ function write_reserve_margin_slack(path::AbstractString, end dfResMar_slack = hcat(dfResMar_slack, DataFrame(temp_ResMar_slack, [Symbol("t$t") for t in 1:T])) - CSV.write(joinpath(path, "ReserveMargin_prices_and_penalties.csv"), + CSV.write(joinpath(path, "ReserveMargin_slack_and_penalties.csv"), dftranspose(dfResMar_slack, false), writeheader = false) end diff --git a/src/write_outputs/hydrogen/write_hourly_matching_prices.jl b/src/write_outputs/hourly_matching_requirement/write_hourly_matching_prices.jl similarity index 61% rename from src/write_outputs/hydrogen/write_hourly_matching_prices.jl rename to src/write_outputs/hourly_matching_requirement/write_hourly_matching_prices.jl index 92fe82c0b6..7a6d209564 100644 --- a/src/write_outputs/hydrogen/write_hourly_matching_prices.jl +++ b/src/write_outputs/hourly_matching_requirement/write_hourly_matching_prices.jl @@ -1,13 +1,20 @@ +@doc raw""" + write_hourly_matching_prices(path::AbstractString, inputs::Dict, setup::Dict, EP::Model) + +Function for reporting the shadow price of each hourly matching constraint in each timestep. +GenX will print this file only when an hourly matching requirement is modeled and the shadow price can be obtained form the solver. +Each column corresponds to an hourly matching constraint, and each row corresponds to a timestep. +""" function write_hourly_matching_prices(path::AbstractString, inputs::Dict, setup::Dict, EP::Model) T = inputs["T"] # Number of time steps (hours) - Z = inputs["Z"] # Number of zones + nHM = inputs["nHM"] # Number of zones scale_factor = setup["ParameterScale"] == 1 ? ModelScalingFactor : 1 ## Extract dual variables of constraints - dfHourlyMatchPrices = DataFrame(Zone = 1:Z) # The unit is $/MWh + dfHourlyMatchPrices = DataFrame(hm = 1:nHM) # The unit is $/MWh # Dividing dual variable for each hour with corresponding hourly weight to retrieve marginal cost of the constraint price = dual.(EP[:cHourlyMatching]) ./ inputs["omega"] * scale_factor dfHourlyMatchPrices = hcat(dfHourlyMatchPrices, @@ -18,6 +25,5 @@ function write_hourly_matching_prices(path::AbstractString, CSV.write(joinpath(path, "hourly_matching_prices.csv"), dftranspose(dfHourlyMatchPrices, false), writeheader = false) - return nothing end diff --git a/src/write_outputs/hourly_matching_requirement/write_hourly_matching_revenue.jl b/src/write_outputs/hourly_matching_requirement/write_hourly_matching_revenue.jl new file mode 100644 index 0000000000..20fbd1dfb0 --- /dev/null +++ b/src/write_outputs/hourly_matching_requirement/write_hourly_matching_revenue.jl @@ -0,0 +1,60 @@ +@doc raw""" + write_hourly_matching_revenue(path::AbstractString, inputs::Dict, setup::Dict, EP::Model) + +Function for reporting the hourly matching revenue earned by each generator listed in the input file. +GenX will print this file only when an hourly matching requirement is modeled and the shadow price can be obtained form the solver. +Each row corresponds to a generator, and each column starting from the is the total revenue from each hourly matching constraint. +The revenue is calculated as the net generation in each time step multiplied by the shadow price, and then the sum is taken over all modeled time steps. +The last column is the total revenue received from all hourly matching constraints. +""" +function write_hourly_matching_revenue(path::AbstractString, + inputs::Dict, + setup::Dict, + EP::Model) + scale_factor = setup["ParameterScale"] == 1 ? ModelScalingFactor : 1 + gen = inputs["RESOURCES"] + nHM = inputs["nHM"] + regions = region.(gen) + clusters = cluster.(gen) + zones = zone_id.(gen) + + G = inputs["G"] # Number of resources (generators, storage, DR, and DERs) + T = inputs["T"] # Number of time steps (hours) + ELECTROLYZERS = inputs["ELECTROLYZER"] + STOR_ALL = inputs["STOR_ALL"] + FLEX = inputs["FLEX"] + NONFLEX = setdiff(collect(1:G), FLEX) + NONFLEXGEN = setdiff(NONFLEX, STOR_ALL) + NONFLEXSTOR = intersect(NONFLEX, STOR_ALL) + + dfHMRevenue = DataFrame(Region = regions, + Resource = inputs["RESOURCE_NAMES"], + Zone = zones, + Cluster = clusters) + annual_sum = zeros(G) + for i in 1:nHM + weighted_price = dual.(EP[:cHourlyMatching][:, i]) * scale_factor + temphmrev = zeros(G) + temphmrev[NONFLEXGEN] = hm.(gen[NONFLEXGEN], tag = i) .* + (value.(EP[:vP][NONFLEXGEN, :]) * weighted_price) + if !isempty(STOR_ALL) + temphmrev[NONFLEXSTOR] = hm.(gen[NONFLEXSTOR], tag = i) .* + ((value.(EP[:vP][NONFLEXSTOR, :]) - value.(EP[:vCHARGE][NONFLEXSTOR, :]).data) * weighted_price) + end + if !isempty(FLEX) + temphmrev[FLEX] = hm.(gen[FLEX], tag = i) .* + ((value.(EP[:vCHARGE_FLEX][FLEX,:]).data - value.(EP[:vP][FLEX, :])) * weighted_price) + end + if !isempty(ELECTROLYZERS) + temphmrev[ELECTROLYZERS] = hm.(gen[ELECTROLYZERS], tag = i) .* + (-value.(EP[:vUSE][ELECTROLYZERS, :]).data * weighted_price) + end + + temphmrev *= scale_factor + annual_sum .+= temphmrev + dfHMRevenue = hcat(dfHMRevenue, DataFrame([temphmrev], [Symbol("HM_$i")])) + end + dfHMRevenue.AnnualSum = annual_sum + CSV.write(joinpath(path, "HourlyMatchingRevenue.csv"), dfHMRevenue) + return dfHMRevenue +end diff --git a/src/write_outputs/hourly_matching_requirement/write_hourly_matching_slack.jl b/src/write_outputs/hourly_matching_requirement/write_hourly_matching_slack.jl new file mode 100644 index 0000000000..7cc14ab54c --- /dev/null +++ b/src/write_outputs/hourly_matching_requirement/write_hourly_matching_slack.jl @@ -0,0 +1,36 @@ +@doc raw""" + write_hourly_matching_slack(path::AbstractString, inputs::Dict, setup::Dict, EP::Model) + +Function for reporting the value of the slack variable for each hourly matching constraint in each timestep and the total objective function cost. +GenX will print this file only when an hourly matching requirement is modeled, an optional slack variable is created, and the shadow price can be obtained form the solver. +""" +function write_hourly_matching_slack(path::AbstractString, + inputs::Dict, + setup::Dict, + EP::Model) + nHM = inputs["nHM"] + T = inputs["T"] + dfHM_slack = DataFrame(HM_Constraint = [Symbol("HM_$hm") for hm in 1:nHM], + AnnualSum = value.(EP[:eHMSlack_Year]), + Penalty = value.(EP[:eCHMSlack])) + + if setup["ParameterScale"] == 1 + dfHM_slack.AnnualSum .*= ModelScalingFactor # Convert GW to MW + dfHM_slack.Penalty .*= ModelScalingFactor^2 # Convert Million $ to $ + end + + if setup["WriteOutputs"] == "annual" + CSV.write(joinpath(path, "HourlyMatching_slack_and_penalties.csv"), dfHM_slack) + else # setup["WriteOutputs"] == "full" + temp_HM_slack = transpose(value.(EP[:vHMSlack])) + if setup["ParameterScale"] == 1 + temp_HM_slack .*= ModelScalingFactor # Convert GW to MW + end + dfHM_slack = hcat(dfHM_slack, + DataFrame(temp_HM_slack, [Symbol("t$t") for t in 1:T])) + CSV.write(joinpath(path, "HourlyMatching_slack_and_penalties.csv"), + dftranspose(dfHM_slack, false), + writeheader = false) + end + return nothing +end diff --git a/src/write_outputs/write_net_revenue.jl b/src/write_outputs/write_net_revenue.jl index 55f9a16b99..2385bb6409 100644 --- a/src/write_outputs/write_net_revenue.jl +++ b/src/write_outputs/write_net_revenue.jl @@ -9,6 +9,7 @@ function write_net_revenue(path::AbstractString, EP::Model, dfCap::DataFrame, dfESRRev::DataFrame, + dfHMRevenue::DataFrame, dfResRevenue::DataFrame, dfChargingcost::DataFrame, dfPower::DataFrame, @@ -203,7 +204,7 @@ function write_net_revenue(path::AbstractString, dfNetRevenue.SubsidyRevenue = dfSubRevenue[1:G, :SubsidyRevenue] # Unit is confirmed to be US$ end - # Add energy and subsidy revenue to the dataframe + # Add operating reserves revenue to the dataframe dfNetRevenue.OperatingReserveRevenue = zeros(nrow(dfNetRevenue)) dfNetRevenue.OperatingRegulationRevenue = zeros(nrow(dfNetRevenue)) if setup["OperationalReserves"] > 0 && has_duals(EP) @@ -223,6 +224,12 @@ function write_net_revenue(path::AbstractString, dfNetRevenue.ESRRevenue = dfESRRev[1:G, :Total] end + # Add hourly matching revenue to the dataframe + dfNetRevenue.HMRevenue = zeros(nrow(dfNetRevenue)) + if setup["HourlyMatchingRequirement"] > 0 && has_duals(EP) # The unit is confirmed to be $ + dfNetRevenue.HMRevenue = dfHMRevenue[1:G, :AnnualSum] + end + # Calculate emissions cost dfNetRevenue.EmissionsCost = zeros(nrow(dfNetRevenue)) if setup["CO2Cap"] >= 1 && has_duals(EP) @@ -259,13 +266,14 @@ function write_net_revenue(path::AbstractString, dfNetRevenue.RegSubsidyRevenue = dfRegSubRevenue[1:G, :SubsidyRevenue] end - dfNetRevenue.Revenue = dfNetRevenue.EnergyRevenue - .+dfNetRevenue.SubsidyRevenue - .+dfNetRevenue.ReserveMarginRevenue - .+dfNetRevenue.ESRRevenue - .+dfNetRevenue.RegSubsidyRevenue - .+dfNetRevenue.OperatingReserveRevenue - .+dfNetRevenue.OperatingRegulationRevenue + dfNetRevenue.Revenue = (dfNetRevenue.EnergyRevenue .+ + dfNetRevenue.SubsidyRevenue .+ + dfNetRevenue.ReserveMarginRevenue .+ + dfNetRevenue.ESRRevenue .+ + dfNetRevenue.HMRevenue .+ + dfNetRevenue.RegSubsidyRevenue .+ + dfNetRevenue.OperatingReserveRevenue .+ + dfNetRevenue.OperatingRegulationRevenue) dfNetRevenue.Cost = (dfNetRevenue.Inv_cost_MW .+ dfNetRevenue.Inv_cost_MWh .+ diff --git a/src/write_outputs/write_outputs.jl b/src/write_outputs/write_outputs.jl index e8ce378e71..8779c3a783 100644 --- a/src/write_outputs/write_outputs.jl +++ b/src/write_outputs/write_outputs.jl @@ -348,6 +348,40 @@ function write_outputs(EP::Model, path::AbstractString, setup::Dict, inputs::Dic end end + dfHMRevenue = DataFrame() + if setup["HourlyMatchingRequirement"] == 1 && has_duals(EP) + if output_settings_d["WriteHourlyMatchingPrices"] + elapsed_time_hourly_matching_prices = @elapsed write_hourly_matching_prices( + path, + inputs, + setup, + EP) + println("Time elapsed for writing hourly matching prices is") + println(elapsed_time_hourly_matching_prices) + end + + if output_settings_d["WriteHourlyMatchingRevenue"] || + output_settings_d["WriteNetRevenue"] + elapsed_time_hm_rev = @elapsed dfHMRevenue = write_hourly_matching_revenue( + path, + inputs, + setup, + EP) + println("Time elapsed for writing hourly matching revenue is") + println(elapsed_time_hm_rev) + end + + if haskey(inputs, "dfHM_slack") && + output_settings_d["WriteHourlyMatchingSlack"] + elapsed_time_hm_slack = @elapsed write_hourly_matching_slack(path, + inputs, + setup, + EP) + println("Time elapsed for writing hourly matching slack is") + println(elapsed_time_hm_slack) + end + end + dfResRevenue = DataFrame() if setup["CapacityReserveMargin"] == 1 && has_duals(EP) if output_settings_d["WriteReserveMargin"] @@ -366,12 +400,12 @@ function write_outputs(EP::Model, path::AbstractString, setup::Dict, inputs::Dic end if output_settings_d["WriteVirtualDischarge"] - elapsed_time_virtual_discharge = @elapsed write_virtual_discharge(path, - inputs, - setup, - EP) - println("Time elapsed for writing virtual discharge is") - println(elapsed_time_virtual_discharge) + elapsed_time_virtual_discharge = @elapsed write_virtual_discharge(path, + inputs, + setup, + EP) + println("Time elapsed for writing virtual discharge is") + println(elapsed_time_virtual_discharge) end if output_settings_d["WriteReserveMarginRevenue"] || @@ -451,17 +485,10 @@ function write_outputs(EP::Model, path::AbstractString, setup::Dict, inputs::Dic println("Time elapsed for writing hydrogen prices is") println(elapsed_time_hydrogen_prices) end - if setup["HourlyMatching"] == 1 && - output_settings_d["WriteHourlyMatchingPrices"] - elapsed_time_hourly_matching_prices = @elapsed write_hourly_matching_prices( - path, - inputs, - setup, - EP) - println("Time elapsed for writing hourly matching prices is") - println(elapsed_time_hourly_matching_prices) - end end + + + if output_settings_d["WriteNetRevenue"] elapsed_time_net_rev = @elapsed write_net_revenue(path, @@ -470,6 +497,7 @@ function write_outputs(EP::Model, path::AbstractString, setup::Dict, inputs::Dic EP, dfCap, dfESRRev, + dfHMRevenue, dfResRevenue, dfChargingcost, dfPower, diff --git a/test/electrolyzer/policies/Hourly_matching_requirement.csv b/test/electrolyzer/policies/Hourly_matching_requirement.csv new file mode 100644 index 0000000000..6a5636483c --- /dev/null +++ b/test/electrolyzer/policies/Hourly_matching_requirement.csv @@ -0,0 +1,122 @@ +Time_Index,HM_1 +0,1 +1,0 +2,0 +3,0 +4,0 +5,0 +6,0 +7,0 +8,0 +9,0 +10,0 +11,0 +12,0 +13,0 +14,0 +15,0 +16,0 +17,0 +18,0 +19,0 +20,0 +21,0 +22,0 +23,0 +24,0 +25,0 +26,0 +27,0 +28,0 +29,0 +30,0 +31,0 +32,0 +33,0 +34,0 +35,0 +36,0 +37,0 +38,0 +39,0 +40,0 +41,0 +42,0 +43,0 +44,0 +45,0 +46,0 +47,0 +48,0 +49,0 +50,0 +51,0 +52,0 +53,0 +54,0 +55,0 +56,0 +57,0 +58,0 +59,0 +60,0 +61,0 +62,0 +63,0 +64,0 +65,0 +66,0 +67,0 +68,0 +69,0 +70,0 +71,0 +72,0 +73,0 +74,0 +75,0 +76,0 +77,0 +78,0 +79,0 +80,0 +81,0 +82,0 +83,0 +84,0 +85,0 +86,0 +87,0 +88,0 +89,0 +90,0 +91,0 +92,0 +93,0 +94,0 +95,0 +96,0 +97,0 +98,0 +99,0 +100,0 +101,0 +102,0 +103,0 +104,0 +105,0 +106,0 +107,0 +108,0 +109,0 +110,0 +111,0 +112,0 +113,0 +114,0 +115,0 +116,0 +117,0 +118,0 +119,0 +120,0 diff --git a/test/electrolyzer/resources/policy_assignments/Resource_hourly_matching.csv b/test/electrolyzer/resources/policy_assignments/Resource_hourly_matching_requirement.csv similarity index 64% rename from test/electrolyzer/resources/policy_assignments/Resource_hourly_matching.csv rename to test/electrolyzer/resources/policy_assignments/Resource_hourly_matching_requirement.csv index 3578faded9..177a779ec6 100644 --- a/test/electrolyzer/resources/policy_assignments/Resource_hourly_matching.csv +++ b/test/electrolyzer/resources/policy_assignments/Resource_hourly_matching_requirement.csv @@ -1,4 +1,5 @@ -Resource,Qualified_Supply +Resource,HM_1 solar_pv,1 onshore_wind,0 battery_for_electrolyzer,1 +electrolyzer,1 diff --git a/test/load_resources/test_gen_non_colocated/generators_data.csv b/test/load_resources/test_gen_non_colocated/generators_data.csv index 3d5f210cb5..1f75d83a2f 100644 --- a/test/load_resources/test_gen_non_colocated/generators_data.csv +++ b/test/load_resources/test_gen_non_colocated/generators_data.csv @@ -1,63 +1,63 @@ -region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,THERM,STOR,HYDRO,FLEX,MUST_RUN,VRE,ELECTROLYZER,Num_VRE_Bins,LDS,CapRes_1,ESR_1,ESR_2,Existing_Cap_MW,Existing_Charge_Cap_MW,Existing_Cap_MWh,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Min_Charge_Cap_MW,Max_Charge_Cap_MW,Min_Cap_MWh,Max_Cap_MWh,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Inv_Cost_per_MWhyr,Fixed_OM_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Self_Disch,Eff_Up,Eff_Down,Hydro_Energy_to_Power_Ratio,Min_Duration,Max_Duration,Max_Flexible_Demand_Advance,Max_Flexible_Demand_Delay,Flexible_Demand_Energy_Eff,Ramp_Up_Percentage,Ramp_Dn_Percentage,Up_Time,Down_Time,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag_1,MinCapTag_2,MinCapTag_3,Hydrogen_MWh_Per_Tonne,Electrolyzer_Min_kt,Hydrogen_Price_Per_Tonne,Qualified_Hydrogen_Supply,PWFU_Fuel_Usage_Zero_Load_MMBTU_per_h,PWFU_Heat_Rate_MMBTU_per_MWh_1,PWFU_Heat_Rate_MMBTU_per_MWh_2,PWFU_Load_Point_MW_1,PWFU_Load_Point_MW_2,CO2_Capture_Fraction,CO2_Capture_Fraction_Startup,CCS_Disposal_Cost_per_Metric_Ton,Biomass,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,MULTI_FUELS,Num_Fuels,Fuel1,Heat_Rate1_MMBTU_per_MWh,Fuel1_Min_Cofire_Level,Fuel1_Min_Cofire_Level_Start,Fuel1_Max_Cofire_Level,Fuel1_Max_Cofire_Level_Start,Fuel2,Heat_Rate2_MMBTU_per_MWh,Fuel2_Min_Cofire_Level,Fuel2_Max_Cofire_Level,Fuel2_Min_Cofire_Level_Start,Fuel2_Max_Cofire_Level_Start -NENGREST,1,NENGREST_conventional_hydroelectric_1,conventional_hydroelectric,1,2,1,0,0,1,0,0,0,0,0,1,0.8,0,1,662.983,0,0,0,0,11.24,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.117,0,1,1,1,0,0,0,0,1,0.083,0.083,0,0,0.006916667,0.013833333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_conventional_hydroelectric_1,conventional_hydroelectric,1,15,2,0,0,1,0,0,0,0,0,1,0.8,0,1,67.7,0,0,0,0,13.54,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.18,0,1,1,1,0,0,0,0,1,0.083,0.083,0,0,0.006916667,0.013833333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_conventional_hydroelectric_1,conventional_hydroelectric,1,26,3,0,0,1,0,0,0,0,0,1,0.8,0,1,327.81,0,0,0,0,7.8,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.402,0,1,1,1,0,0,0,0,1,0.083,0.083,0,0,0.006916667,0.013833333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_biomass_1,biomass,1,1,1,1,0,0,0,0,0,0,0,0,0.93,1,1,106.062,0,0,0,0,3.21,0,0,0,-1,-1,-1,0,122976,0,0,0,0,5.08,0,0,0,14.58,None,0.45,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.027,20,20,0,0,0,1,2,mountain_naturalgas,6.36,0,0,0.12,1,hydrogen,6.36,0,0.12,0,0.12 -NENGREST,1,NENGREST_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,4,1,1,0,0,0,0,0,0,0,0,0.93,0,0,7077.3,0,0,0,1,471.82,0,0,0,-1,-1,-1,0,10287,0,0,0,0,3.55,0,91,2,7.43,NENGREST_NG,0.468,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,400,6,7.2,160,250,0,0,-39,0,0.0195,20,20,0,0,0,1,2,mountain_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENGREST,2,NENGREST_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,5,1,1,0,0,0,0,0,0,0,0,0.93,0,0,2684.803,0,0,0,1,244.07,0,0,0,-1,-1,-1,0,16291,0,0,0,0,4.5,0,91,2,8.29,NENGREST_NG,0.507,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-28.936,0,0.0166,20,20,0,0,0,1,2,pacific_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENGREST,1,NENGREST_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,6,1,1,0,0,0,0,0,0,0,0,0.93,0,0,302.701,0,0,0,1,43.24,0,0,0,-1,-1,-1,0,12080,0,0,0,0,4.6,0,118,3.5,10.13,NENGREST_NG,0.456,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0137,20,20,0,0,0,1,2,pacific_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENGREST,2,NENGREST_natural_gas_fired_combustion_turbine_2,natural_gas_fired_combustion_turbine,1,7,1,1,0,0,0,0,0,0,0,0,0.93,0,0,62.704,0,0,0,1,7.84,0,0,0,-1,-1,-1,0,13991,0,0,0,0,4.6,0,118,3.5,4.74,NENGREST_NG,0.488,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0108,20,20,0,0,0,1,2,pacific_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENGREST,1,NENGREST_natural_gas_steam_turbine_1,natural_gas_steam_turbine,1,8,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0.6,0,0,0,1,0.6,0,0,0,-1,-1,-1,0,50678,0,0,0,0,1.04,0,86,13.7,0,NENGREST_NG,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-20.634,0,0.0079,20,20,0,0,0,1,2,pacific_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENGREST,1,NENGREST_nuclear_1,nuclear,1,9,1,1,0,0,0,0,0,0,0,0,0.93,0,1,1242,0,0,0,1,1242,0,0,0,-1,-1,-1,0,271818,0,0,0,0,2.32,0,245,0,10.46,new_england_uranium,0.5,0,1,1,1,0,0,0,0,1,0.25,0.25,24,24,0.020833333,0.041666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.005,20,20,0,0,0,1,2,pacific_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENG_CT,1,NENG_CT_biomass_1,biomass,1,14,2,1,0,0,0,0,0,0,0,0,0.93,1,1,27.248,0,0,0,0,3.41,0,0,0,-1,-1,-1,0,122976,0,0,0,0,5.37,0,0,0,15.33,Biomass,0.348,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,1,0.0021,20,20,0,0,0,1,2,pacific_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENG_CT,1,NENG_CT_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,17,2,1,0,0,0,0,0,0,0,0,0.93,0,0,3488.704,0,0,0,1,436.09,0,0,0,-1,-1,-1,0,9698,0,0,0,0,3.57,0,91,2,7.12,NENG_CT_NG,0.338,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-26.5,0,0.039,20,20,0,0,0,1,2,south_atlantic_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENG_CT,2,NENG_CT_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,18,2,1,0,0,0,0,0,0,0,0,0.93,0,0,35.2,0,0,0,1,17.6,0,0,0,-1,-1,-1,0,16291,0,0,0,0,4.5,0,91,2,10.77,NENG_CT_NG,0.466,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.017,20,20,0,0,0,1,2,south_atlantic_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENG_CT,1,NENG_CT_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,19,2,1,0,0,0,0,0,0,0,0,0.93,0,0,434,0,0,0,1,54.25,0,0,0,-1,-1,-1,0,10609,0,0,0,0,4.6,0,118,3.5,11.06,NENG_CT_NG,0.124,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.024,20,20,0,0,0,1,2,south_atlantic_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENG_CT,2,NENG_CT_natural_gas_fired_combustion_turbine_2,natural_gas_fired_combustion_turbine,1,20,2,1,0,0,0,0,0,0,0,0,0.93,0,0,124.9,0,0,0,1,24.98,0,0,0,-1,-1,-1,0,13991,0,0,0,0,4.6,0,118,3.5,8.35,NENG_CT_NG,0.476,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.027,20,20,0,0,0,1,2,new_england_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENG_CT,1,NENG_CT_nuclear_1,nuclear,1,21,2,1,0,0,0,0,0,0,0,0,0.93,0,1,2162.9,0,0,0,1,1081.45,0,0,0,-1,-1,-1,0,190920,0,0,0,0,2.32,0,245,0,10.46,new_england_uranium,0.5,0,1,1,1,0,0,0,0,1,0.25,0.25,24,24,0.020833333,0.041666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0195,20,20,0,0,0,1,2,new_england_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENG_ME,1,NENG_ME_biomass_1,biomass,1,25,3,1,0,0,0,0,0,0,0,0,0.93,1,1,24.95,0,0,0,0,2.5,0,0,0,-1,-1,-1,0,122976,0,0,0,0,4.85,0,0,0,13.84,None,0.404,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-24.632,0,0.0166,20,20,0,0,0,1,2,east_north_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENG_ME,1,NENG_ME_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,27,3,1,0,0,0,0,0,0,0,0,0.93,0,0,274.5,0,0,0,1,137.25,0,0,0,-1,-1,-1,0,16291,0,0,0,0,4.5,0,91,2,12.62,NENG_ME_NG,0.474,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0137,20,20,0,0,0,0,1,east_north_central_coal,0,0,0,1,1,hydrogen,0,0,1,0,1 -NENG_ME,2,NENG_ME_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,28,3,1,0,0,0,0,0,0,0,0,0.93,0,0,1114.1,0,0,0,1,557.05,0,0,0,-1,-1,-1,0,9668,0,0,0,0,3.57,0,91,2,7.65,NENG_ME_NG,0.386,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0108,20,20,0,0,0,0,1,pacific_coal,0,0,0,1,1,hydrogen,0,0,1,0,1 -NENG_ME,1,NENG_ME_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,29,3,1,0,0,0,0,0,0,0,0,0.93,0,0,163.5,0,0,0,1,54.5,0,0,0,-1,-1,-1,0,11540,0,0,0,0,4.6,0,118,3.5,4.75,NENG_ME_NG,0.697,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-24.632,0,0.0079,20,20,0,0,0,1,2,east_north_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENGREST,0,NENGREST_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,33,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,229388,27483,0,0,0,0,5.82,0,103,0,7.52,NENGREST_NG_ccs90,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.005,20,20,0,0,0,1,2,east_north_central_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENGREST,0,NENGREST_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,34,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,500,0,-1,0,-1,-1,-1,110025,12441,0,0,0,0,1.61,0,103,2,6.27,NENGREST_NG,0.2,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0021,20,20,0,0,0,1,2,east_north_central_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENGREST,0,NENGREST_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,35,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,100,0,-1,0,-1,-1,-1,81998,6960,0,0,0,0,4.49,0,134,3.5,9.9,NENGREST_NG,0.3,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-26.989,0,0.039,20,20,0,0,0,1,2,west_south_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENGREST,0,NENGREST_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,37,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,239841,37153,0,0,0,0,6.26,0,103,0,7.89,NENGREST_NG_ccs100,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.017,20,20,0,0,0,1,2,west_south_central_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENG_CT,0,NENG_CT_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,41,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,229388,27483,0,0,0,0,5.82,0,103,0,7.52,NENG_CT_NG_ccs90,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.024,20,20,0,0,0,1,2,west_south_central_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENG_CT,0,NENG_CT_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,42,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,500,0,-1,0,-1,-1,-1,110025,12441,0,0,0,0,1.61,0,103,2,6.27,NENG_CT_NG,0.2,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-24.632,0,0.027,20,20,0,0,0,1,2,east_north_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENG_CT,0,NENG_CT_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,43,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,100,0,-1,0,-1,-1,-1,81998,6960,0,0,0,0,4.49,0,134,3.5,9.9,NENG_CT_NG,0.3,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0195,20,20,0,0,0,1,2,east_north_central_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENG_CT,0,NENG_CT_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,45,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,239841,37153,0,0,0,0,6.26,0,103,0,7.89,NENG_CT_NG_ccs100,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0166,20,20,0,0,0,1,2,east_north_central_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENG_ME,0,NENG_ME_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,49,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,229388,27483,0,0,0,0,5.82,0,103,0,7.52,NENG_ME_NG_ccs90,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-18.389,0,0.0137,20,20,0,0,0,1,2,pacific_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 -NENG_ME,0,NENG_ME_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,50,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,500,0,-1,0,-1,-1,-1,110025,12441,0,0,0,0,1.61,0,103,2,6.27,NENG_ME_NG,0.2,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0108,20,20,0,0,0,1,2,pacific_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENG_ME,0,NENG_ME_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,51,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,100,0,-1,0,-1,-1,-1,81998,6960,0,0,0,0,4.49,0,134,3.5,9.9,NENG_ME_NG,0.3,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0079,20,20,0,0,0,1,2,pacific_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 -NENG_ME,0,NENG_ME_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,53,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,239841,37153,0,0,0,0,6.26,0,103,0,7.89,NENG_ME_NG_ccs100,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.005,20,20,0,0,0,1,2,middle_atlantic_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 -NENGREST,1,NENGREST_offshore_wind_turbine_1,offshore_wind_turbine,1,10,1,0,0,0,0,0,1,0,1,0,0.8,1,1,30,0,0,0,1,30,0,0,0,-1,-1,-1,0,128440,0,0,0,0,0,0,0,0,9.12,None,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_onshore_wind_turbine_1,onshore_wind_turbine,1,11,1,0,0,0,0,0,1,0,1,0,0.8,1,1,145.8,0,0,0,1,9.75,0,0,0,-1,-1,-1,0,43205,0,0,0,0,-18,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_solar_photovoltaic_1,solar_photovoltaic,1,13,1,0,0,0,0,0,1,0,1,0,0.8,1,1,821.4,0,0,0,1,2.6,0,0,0,-1,-1,-1,0,18760,0,0,0,0,0,0,0,0,9.13,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_onshore_wind_turbine_1,onshore_wind_turbine,1,22,2,0,0,0,0,0,1,0,1,0,0.8,1,1,6.5,0,0,0,1,5,0,0,0,-1,-1,-1,0,43205,0,0,0,0,-18,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_solar_photovoltaic_1,solar_photovoltaic,1,24,2,0,0,0,0,0,1,0,1,0,0.8,1,1,374.6,0,0,0,1,5.67,0,0,0,-1,-1,-1,0,18760,0,0,0,0,0,0,0,0,9.16,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_onshore_wind_turbine_1,onshore_wind_turbine,1,30,3,0,0,0,0,0,1,0,1,0,0.8,1,1,1190.9,0,0,0,1,48.5,0,0,0,-1,-1,-1,0,43205,0,0,0,0,-18,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.027,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_solar_photovoltaic_1,solar_photovoltaic,1,32,3,0,0,0,0,0,1,0,1,0,0.8,1,1,11.8,0,0,0,1,1.5,0,0,0,-1,-1,-1,0,18760,0,0,0,0,0,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_landbasedwind_ltrg1_mid_130_1,landbasedwind_ltrg1_mid_130,1,38,1,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,4888.236,0,-1,-1,-1,194100,41460,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0166,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,utilitypv_losangeles_mid_80_0_2,1,39,1,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,20835.569,0,-1,-1,-1,99283,13055,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0137,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,offshorewind_otrg3_mid_fixed_1_176_77,1,40,1,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,9848.442,0,-1,-1,-1,260044,91549,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0108,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_landbasedwind_ltrg1_mid_110_1,landbasedwind_ltrg1_mid_110,1,46,2,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,1982.895,0,-1,-1,-1,185181,41460,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0079,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,utilitypv_losangeles_mid_80_0_2,1,47,2,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,17063.264,0,-1,-1,-1,98631,13055,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.005,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,offshorewind_otrg3_mid_fixed_1_176_77,1,48,2,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,477.5,0,-1,-1,-1,247542,91549,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_landbasedwind_ltrg1_mid_110_1,landbasedwind_ltrg1_mid_110,1,54,3,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,20430.499,0,-1,-1,-1,233173,41460,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,utilitypv_losangeles_mid_100_0_2,1,55,3,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,21535.709,0,-1,-1,-1,98706,13055,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,3,1,0,1,0,0,0,0,0,0,0,0.95,0,0,1768.002,0,280635.2381,0,0,294.67,0,0,0,-1,0,-1,0,40113,0,0,0,0,0,0,0,0,0,None,0.532,0,0.866,0.866,158.730159,0,200,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,16,2,0,1,0,0,0,0,0,0,0,0.95,0,0,30.999,0,4920.47619,0,0,10.33,0,0,0,-1,0,-1,0,40113,0,0,0,0,0,0,0,0,0,None,0.871,0,0.866,0.866,158.730159,0,200,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.027,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,0,NENGREST_battery_mid_0,battery_mid,0,36,1,0,1,0,0,0,0,0,0,0,0.95,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0,0,None,0,0,0.92,0.92,1,1,10,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,0,NENG_CT_battery_mid_0,battery_mid,0,44,2,0,1,0,0,0,0,0,0,0,0.95,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0,0,None,0,0,0.92,0.92,1,1,10,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0166,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,0,NENG_ME_battery_mid_0,battery_mid,0,52,3,0,1,0,0,0,0,0,0,0,0.95,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0,0,None,0,0,0.92,0.92,1,1,10,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0137,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_hydrogen_storage_1,hydrogen_storage,0,59,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,39761,5000,404,0,38914,29750,4.3,0,0,0,0,None,0,0,0.67,0.4,0,48,2000,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0108,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_hydrogen_storage_1,hydrogen_storage,0,60,2,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,49333,5000,404,0,38914,29750,4.3,0,0,0,0,None,0,0,0.67,0.4,0,48,2000,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0079,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_hydrogen_storage_1,hydrogen_storage,0,61,3,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,38489,5000,404,0,38914,29750,4.3,0,0,0,0,None,0,0,0.67,0.4,0,48,2000,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.005,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_heat_load_shifting_1,heat_load_shifting,1,56,1,0,0,0,1,0,0,0,0,0,0.95,0,0,165.52,0,0,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_heat_load_shifting_1,heat_load_shifting,1,57,2,0,0,0,1,0,0,0,0,0,0.95,0,0,47.27,0,0,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_heat_load_shifting_1,heat_load_shifting,1,58,3,0,0,0,1,0,0,0,0,0,0.95,0,0,22.56,0,0,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENGREST,1,NENGREST_small_hydroelectric_1,small_hydroelectric,1,12,1,0,0,0,0,1,0,0,0,0,0,1,1,186.355,0,0,0,0,0.79,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.117,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_CT,1,NENG_CT_small_hydroelectric_1,small_hydroelectric,1,23,2,0,0,0,0,1,0,0,0,0,0,1,1,18.711,0,0,0,0,0.57,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.18,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.027,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,1,NENG_ME_small_hydroelectric_1,small_hydroelectric,1,31,3,0,0,0,0,1,0,0,0,0,0,1,1,195.266,0,0,0,0,1.1,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.192,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 -NENG_ME,0,NENG_ME_electrolyzer,hydrogen_electrolyzer,0,62,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,-1,-1,0,-1,-1,-1,125000,15000,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,55,1000,1000,0,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 \ No newline at end of file +region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,THERM,STOR,HYDRO,FLEX,MUST_RUN,VRE,ELECTROLYZER,Num_VRE_Bins,LDS,CapRes_1,ESR_1,ESR_2,Existing_Cap_MW,Existing_Charge_Cap_MW,Existing_Cap_MWh,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Min_Charge_Cap_MW,Max_Charge_Cap_MW,Min_Cap_MWh,Max_Cap_MWh,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Inv_Cost_per_MWhyr,Fixed_OM_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Self_Disch,Eff_Up,Eff_Down,Hydro_Energy_to_Power_Ratio,Min_Duration,Max_Duration,Max_Flexible_Demand_Advance,Max_Flexible_Demand_Delay,Flexible_Demand_Energy_Eff,Ramp_Up_Percentage,Ramp_Dn_Percentage,Up_Time,Down_Time,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag_1,MinCapTag_2,MinCapTag_3,Hydrogen_MWh_Per_Tonne,Electrolyzer_Min_kt,Hydrogen_Price_Per_Tonne,PWFU_Fuel_Usage_Zero_Load_MMBTU_per_h,PWFU_Heat_Rate_MMBTU_per_MWh_1,PWFU_Heat_Rate_MMBTU_per_MWh_2,PWFU_Load_Point_MW_1,PWFU_Load_Point_MW_2,CO2_Capture_Fraction,CO2_Capture_Fraction_Startup,CCS_Disposal_Cost_per_Metric_Ton,Biomass,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,MULTI_FUELS,Num_Fuels,Fuel1,Heat_Rate1_MMBTU_per_MWh,Fuel1_Min_Cofire_Level,Fuel1_Min_Cofire_Level_Start,Fuel1_Max_Cofire_Level,Fuel1_Max_Cofire_Level_Start,Fuel2,Heat_Rate2_MMBTU_per_MWh,Fuel2_Min_Cofire_Level,Fuel2_Max_Cofire_Level,Fuel2_Min_Cofire_Level_Start,Fuel2_Max_Cofire_Level_Start +NENGREST,1,NENGREST_conventional_hydroelectric_1,conventional_hydroelectric,1,2,1,0,0,1,0,0,0,0,0,1,0.8,0,1,662.983,0,0,0,0,11.24,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.117,0,1,1,1,0,0,0,0,1,0.083,0.083,0,0,0.006916667,0.013833333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_conventional_hydroelectric_1,conventional_hydroelectric,1,15,2,0,0,1,0,0,0,0,0,1,0.8,0,1,67.7,0,0,0,0,13.54,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.18,0,1,1,1,0,0,0,0,1,0.083,0.083,0,0,0.006916667,0.013833333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_conventional_hydroelectric_1,conventional_hydroelectric,1,26,3,0,0,1,0,0,0,0,0,1,0.8,0,1,327.81,0,0,0,0,7.8,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.402,0,1,1,1,0,0,0,0,1,0.083,0.083,0,0,0.006916667,0.013833333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_biomass_1,biomass,1,1,1,1,0,0,0,0,0,0,0,0,0.93,1,1,106.062,0,0,0,0,3.21,0,0,0,-1,-1,-1,0,122976,0,0,0,0,5.08,0,0,0,14.58,None,0.45,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.027,20,20,0,0,0,1,2,mountain_naturalgas,6.36,0,0,0.12,1,hydrogen,6.36,0,0.12,0,0.12 +NENGREST,1,NENGREST_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,4,1,1,0,0,0,0,0,0,0,0,0.93,0,0,7077.3,0,0,0,1,471.82,0,0,0,-1,-1,-1,0,10287,0,0,0,0,3.55,0,91,2,7.43,NENGREST_NG,0.468,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,400,6,7.2,160,250,0,0,-39,0,0.0195,20,20,0,0,0,1,2,mountain_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENGREST,2,NENGREST_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,5,1,1,0,0,0,0,0,0,0,0,0.93,0,0,2684.803,0,0,0,1,244.07,0,0,0,-1,-1,-1,0,16291,0,0,0,0,4.5,0,91,2,8.29,NENGREST_NG,0.507,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-28.936,0,0.0166,20,20,0,0,0,1,2,pacific_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENGREST,1,NENGREST_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,6,1,1,0,0,0,0,0,0,0,0,0.93,0,0,302.701,0,0,0,1,43.24,0,0,0,-1,-1,-1,0,12080,0,0,0,0,4.6,0,118,3.5,10.13,NENGREST_NG,0.456,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0137,20,20,0,0,0,1,2,pacific_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENGREST,2,NENGREST_natural_gas_fired_combustion_turbine_2,natural_gas_fired_combustion_turbine,1,7,1,1,0,0,0,0,0,0,0,0,0.93,0,0,62.704,0,0,0,1,7.84,0,0,0,-1,-1,-1,0,13991,0,0,0,0,4.6,0,118,3.5,4.74,NENGREST_NG,0.488,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0108,20,20,0,0,0,1,2,pacific_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENGREST,1,NENGREST_natural_gas_steam_turbine_1,natural_gas_steam_turbine,1,8,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0.6,0,0,0,1,0.6,0,0,0,-1,-1,-1,0,50678,0,0,0,0,1.04,0,86,13.7,0,NENGREST_NG,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-20.634,0,0.0079,20,20,0,0,0,1,2,pacific_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENGREST,1,NENGREST_nuclear_1,nuclear,1,9,1,1,0,0,0,0,0,0,0,0,0.93,0,1,1242,0,0,0,1,1242,0,0,0,-1,-1,-1,0,271818,0,0,0,0,2.32,0,245,0,10.46,new_england_uranium,0.5,0,1,1,1,0,0,0,0,1,0.25,0.25,24,24,0.020833333,0.041666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.005,20,20,0,0,0,1,2,pacific_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENG_CT,1,NENG_CT_biomass_1,biomass,1,14,2,1,0,0,0,0,0,0,0,0,0.93,1,1,27.248,0,0,0,0,3.41,0,0,0,-1,-1,-1,0,122976,0,0,0,0,5.37,0,0,0,15.33,Biomass,0.348,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,1,0.0021,20,20,0,0,0,1,2,pacific_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENG_CT,1,NENG_CT_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,17,2,1,0,0,0,0,0,0,0,0,0.93,0,0,3488.704,0,0,0,1,436.09,0,0,0,-1,-1,-1,0,9698,0,0,0,0,3.57,0,91,2,7.12,NENG_CT_NG,0.338,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-26.5,0,0.039,20,20,0,0,0,1,2,south_atlantic_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENG_CT,2,NENG_CT_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,18,2,1,0,0,0,0,0,0,0,0,0.93,0,0,35.2,0,0,0,1,17.6,0,0,0,-1,-1,-1,0,16291,0,0,0,0,4.5,0,91,2,10.77,NENG_CT_NG,0.466,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.017,20,20,0,0,0,1,2,south_atlantic_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENG_CT,1,NENG_CT_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,19,2,1,0,0,0,0,0,0,0,0,0.93,0,0,434,0,0,0,1,54.25,0,0,0,-1,-1,-1,0,10609,0,0,0,0,4.6,0,118,3.5,11.06,NENG_CT_NG,0.124,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.024,20,20,0,0,0,1,2,south_atlantic_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENG_CT,2,NENG_CT_natural_gas_fired_combustion_turbine_2,natural_gas_fired_combustion_turbine,1,20,2,1,0,0,0,0,0,0,0,0,0.93,0,0,124.9,0,0,0,1,24.98,0,0,0,-1,-1,-1,0,13991,0,0,0,0,4.6,0,118,3.5,8.35,NENG_CT_NG,0.476,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.027,20,20,0,0,0,1,2,new_england_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENG_CT,1,NENG_CT_nuclear_1,nuclear,1,21,2,1,0,0,0,0,0,0,0,0,0.93,0,1,2162.9,0,0,0,1,1081.45,0,0,0,-1,-1,-1,0,190920,0,0,0,0,2.32,0,245,0,10.46,new_england_uranium,0.5,0,1,1,1,0,0,0,0,1,0.25,0.25,24,24,0.020833333,0.041666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0195,20,20,0,0,0,1,2,new_england_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENG_ME,1,NENG_ME_biomass_1,biomass,1,25,3,1,0,0,0,0,0,0,0,0,0.93,1,1,24.95,0,0,0,0,2.5,0,0,0,-1,-1,-1,0,122976,0,0,0,0,4.85,0,0,0,13.84,None,0.404,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-24.632,0,0.0166,20,20,0,0,0,1,2,east_north_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENG_ME,1,NENG_ME_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,27,3,1,0,0,0,0,0,0,0,0,0.93,0,0,274.5,0,0,0,1,137.25,0,0,0,-1,-1,-1,0,16291,0,0,0,0,4.5,0,91,2,12.62,NENG_ME_NG,0.474,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0137,20,20,0,0,0,0,1,east_north_central_coal,0,0,0,1,1,hydrogen,0,0,1,0,1 +NENG_ME,2,NENG_ME_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,28,3,1,0,0,0,0,0,0,0,0,0.93,0,0,1114.1,0,0,0,1,557.05,0,0,0,-1,-1,-1,0,9668,0,0,0,0,3.57,0,91,2,7.65,NENG_ME_NG,0.386,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0108,20,20,0,0,0,0,1,pacific_coal,0,0,0,1,1,hydrogen,0,0,1,0,1 +NENG_ME,1,NENG_ME_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,29,3,1,0,0,0,0,0,0,0,0,0.93,0,0,163.5,0,0,0,1,54.5,0,0,0,-1,-1,-1,0,11540,0,0,0,0,4.6,0,118,3.5,4.75,NENG_ME_NG,0.697,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-24.632,0,0.0079,20,20,0,0,0,1,2,east_north_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENGREST,0,NENGREST_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,33,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,229388,27483,0,0,0,0,5.82,0,103,0,7.52,NENGREST_NG_ccs90,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.005,20,20,0,0,0,1,2,east_north_central_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENGREST,0,NENGREST_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,34,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,500,0,-1,0,-1,-1,-1,110025,12441,0,0,0,0,1.61,0,103,2,6.27,NENGREST_NG,0.2,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0021,20,20,0,0,0,1,2,east_north_central_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENGREST,0,NENGREST_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,35,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,100,0,-1,0,-1,-1,-1,81998,6960,0,0,0,0,4.49,0,134,3.5,9.9,NENGREST_NG,0.3,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-26.989,0,0.039,20,20,0,0,0,1,2,west_south_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENGREST,0,NENGREST_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,37,1,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,239841,37153,0,0,0,0,6.26,0,103,0,7.89,NENGREST_NG_ccs100,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.017,20,20,0,0,0,1,2,west_south_central_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENG_CT,0,NENG_CT_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,41,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,229388,27483,0,0,0,0,5.82,0,103,0,7.52,NENG_CT_NG_ccs90,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.024,20,20,0,0,0,1,2,west_south_central_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENG_CT,0,NENG_CT_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,42,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,500,0,-1,0,-1,-1,-1,110025,12441,0,0,0,0,1.61,0,103,2,6.27,NENG_CT_NG,0.2,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-24.632,0,0.027,20,20,0,0,0,1,2,east_north_central_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENG_CT,0,NENG_CT_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,43,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,100,0,-1,0,-1,-1,-1,81998,6960,0,0,0,0,4.49,0,134,3.5,9.9,NENG_CT_NG,0.3,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0195,20,20,0,0,0,1,2,east_north_central_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENG_CT,0,NENG_CT_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,45,2,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,239841,37153,0,0,0,0,6.26,0,103,0,7.89,NENG_CT_NG_ccs100,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0166,20,20,0,0,0,1,2,east_north_central_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENG_ME,0,NENG_ME_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,49,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,229388,27483,0,0,0,0,5.82,0,103,0,7.52,NENG_ME_NG_ccs90,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9,0.9,-18.389,0,0.0137,20,20,0,0,0,1,2,pacific_naturalgas,7.16,0,0,1,1,hydrogen,7.16,0,0.12,0,0.12 +NENG_ME,0,NENG_ME_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,50,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,500,0,-1,0,-1,-1,-1,110025,12441,0,0,0,0,1.61,0,103,2,6.27,NENG_ME_NG,0.2,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0108,20,20,0,0,0,1,2,pacific_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENG_ME,0,NENG_ME_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,51,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,1,1,100,0,-1,0,-1,-1,-1,81998,6960,0,0,0,0,4.49,0,134,3.5,9.9,NENG_ME_NG,0.3,0,1,1,1,0,0,0,0,1,3.78,3.78,1,1,0.315,0.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.0079,20,20,0,0,0,1,2,pacific_naturalgas,9.72,0,0,1,1,hydrogen,9.72,0,0.12,0,0.12 +NENG_ME,0,NENG_ME_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,53,3,1,0,0,0,0,0,0,0,0,0.93,0,0,0,0,0,0,1,500,0,-1,0,-1,-1,-1,239841,37153,0,0,0,0,6.26,0,103,0,7.89,NENG_ME_NG_ccs100,0.6,0,1,1,1,0,0,0,0,1,0.64,0.64,6,6,0.053333333,0.106666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-39,0,0.005,20,20,0,0,0,1,2,middle_atlantic_naturalgas,6.36,0,0,1,1,hydrogen,6.36,0,0.12,0,0.12 +NENGREST,1,NENGREST_offshore_wind_turbine_1,offshore_wind_turbine,1,10,1,0,0,0,0,0,1,0,1,0,0.8,1,1,30,0,0,0,1,30,0,0,0,-1,-1,-1,0,128440,0,0,0,0,0,0,0,0,9.12,None,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_onshore_wind_turbine_1,onshore_wind_turbine,1,11,1,0,0,0,0,0,1,0,1,0,0.8,1,1,145.8,0,0,0,1,9.75,0,0,0,-1,-1,-1,0,43205,0,0,0,0,-18,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_solar_photovoltaic_1,solar_photovoltaic,1,13,1,0,0,0,0,0,1,0,1,0,0.8,1,1,821.4,0,0,0,1,2.6,0,0,0,-1,-1,-1,0,18760,0,0,0,0,0,0,0,0,9.13,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_onshore_wind_turbine_1,onshore_wind_turbine,1,22,2,0,0,0,0,0,1,0,1,0,0.8,1,1,6.5,0,0,0,1,5,0,0,0,-1,-1,-1,0,43205,0,0,0,0,-18,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_solar_photovoltaic_1,solar_photovoltaic,1,24,2,0,0,0,0,0,1,0,1,0,0.8,1,1,374.6,0,0,0,1,5.67,0,0,0,-1,-1,-1,0,18760,0,0,0,0,0,0,0,0,9.16,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_onshore_wind_turbine_1,onshore_wind_turbine,1,30,3,0,0,0,0,0,1,0,1,0,0.8,1,1,1190.9,0,0,0,1,48.5,0,0,0,-1,-1,-1,0,43205,0,0,0,0,-18,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.027,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_solar_photovoltaic_1,solar_photovoltaic,1,32,3,0,0,0,0,0,1,0,1,0,0.8,1,1,11.8,0,0,0,1,1.5,0,0,0,-1,-1,-1,0,18760,0,0,0,0,0,0,0,0,9.12,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_landbasedwind_ltrg1_mid_130_1,landbasedwind_ltrg1_mid_130,1,38,1,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,4888.236,0,-1,-1,-1,194100,41460,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0166,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,utilitypv_losangeles_mid_80_0_2,1,39,1,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,20835.569,0,-1,-1,-1,99283,13055,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0.0137,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,offshorewind_otrg3_mid_fixed_1_176_77,1,40,1,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,9848.442,0,-1,-1,-1,260044,91549,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0108,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_landbasedwind_ltrg1_mid_110_1,landbasedwind_ltrg1_mid_110,1,46,2,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,1982.895,0,-1,-1,-1,185181,41460,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0079,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,utilitypv_losangeles_mid_80_0_2,1,47,2,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,17063.264,0,-1,-1,-1,98631,13055,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.005,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,offshorewind_otrg3_mid_fixed_1_176_77,1,48,2,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,477.5,0,-1,-1,-1,247542,91549,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_landbasedwind_ltrg1_mid_110_1,landbasedwind_ltrg1_mid_110,1,54,3,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,20430.499,0,-1,-1,-1,233173,41460,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,utilitypv_losangeles_mid_100_0_2,1,55,3,0,0,0,0,0,1,0,1,0,0.8,1,1,0,0,0,1,1,1,0,21535.709,0,-1,-1,-1,98706,13055,0,0,0,0,0,0,0,0,0,None,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,3,1,0,1,0,0,0,0,0,0,0,0.95,0,0,1768.002,0,280635.2381,0,0,294.67,0,0,0,-1,0,-1,0,40113,0,0,0,0,0,0,0,0,0,None,0.532,0,0.866,0.866,158.730159,0,200,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,16,2,0,1,0,0,0,0,0,0,0,0.95,0,0,30.999,0,4920.47619,0,0,10.33,0,0,0,-1,0,-1,0,40113,0,0,0,0,0,0,0,0,0,None,0.871,0,0.866,0.866,158.730159,0,200,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.027,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,0,NENGREST_battery_mid_0,battery_mid,0,36,1,0,1,0,0,0,0,0,0,0,0.95,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0,0,None,0,0,0.92,0.92,1,1,10,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,0,NENG_CT_battery_mid_0,battery_mid,0,44,2,0,1,0,0,0,0,0,0,0,0.95,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0,0,None,0,0,0.92,0.92,1,1,10,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0166,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,0,NENG_ME_battery_mid_0,battery_mid,0,52,3,0,1,0,0,0,0,0,0,0,0.95,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0,0,None,0,0,0.92,0.92,1,1,10,0,0,1,1,1,0,0,0.083333333,0.166666667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0137,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_hydrogen_storage_1,hydrogen_storage,0,59,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,39761,5000,404,0,38914,29750,4.3,0,0,0,0,None,0,0,0.67,0.4,0,48,2000,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0108,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_hydrogen_storage_1,hydrogen_storage,0,60,2,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,49333,5000,404,0,38914,29750,4.3,0,0,0,0,None,0,0,0.67,0.4,0,48,2000,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0079,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_hydrogen_storage_1,hydrogen_storage,0,61,3,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,0,-1,0,-1,0,-1,38489,5000,404,0,38914,29750,4.3,0,0,0,0,None,0,0,0.67,0.4,0,48,2000,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.005,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_heat_load_shifting_1,heat_load_shifting,1,56,1,0,0,0,1,0,0,0,0,0,0.95,0,0,165.52,0,0,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0021,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_heat_load_shifting_1,heat_load_shifting,1,57,2,0,0,0,1,0,0,0,0,0,0.95,0,0,47.27,0,0,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.039,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_heat_load_shifting_1,heat_load_shifting,1,58,3,0,0,0,1,0,0,0,0,0,0.95,0,0,22.56,0,0,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.017,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENGREST,1,NENGREST_small_hydroelectric_1,small_hydroelectric,1,12,1,0,0,0,0,1,0,0,0,0,0,1,1,186.355,0,0,0,0,0.79,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.117,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.024,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_CT,1,NENG_CT_small_hydroelectric_1,small_hydroelectric,1,23,2,0,0,0,0,1,0,0,0,0,0,1,1,18.711,0,0,0,0,0.57,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.18,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.027,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,1,NENG_ME_small_hydroelectric_1,small_hydroelectric,1,31,3,0,0,0,0,1,0,0,0,0,0,1,1,195.266,0,0,0,0,1.1,0,0,0,-1,-1,-1,0,46475,0,0,0,0,0,0,0,0,9.12,None,0.192,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 +NENG_ME,0,NENG_ME_electrolyzer,hydrogen_electrolyzer,0,62,1,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1,1,-1,-1,0,-1,-1,-1,125000,15000,0,0,0,0,0,0,0,0,0,None,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,55,1000,1000,0,0,0,0,0,0,0,0,0,0.0195,20,20,0,0,0,0,1,None,0,0,0,1,1,None,0,0,1,0,1 diff --git a/test/load_resources/test_gen_non_colocated/resources/Electrolyzer.csv b/test/load_resources/test_gen_non_colocated/resources/Electrolyzer.csv index 0ac8f3f877..bff7a0d5fe 100644 --- a/test/load_resources/test_gen_non_colocated/resources/Electrolyzer.csv +++ b/test/load_resources/test_gen_non_colocated/resources/Electrolyzer.csv @@ -1,2 +1,2 @@ -Resource,Zone,Hydrogen_MWh_Per_Tonne,Electrolyzer_Min_Kt,Hydrogen_Price_Per_Tonne,Qualified_Hydrogen_Supply,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_Per_MWyr,Fixed_Om_Cost_Per_MWyr,Heat_Rate_Mmbtu_Per_MWh,Fuel,Min_Power,Ramp_Up_Percentage,Ramp_Dn_Percentage,Region,Cluster,Resource_Type -NENG_ME_electrolyzer,1,55,1000,1000,0,1,1,0,-1,-1,125000,15000,0,None,0,1,1,NENG_ME,0,hydrogen_electrolyzer \ No newline at end of file +Resource,Zone,Hydrogen_MWh_Per_Tonne,Electrolyzer_Min_Kt,Hydrogen_Price_Per_Tonne,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_Per_MWyr,Fixed_Om_Cost_Per_MWyr,Heat_Rate_Mmbtu_Per_MWh,Fuel,Min_Power,Ramp_Up_Percentage,Ramp_Dn_Percentage,Region,Cluster,Resource_Type +NENG_ME_electrolyzer,1,55,1000,1000,1,1,0,-1,-1,125000,15000,0,None,0,1,1,NENG_ME,0,hydrogen_electrolyzer diff --git a/test/test_electrolyzer.jl b/test/test_electrolyzer.jl index d6d92f269c..b176c28728 100644 --- a/test/test_electrolyzer.jl +++ b/test/test_electrolyzer.jl @@ -12,8 +12,7 @@ genx_setup = Dict("Trans_Loss_Segments" => 1, "UCommit" => 2, "StorageLosses" => 1, "ParameterScale" => 1, - "HourlyMatching" => 1, - "HydrogenHourlyMatching" => 1, + "HourlyMatchingRequirement" => 1, "HydrogenMinimumProduction" => 1 ) settings = GenX.default_settings() @@ -33,8 +32,7 @@ optimal_tol = optimal_tol_rel * obj_test # Convert to absolute tolerance # Test all the results ## Test loading functions and api for hourly matching constraint -@test GenX.qualified_supply.(inputs["RESOURCES"], tag = 1) == [0, 1, 0, 0, 1, 0] -@test inputs["QUALIFIED_SUPPLY"] == [2, 5] +@test GenX.hm.(inputs["RESOURCES"], tag = 1) == [0, 1, 0, 0, 1, 1] ## Test the objective value test_result = @test obj_test≈obj_true atol=optimal_tol diff --git a/test/test_load_resource_data.jl b/test/test_load_resource_data.jl index 00d979b197..da55f7d05d 100644 --- a/test/test_load_resource_data.jl +++ b/test/test_load_resource_data.jl @@ -72,8 +72,6 @@ function test_load_scaled_resources_data(gen, dfGen) @test GenX.num_vre_bins.(gen) == dfGen.num_vre_bins - @test GenX.qualified_hydrogen_supply.(gen) == dfGen.qualified_hydrogen_supply - @test GenX.reg_cost.(gen) == dfGen.reg_cost @test GenX.reg_max.(gen) == dfGen.reg_max @test GenX.rsv_cost.(gen) == dfGen.rsv_cost