- Posts: 2
Skip load estimate scaling in PySAM
- justinhohner
- Topic Author
Less
More
03 Apr 2023 14:09 #12029
by justinhohner
Skip load estimate scaling in PySAM was created by justinhohner
I'm trying to get load estimates from PySAM without scaling based on monthly utility bills. There appears to be an option to adjust the load profile, or not to adjust it, in SAM. I'm not able to find any references to skipping the scaling for PySAM. Is this possible?
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5447
07 Apr 2023 17:01 #12046
by pgilman
Replied by pgilman on topic Skip load estimate scaling in PySAM
Hi Justin,
The load data is an input to the Utilityrate5 module:
nrel-pysam.readthedocs.io/en/main/modules/Utilityrate5.html#PySAM.Utilityrate5.Utilityrate5.Load.load
SAM's user interface has options for scaling the load data before it is passed to the utilityrate5 SSC module, but those options are not available in PySAM unless you code them yourself.
Best regards,
Paul.
The load data is an input to the Utilityrate5 module:
nrel-pysam.readthedocs.io/en/main/modules/Utilityrate5.html#PySAM.Utilityrate5.Utilityrate5.Load.load
SAM's user interface has options for scaling the load data before it is passed to the utilityrate5 SSC module, but those options are not available in PySAM unless you code them yourself.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman