Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YGaoLBNL authored May 31, 2022
1 parent d5b4f60 commit 71ca4b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,13 +580,13 @@ Please refer to the [generic_pv.json](https://github.com/LBNL-ETA/pyWinCalc/tree
- Allowed values:
- A string that is convertible to a float.
- values: A list of objects with the following properties:
- jsc:
- jsc: short-circuit current density (Jsc) in solar cell [mA/cm2]
- Allowed values:
- A string that is convertible to a float.
- voc:
- voc: open-circuit voltage (Voc) in solar cell [V]
- Allowed values:
- A string that is convertible to a float.
- ff:
- ff: fill factor [-]
- Allowed values:
- A string that is convertible to a float.
- Note: Currently only power properties for one temperature is supported. If power properties for multiple temperatures are provided only the first will be used.
Expand Down Expand Up @@ -642,29 +642,29 @@ Please refer to the [generic_pv.json](https://github.com/LBNL-ETA/pyWinCalc/tree
- A string that is convertible to a float.
- specular: An object with these fields:
- Required: Optional
- tf:
- tf: front surface transmittance
- Required: Yes
- Allowed values:
- A string that is convertible to a float.
- tb
- tb: back surface transmittance
- Required: Yes
- Allowed values:
- A string that is convertible to a float.
- rf
- rf: front surface reflectance
- Required: Yes
- Allowed values:
- A string that is convertible to a float.
- rb
- rb: back surface reflectance
- Required: Yes
- Allowed values:
- A string that is convertible to a float.
- pv: An object with these fields:
- Required: Optional
- eqef:
- eqef: front surface external quantum efficiency (EQE)
- Required: Yes
- Allowed values:
- A string that is convertible to a float.
- eqeb:
- eqeb: back surface external quantum efficiency (EQE)
- Required: Yes
- Allowed values:
- A string that is convertible to a float.
Expand Down

0 comments on commit 71ca4b2

Please sign in to comment.