ali-ramadhan/Atmosfoolery.jl

Stop hard coding in gravity [and allow for g(z)]

ali-ramadhan opened this issue · 0 comments

Right now g = 9.80665 is hard coded in which is bad.

In Oceananigans the gravitational acceleration is stored inside the buoyancy struct, but here I think I'll make it a separate model property which will also allow us to add a height-varying g(z) in the future if we want it for crazy stuff like simulating Jupiter's atmosphere.