Skip to content

Commit c256d10

Browse files
Merge pull request #20 from NREL/development
fix docs and zenodo badge
2 parents 9d3c533 + 2086450 commit c256d10

File tree

9 files changed

+59
-61
lines changed

9 files changed

+59
-61
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="pvdeg_tutorials/PVD_logo.png" width="100">
1+
<img src="pvdeg_tutorials/pvdeg_logo.png" width="200">
22

33
<table>
44
<tr>
@@ -12,7 +12,7 @@
1212
<tr>
1313
<td>Publications</td>
1414
<td>
15-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8088403.svg)](https://doi.org/10.5281/zenodo.8088403)
15+
<a href="https://doi.org/10.5281/zenodo.8088578"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.8088578.svg" alt="DOI"></a>
1616
</td>
1717
</tr>
1818
<tr>

docs/sphinx/source/_autosummary/pvdeg.design.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313

1414
.. autosummary::
1515

16-
edge_seal_from_dew_pt
16+
edge_seal_ingress_rate
1717
edge_seal_width
18-
k
1918

2019

2120

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
pvdeg.fatigue
2+
=============
3+
4+
.. automodule:: pvdeg.fatigue
5+
6+
7+
8+
9+
10+
11+
12+
.. rubric:: Functions
13+
14+
.. autosummary::
15+
16+
solder_fatigue
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+

docs/sphinx/source/_autosummary/pvdeg.humidity.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
.. autosummary::
1515

1616
Ce_numba
17-
calc_rel_humidity
17+
back_encap
18+
backsheet
19+
backsheet_from_encap
1820
dew_yield
21+
front_encap
22+
module
1923
psat
20-
rh_back_encap
21-
rh_backsheet
22-
rh_backsheet_from_encap
23-
rh_front_encap
24-
rh_surface_outside
25-
run_calc_rel_humidity
24+
run_module
25+
surface_outside
2626

2727

2828

docs/sphinx/source/_autosummary/pvdeg.main.rst

-31
This file was deleted.

docs/sphinx/source/_autosummary/pvdeg.utilities.rst

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
convert_tmy
1717
get_kinetics
1818
gid_downsampling
19+
meta_as_dict
1920
quantile_df
2021
ts_gid_df
2122
write_gids

docs/sphinx/source/index.rst

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
.. image:: ../../../pvdeg_tutorials/PVD_logo.png
2-
:width: 100
1+
.. image:: ../../../pvdeg_tutorials/pvdeg_logo.png
2+
:width: 200
33

44
Welcome to pvdeg!
55
==============================================================
66

7-
This PVDegradation Tools Model is a first-of-its-kind detailed spatio-temporal
7+
This PVDegradation Tools Model is a first-of-its-kind detailed spatio-temporal
88
modeling assessment tool that empowers users to calculate various PV degradation
99
modes, for different PV technologies and materials in its database.
1010

11-
NREL is developing the pvdeg model to help PV Researchers, Module manufacturers,
12-
and other PV stakeholders assess different materials and technologies for
13-
different degradation modes in all locations throughout the world. Available as
14-
open source, the PVDegradation model currently supports PV energy calculations
15-
for water vapor pressure, ingress rate, edge seal width, Van Hofft Irradiance
16-
Degradation, Weighted Average Irradiance, Arrehnius Acceleration Factor,
11+
NREL is developing the pvdeg model to help PV Researchers, Module manufacturers,
12+
and other PV stakeholders assess different materials and technologies for
13+
different degradation modes in all locations throughout the world. Available as
14+
open source, the PVDegradation model currently supports PV energy calculations
15+
for water vapor pressure, ingress rate, edge seal width, Van Hofft Irradiance
16+
Degradation, Weighted Average Irradiance, Arrehnius Acceleration Factor,
1717
relative humidity in the outside, front and back encapsulant and backsheet,
18-
spectral degradation, and solder fatigue. More functions for standards and
18+
spectral degradation, and solder fatigue. More functions for standards and
1919
other degradation profiles are in the works.
2020

2121
The source code for pvdeg is hosted on `github
2222
<https://github.com/NREL/pvdeg>`_.
2323

24-
Tutorials to learn how to use and experiment with the various functionalities
24+
Tutorials to learn how to use and experiment with the various functionalities
2525
are available for running interactively through Google Collab at
2626
`PVDeg JupyterBook<https://nrel.github.io/PVDegradationTools/intro.html>`.
2727

@@ -30,15 +30,15 @@ Please see the :ref:`installation` page for installation help.
3030
How the Model Works
3131
===================
3232

33-
Coupled with pvlib for module performan and weather/irradiance calculations,
34-
the PVDegradation Tool estimates degradations, and accelerated factors on
33+
Coupled with pvlib for module performan and weather/irradiance calculations,
34+
the PVDegradation Tool estimates degradations, and accelerated factors on
3535
user-defined parameters. The `Data Library` is under development as part of the
3636
PVDegradationTool project, compiling literature parameters and functions.
3737

38-
The PVDegradationTool simulatineously reads tens of terabytes of time-series
38+
The PVDegradationTool simulatineously reads tens of terabytes of time-series
3939
solar data from state-of-art resource data set National Solar Radiation Database
40-
(NSRDB), publicly avialable no the cloud, enabling the execution of pvdeg
41-
beyond the confines of NREL's high-performance computing capabilities.
40+
(NSRDB), publicly avialable no the cloud, enabling the execution of pvdeg
41+
beyond the confines of NREL's high-performance computing capabilities.
4242

4343

4444
Citing PVDegradation Tools
@@ -47,7 +47,7 @@ Citing PVDegradation Tools
4747
If you use this calculator in a published work, please cite:
4848

4949

50-
Please also cite the DOI corresponding to the specific version that you used.
50+
Please also cite the DOI corresponding to the specific version that you used.
5151
DOIs are listed at Zenodo.org
5252

5353

@@ -62,7 +62,7 @@ Contents
6262
whatsnew
6363
installation
6464
api
65-
65+
6666

6767

6868
Indices and tables

pvdeg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .config import *
44

5-
from . import cli
5+
#from . import cli
66
from . import collection
77
from . import degradation
88
from . import design

pvdeg_tutorials/pvdeg_logo.png

20 KB
Loading

0 commit comments

Comments
 (0)