Welcome to pvlib-python Discussions! #1276
Replies: 2 comments 3 replies
-
Hi @wholmgren , Recently I was working with the GFS forecast function and was able to extract the data easily. One thing I noticed is that the data is not adjusted for the timezone. Is the raw data in UTC? Do we have to again convert the raw data to the required timezone? |
Beta Was this translation helpful? Give feedback.
-
I am just starting with python pvlib and the basic_chain function seemed a good way to get acquainted . However, one thing really wonders me. The PV-array is only described with the module_parameters argument, and there is no parameter or keyword to describe the size of the array. Also the code suggests that only the dc- power of a single module is calculated, and when I run the function for a 250 W module and a 5kW inverter the AC output is never comes above 200W, again confirming by suspicion that only the DC output of a single module is calculated. As a quick workaround I will make a local version of the basic_chain function with an array-inverter power ratio as additional output and a scaling of the DC output within the function. This will solve my problem for the moment, but I still have some questions:
|
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. Some things discussions might be used for:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
For the maintainers, here are some tips 💡 for getting started with Discussions.
📢 Announce to your community that Discussions is available! Go ahead and send that tweet, post, or link it from the website to drive traffic here.
🔗 link any relevant issue templates such as questions and community conversations to Discussions. Declutter your issues by driving community content to where they belong in Discussions. If you need help, here's a link to the documentation.
➡️ You can convert issues to discussions either individually or bulk by labels. Looking at you, issues labeled “question” or “discussion”.
Beta Was this translation helpful? Give feedback.
All reactions