Skip to content

Variable names

Will Holmgren edited this page Feb 20, 2019 · 1 revision

Guidance for variable names:

  1. Try to follow the pvlib python conventions unless otherwise specified below.
  2. Prefer longer names with underscores over abbreviations. Exceptions can be made for very common abbreviations such as GHI, DC, AOI.
  3. It's ok to use shorter variable names within a function if it helps readability.

Additional conventions (beyond pvlib python):

Clone this wiki locally