Skip to content

Commit

Permalink
update pysam files
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Apr 25, 2024
1 parent 0298083 commit 7e6f85d
Show file tree
Hide file tree
Showing 20 changed files with 1,400 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 90,
"csp_dtr_cost_contingency_percent": 7,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,9 +404,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 90,
"csp_dtr_cost_contingency_percent": 7,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"defaults": {
"SystemControl": {
"time_start": 0,
"time_stop": 3.1536e+07
},
"Weather": {
},
Expand Down Expand Up @@ -639,9 +641,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 90,
"csp_dtr_cost_contingency_percent": 7,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"defaults": {
"SystemControl": {
"time_start": 0,
"time_stop": 3.1536e+07
},
"Weather": {
},
Expand Down Expand Up @@ -605,9 +607,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 0,
"csp_dtr_cost_contingency_percent": 10,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"defaults": {
"SystemControl": {
"time_start": 0,
"time_stop": 3.1536e+07
},
"Weather": {
},
Expand Down Expand Up @@ -639,9 +641,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 90,
"csp_dtr_cost_contingency_percent": 7,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"defaults": {
"SystemControl": {
"time_start": 0,
"time_stop": 3.1536e+07
},
"Weather": {
},
Expand Down Expand Up @@ -609,9 +611,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 90,
"csp_dtr_cost_contingency_percent": 7,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"defaults": {
"SystemControl": {
"time_start": 0,
"time_stop": 3.1536e+07
},
"Weather": {
},
Expand Down Expand Up @@ -605,9 +607,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 0,
"csp_dtr_cost_contingency_percent": 10,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"defaults": {
"SystemControl": {
"time_start": 0,
"time_stop": 3.1536e+07
},
"Weather": {
},
Expand Down Expand Up @@ -639,9 +641,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 90,
"csp_dtr_cost_contingency_percent": 7,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"defaults": {
"SystemControl": {
"time_start": 0,
"time_stop": 3.1536e+07
},
"Weather": {
},
Expand Down Expand Up @@ -639,9 +641,6 @@
},
"TowerAndReceiver": {
},
"SolarResourceData": {
"lat": 32.13
},
"CapitalCosts": {
"csp_dtr_cost_bop_per_kwe": 90,
"csp_dtr_cost_contingency_percent": 7,
Expand Down
10 changes: 5 additions & 5 deletions api/include/SAM_FresnelPhysical.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,23 +117,23 @@ extern "C"
* Set solar_mult_in: Solar multiple Input
* options: None
* constraints: None
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysical_SystemDesign_solar_mult_in_nset(SAM_table ptr, double number, SAM_error *err);

/**
* Set solar_mult_or_Ap: Design using specified solar mult or field aperture [m3]
* options: None
* constraints: None
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysical_SystemDesign_solar_mult_or_Ap_nset(SAM_table ptr, double number, SAM_error *err);

/**
* Set total_Ap_in: Field aperture Input [m3]
* options: None
* constraints: None
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysical_SystemDesign_total_Ap_in_nset(SAM_table ptr, double number, SAM_error *err);

Expand Down Expand Up @@ -852,7 +852,7 @@ extern "C"
* Set pc_config: 0: Steam Rankine (224), 1: user defined [-]
* options: None
* constraints: INTEGER
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysical_Powerblock_pc_config_nset(SAM_table ptr, double number, SAM_error *err);

Expand Down Expand Up @@ -1147,7 +1147,7 @@ extern "C"
* Set dispatch_series: Time series dispatch factors
* options: None
* constraints: None
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysical_SysControl_dispatch_series_aset(SAM_table ptr, double* arr, int length, SAM_error *err);

Expand Down
6 changes: 3 additions & 3 deletions api/include/SAM_FresnelPhysicalIph.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,23 +101,23 @@ extern "C"
* Set solar_mult_in: Solar multiple Input
* options: None
* constraints: None
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysicalIph_SystemDesign_solar_mult_in_nset(SAM_table ptr, double number, SAM_error *err);

/**
* Set solar_mult_or_Ap: Design using specified solar mult or field aperture [m3]
* options: None
* constraints: None
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysicalIph_SystemDesign_solar_mult_or_Ap_nset(SAM_table ptr, double number, SAM_error *err);

/**
* Set total_Ap_in: Field aperture Input [m3]
* options: None
* constraints: None
* required if: None
* required if: *
*/
SAM_EXPORT void SAM_FresnelPhysicalIph_SystemDesign_total_Ap_in_nset(SAM_table ptr, double number, SAM_error *err);

Expand Down
2 changes: 1 addition & 1 deletion api/include/SAM_Solarpilot.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extern "C"
SAM_EXPORT void SAM_Solarpilot_SolarPILOT_contingency_rate_nset(SAM_table ptr, double number, SAM_error *err);

/**
* Set cost_sf_fixed: Soalr field fixed cost [$]
* Set cost_sf_fixed: Solar field fixed cost [$]
* options: None
* constraints: None
* required if: *
Expand Down

0 comments on commit 7e6f85d

Please sign in to comment.