Skip to content

Commit 312786f

Browse files
committed
Fix mwe_01.jl
1 parent 11c4692 commit 312786f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mwes/mwe_01.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
using LinearAlgebra
22
using FFTW
3+
using KiteUtils
4+
using AtmosphericModels
5+
6+
set_data_path("data")
7+
set = load_settings("system.yaml")
8+
am::AtmosphericModel = AtmosphericModel(set)
39

410
const GRID_STEP = 2.0 # Grid resolution in x/y (meters)
511
const HEIGHT_STEP = 2.0 # Z-resolution (meters)

0 commit comments

Comments
 (0)