Skip to content

Commit c8fb178

Browse files
authored
Merge pull request #1947 from NREL/report-template-updates
Report template updates
2 parents d38028d + 50cd000 commit c8fb178

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

deploy/runtime/defaults/MEtidal_LCOE Calculator.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@
11111111
"tidal_turbine_cutin": 0.0,
11121112
"tidal_turbine_hub_ht": 0.0,
11131113
"tidal_turbine_kw_rating": 8129.31,
1114-
"tidal_turbine_kw_rating_input": 4064.66,
1114+
"tidal_turbine_kw_rating_rotor": 4064.66,
11151115
"tidal_turbine_max_cp": [
11161116
0.42
11171117
],

deploy/runtime/defaults/MEtidal_None.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
"tidal_turbine_cutin": 0.0,
498498
"tidal_turbine_hub_ht": 0.0,
499499
"tidal_turbine_kw_rating": 2032.33,
500-
"tidal_turbine_kw_rating_input": 1016.16,
500+
"tidal_turbine_kw_rating_rotor": 1016.16,
501501
"tidal_turbine_max_cp": [
502502
0.42
503503
],
-33 Bytes
Binary file not shown.
-12.7 KB
Binary file not shown.
74 Bytes
Binary file not shown.

deploy/runtime/ui/Marine Tidal Turbine Design.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"ObjectProperties": {
295295
"Name": {
296296
"Type": 5.0,
297-
"String": "tidal_turbine_kw_rating_input"
297+
"String": "tidal_turbine_kw_rating_rotor"
298298
},
299299
"X": {
300300
"Type": 3.0,
@@ -862,7 +862,7 @@
862862
"sscVariableName": "",
863863
"sscVariableValue": ""
864864
},
865-
"tidal_turbine_kw_rating_input": {
865+
"tidal_turbine_kw_rating_rotor": {
866866
"Version": 4.0,
867867
"Type": 1.0,
868868
"Label": "Rated power per rotor",
@@ -1071,7 +1071,7 @@
10711071
"\t${tidal_turbine_powercurve_powerout} = power_rated;\r",
10721072
"\t//${tidal_turbine_powercurve_powerout_electric} = power;\r",
10731073
"\t${tidal_turbine_kw_rating} = rated_power;\r",
1074-
"\t${tidal_turbine_kw_rating_input} = rated_power_rotor; //todo rename variables\r",
1074+
"\t${tidal_turbine_kw_rating_rotor} = rated_power_rotor; //todo rename variables\r",
10751075
"\t\r",
10761076
"\t\r",
10771077
"\t// other outputs\r",

0 commit comments

Comments
 (0)