Skip to content

Commit 12b5486

Browse files
author
tyneises
authored
Merge pull request #1660 from NREL/update-labels-for-iph
switch checkbox label from cycle to heat sink
2 parents d328631 + 6055831 commit 12b5486

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

deploy/runtime/ui/MSLF IPH Dispatch Control.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@
916916
},
917917
"Width": {
918918
"Type": 3.0,
919-
"Integer": 268.0
919+
"Integer": 289.0
920920
},
921921
"Height": {
922922
"Type": 3.0,
@@ -928,7 +928,7 @@
928928
},
929929
"Caption": {
930930
"Type": 5.0,
931-
"String": "Use output fraction as maximum cycle output"
931+
"String": "Use output fraction as maximum heat sink output?"
932932
},
933933
"State": {
934934
"Type": 2.0,

deploy/runtime/ui/MSPT IPH Dispatch Control.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
},
439439
"Width": {
440440
"Type": 3.0,
441-
"Integer": 260.0
441+
"Integer": 290.0
442442
},
443443
"Height": {
444444
"Type": 3.0,
@@ -450,7 +450,7 @@
450450
},
451451
"Caption": {
452452
"Type": 5.0,
453-
"String": "Use output fraction as maximum cycle output"
453+
"String": "Use output fraction as maximum heat sink output?"
454454
},
455455
"State": {
456456
"Type": 2.0,

deploy/runtime/ui/Physical Trough IPH Dispatch Control.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@
916916
},
917917
"Width": {
918918
"Type": 3.0,
919-
"Integer": 268.0
919+
"Integer": 286.0
920920
},
921921
"Height": {
922922
"Type": 3.0,
@@ -928,7 +928,7 @@
928928
},
929929
"Caption": {
930930
"Type": 5.0,
931-
"String": "Use output fraction as maximum cycle output"
931+
"String": "Use output fraction as maximum heat sink output?"
932932
},
933933
"State": {
934934
"Type": 2.0,

deploy/runtime/versions.lk

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,20 @@ version_upgrade{'2023.10.31'} = define() {
300300
// new variables for MSLF
301301
if(cfg.tech == 'MSLF'){
302302

303+
old_fp_mode = value( 'fp_mode' );
304+
if(old_fp_mode != 1){
305+
message('Your file uses fossil backup for freeze protection (dropdown on Thermal Storage page). We removed this option for this release'
306+
' and switched to using electricity that is deducted from the total plant output. Your annual energy will decrease, and the difference'
307+
' will depend on the amount of freeze protection required. For reference, the annual energy in the default case decreases by around 12%.', 'warning');
308+
}
309+
303310
// General Warnings
304311
message('We improved this model to use the numerical solver and plant controller that the power tower and Physical trough use. This framework improves mass and energy balances and system control.'
305312
' The new implementation requires moving or renaming many inputs from your old file. Please carefully review the new input pages and results.', 'warning');
306313
message('We improved the calculations that size the field to achieve to a target solar multiple.'
307314
' This version includes all design-point optical and thermal losses. For the default case, this change increases the solar field size by 1-2%.'
308315
' Please review the calculated solar field area when you open your case.', 'warning');
309-
message('The new linear fresnel model does not provide an option for fossil backup. Simulation results will be different if fossil heating was previously used.', 'warning');
316+
310317

311318
// System Design
312319
value('solar_mult_in', oldvalue('solar_mult'), 'Changed variable cmod name.');

0 commit comments

Comments
 (0)