Skip to content

Commit 4ee4314

Browse files
committed
Update README.md
1 parent 69838c4 commit 4ee4314

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ and `settings.yaml` exists. See below how to do that.
8686
using AtmosphericModels, KiteUtils, ControlPlots
8787
set_data_path("data")
8888
set = load_settings("system.yaml"; relax=true)
89+
set.alpha = 0.08163
8990
am = AtmosphericModel(set)
9091

9192
heights = 6:1000
@@ -96,7 +97,9 @@ plot(heights, wf, xlabel="height [m]", ylabel="wind factor", fig="Nearshore")
9697
![Wind profile nearshore](docs/src/nearshore.png)
9798
```julia
9899
using AtmosphericModels, ControlPlots, KiteUtils
99-
am = AtmosphericModel(se())
100+
set_data_path("data")
101+
set = load_settings("system.yaml"; relax=true)
102+
am = AtmosphericModel(set)
100103
AtmosphericModels.se().alpha = 0.234 # set the exponent of the power law
101104

102105
heights = 6:200

0 commit comments

Comments
 (0)