8000 Revise modelchain.rst for multiple arrays, results attribute by cwhanse · Pull Request #1223 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Revise modelchain.rst for multiple arrays, results attribute #1223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
May 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix another mistake
  • Loading branch information
cwhanse committed May 9, 2021
commit 11f55780e9a2d18d2f6594131a95455bef408ffb
4 changes: 2 additions & 2 deletions docs/sphinx/source/modelchain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ are in the same order as the PVSystem.arrays.
temperature_model_parameters=temperature_model_parameters,
modules_per_string=10, strings=2)
system_two_arrays = PVSystem(arrays=[array_one, array_two],
inverter_parameters=cec_inverter)
mc = ModelChain(system, location, aoi_model='no_loss',
inverter_parameters={'pdc0': 8000})
mc = ModelChain(system_two_arrays, location, aoi_model='no_loss',
spectral_model='no_loss')

mc.run_model(weather)
Expand Down
0