Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed May 28, 2020
1 parent 7bcb572 commit ee00b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssc/cmod_pvwattsv7.cpp
Expand Up @@ -108,7 +108,7 @@ static var_info _cm_vtab_pvwattsv7[] = {

/* VARTYPE DATATYPE NAME LABEL UNITS META GROUP REQUIRED_IF CONSTRAINTS UI_HINTS*/
{ SSC_INPUT, SSC_STRING, "solar_resource_file", "Weather file path", "", "", "Solar Resource", "?", "", "" },
{ SSC_INPUT, SSC_TABLE, "solar_resource_data", "Weather data", "", "dn,df,tdry,wspd,lat,lon,tz,elev" "Solar Resource", "?", "", "" },
{ SSC_INPUT, SSC_TABLE, "solar_resource_data", "Weather data", "", "dn,df,tdry,wspd,lat,lon,tz,elev", "Solar Resource", "?", "", "" },
{ SSC_INPUT, SSC_ARRAY, "albedo", "Albedo", "frac", "if provided, will overwrite weather file albedo","Solar Resource", "", "", "" },

{ SSC_INOUT, SSC_NUMBER, "system_use_lifetime_output", "Run lifetime simulation", "0/1", "", "Lifetime", "?=0", "", "" },
Expand Down

0 comments on commit ee00b0d

Please sign in to comment.