csdms / ivy

Course material on scientific software development for researchers in earth and planetary surface processes
https://csdms.colorado.edu
Other
75 stars 58 forks source link

Add code to advection notebook #117

Closed mdpiper closed 1 year ago

mdpiper commented 1 year ago

The advection notebook in the Python lessons had suggestions for how to code up numerical solutions to the advection equation. This PR adds the code itself.

This resolves #109.

mdpiper commented 1 year ago

@BCampforts If you have time, would you please take a look at this? I just want to make sure I've captured your intent. If you don't have time now, it's totally OK; we can talk later, or you can add an issue or a PR.

mdpiper commented 1 year ago

I'm thinking about hiding the solution code like @mcflugen does in the Landlab notebooks.