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

Override getproperty to access thermodynamic variable #62

Open ali-ramadhan opened 4 years ago

ali-ramadhan commented 4 years ago

Would be nice to override getproprty(CompressibleMode, ...) to be able to write things like model.energy, model.entropy, etc. based on the thermodynamic variable in use.