Skip to content

Commit aec4682

Browse files
jason-curtisclaude
andcommitted
Migrate github.com/NREL URLs to github.com/NatLabRockies
NREL GitHub org has moved to NatLabRockies. Update all references in code and docs (excluding historical whatsnew entries). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0ae3558 commit aec4682

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/examples/bifacial/plot_irradiance_nonuniformity_loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# described in Figure 1 (A), [1]_. We will cover this case for educational
4848
# purposes, although it can be achieved with the packages
4949
# `solarfactors <https://github.com/pvlib/solarfactors/>`_ and
50-
# `bifacial_radiance <https://github.com/NREL/bifacial_radiance>`_.
50+
# `bifacial_radiance <https://github.com/NatLabRockies/bifacial_radiance>`_.
5151
#
5252
# Here we set and plot the global irradiance level of each cell.
5353

docs/sphinx/source/user_guide/extras/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The CEC table doesn't include my module or inverter, what should I do?
126126
----------------------------------------------------------------------
127127

128128
The CEC tables for module and inverter parameters included in pvlib are periodically
129-
copied from `SAM <https://github.com/NREL/SAM/tree/develop/deploy/libraries>`_,
129+
copied from `SAM <https://github.com/NatLabRockies/SAM/tree/develop/deploy/libraries>`_,
130130
so you can check the tables there for more up-to-date tables.
131131

132132
For modules, if even the SAM files don't include the module you're looking for

pvlib/bifacial/loss_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def power_mismatch_deline(
135135
--------
136136
`solarfactors <https://github.com/pvlib/solarfactors/>`_
137137
Calculate the irradiance at different points of the module.
138-
`bifacial_radiance <https://github.com/NREL/bifacial_radiance>`_
138+
`bifacial_radiance <https://github.com/NatLabRockies/bifacial_radiance>`_
139139
Calculate the irradiance at different points of the module.
140140
141141
References

pvlib/ivtools/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def astm_e1036(v, i, imax_limits=(0.75, 1.15), vmax_limits=(0.75, 1.15),
470470
ASTM E1036-15(2019), :doi:`10.1520/E1036-15R19`
471471
'''
472472

473-
# Adapted from https://github.com/NREL/iv_params
473+
# Adapted from https://github.com/NatLabRockies/iv_params
474474
# Copyright (c) 2022, Alliance for Sustainable Energy, LLC
475475
# All rights reserved.
476476

pvlib/snow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def coverage_nrel(snowfall, poa_irradiance, temp_air, surface_tilt,
159159
# All slides off if snow on the ground is less than threshold_depth.
160160
# Described in [2] to avoid non-sliding snow for low-tilt systems.
161161
# Default threshold_depth of 1cm is from [2[ and SAM's implementation.
162-
# https://github.com/NREL/ssc/issues/1265
162+
# https://github.com/NatLabRockies/ssc/issues/1265
163163
slide_amt[snow_depth < threshold_depth] = 1.
164164

165165
# build time series of cumulative slide amounts

0 commit comments

Comments
 (0)