Skip to content

Commit

Permalink
correct table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RDaxini committed Jan 10, 2025
1 parent 3fd7894 commit b2e99bd
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions docs/sphinx/source/user_guide/model_comparison.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Model comparison tables
=======================

Intro?

Spectral mismatch models
------------------------

Expand All @@ -18,12 +20,14 @@ The table below summarises the models currently available in pvlib, the inputs
required, cell technologies for which model coefficients have been published,
source of data used for model development and validation, and references.

| **Model** | **Inputs** | **Cell technology** | **Data source** | **Reference** |
|---------------------------------------------------------|------------|---------------------|-----------------|---------------|
| :py:func:`~pvlib.spectrum.spectral_factor_caballero` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_firstsolar` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_sapm` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_pvspec` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_jrc` | | | | |
| :py:func:`~pvlib.spectrum.calc_spectral_mismatch_field` | | | | |
+---------------------------------------------------------+--------+-----------------+-------------+-----------+
| Model | Inputs | Cell technology | Data source | Reference |
+=========================================================+========+=================+=============+===========+
| :py:func:`~pvlib.spectrum.spectral_factor_caballero` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_firstsolar` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_sapm` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_pvspec` | | | | |
| :py:func:`~pvlib.spectrum.spectral_factor_jrc` | | | | |
| :py:func:`~pvlib.spectrum.calc_spectral_mismatch_field` | | | | |
+---------------------------------------------------------+--------+-----------------+-------------+-----------+

0 comments on commit b2e99bd

Please sign in to comment.