blog
  • About Me
  • Writings
    • Product
      • Product for Engineers
    • Software
      • Rust for Scientific Software Development
      • Writing Python in 2024
      • Writing Python in 2025
      • Chernobyl and Software Engineering
    • PV
      • Modeling Operating PV Assets
      • Shade Shape Calculation Algorithms
      • So You Want to be a PV Performance Engineer
      • A Disambiguation of Horizontal Single Axis Tracking Algorithms
      • A Primer on RetroTransposition
      • How to Contribute to PVLIB
      • A Primer on Electrical Mismatch
Powered by GitBook
On this page
  • Introduction
  • Why
  • Caveats
  • Conclusion
  1. Writings
  2. PV

A Primer on RetroTransposition

2024-04-02

PreviousA Disambiguation of Horizontal Single Axis Tracking AlgorithmsNextHow to Contribute to PVLIB

Last updated 7 months ago

Introduction

Photovoltaic performance models which can accept plane of array irradiance (POAI) or global transposed irradiance (GTI) do not use the input POAI data directly. Instead, the POAI is "retro-transposed" into horizontal components (GHI, DHI, DNI) and then re-transposed into the plane of array. Some may wonder, why go through this extra series of steps if the POAI data is readily available?

Why

The main reason for retro-transposing the POAI is that measured POAI does not contain the irradiance components needed for some of the models in the performance model chain, namely the diffuse and direct irradiance in the plane of array. These values are necessary in order to determine what portion of irradiance is lossed due to:

  1. The incidence angle lesses in the glass which have both a direct component (1) and a diffuse component (2).

  2. The shade losses which also have a direct (3) and diffuse (4) component.

Caveats

Mounting pyranometers in the plane of array configuration is a popular way of reducing the uncertainty introduced by transposition models, but introduces a few uncertainties of its own. For example:

  • The plane of array pyranometer on a tracker system may not be aat the correct rotation angle if the tracker goes offline.

  • Tracker systems which have different rotation algorithms for individual trackers (3) will not be correct due to the different rotation angles.

  • The mounting of the plane of array pyranometer may be influenced by direct or diffuse shading, which would cause the performance model to double count the loss.

  • Uncertianty in the retro-transposition model can incorrectly estimate the proportion of diffuse and direct irradiance in the plane of array.

  • PV Performance modeling software can possibly use a different retro-transposition algorithm than the transposition algorithm which can introduce confusion.

  • If the retro-transposition uses a decomposition model to determine the horizontal components. The effects of allocating the circumsolar portion to direct after decomposition is not well researched.

Because of these uncertainties (especially the first three), plane of array pyranometers should be treated with extra caution when evaluating operational data. It is my opinion that tracked utility scale PV power plants should have at least 2 pyranometers in the horizontal configuration to fall back on for periods when the plane of array pyranometers are not giving good data. I also believe that diligently siting pyranometers to avoid diffuse and direct shading is important for all utility scale powerplants.

Conclusion

Retro-transposition is an often overlooked portion of the PV performance model

Further reading:

  • GTI Driesse

  • PVPMC Effective Irradiance

  • (1) Physical IAM

  • (2) Marion Diffuse

  • (3) Direct Shading

  • (4) Diffuse Shading

Figure 1: A rendition of the sun hitting some solar panels generated by Gemini