From 7ff0bc8f05a30a234d53c8e2b0229e08cb88afcb Mon Sep 17 00:00:00 2001 From: andrew-platt Date: Wed, 21 Jan 2026 13:36:29 -0700 Subject: [PATCH] project description update NREL --> NLR --- README.rst | 20 ++++++++++---------- docs/index.rst | 2 +- openfast_io/README.md | 2 +- openfast_io/pyproject.toml | 14 +++++++------- vs-build/ReadMe.md | 2 +- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.rst b/README.rst index f63e070680..6787bf7a10 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ OpenFAST is a wind turbine simulation tool which builds on FAST v8. FAST.Farm extends the capability of OpenFAST to simulate multi-turbine wind farms. They were created with the goal of being community models developed and used by research laboratories, academia, and industry. They are managed by a dedicated team at the -National Renewable Energy Lab. Our objective is to ensure that OpenFAST and FAST.Farm +National Laboratory of the Rockies. Our objective is to ensure that OpenFAST and FAST.Farm are sustainable software that are well tested and well documented. If you'd like to contribute, see the `Developer Documentation `_ and any open GitHub issues with the @@ -30,11 +30,11 @@ tag. Part of the WETO Stack ---------------------- -OpenFAST is primarily developed with the support of the U.S. Department of Energy and is part of the `WETO Software Stack `_. For more information and other integrated modeling software, see: +OpenFAST is primarily developed with the support of the U.S. Department of Energy and is part of the `WETO Software Stack `_. For more information and other integrated modeling software, see: -* `Portfolio Overview `_ -* `Entry Guide `_ -* `OpenFAST Workshop `_ +* `Portfolio Overview `_ +* `Entry Guide `_ +* `OpenFAST Workshop `_ FAST v8 - OpenFAST @@ -155,8 +155,8 @@ Please use `GitHub Issues `_ to: * report bugs * request code enhancements -Users and developers may also be interested in the NREL National Wind -Technology Center (NWTC) `phpBB Forum `_, +Users and developers may also be interested in the NLR National Wind +Technology Center (NWTC) `Forum `_, which is still maintained and has a long history of FAST-related questions and answers. @@ -164,9 +164,9 @@ Acknowledgments --------------- OpenFAST and FAST.Farm are maintained and developed by researchers and software -engineers at the `National Renewable Energy Laboratory `_ -(NREL), with support from the US Department of Energy's Wind Energy Technology -Office. NREL gratefully acknowledges development contributions from the following +engineers at the `National Laboratory of the Rockies `_ +(NLR), with support from the US Department of Energy's Wind Energy Technology +Office. NLR gratefully acknowledges development contributions from the following organizations: * Envision Energy USA, Ltd diff --git a/docs/index.rst b/docs/index.rst index 9dd5504e5f..56a4b46189 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,7 +27,7 @@ and underlying modules are mostly written in Fortran (adhering to the 2003 standard), and modules can also be written in C or C++. It was created with the goal of being a community model developed and used by research laboratories, academia, and industry. It is -managed by a dedicated team at the National Renewable Energy Lab. +managed by a dedicated team at the National Lab of the Rockies. Our objective is to ensure that OpenFAST is well tested, well documented, and self-sustaining software. To that end, we are continually improving the documentation and test coverage for existing code, and we diff --git a/openfast_io/README.md b/openfast_io/README.md index 4d1d77dfda..2d1849c858 100644 --- a/openfast_io/README.md +++ b/openfast_io/README.md @@ -38,7 +38,7 @@ These instructions are for interaction directly with the `openfast_io` source co ``` ### Extra options -[ROSCO](https://github.com/NREL/ROSCO) can be installed as an optional dependency. Run either +[ROSCO](https://github.com/NatLabRockies/ROSCO) can be installed as an optional dependency. Run either ```shell pip install openfast_io[rosco] ``` diff --git a/openfast_io/pyproject.toml b/openfast_io/pyproject.toml index cfb6ddcd05..460e3bf782 100644 --- a/openfast_io/pyproject.toml +++ b/openfast_io/pyproject.toml @@ -9,15 +9,15 @@ version = "4.1.2" description = "Readers and writers for OpenFAST files." license = {file = "../LICENSE"} authors = [ - {name = "Mayank Chetan", email = "mayank.chetan@nrel.gov" }, - {name = "Andy Platt", email = "andy.platt@nrel.gov" }, - {name = "Derek Slaughter", email = "derek.slaughter@nrel.gov" }, - { name = "NREL WISDEM Team", email = "systems.engineering@nrel.gov" }, + {name = "Mayank Chetan", email = "mayank.chetan@nlr.gov" }, + {name = "Andy Platt", email = "andy.platt@nlr.gov" }, + {name = "Derek Slaughter", email = "derek.slaughter@nlr.gov" }, + { name = "NLR WISDEM Team", email = "systems.engineering@nlr.gov" }, ] maintainers = [ - {name = "Mayank Chetan", email = "mayank.chetan@nrel.gov" }, - {name = "Andy Platt", email = "andy.platt@nrel.gov" }, - {name = "Derek Slaughter", email = "derek.slaughter@nrel.gov" }, + {name = "Mayank Chetan", email = "mayank.chetan@nlr.gov" }, + {name = "Andy Platt", email = "andy.platt@nlr.gov" }, + {name = "Derek Slaughter", email = "derek.slaughter@nlr.gov" }, ] readme = "README.md" requires-python = ">3.10" diff --git a/vs-build/ReadMe.md b/vs-build/ReadMe.md index ecc933f7c2..fd53760a70 100644 --- a/vs-build/ReadMe.md +++ b/vs-build/ReadMe.md @@ -20,7 +20,7 @@ The following solution files are available for code development on Windows using - [SeaState driver](SeaState/SeaStateDriver.sln) Waves and currents - Other: - [Discon](Discon/Discon.sln) - This solution file contains all 3 controllers used in the OpenFAST r-test (with the NREL 5MW model). + This solution file contains all 3 controllers used in the OpenFAST r-test (with the historical NREL 5MW model). It also contains the controller used with the FAST.Farm super-controller. - [SC_DLL](SC_DLL.sln) This solution file builds a template supercontroller to be used with FAST.Farm. - [OpenFAST Registry](Registry/Registry.sln)