Skip to content

Commit

Permalink
update for new type definitions in ASHP inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zolanaj committed Sep 4, 2024
1 parent 4fa2ce9 commit 285340d
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 7 deletions.
2 changes: 1 addition & 1 deletion julia_src/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.REopt]]
deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"]
git-tree-sha1 = "a0c5f2e9849abd780d342d5565f5a16f01aa30e4"
git-tree-sha1 = "03879a39183c790269801f9be06a05e4998d04ba"
repo-rev = "add-ashp"
repo-url = "https://github.com/NREL/REopt.jl.git"
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
Expand Down
12 changes: 6 additions & 6 deletions reoptjl/test/posts/all_inputs_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,12 @@
"om_cost_per_ton": 0.0,
"macrs_option_years": 0,
"macrs_bonus_fraction": 1.0,
"heating_cop_reference": [],
"heating_cf_reference": [],
"heating_reference_temps_degF": [],
"cooling_cop_reference": [],
"cooling_cf_reference": [],
"cooling_reference_temps_degF": [],
"heating_cop_reference": [1.1,2.1,3.5],
"heating_cf_reference": [0.4, 0.65, 1.0],
"heating_reference_temps_degF": [-5, 17, 47],
"cooling_cop_reference": [3.2, 2.6],
"cooling_cf_reference": [1.01, 0.94],
"cooling_reference_temps_degF": [82, 95],
"can_serve_cooling": true,
"force_into_system": false,
"avoided_capex_by_ashp_present_value": 0,
Expand Down
Loading

0 comments on commit 285340d

Please sign in to comment.