- Posts: 1
P90 sim using SSC/SDK
- munjalsavla
- Topic Author
Less
More
15 Feb 2019 00:25 #6646
by munjalsavla
P90 sim using SSC/SDK was created by munjalsavla
Hi,
Need to run P90 simulations using a script. However, can't find a module in ssc.dll which will perform P90 simulations.
Have i missed something or is there a work around?
Thanks.
Need to run P90 simulations using a script. However, can't find a module in ssc.dll which will perform P90 simulations.
Have i missed something or is there a work around?
Thanks.
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
19 Feb 2019 15:58 #6647
by pgilman
Replied by pgilman on topic P90 sim using SSC/SDK
Hello,
The P50/P90 simulation algorithm is implemented in SAM's user interface.
The C++ code for this implementation is available here:
github.com/NREL/SAM/blob/develop/src/p50p90.cpp
You could write your own algorithm based on that code.
This publication about P50/P90 simulations in SAM might also be helpful:
www.nrel.gov/docs/fy12osti/54488.pdf (432 KB)
Best regards,
Paul.
The P50/P90 simulation algorithm is implemented in SAM's user interface.
The C++ code for this implementation is available here:
github.com/NREL/SAM/blob/develop/src/p50p90.cpp
You could write your own algorithm based on that code.
This publication about P50/P90 simulations in SAM might also be helpful:
www.nrel.gov/docs/fy12osti/54488.pdf (432 KB)
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman