We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f24ad2 commit 69838c4Copy full SHA for 69838c4
README.md
@@ -84,7 +84,9 @@ and `settings.yaml` exists. See below how to do that.
84
## Plot a wind profile
85
```julia
86
using AtmosphericModels, KiteUtils, ControlPlots
87
-am = AtmosphericModel(se())
+set_data_path("data")
88
+set = load_settings("system.yaml"; relax=true)
89
+am = AtmosphericModel(set)
90
91
heights = 6:1000
92
wf = [calc_wind_factor(am, height, Int(EXPLOG)) for height in heights]
0 commit comments