Skip to content

Commit 4773dac

Browse files
committed
Merge branch 'develop' of https://github.com/NREL/ssc into ssc_1378_custom_generation_lifetime
2 parents 9bb588c + 7829130 commit 4773dac

13 files changed

+1107
-10231
lines changed

shared/lib_irradproc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void solarpos(int year, int month, int day, int hour, double minute, double lat,
8989
/** @defgroup solarpos_spa Solar Position Algorithm group/
9090
* The functions in this group are used to calculate the sun's position at any given timestep
9191
* based on the Solar Position Algorithm reported by Reda and Andreas in NREL/TP-560-34302, 2008.
92-
* The functions used in this implementation were taken from a C code implementation provided at https://midcdmz.nrel.gov/spa/
92+
* The functions used in this implementation were taken from a C code implementation provided at https://midcdmz.nlr.gov/spa/
9393
* @{
9494
*/
9595
/**

solarpilot/interop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2491,7 +2491,7 @@ void grid_emulator_base::AddRow(int row, std::string label, std::string units, d
24912491
//Row adding method for simple performance runs
24922492

24932493
if ((GetNumberCols() < 6) || (GetNumberRows() < row + 1))
2494-
throw spexception("Sorry! Results table incorrectly formatted. Please contact solarpilot.support@nrel.gov for help.");
2494+
throw spexception("Sorry! Results table incorrectly formatted. Please contact solarpilot.support@nlr.gov for help.");
24952495

24962496
bool is_currency = false;
24972497
if (units.find("$") != std::string::npos) is_currency = true;

ssc/cmod_communitysolar.cpp

Lines changed: 147 additions & 1450 deletions
Large diffs are not rendered by default.

ssc/cmod_equpartflip.cpp

Lines changed: 208 additions & 1508 deletions
Large diffs are not rendered by default.

ssc/cmod_host_developer.cpp

Lines changed: 164 additions & 1454 deletions
Large diffs are not rendered by default.

ssc/cmod_levpartflip.cpp

Lines changed: 158 additions & 1471 deletions
Large diffs are not rendered by default.

ssc/cmod_merchantplant.cpp

Lines changed: 125 additions & 1406 deletions
Large diffs are not rendered by default.

ssc/cmod_pvsamv1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3298,7 +3298,7 @@ void cm_pvsamv1::exec()
32983298

32993299
// calculate system performance factor
33003300
// reference: (http://files.sma.de/dl/7680/Perfratio-UEN100810.pdf)
3301-
// additional reference: (http://www.nrel.gov/docs/fy05osti/37358.pdf)
3301+
// additional reference: (http://www.nlr.gov/docs/fy05osti/37358.pdf)
33023302
// PR = net_ac (kWh) / ( total input radiation (kWh) * stc efficiency (%) )
33033303
// bug fix 6/15/15 jmf: total input radiation for PR should NOT including shading or soiling, hence use Nominal value.
33043304
assign("performance_ratio", var_data((ssc_number_t)(ac_net / (nom_rad * mod_eff / 100.0))));

ssc/cmod_saleleaseback.cpp

Lines changed: 136 additions & 1450 deletions
Large diffs are not rendered by default.

ssc/cmod_singleowner.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -839,20 +839,6 @@ enum {
839839
CF_util_escal_rate,
840840

841841

842-
// SAM 1038
843-
CF_itc_fed_amount,
844-
CF_itc_fed_percent_fraction,
845-
CF_itc_fed_percent_amount,
846-
CF_itc_fed_percent_maxvalue,
847-
CF_itc_fed,
848-
CF_itc_sta_amount,
849-
CF_itc_sta_percent_fraction,
850-
CF_itc_sta_percent_amount,
851-
CF_itc_sta_percent_maxvalue,
852-
CF_itc_sta,
853-
CF_itc_total,
854-
855-
856842
CF_max,
857843
};
858844

0 commit comments

Comments
 (0)