Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4563481
change default branch back to develop after merging in commits from p…
Dec 3, 2021
bcc74e4
Merge branch 'patch' of https://github.com/NREL/SAM into develop
Dec 6, 2021
f6e3167
Merge pull request #849 from NREL/patch
Dec 9, 2021
fd48a05
Updated drilling production and injection cost curves
mjprilliman Dec 9, 2021
2896906
Merge branch 'develop' of https://github.com/NREL/SAM into gh-actions…
Dec 10, 2021
3189b87
change default branch to develop for GitHub actions
Dec 10, 2021
fe8c466
Merge pull request #854 from NREL/gh-actions-for-develop
Dec 10, 2021
01184a2
Update README.md
Dec 15, 2021
f338e53
update reference citation
Dec 15, 2021
465aff8
Merge pull request #859 from NREL/update_gh_actions_badge
Dec 15, 2021
16616c1
Merge pull request #861 from NREL/patch
Dec 16, 2021
5443a1e
Merge branch 'develop' into geothermal_cost_updates
mjprilliman Dec 20, 2021
9494e5b
Plot for drilling cost curve visualization
mjprilliman Dec 22, 2021
9489eda
PPI cost input updates
mjprilliman Dec 27, 2021
086f9e6
Updated labels on drilling cost plot
mjprilliman Jan 10, 2022
2a9ed14
Add lifetime outputs to geothermal sLCOE and None models
mjprilliman Jan 18, 2022
15ce913
Merge branch 'patch' into geothermal_cost_updates
mjprilliman Jan 18, 2022
3143a5f
UI design updates for drilling cost curves
mjprilliman Jan 21, 2022
4b4ede7
Merge branch 'patch' into geothermal_cost_updates
mjprilliman Jan 31, 2022
3952f76
Remove PPI from UI for geothermal patch changes, fix issues with
mjprilliman Jan 31, 2022
3079827
Update drilling cost plots on all changes, updated defaults; matched
mjprilliman Feb 1, 2022
4688133
Updated github actions yml with patch rather than develop
mjprilliman Feb 1, 2022
188c904
Updated test results
mjprilliman Feb 2, 2022
6d8ff04
Merge branch 'patch' into geothermal_cost_updates
mjprilliman Feb 10, 2022
526f35f
Merge branch 'patch' into geothermal_cost_updates
mjprilliman Feb 11, 2022
b2fc4ed
Deleted unused UI form; updated dropdown label
mjprilliman Feb 11, 2022
22ee058
Merge branch 'patch' into geothermal_cost_updates
mjprilliman Feb 11, 2022
13712ed
Corrected Solar Resource Page issue, updated test results
mjprilliman Feb 11, 2022
5462cfe
Merge branch 'patch' into geothermal_cost_updates
mjprilliman Feb 12, 2022
2091321
Updated test results
mjprilliman Feb 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

116 changes: 70 additions & 46 deletions deploy/runtime/defaults/Geothermal Power_Merchant Plant.txt

Large diffs are not rendered by default.

114 changes: 69 additions & 45 deletions deploy/runtime/defaults/Geothermal Power_Sale Leaseback.txt

Large diffs are not rendered by default.

112 changes: 68 additions & 44 deletions deploy/runtime/defaults/Geothermal Power_Single Owner.txt

Large diffs are not rendered by default.

1,481 changes: 1,262 additions & 219 deletions deploy/runtime/ui/Geothermal Costs.txt

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions deploy/runtime/ui/Geothermal Power Block.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@ Geothermal Power Block
0
Default

744
750
equations{ 'T_htf_hot_ref' } = define() {
return ${design_temp};
};
Expand All @@ -2531,14 +2531,16 @@ equations{ 'CT' } = define() {
return ${geopowerblock.pwrb.condenser_type}+1; };

equations{ 'geothermal_analysis_period' } = define() {

if ((financing() == "None") || (financing() == "LCOE Calculator"))
{
return 30;
}
else
{
return ${analysis_period};
}
}

};

equations{ 'HTF' } = define() {
Expand All @@ -2547,14 +2549,14 @@ equations{ 'HTF' } = define() {

equations{ 'degradation' } = define() {
return 0; };
/*
equations{ 'system_use_lifetime_output' } = define() {
// if system_use_lifetime_output = 1, grid compute module expects analysis_period input, which is not available without a financial model
if ( financing() == 'None' || financing() == 'LCOE Calculator' )
{ return 0; }
else
{ return 1; }
};
};*/
645
function update_hybrid_dispatch_inputs() {
bEnable = (${model_choice}==2 && ${geopowerblock.pwrb.condenser_type} == 2);
Expand Down
4 changes: 2 additions & 2 deletions deploy/runtime/ui/Solar Resource Data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,7 @@ equations{'ui_step_minutes'} = define() {
return(${step}/60);
};

32041
32799
on_load{'Solar Resource Data'} = define() {
//msgbox('on load');
//hide legacy data for 2020.2.29 Patch 3
Expand Down Expand Up @@ -3511,4 +3511,4 @@ function nsrdb_get()
show_log = yesno( 'Download Messages\n' + msg + '\nOpen log file?');
if ( show_log ) { browse( log_file ); }
}
}
}
10 changes: 5 additions & 5 deletions test_results_win64.csv
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ Wind Power,LCOE Calculator,818888256,NA,NA,;
Wind Power,None,201595968,NA,NA,;
Fuel Cell,Commercial,1937201,7.40346,NA,;
Fuel Cell,Single Owner,1.98459e+06,42.8507,88.4939,;
Geothermal Power,Single Owner,261253360,6.57527,8.60782,;
Geothermal Power,Merchant Plant,261320320,7.05068,NA,;
Geothermal Power,Leveraged Partnership Flip,261253360,6.66369,8.60782,;
Geothermal Power,All Equity Partnership Flip,261320320,8.08216,8.61057,;
Geothermal Power,Sale Leaseback,261253360,8.35155,8.60782,;
Geothermal Power,Single Owner,261253360,7.61571,8.60782,;
Geothermal Power,Merchant Plant,261320320,8.40532,NA,;
Geothermal Power,Leveraged Partnership Flip,261253360,7.72677,8.60782,;
Geothermal Power,All Equity Partnership Flip,261320320,9.37706,8.61057,;
Geothermal Power,Sale Leaseback,261253360,9.34021,8.60782,;
Geothermal Power,LCOE Calculator,261253360,NA,NA,;
Geothermal Power,None,261253360,NA,NA,;
Solar Water Heating,Residential,2251.89,29.8746,NA,;
Expand Down