-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New EKT Lab: Alternative mesh generation for Landlab #91
Comments
@elbeejay This is awesome, Jay! I'll check with Irina (I'm sure it'll be fine), then I'll set up an EKT lab. I may ask you for some additional explanatory prose for the lab page. Feel free to email me directly if you have any questions or comments. |
@elbeejay I've completed a first pass at a lab page: https://csdms.colorado.edu/wiki/Lab-0020. Please feel free to edit it (and let me know if you can't). Change anything you'd like. Because of its dependencies, I'll add it to the CSDMS JupyterHub in a separate kernel. I'm going to hold off until the end of the semester to do this, though. |
Thanks Mark, it looks great! I added some references for the various software packages but otherwise I think that covers the gist of it.
👍 Let me know if there's any way I can help with setting that up. |
That sounds good Mark.
My students need to turn in reports on the 10th (Thursday this week). Allow for one or two days of emergency modeling and we would be good to reform after that.
Irina
…--
Dr. Irina Overeem
CSDMS Community Surface Dynamics Modeling System
INSTAAR, University of Colorado at Boulder
PO Box 450, 80309-0450
Boulder, CO, USA
phone: +1-303-4926631
________________________________
From: J. Hariharan <notifications@github.com>
Sent: Monday, December 7, 2020 4:05 PM
To: csdms/help-desk <help-desk@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [csdms/help-desk] New EKT Lab: Alternative mesh generation for Landlab (#91)
Thanks Mark, it looks great! I added some references for the various software packages but otherwise I think that covers the gist of it.
Because of its dependencies, I'll add it to the CSDMS JupyterHub in a separate kernel. I'm going to hold off until the end of the semester to do this, though.
👍 Let me know if there's any way I can help with setting that up.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#91 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB2UEKFYB3EYAMYPEIHTMJDSTVNSXANCNFSM4UJUSXCA>.
|
Summary
I prepared a few notebooks that use the mesh generator dmsh, and the mesh generator from Anuga to create unstructured grids that are passed into Landlab. Examples contain code for creating Landlab models using these other mesh generators as a starting point. Only the flow accumulation and drainage area components are demo'd, but there are many other questions one might want to ask about the influence of cell resolution (and local cell resolution) on different landscape evolution processes. I thought this could make for an interesting/thought-provoking ETK lab, but I welcome any disagreement or differing opinions.
Required Information
Below are the items corresponding to required information from here:
URL of your EKT Lab wiki: https://elbeejay.github.io/meshing-with-landlab/
URL to download Jupyter Notebooks: https://github.com/elbeejay/meshing-with-landlab/tree/master/examples
Python packages used for Jupyter Notebooks: numpy, matplotlib, landlab, dmsh, anuga
The text was updated successfully, but these errors were encountered: