Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Ard

[![CI/CD test suite](https://github.com/WISDEM/Ard/actions/workflows/python-tests-consolidated.yaml/badge.svg?branch=main)](https://github.com/WISDEM/Ard/actions/workflows/python-tests-consolidated.yaml)
[![CI/CD test suite](https://github.com/NLRWindSystems/Ard/actions/workflows/python-tests-consolidated.yaml/badge.svg?branch=main)](https://github.com/NLRWindSystems/Ard/actions/workflows/python-tests-consolidated.yaml)

![Ard logo](assets/logomaker/logo.png)

Expand Down Expand Up @@ -35,7 +35,7 @@ Ard documentation is available at [https://wisdem.github.io/Ard](https://wisdem.

If installing from PyPI, skip to [step 2.](#2.-Set-up-environment). If installing from source, the source can be cloned from github using the following command in your preferred location:
```shell
git clone git@github.com:WISDEM/Ard.git
git clone git@github.com:NLRWindSystems/Ard.git
```
Once downloaded, you can enter the `Ard` root directory using
```shell
Expand Down Expand Up @@ -111,7 +111,7 @@ source test/run_local_test_system.sh
These enable the generation of HTML-based coverage reports by default and can be used to track "coverage", or the percentage of software lines of code that are run by the testing systems.
`Ard`'s git repository includes requirements for both the `main` and `develop` branches to have 80% coverage on unit testing and 50% testing in system testing, which are, respectively, tests of individual parts of `Ard` and "systems" composed of multiple parts.
Failures are not tolerated in code that is merged onto these branches and code found therein *should* never cause a testing failure if it has been found there.
If the process of installation and testing fails, please open a new issue [here](https://github.com/WISDEM/Ard/issues).
If the process of installation and testing fails, please open a new issue [here](https://github.com/NLRWindSystems/Ard/issues).

## Design philosophy

Expand Down Expand Up @@ -151,7 +151,7 @@ The components that achieve this can be assembled to either run a single top-dow
# Contributing to `Ard`

We have striven towards best-practices documentation and testing for `Ard`.
Contribution is welcome, and we are happy [to field pull requests from github](https://github.com/WISDEM/Ard/pulls).
Contribution is welcome, and we are happy [to field pull requests from github](https://github.com/NLRWindSystems/Ard/pulls).
For acceptance, PRs must:
- be formatted using [`black`](https://github.com/psf/black)
- not fail any unit tests or system tests
Expand Down
2 changes: 1 addition & 1 deletion ard/cost/orbit_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class ORBITDetail(orbit_wisdem.Orbit):
array layout, and 2) traps warning messages that are recognized not to be
issues.

See: https://github.com/WISDEM/ORBIT
See: https://github.com/NLRWindSystems/ORBIT
"""

def initialize(self):
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
### 1. Clone Ard source repository
If installing from PyPI, skip to [step 2.](#2.-Set-up-environment). If installing from source, the source can be cloned from github using the following command in your preferred location:
```shell
git clone git@github.com:WISDEM/Ard.git
git clone git@github.com:NLRWindSystems/Ard.git
```
Once downloaded, you can enter the `Ard` root directory using
```shell
Expand Down
4 changes: 2 additions & 2 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ source test/run_local_test_system.sh
These enable the generation of HTML-based coverage reports by default and can be used to track "coverage", or the percentage of software lines of code that are run by the testing systems.
`Ard`'s git repository includes requirements for both the `main` and `develop` branches to have 80% coverage on unit testing and 50% testing in system testing, which are, respectively, tests of individual parts of `Ard` and "systems" composed of multiple parts.
Failures are not tolerated in code that is merged onto these branches and code found therein *should* never cause a testing failure if it has been found there.
If the process of installation and testing fails, please open a new issue [here](https://github.com/WISDEM/Ard/issues).
If the process of installation and testing fails, please open a new issue [here](https://github.com/WISDEM/Ard/issues).
If the process of installation and testing fails, please open a new issue [here](https://github.com/NLRWindSystems/Ard/issues).
If the process of installation and testing fails, please open a new issue [here](https://github.com/NLRWindSystems/Ard/issues).
8 changes: 4 additions & 4 deletions examples/05_onshore_batch/inputs/ard_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ modeling_options:
rated_power: 5000000.0 # W
num_blades: 3
rated_thrust_N: 823484.4216152605 # from NREL 5MW definition
gust_velocity_m_per_s: 70.0 # from https://github.com/WISDEM/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
gust_velocity_m_per_s: 70.0 # from https://github.com/NLRWindSystems/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
blade_surface_area: 69.7974979
tower_mass: 620.4407337521
nacelle_mass: 101.98582836439
hub_mass: 8.38407517646
blade_mass: 14.56341339641
foundation_height: 0.0
commissioning_cost_kW: 44.0 # from https://github.com/WISDEM/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
decommissioning_cost_kW: 58.0 # from https://github.com/WISDEM/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
commissioning_cost_kW: 44.0 # from https://github.com/NLRWindSystems/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
decommissioning_cost_kW: 58.0 # from https://github.com/NLRWindSystems/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
trench_len_to_substation_km: 50.0
distance_to_interconnect_mi: 4.97096954
interconnect_voltage_kV: 130.0 # from https://github.com/WISDEM/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
interconnect_voltage_kV: 130.0 # from https://github.com/NLRWindSystems/WISDEM/blob/master/examples/02_reference_turbines/nrel5mw.yaml
tcc_per_kW: 1300.00 # (USD/kW)
opex_per_kW: 44.00 # (USD/kWh)

Expand Down
Loading