Skip to content

Commit 4ec9a60

Browse files
committed
Update readme
1 parent 6d64001 commit 4ec9a60

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

OpticsModule/OpticsModule.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
% Check if each incohrent layer has a morphology
182182
if numel(Morphology) ~= length(pos_i)-1
183183
error('foo:bar',['The number of assigned morphologies (',num2str(numel(Morphology)), ...
184-
') does not match the number of incohrent layers (',num2str(length(pos_i)-1),')!\n\n', ...
185-
'Note: For each incohrent layer (except the first) a textured needs to be defined.']);
184+
') does not match the number of incoherent layers (',num2str(length(pos_i)-1),')!\n\n', ...
185+
'Note: For each incoherent layer (except the first) a textured needs to be defined.']);
186186
return; %#ok<UNRCH>
187187
end
188188

readme.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It allows rapid simulation of complex architectures and was developed with the a
88

99
By making use of pre-simulated textures (e.g., inverted pyramids, regular upright pyramids, random pyramids) by geometrical ray tracing, any incoherent interface within the architecture can also be textured.
1010

11-
The software is available as source code and a simple to use graphical user interface (GUI), which requires either a MATLAB (>R2017a) installation or the MATLAB runtime.
11+
The software is available as source code and as a simple to use graphical user interface (GUI), which requires either a MATLAB (>R2017a and >R2020b, respectively) installation or the MATLAB runtime.
1212

1313
### Basic Features
1414

@@ -41,15 +41,15 @@ The software is divided into individual modules, which handle the irradiation, o
4141

4242
This software project was initiated by **[Ulrich W. Paetzold](mailto:ulrich.paetzold@kit.edu?subject=[GitHub]%20Question%20on%20Energy%20Yield%20Software)**. The **code development** was driven by:
4343

44-
* **Jonathan Lehr** (electrics module, albedo)
45-
* **Malte Langenhorst** (optics module, irradiance module)
4644
* **Raphael Schmager** (energy yield core, irradiance module, optics module, electrics module, GUI)
45+
* **Malte Langenhorst** (optics module, irradiance module)
46+
* **Jonathan Lehr** (electrics module, albedo)
4747
* **Fabrizio Gota** (numerical modelling on 3T interconnection, optics module)
4848

4949
The financial support by the following **projects and grants** is gratefully acknowledged:
5050

5151
- [PERCISTAND](https://percistand.eu/en) (funding code: 850937), European Union's Horizon 2020 research and innovation programme
52-
- Helmholtz Young Investigator Group of U. Paetzold (funding code: VH-NG-1148), [Helmholtz Association](https://www.helmholtz.de/)
52+
- Helmholtz Young Investigator Group of U. W. Paetzold (funding code: VH-NG-1148), [Helmholtz Association](https://www.helmholtz.de/)
5353
- [PEROSEED](https://www.helmholtz-berlin.de/projects/peroseed/index_en.html) (funding code: ZT-0024), [Helmholtz Association](https://www.helmholtz.de/)
5454
- CAPITANO (funding code: 03EE1038B), [Federal Ministry for Economic Affairs and Energy](https://www.bmwi.de/)
5555
- 27Plus6 (funding code: 03EE1056B), [Federal Ministry for Economic Affairs and Energy](https://www.bmwi.de/)
@@ -66,7 +66,7 @@ This software uses codes and data from **other programmers and resources**:
6666

6767
### Getting started
6868

69-
Download and extract the project. Open the `main.m`, which contains all definitions and settings to calculate the energy yield (EY) of a perovskite/c-Si multi-junction solar cell. In order to start your simulations, you need to get and add some external files, like the SAMRTS code or the TMY3 data. Please check out our [wiki page](https://github.com/PerovskitePV/EYcalc/wiki) for some help. You'll find a detailed description of each of the modules as well as a [guide](https://github.com/PerovskitePV/EYcalc/wiki/Setup) for setting up the required external files.
69+
To use all features of the EYcalc software, *you need* to download and add some external files, like the [SMARTS](https://www.nrel.gov/grid/solar-resource/smarts-register.html) code and the [TMY3](https://nsrdb.nrel.gov/data-sets/archives.html) data. Please see our [setup guide](https://github.com/PerovskitePV/EYcalc/wiki/Setup) for help in setting up the required external files! On our [wiki page](https://github.com/PerovskitePV/EYcalc/wiki) you can also find a detailed description for each of the modules as well as a [quick start guide](https://github.com/PerovskitePV/EYcalc/wiki/Quick%20Start%20Guide).
7070

7171
### Contributing
7272

@@ -84,24 +84,23 @@ If you use our software or parts of it in the current or a modified version, you
8484

8585
or to this code directly:
8686

87-
* EYcalc - Energy yield calculator for multi-junction solar modules with realistic irradiance data and textured interfaces. (2021). [doi.org/10.5281/zenodo.4696257](https://doi.org/10.5281/zenodo.4696257).
87+
* EYcalc - Energy yield calculator for multi-junction solar modules with realistic irradiance data and textured interfaces. (2021). [doi:10.5281/zenodo.4696257](https://doi.org/10.5281/zenodo.4696257).
8888

8989
### License
9090

91-
This software is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license. © 2021 EYcalc -
92-
Ulrich W. Paetzold, Raphael Schmager, Malte Langenhorst, Jonathan Lehr, Fabrizio Gota
91+
This software is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license. © 2021 EYcalc - Ulrich W. Paetzold, Raphael Schmager, Malte Langenhorst, Jonathan Lehr, Fabrizio Gota
9392

9493
Interested in a sublicense agreement to use EYcalc in a non-free/restrictive environment? Contact [Ulrich W. Paetzold](mailto:ulrich.paetzold@kit.edu?subject=[GitHub]%20Question%20on%20EYcalc)!
9594

9695
### Further reading
9796

9897
This energy yield software has been used in the following publications:
9998

100-
* M. De Bastiani et al., Efficient bifacial monolithic perovskite/silicon tandem solar cells via bandgap engineering, Nature Energy. (2021). [doi.org/10.1038/s41560-020-00756-8](https://doi.org/10.1038/s41560-020-00756-8).
99+
* M. De Bastiani et al., Efficient bifacial monolithic perovskite/silicon tandem solar cells via bandgap engineering, Nature Energy. (2021). [doi:10.1038/s41560-020-00756-8](https://doi.org/10.1038/s41560-020-00756-8).
101100

102-
* J. Lehr et al., Numerical study on the angular light trapping of the energy yield of organic solar cells with an optical cavity, Opt. Express. (2020). [doi.org/10.1364/OE.404969](https://doi.org/10.1364/OE.404969).
101+
* J. Lehr et al., Numerical study on the angular light trapping of the energy yield of organic solar cells with an optical cavity, Opt. Express. (2020). [doi:10.1364/OE.404969](https://doi.org/10.1364/OE.404969).
103102

104-
* F. Gota et al., Energy Yield Advantages of Three-Terminal Perovskite-Silicon Tandem Photovoltaics, Joule, (2020). [doi.org/10.1016/j.joule.2020.08.021](https://doi.org/10.1016/j.joule.2020.08.021).
103+
* F. Gota et al., Energy Yield Advantages of Three-Terminal Perovskite-Silicon Tandem Photovoltaics, Joule, (2020). [doi:10.1016/j.joule.2020.08.021](https://doi.org/10.1016/j.joule.2020.08.021).
105104

106105
* J. Lehr et al., Energy yield of bifacial textured perovskite/silicon tandem photovoltaic modules, Sol.
107106
Energy Mater. Sol. Cells. (2020). [doi:10.1016/j.solmat.2019.110367](https://doi.org/10.1016/j.solmat.2019.110367).

0 commit comments

Comments
 (0)