-
Notifications
You must be signed in to change notification settings - Fork 103
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
Ssc 1074 ippppa to attic plus patch to develop #1280
Conversation
edit comments to explain elevation, time zone requirements
Address SAM issue 1990 - 5 minute weather data header info
Address SAM issue 2004
Avoid giving free energy at the end of a grid outage
…ppppa_to_attic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are there so many non-ippppa changes here? Is this a merge from patch to develop, too?
} | ||
state->q0 = q_upper; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this previously incorrect or are you taking the opportunity to update formatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Previously incorrect. See #1278
@@ -479,7 +479,12 @@ bool windfile::open( const std::string &file ) | |||
std::vector<std::string> hdr; | |||
int ncols = locate2(m_buf, hdr, ','); | |||
|
|||
for (size_t i = 0; (int)i < ncols; i++) | |||
lat = std::numeric_limits<float>::quiet_NaN(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for initializing.
@@ -30,7 +30,6 @@ set(SSC_SRC | |||
cmod_csp_common_eqns.cpp | |||
cmod_csp_common_eqns.h | |||
cmod_csp_dsg_lf_ui.cpp | |||
cmod_csp_heatsink.cpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops - looks like I used --ours a little too aggressively on the merge. This is a good reason to do two PRs instead of combining this with changes to develop. I'll close this one.
Yes. We can do separate PRs for that if you prefer. |
Looks like this pulled along a few patch issues as well.
Fixes #1074 - moves unused cmod file to attic
Pairs with NREL/SAM#2011