-
Notifications
You must be signed in to change notification settings - Fork 35
First post-processing functions #169
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
base: main
Are you sure you want to change the base?
Conversation
Some functions to post-process LaMEM models. Plotting functions are in progress.
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
Co-authored-by: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com>
thanks a lot for your PR, this seems very helpful. If the future plotting routines you want to add will be specific to LaMEM they should go there; if they will be more general and can deal with any |
Or alternatively, there could be a LaMEM extension in GMG, and move there also the other LaMEM-specific functions. |
I agree that it would be good to put all the LaMEM related functions in an LaMEM extension as Albert suggested. This way we could potentially have different extensions for different geodynamic (or other) codes. If we do this, we should however first have a plan on how the extension should look like. From summer/autumn on, I should hopefully also have hired someone who could work on this. |
I'm not sure how this will work, as |
Most of the plotting functions will work for general CartData structures. |
ok, in that case let's leave the routines here |
Some functions to post-process LaMEM models. Plotting functions are in progress.