Skip to content

Commit d07739b

Browse files
authored
Merge pull request #3166 from andrew-platt/b/nrel_name_change
Update project description from NREL to NLR
2 parents 68e3826 + 7ff0bc8 commit d07739b

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ OpenFAST is a wind turbine simulation tool which builds on FAST v8. FAST.Farm
1616
extends the capability of OpenFAST to simulate multi-turbine wind farms. They were
1717
created with the goal of being community models developed and used by research
1818
laboratories, academia, and industry. They are managed by a dedicated team at the
19-
National Renewable Energy Lab. Our objective is to ensure that OpenFAST and FAST.Farm
19+
National Laboratory of the Rockies. Our objective is to ensure that OpenFAST and FAST.Farm
2020
are sustainable software that are well tested and well documented. If you'd like
2121
to contribute, see the `Developer Documentation <https://openfast.readthedocs.io/en/dev/source/dev/index.html>`_
2222
and any open GitHub issues with the
@@ -30,11 +30,11 @@ tag.
3030
Part of the WETO Stack
3131
----------------------
3232

33-
OpenFAST is primarily developed with the support of the U.S. Department of Energy and is part of the `WETO Software Stack <https://nrel.github.io/WETOStack>`_. For more information and other integrated modeling software, see:
33+
OpenFAST is primarily developed with the support of the U.S. Department of Energy and is part of the `WETO Software Stack <https://NatLabRockies.github.io/WETOStack>`_. For more information and other integrated modeling software, see:
3434

35-
* `Portfolio Overview <https://nrel.github.io/WETOStack/portfolio_analysis/overview.html>`_
36-
* `Entry Guide <https://nrel.github.io/WETOStack/_static/entry_guide/index.html>`_
37-
* `OpenFAST Workshop <https://nrel.github.io/WETOStack/workshops/user_workshops_2024.html#openfast-ecosystem>`_
35+
* `Portfolio Overview <https://NatLabRockies.github.io/WETOStack/portfolio_analysis/overview.html>`_
36+
* `Entry Guide <https://NatLabRockies.github.io/WETOStack/_static/entry_guide/index.html>`_
37+
* `OpenFAST Workshop <https://NatLabRockies.github.io/WETOStack/workshops/user_workshops_2024.html#openfast-ecosystem>`_
3838

3939

4040
FAST v8 - OpenFAST
@@ -155,18 +155,18 @@ Please use `GitHub Issues <https://github.com/OpenFAST/OpenFAST/issues>`_ to:
155155
* report bugs
156156
* request code enhancements
157157

158-
Users and developers may also be interested in the NREL National Wind
159-
Technology Center (NWTC) `phpBB Forum <https://wind.nrel.gov/forum/wind/>`_,
158+
Users and developers may also be interested in the NLR National Wind
159+
Technology Center (NWTC) `Forum <https://forums.nrel.gov/>`_,
160160
which is still maintained and has a long history of FAST-related questions
161161
and answers.
162162

163163
Acknowledgments
164164
---------------
165165

166166
OpenFAST and FAST.Farm are maintained and developed by researchers and software
167-
engineers at the `National Renewable Energy Laboratory <http://www.nrel.gov/>`_
168-
(NREL), with support from the US Department of Energy's Wind Energy Technology
169-
Office. NREL gratefully acknowledges development contributions from the following
167+
engineers at the `National Laboratory of the Rockies <http://www.nlr.gov/>`_
168+
(NLR), with support from the US Department of Energy's Wind Energy Technology
169+
Office. NLR gratefully acknowledges development contributions from the following
170170
organizations:
171171

172172
* Envision Energy USA, Ltd

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and underlying modules are mostly written in Fortran
2727
(adhering to the 2003 standard), and modules can also be written in C or
2828
C++. It was created with the goal of being a community model developed
2929
and used by research laboratories, academia, and industry. It is
30-
managed by a dedicated team at the National Renewable Energy Lab.
30+
managed by a dedicated team at the National Lab of the Rockies.
3131
Our objective is to ensure that OpenFAST is well tested, well
3232
documented, and self-sustaining software. To that end, we are continually
3333
improving the documentation and test coverage for existing code, and we

openfast_io/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These instructions are for interaction directly with the `openfast_io` source co
3838
```
3939

4040
### Extra options
41-
[ROSCO](https://github.com/NREL/ROSCO) can be installed as an optional dependency. Run either
41+
[ROSCO](https://github.com/NatLabRockies/ROSCO) can be installed as an optional dependency. Run either
4242
```shell
4343
pip install openfast_io[rosco]
4444
```

openfast_io/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ version = "4.1.2"
99
description = "Readers and writers for OpenFAST files."
1010
license = {file = "../LICENSE"}
1111
authors = [
12-
{name = "Mayank Chetan", email = "mayank.chetan@nrel.gov" },
13-
{name = "Andy Platt", email = "andy.platt@nrel.gov" },
14-
{name = "Derek Slaughter", email = "derek.slaughter@nrel.gov" },
15-
{ name = "NREL WISDEM Team", email = "systems.engineering@nrel.gov" },
12+
{name = "Mayank Chetan", email = "mayank.chetan@nlr.gov" },
13+
{name = "Andy Platt", email = "andy.platt@nlr.gov" },
14+
{name = "Derek Slaughter", email = "derek.slaughter@nlr.gov" },
15+
{ name = "NLR WISDEM Team", email = "systems.engineering@nlr.gov" },
1616
]
1717
maintainers = [
18-
{name = "Mayank Chetan", email = "mayank.chetan@nrel.gov" },
19-
{name = "Andy Platt", email = "andy.platt@nrel.gov" },
20-
{name = "Derek Slaughter", email = "derek.slaughter@nrel.gov" },
18+
{name = "Mayank Chetan", email = "mayank.chetan@nlr.gov" },
19+
{name = "Andy Platt", email = "andy.platt@nlr.gov" },
20+
{name = "Derek Slaughter", email = "derek.slaughter@nlr.gov" },
2121
]
2222
readme = "README.md"
2323
requires-python = ">3.10"

vs-build/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following solution files are available for code development on Windows using
2020
- [SeaState driver](SeaState/SeaStateDriver.sln) Waves and currents
2121
- Other:
2222
- [Discon](Discon/Discon.sln)
23-
This solution file contains all 3 controllers used in the OpenFAST r-test (with the NREL 5MW model).
23+
This solution file contains all 3 controllers used in the OpenFAST r-test (with the historical NREL 5MW model).
2424
It also contains the controller used with the FAST.Farm super-controller.
2525
- [SC_DLL](SC_DLL.sln) This solution file builds a template supercontroller to be used with FAST.Farm.
2626
- [OpenFAST Registry](Registry/Registry.sln)

0 commit comments

Comments
 (0)