You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,16 @@ REopt evaluations for all system types except GHP (see below) can be performed u
10
10
(active_env) pkg> add REopt JuMP HiGHS
11
11
```
12
12
13
-
### Add NREL developer API key for PV and Wind
13
+
### Add NREL developer API key for PV, CST, and Wind
14
14
If you don't have an NREL developer network API key, [sign up here on https://developer.nrel.gov to get one (free)](https://developer.nrel.gov/signup); this is required to load PV and Wind resource profiles from PVWatts and the Wind Toolkit APIs from within REopt.jl.
15
15
Assign your API key to the expected environment variable:
16
16
```julia
17
17
ENV["NREL_DEVELOPER_API_KEY"]="your API key"
18
18
```
19
-
before running PV or Wind scenarios.
19
+
before running PV or Wind scenarios, and also assign your email to the expected environment variable as well before running CST scenarios:
20
+
```julia
21
+
ENV["NREL_DEVELOPER_EMAIL"]="your contact email"
22
+
```
20
23
21
24
### Additional package loading for GHP
22
25
GHP evaluations must load in the [`GhpGhx.jl`](https://github.com/NREL/GhpGhx.jl) package separately because it has a more [restrictive license](https://github.com/NREL/GhpGhx.jl/blob/main/LICENSE.md) and is not a registered Julia package.
0 commit comments