- Posts: 23
Use LK to import user defined TOD array
- Harry Han
- Topic Author
Less
More
06 Aug 2017 21:34 #5615
by Harry Han
Use LK to import user defined TOD array was created by Harry Han
Dear Paul
Is it possible that I can import user defined TOD array into power tower model with LK? The user defined TOD array is consisted of 8760 numbers.
Thank you!
Han
Is it possible that I can import user defined TOD array into power tower model with LK? The user defined TOD array is consisted of 8760 numbers.
Thank you!
Han
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
08 Aug 2017 15:36 #5616
by pgilman
Replied by pgilman on topic Use LK to import user defined TOD array
Dear Han,
Yes, the variable for the time series TOD multipliers array is
.
Be sure to enable that option on the Time of Delivery Factors page, by choosing Time of Delivery Factors Timestep at the top of the page. You can also do that programmatically in LK with
.
Best regards,
Paul.
Yes, the variable for the time series TOD multipliers array is
Code:
dispatch_factors_ts
Be sure to enable that option on the Time of Delivery Factors page, by choosing Time of Delivery Factors Timestep at the top of the page. You can also do that programmatically in LK with
Code:
set('ppa_multiplier_model',1)
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- Harry Han
- Topic Author
Less
More
- Posts: 23
10 Aug 2017 19:12 #5617
by Harry Han
Replied by Harry Han on topic Use LK to import user defined TOD array
Hi Paul
Thank you Paul. Is it possile that I can also use time series system control dispatch schedule?
I have checked the single owner module, the related parameters are dispatch _sche_weekly and dispatch_sched_weekend. There is also a variable named is_dispatch_series and dispatch_series. Can I set is_dispatch_series to be 1 and then import dispatch_series?
Best reagards!
Han
Thank you Paul. Is it possile that I can also use time series system control dispatch schedule?
I have checked the single owner module, the related parameters are dispatch _sche_weekly and dispatch_sched_weekend. There is also a variable named is_dispatch_series and dispatch_series. Can I set is_dispatch_series to be 1 and then import dispatch_series?
Best reagards!
Han
Please Log in or Create an account to join the conversation.
- Harry Han
- Topic Author
Less
More
- Posts: 23
10 Aug 2017 21:48 #5618
by Harry Han
Replied by Harry Han on topic Use LK to import user defined TOD array
Dear Paul
Where can I find the detailed description of the module tcsgeneric_solar and tcsmolten_salt? And also some of output parameters can not be found in the module browser for singleowner module. How can I get this informations?
Thank you very much!
Han
Where can I find the detailed description of the module tcsgeneric_solar and tcsmolten_salt? And also some of output parameters can not be found in the module browser for singleowner module. How can I get this informations?
Thank you very much!
Han
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
11 Aug 2017 15:39 #5619
by pgilman
Replied by pgilman on topic Use LK to import user defined TOD array
Dear Han,
We do not have detailed documentation for those compute modules. SAM will soon be an open-source project on GitHub.com, so you could research the source code itself to learn more about how the models work.
Which singleowner outputs are you having trouble finding in SDKtool?
Best regards,
Paul.
We do not have detailed documentation for those compute modules. SAM will soon be an open-source project on GitHub.com, so you could research the source code itself to learn more about how the models work.
Which singleowner outputs are you having trouble finding in SDKtool?
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman