Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cmod_irradproc.cpp small documentation detail #955

Merged
merged 1 commit into from Jan 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ssc/cmod_irradproc.cpp
Expand Up @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
static var_info _cm_vtab_irradproc[] = {
/* VARTYPE DATATYPE NAME LABEL UNITS META GROUP REQUIRED_IF CONSTRAINTS UI_HINTS*/

{ SSC_INPUT, SSC_NUMBER, "irrad_mode", "Irradiance input mode", "0/1/2", "Beam+Diff,Global+Beam, Global+Diff", "Irradiance Processor", "?=0", "INTEGER,MIN=0,MAX=2", ""},
{ SSC_INPUT, SSC_NUMBER, "irrad_mode", "Irradiance input mode", "0/1/2/3/4", "Beam+Diff,Global+Beam, Global+Diff, POA Ref cell, POA Pyranometer ", "Irradiance Processor", "?=0", "INTEGER,MIN=0,MAX=2", ""},

{ SSC_INPUT, SSC_ARRAY, "beam", "Beam normal irradiance", "W/m2", "", "Irradiance Processor", "irrad_mode~2", "", "" },
{ SSC_INPUT, SSC_ARRAY, "diff", "Diffuse horizontal irradiance", "W/m2", "", "Irradiance Processor", "irrad_mode~1", "LENGTH_EQUAL=beam", "" },
Expand Down