Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should Model be renamed to IncompressibleModel or BoussinesqModel? #566

Closed
ali-ramadhan opened this issue Dec 12, 2019 · 5 comments · Fixed by #626
Closed

Should Model be renamed to IncompressibleModel or BoussinesqModel? #566

ali-ramadhan opened this issue Dec 12, 2019 · 5 comments · Fixed by #626
Labels
question 💭 No such thing as a stupid question

Comments

@ali-ramadhan
Copy link
Member

I guess BoussinesqModel is a subset of IncompressibleModel? Maybe BoussinesqModel is only true if you're running with tracers. If you're running with zero tracers then there's no buoyancy per se.

@ali-ramadhan ali-ramadhan added the question 💭 No such thing as a stupid question label Dec 12, 2019
@glwagner
Copy link
Member

Are we anticipating having more than one model?

There’s a few possible designs. For example, we could abstract the “equation”, rather than the model.

@glwagner
Copy link
Member

If we have Compressible than Incompressible makes sense. But if we have QGModel, then Boussinesq makes more sense. Our choice depends on the models available.

@johncmarshall54
Copy link

johncmarshall54 commented Dec 12, 2019 via email

@glwagner
Copy link
Member

I think @johncmarshall54's stance is sensible. It's more likely we will have non-Boussinesq and compressible models than a QGModel.

@ali-ramadhan
Copy link
Member Author

Sorry for the slow reply. Indeed I was thinking of introducing a CompressibleModel type but will open another issue about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question 💭 No such thing as a stupid question
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants