Skip to content

Commit 21f4e6f

Browse files
committed
Allow module area for PVWatts Battery configs
1 parent b3a34d3 commit 21f4e6f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deploy/runtime/ui/PV Battery Capital Costs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9562,8 +9562,7 @@
95629562
"};",
95639563
"",
95649564
"equations{ 'modulearray_area' } = define() {",
9565-
"\tif ( technology() == 'PVWatts Battery' ) {return 0;}",
9566-
"\telse {return ${total_module_area};}",
9565+
"\treturn ${total_module_area};",
95679566
"};",
95689567
"",
95699568
"equations{ 'total_indirect_cost' } = define() {",

0 commit comments

Comments
 (0)