- Posts: 77
Help needed with tcsmolten_salt Version 159
- ozsolarwind
- Topic Author
Less
More
03 Jun 2016 02:00 #4482
by ozsolarwind
Help needed with tcsmolten_salt Version 159 was created by ozsolarwind
I'm attempting to use tcsmolten_salt with SDK Version 159 (2016.3.14) but am encountering a problem. I used the Inputs from SAM to create a set of SDK input variables but I must have something wrong. SAM gives a CF of around 0.42 but SDK execution gives -2. I've attached an LK Script and the input weather file. Any help appreciated. Thanks.
Angus
PS: Minor bug: It seem that even with is_dispatch=0, the is_dispatch=1 variables are required
Angus
PS: Minor bug: It seem that even with is_dispatch=0, the is_dispatch=1 variables are required
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5447
03 Jun 2016 12:57 #4483
by pgilman
Replied by pgilman on topic Help needed with tcsmolten_salt Version 159
Hi Angus,
The LK file generated by my copy of SAM 2016.3.14 looks very different from the LK script you attached above. There are a bunch of variables missing from your script, although it does run in my copy of SDKtool and generates the same -2 capacity factor that you see.
Could you try generating the LK script again from SAM (shift-F5)? Please double-check that you are using the latest version of SAM. To see the version number, click Help and then in the Help window, click About. SAM's SSC version number should match the one that is loaded in SDKtool.
Here is a link to the LK script I generated . If you have a way to do a text compare, you'll quickly see the difference between the two files.
Best regards,
Paul.
The LK file generated by my copy of SAM 2016.3.14 looks very different from the LK script you attached above. There are a bunch of variables missing from your script, although it does run in my copy of SDKtool and generates the same -2 capacity factor that you see.
Could you try generating the LK script again from SAM (shift-F5)? Please double-check that you are using the latest version of SAM. To see the version number, click Help and then in the Help window, click About. SAM's SSC version number should match the one that is loaded in SDKtool.
Here is a link to the LK script I generated . If you have a way to do a text compare, you'll quickly see the difference between the two files.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
- ozsolarwind
- Topic Author
Less
More
- Posts: 77
03 Jun 2016 19:47 #4484
by ozsolarwind
Replied by ozsolarwind on topic Help needed with tcsmolten_salt Version 159
Paul
Thanks once again. Your script produces useful results. The one I created was minimalist with just those variables I felt I needed from the REQUIRE column - values of . I'll now compare and find my problem.
Kind regards
Angus
Thanks once again. Your script produces useful results. The one I created was minimalist with just those variables I felt I needed from the REQUIRE column - values of . I'll now compare and find my problem.
Kind regards
Angus
Please Log in or Create an account to join the conversation.
- ozsolarwind
- Topic Author
Less
More
- Posts: 77
03 Jun 2016 19:53 #4485
by ozsolarwind
Replied by ozsolarwind on topic Help needed with tcsmolten_salt Version 159
Paul
And I'll try and remember Shift-F5
And I'll try and remember Shift-F5
Please Log in or Create an account to join the conversation.
- ozsolarwind
- Topic Author
Less
More
- Posts: 77
03 Jun 2016 20:54 #4486
by ozsolarwind
Replied by ozsolarwind on topic Help needed with tcsmolten_salt Version 159
Paul
Sheepishly, I had a problem with 'Turbine output fraction' set at 0 rather than 1.
var ('f_turb_tou_periods', [1, 1, 1, 1, 1, 1, 1, 1, 1]); works better than var ('f_turb_tou_periods', [0, 0, 0, 0, 0, 0, 0, 0, 0]);
Kind regards
Angus
Sheepishly, I had a problem with 'Turbine output fraction' set at 0 rather than 1.
var ('f_turb_tou_periods', [1, 1, 1, 1, 1, 1, 1, 1, 1]); works better than var ('f_turb_tou_periods', [0, 0, 0, 0, 0, 0, 0, 0, 0]);
Kind regards
Angus
Please Log in or Create an account to join the conversation.
Moderators: pgilman