ali-ramadhan / Atmosfoolery.jl

Compressible non-hydrostatic model built on top of Oceananigans.jl so it runs on CPUs and GPUs
MIT License
3 stars 0 forks source link

Momentum forcings have the wrong names #86

Open ali-ramadhan opened 4 years ago

ali-ramadhan commented 4 years ago
julia> using JULES, Oceananigans
julia> grid = RegularCartesianGrid(size=(1, 1, 1), extent=(1, 1, 1))
julia> model = CompressibleModel(grid=grid)
julia> model.forcing
(u = Oceananigans.Forcings.zeroforcing, v = Oceananigans.Forcings.zeroforcing, w = Oceananigans.Forcings.zeroforcing, ρe = Oceananigans.Forcings.zeroforcing, ρ = Oceananigans.Forcings.zeroforcing)