Skip to content

Commit 74dd284

Browse files
set heat_rate to zero. has no effect on results. per SAM docs: 'If you are using the generic plant to represent a system that does not consume fuel, you should change the heat rate value to zero.'
1 parent 1a32631 commit 74dd284

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/geophires_x/sam_economics/Generic_400_MWe/Generic_400_MWe.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"derate" : 0,
44
"system_capacity" : 404311.571,
55
"user_capacity_factor" : 90,
6-
"heat_rate" : 10,
7-
"conv_eff" : 34.118048447628794,
6+
"heat_rate" : 0,
7+
"conv_eff" : 0,
88
"energy_output_array" : [ 0 ],
99
"system_use_lifetime_output" : 0,
1010
"analysis_period" : 30,

src/geophires_x/sam_economics/Generic_400_MWe/Generic_400_MWe_custom_generation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"derate" : 0,
44
"system_capacity" : 404311.571,
55
"user_capacity_factor" : 90,
6-
"heat_rate" : 10,
7-
"conv_eff" : 34.118048447628794,
6+
"heat_rate" : 0,
7+
"conv_eff" : 0,
88
"energy_output_array" : [ 0 ],
99
"system_use_lifetime_output" : 0,
1010
"analysis_period" : 30,

0 commit comments

Comments
 (0)