We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c4692 commit 312786fCopy full SHA for 312786f
mwes/mwe_01.jl
@@ -1,5 +1,11 @@
1
using LinearAlgebra
2
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)
9
10
const GRID_STEP = 2.0 # Grid resolution in x/y (meters)
11
const HEIGHT_STEP = 2.0 # Z-resolution (meters)
0 commit comments