Skip to content

Commit 69838c4

Browse files
committed
Update README.md
1 parent 2f24ad2 commit 69838c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ and `settings.yaml` exists. See below how to do that.
8484
## Plot a wind profile
8585
```julia
8686
using AtmosphericModels, KiteUtils, ControlPlots
87-
am = AtmosphericModel(se())
87+
set_data_path("data")
88+
set = load_settings("system.yaml"; relax=true)
89+
am = AtmosphericModel(set)
8890

8991
heights = 6:1000
9092
wf = [calc_wind_factor(am, height, Int(EXPLOG)) for height in heights]

0 commit comments

Comments
 (0)