Miguel Sánchez de León Peque

Results 184 comments of Miguel Sánchez de León Peque

@cwhanse Thanks for your feedback! I'll update the PR with your suggestions before moving forward and adding more code. One question: should the "flow" module assume power flow or energy...

I just pushed some changes and added a comment in https://github.com/pvlib/pvlib-python/issues/1333 to keep conversations not directly related to code implementation in the issue instead of the PR. Sorry for the...

So, the first step is to understand the state-of-the-art battery models and use cases. I will start with: - The [SAM videos about battery models](https://www.youtube.com/c/SAMDemoVideos/search?query=battery). Any other interesting readings are...

@btaute Thanks for your suggestions and interesting pointers! :blush: May I contact you using the Gmail address you use on your commits?

Thanks a lot @janinefreeman, that would be great! :blush:

I leave here a couple of notes I have taken during the use case refinement phase. With the intention of starting with the next phase (implementation of the first prototype)...

Thanks for your support @mikofski! I'm starting to fear the same (that at some point, changes to SCC may be required). While I have experience with Python programming, and even...

Thanks for sharing your thoughts! @wholmgren I think pvlib and PySAM have different approaches. While pvlib aims to be flexible maintaining both a structured and OOP API and, at the...

@adriesse Yeah, that is the idea. Not providing an annual+hourly time series would throw an exception when dealing with this specific backend, but that should not generally be the case....

@dguittet Thanks a lot for your comment Darice! :blush: My code looked like this: ```python import pprint as pp import PySAM.BatteryStateful as battery params = { # specify power input...