Skip to content

Commit f8add09

Browse files
committed
update NREL -> NLR
1 parent 07d8524 commit f8add09

6 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
4545
- name: Install SMARTS 2.9.5
4646
run: |
47-
wget 'https://www.nrel.gov/media/docs/libraries/grid/smarts-295-linux-tar.gz?sfvrsn=ef08b59d_1&download=true' -O /tmp/smarts.tar.gz
48-
#wget https://www.nrel.gov/grid/solar-resource/assets/data/smarts-295-linux-tar.gz -O /tmp/smarts.tar.gz
47+
wget 'https://www.nlr.gov/media/docs/libraries/grid/smarts-295-linux-tar.gz?sfvrsn=ef08b59d_1&download=true' -O /tmp/smarts.tar.gz
48+
#wget https://www.nlr.gov/grid/solar-resource/assets/data/smarts-295-linux-tar.gz -O /tmp/smarts.tar.gz
4949
tar -xvf /tmp/smarts.tar.gz
5050
unlink $PWD/SMARTS_295_Linux/smarts295bat
5151
sed -i 's/batch=.FALSE./batch=.TRUE./g' $PWD/SMARTS_295_Linux/Source_code/smarts295.f

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
![logo](docs/images_wiki/bifacial_radiance.png)
22

33
# bifacial_radiance
4-
Main branch: [![Build Status](https://github.com/nrel/bifacial_radiance/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/nrel/bifacial_radiance/actions)
5-
[![Coverage Status](https://coveralls.io/repos/github/NREL/bifacial_radiance/badge.svg?branch=main)](https://coveralls.io/github/NREL/bifacial_radiance?branch=main)
4+
Main branch: [![Build Status](https://github.com/NatLabRockies/bifacial_radiance/actions/workflows/pytest.yaml/badge.svg?branch=main)](https://github.com/NatLabRockies/bifacial_radiance/actions)
5+
[![Coverage Status](https://coveralls.io/repos/github/NatLabRockies/bifacial_radiance/badge.svg?branch=main)](https://coveralls.io/github/NatLabRockies/bifacial_radiance?branch=main)
66
[![Documentation Status](https://readthedocs.org/projects/bifacial-radiance/badge/?version=stable)](https://bifacial-radiance.readthedocs.io/en/latest/?badge=stable)
77
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3860350.svg)](https://doi.org/10.5281/zenodo.3860350)
88
[![status](https://joss.theoj.org/papers/b018890e2ab7ddf723d37b17e308e273/status.svg)](https://joss.theoj.org/papers/b018890e2ab7ddf723d37b17e308e273)
99

10-
Development branch: [![Build Status](https://github.com/nrel/bifacial_radiance/actions/workflows/pytest.yaml/badge.svg?branch=development)](https://github.com/nrel/bifacial_radiance/actions)
11-
[![Coverage Status](https://coveralls.io/repos/github/NREL/bifacial_radiance/badge.svg?branch=development)](https://coveralls.io/github/NREL/bifacial_radiance?branch=development)
10+
Development branch: [![Build Status](https://github.com/NatLabRockies/bifacial_radiance/actions/workflows/pytest.yaml/badge.svg?branch=development)](https://github.com/NatLabRockies/bifacial_radiance/actions)
11+
[![Coverage Status](https://coveralls.io/repos/github/NatLabRockies/bifacial_radiance/badge.svg?branch=development)](https://coveralls.io/github/NatLabRockies/bifacial_radiance?branch=development)
1212
[![Documentation Status](https://readthedocs.org/projects/bifacial-radiance/badge/?version=latest)](https://bifacial-radiance.readthedocs.io/en/latest/?badge=latest)
1313

1414
## Introduction
1515

1616
bifacial_radiance contains a series of Python wrapper functions to make working with
1717
RADIANCE easier, particularly for the PV researcher interested in bifacial PV
1818
performance. For more information, check out our [documentation](https://bifacial-radiance.readthedocs.io),
19-
[Tutorials in the form of Jupyter Notebooks](docs/tutorials/), or reffer to our [Wiki](https://github.com/NREL/bifacial_radiance/wiki)
20-
and [Issues](https://github.com/NREL/bifacial_radiance/issues) page.
19+
[Tutorials in the form of Jupyter Notebooks](docs/tutorials/), or reffer to our [Wiki](https://github.com/NatLabRockies/bifacial_radiance/wiki)
20+
and [Issues](https://github.com/NatLabRockies/bifacial_radiance/issues) page.
2121

2222
## Installation
2323

@@ -37,7 +37,7 @@ To run the gui, import bifacial_radiance and run bifacial_radiance.gui()
3737

3838
## Usage
3939

40-
We have a tutorial video, showing how the program is structured, how to use the Jupyter tutorials and the GUI. You can watch it here [Tutorial Webinar](https://www.youtube.com/watch?v=1X9L-R-RVGA), with the [slides available here](https://www.nrel.gov/docs/fy20osti/75218.pdf).
40+
We have a tutorial video, showing how the program is structured, how to use the Jupyter tutorials and the GUI. You can watch it here [Tutorial Webinar](https://www.youtube.com/watch?v=1X9L-R-RVGA), with the [slides available here](https://www.nlr.gov/docs/fy20osti/75218.pdf).
4141

4242
Check out the [Jupyter Tutorial Notebooks](docs/tutorials/) to see detailed examples of the capacities of bifacial_radiance.
4343
The [Intro examples](https://bifacial-radiance.readthedocs.io/en/stable/introexamples.html) and the [readthedocs documentation](https://bifacial-radiance.readthedocs.io) also provide a good starting point.
@@ -48,13 +48,13 @@ We need your help to make bifacial_radiance a great tool! Please see the [Contri
4848

4949
## License
5050

51-
Bifacial_radiance open source code is copyrighted by the Alliance for Sustainable Energy and licensed with BSD-3-Clause terms, found [here](https://github.com/NREL/bifacial_radiance/blob/master/LICENSE).
51+
Bifacial_radiance open source code is copyrighted by the Alliance for Sustainable Energy and licensed with BSD-3-Clause terms, found [here](https://github.com/NatLabRockies/bifacial_radiance/blob/master/LICENSE).
5252

5353
## Getting Support
5454

5555
If you suspect that you may have discovered a bug or if you'd like to
5656
change something about bifacial_radiance, then please make an issue on our
57-
[GitHub issues page](https://github.com/NREL/bifacial_radiance/issues).
57+
[GitHub issues page](https://github.com/NatLabRockies/bifacial_radiance/issues).
5858

5959
bifacial_radiance questions can be asked on
6060
[Stack Overflow](http://stackoverflow.com) and tagged with
@@ -74,8 +74,8 @@ If you use bifacial_radiance in a published work, please cite:
7474
Please also cite the DOI corresponding to the specific version of bifacial_radiance that you used. bifacial_radiance DOIs are listed at [Zenodo.org](https://zenodo.org/search?page=1&size=20&q=conceptrecid:3860349&all_versions&sort=-version)
7575

7676
Additional bifacial_radiance publications with validation of the software include:
77-
* Deline, Chris, and Ayala, Silvana. Bifacial_Radiance. Computer Software. https://github.com/NREL/bifacial_radiance. USDOE Office of Energy Efficiency and Renewable Energy (EERE), Solar Energy Technologies Office (EE-4S). 17 Dec. 2017. Web. doi:10.11578/dc.20180530.16. https://www.osti.gov/doecode/biblio/6869
78-
* Ayala Pelaez S, Deline C, Greenberg P, Stein JS, Kostuk RK. Model and validation of single-axis tracking with bifacial PV. IEEE J Photovoltaics. 2019;9(3):715-721. https://ieeexplore.ieee.org/document/8644027 and https://www.nrel.gov/docs/fy19osti/72039.pdf (pre-print, conference version)
77+
* Deline, Chris, and Ayala, Silvana. Bifacial_Radiance. Computer Software. https://github.com/NatLabRockies/bifacial_radiance. USDOE Office of Energy Efficiency and Renewable Energy (EERE), Solar Energy Technologies Office (EE-4S). 17 Dec. 2017. Web. doi:10.11578/dc.20180530.16. https://www.osti.gov/doecode/biblio/6869
78+
* Ayala Pelaez S, Deline C, Greenberg P, Stein JS, Kostuk RK. Model and validation of single-axis tracking with bifacial PV. IEEE J Photovoltaics. 2019;9(3):715-721. https://ieeexplore.ieee.org/document/8644027 and https://www.nlr.gov/docs/fy19osti/72039.pdf (pre-print, conference version)
7979
* Ayala Pelaez, Deline C, MacAlpine M, Marion B, Stein J, Kostuk K. Comparison of Bifacial Solar Irradiance Model Predictions with Field Validation. IEEE J Photovoltaics. 2019; 9(1):82-87. https://ieeexplore.ieee.org/document/8534404
8080

81-
Or check our [Github Wiki](https://github.com/NREL/bifacial_radiance/wiki) for a complete list of publications.
81+
Or check our [Github Wiki](https://github.com/NatLabRockies/bifacial_radiance/wiki) for a complete list of publications.

bifacial_radiance/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def loadTrackerDict(trackerdict, fileprefix=None):
254254

255255
print('Warning: loadTrackerDict has not been updated to the new v0.5.0' +\
256256
' dictionary structure and is currently incomplete. Please' +\
257-
' reach out at github.com/NREL/bifacial_radiance/issues if' +\
257+
' reach out at github.com/NatLabRockies/bifacial_radiance/issues if' +\
258258
' this is functionality you need.\n')
259259

260260
# get list of filenames in \results\

bifacial_radiance/main.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Pre-requisites:
1111
This software is written for Python >3.6 leveraging many Anaconda tools (e.g. pandas, numpy, etc)
1212
13-
*RADIANCE software should be installed from https://github.com/NREL/Radiance/releases
13+
*RADIANCE software should be installed from https://github.com/NatLabRockies/Radiance/releases
1414
1515
*If you want to use gencumulativesky, move 'gencumulativesky.exe' from
1616
'bifacial_radiance/data' into your RADIANCE source directory.
@@ -900,9 +900,9 @@ def getEPW(self, lat=None, lon=None, GetAll=False):
900900
based on github/aahoo.
901901
902902
.. warning::
903-
verify=false is required to operate within NREL's network.
903+
verify=false is required to operate within NLR's network.
904904
to avoid annoying warnings, insecurerequestwarning is disabled
905-
currently this function is not working within NREL's network. annoying!
905+
currently this function is not working within NLR's network. annoying!
906906
907907
Parameters
908908
----------
@@ -929,7 +929,7 @@ def getEPW(self, lat=None, lon=None, GetAll=False):
929929

930930
def _returnEPWnames():
931931
''' return a dataframe with the name, lat, lon, url of available files'''
932-
r = requests.get('https://github.com/NREL/EnergyPlus/raw/develop/weather/master.geojson', verify=False)
932+
r = requests.get('https://github.com/NatLabRockies/EnergyPlus/raw/develop/weather/master.geojson', verify=False)
933933
data = r.json() #metadata for available files
934934
#download lat/lon and url details for each .epw file into a dataframe
935935
df = pd.DataFrame({'url':[], 'lat':[], 'lon':[], 'name':[]})

bifacial_radiance/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def calculatePerformance(self, effective_irradiance, CECMod=None,
767767
CECMod = self.CECMod
768768
else:
769769
print("No CECModule data passed; using default for Prism Solar BHC72-400")
770-
#url = 'https://raw.githubusercontent.com/NREL/SAM/patch/deploy/libraries/CEC%20Modules.csv'
770+
#url = 'https://raw.githubusercontent.com/NatLabRockies/SAM/patch/deploy/libraries/CEC%20Modules.csv'
771771
url = os.path.join(DATA_PATH,'CEC Modules.csv')
772772
db = pd.read_csv(url, index_col=0) # Reading this might take 1 min or so, the database is big.
773773
modfilter2 = db.index.str.startswith('Pr') & db.index.str.endswith('BHC72-400')

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description = "Tools to interface with Radiance for the PV researcher"
99
readme = "README.md"
1010
requires-python = ">=3.8"
1111
authors = [
12-
{name = "Chris Deline", email = "chris.deline@nrel.gov"},
13-
{name = "Silvana Ovaitt", email = "silvana.ovaitt@nrel.gov"}
12+
{name = "Chris Deline", email = "chris.deline@nlr.gov"},
13+
{name = "Silvana Ovaitt", email = "silvana.ovaitt@nlr.gov"}
1414
]
1515
keywords = ["bifacial", "radiance", "photovoltaics", "pv", "ray tracing"]
1616
classifiers = [
@@ -57,10 +57,10 @@ all = [
5757
]
5858

5959
[project.urls]
60-
Homepage = "https://github.com/NREL/bifacial_radiance"
60+
Homepage = "https://github.com/NatLabRockies/bifacial_radiance"
6161
Documentation = "https://bifacial-radiance.readthedocs.io"
62-
Repository = "https://github.com/NREL/bifacial_radiance"
63-
Issues = "https://github.com/NREL/bifacial_radiance/issues"
62+
Repository = "https://github.com/NatLabRockies/bifacial_radiance"
63+
Issues = "https://github.com/NatLabRockies/bifacial_radiance/issues"
6464

6565
[tool.setuptools]
6666
packages = ["bifacial_radiance"]

0 commit comments

Comments
 (0)