Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bt-
bt- / pv_system.yml
Created August 17, 2020 17:58
A draft yaml file to specify a pv system as an input to pvlib-python.
# model selections
transposition: perez
thermal_model: ?
iam: ?
# racking
racking_type: tracker
axis_azimuth: 0
axis_tilt: 0
max_angle: 52
#!/usr/bin/env python3
"""
quicky script that compares two conda environments
can be handy for debugging differences between two environments
This could be made much cleaner and more flexible -- but it does the job.
Please let me know if you extend or improve it.