Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1e54e08
Set Pxx value to unsigned, limit to 1-99
mjprilliman Apr 1, 2026
94f51cc
Update bounds on Pxx when loading existing cases
mjprilliman Apr 10, 2026
0d2db56
Update solar resource file converter for changes to SolarAnyhere form…
cpaulgilman Apr 10, 2026
5dc6760
Merge branch 'develop' of https://github.com/NREL/SAM into ssc_1378_c…
brtietz Apr 10, 2026
33ca1ac
Initial implementation for wind lifetime mode
brtietz Apr 10, 2026
a00fb68
Clean up adjust factors widget and add version upgrade script
brtietz Apr 11, 2026
e59057c
Defaults and api updates via export config
brtietz Apr 11, 2026
ee877c0
Add support for NSRDB Polar datasets (#2173)
cpaulgilman Apr 13, 2026
59a8997
Send-to-excel fixes (#2169)
cpaulgilman Apr 13, 2026
3c55cec
Commit this annoying dview file yet again
brtietz Apr 15, 2026
37fe90e
Merge branch 'patch' of https://github.com/NREL/SAM into patch
brtietz Apr 15, 2026
b308402
API autogen changes for patch
brtietz Apr 15, 2026
56f1ec5
Merge pull request #2177 from NatLabRockies/api_autogen_for_patch
brtietz Apr 15, 2026
22f4bf4
Merge pull request #2160 from NatLabRockies/sam_1970
mjprilliman Apr 22, 2026
fe0b2e4
Remove lab logo commented code from open source (#2168)
cpaulgilman Apr 22, 2026
51523ba
Merge branch 'develop' of https://github.com/NREL/SAM into ssc_1300_w…
brtietz Apr 23, 2026
5222b4e
First pass at wind degradation UI. Doesn't work well for hybrids.
brtietz Apr 24, 2026
c671cbe
Convert wind to seperate page to represent linear degradation
brtietz Apr 25, 2026
8d39ba0
Convert all hybrids models to lifetime mode
brtietz Apr 25, 2026
3c38b78
Update defaults for new wind configurations. LCOE increase is expecte…
brtietz Apr 25, 2026
15b6386
Not sure why version.lk isn't working for hybrids
brtietz Apr 25, 2026
a33c7b9
Add msgboxes to give Steve a jump start on debugging
brtietz Apr 29, 2026
a372b77
Merge branch 'patch' of https://github.com/NREL/SAM into patch_to_dev…
brtietz May 1, 2026
b91cb39
run api export to be sure these are right
brtietz May 1, 2026
57ea8fb
Merge pull request #2183 from NatLabRockies/patch_to_develop_5_1_26
brtietz May 1, 2026
f665307
Add ac lifetime degradation form
brtietz May 5, 2026
639882b
Add gitignores so git status gets more useful
brtietz May 5, 2026
5787f5e
Merge pull request #2184 from NatLabRockies/load_profile_gitignores
brtietz May 5, 2026
596b00b
Version upgrader updates for hybrids
sjanzou May 6, 2026
c9e9385
Merge branch 'develop' of https://github.com/NREL/SAM into ssc_1300_w…
brtietz May 6, 2026
176b583
Merge branch 'ssc_1300_wind_lifetime_mode' of https://github.com/NREL…
brtietz May 6, 2026
22535d1
Fix versions.lk
cpaulgilman May 6, 2026
679b48f
Merge branch 'ssc_1300_wind_lifetime_mode' of https://github.com/NREL…
brtietz May 6, 2026
0b09253
WIP on generic to ac degradation
brtietz May 6, 2026
129e58d
Additional version upgrades for the ac degradation changes
brtietz May 6, 2026
85d0929
API and export config updates for ac_degradation
brtietz May 6, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"gen": [0]
},
"Lifetime": {
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"LCOS": {
"batt_salvage_percentage": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"gen": [0]
},
"Lifetime": {
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"LCOS": {
"batt_salvage_percentage": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 43.6
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 20
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 20
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 43.6
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 20
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 20
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 43.6
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 20
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 20
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 90
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 43.6
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 90
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 100
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 90
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 90
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 90
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 90
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"user_capacity_factor": 90
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 25,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"Recapitalization": {
},
"TimeOfDelivery": {
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"UtilityBill": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaults": {
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"SystemOutput": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaults": {
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"SystemOutput": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaults": {
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"SystemOutput": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaults": {
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"SystemOutput": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaults": {
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"SystemOutput": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaults": {
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"SystemOutput": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"defaults": {
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"SystemOutput": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"Recapitalization": {
},
"TimeOfDelivery": {
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"UtilityBill": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219268,7 +219268,7 @@
"UtilityBill": {
},
"Lifetime": {
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"FuelCell": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"year": [2010.000000]
},
"Lifetime": {
"ac_degradation": [0.000000],
"analysis_period": 20,
"generic_degradation": [0.000000],
"system_use_lifetime_output": 1
},
"AdjustmentFactors": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"dc_degradation": [0.500000],
"system_use_lifetime_output": 1
},
"SystemDesign": {
"array_type": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"dc_degradation": [0.500000],
"system_use_lifetime_output": 1
},
"SystemDesign": {
"array_type": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"dc_degradation": [0.500000],
"system_use_lifetime_output": 1
},
"SystemDesign": {
"array_type": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"dc_degradation": [0.500000],
"system_use_lifetime_output": 1
},
"SystemDesign": {
"array_type": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"dc_degradation": [0.500000],
"system_use_lifetime_output": 1
},
"SystemDesign": {
"array_type": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
},
"Lifetime": {
"analysis_period": 25,
"system_use_lifetime_output": 0
"dc_degradation": [0.500000],
"system_use_lifetime_output": 1
},
"SystemDesign": {
"array_type": 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"salvage_percentage": 0,
"sponsor_operating_margin": 20,
"sponsor_operating_margin_escalation": 2,
"system_use_lifetime_output": 0,
"system_use_lifetime_output": 1,
"tax_investor_required_lease_reserve": 6,
"total_installed_cost": 3.1748e+08
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
},
"Lifetime": {
"inflation_rate": 2.5,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"FuelCell": {
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Lifetime": {
"analysis_period": 25,
"inflation_rate": 2.5,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"ElectricityRates": {
"en_electricity_rates": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"Lifetime": {
"analysis_period": 25,
"inflation_rate": 2.5,
"system_use_lifetime_output": 0
"system_use_lifetime_output": 1
},
"ElectricityRates": {
"rate_escalation": [0.000000],
Expand Down
Loading
Loading