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

implement method of lines #9

Open
jkingslake opened this issue Feb 9, 2022 · 0 comments
Open

implement method of lines #9

jkingslake opened this issue Feb 9, 2022 · 0 comments

Comments

@jkingslake
Copy link
Member

An approach to coupling the ice and hydro code could be to solve both with the method of lines (MOL). This should circumvent road blocks @glugeorge has been encountering with not finding python solvers capable of implementing the methods used in https://github.com/aarobel/SSAsimpleM and https://github.com/aarobel/SSAsimpleJ.

As a starting point to understand the method and eventually implement it with both sets of equations:

  1. You can look at some code @rmskarbek and I wrote which uses the method of lines to solve a firn compaction model. The model is setup with FirnSetup5.m and run with FCM9b.m.

  2. You can also look at the method section of the submitted paper (hopefully it will soon appear on Cryosphere Discussions, so it's not a problem sharing it here).
    Kingslake_firn_submitted.pdf
    Also look at Appendix B for a few more details on the method.

  3. There are many good onine resources on the MOL, e.g., http://www.scholarpedia.org/article/Method_of_lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant