Skip to content

Instantly share code, notes, and snippets.

View mcflugen's full-sized avatar

Eric Hutton mcflugen

  • University of Colorado
  • Boulder, CO
View GitHub Profile
@mcflugen
mcflugen / layerstack_tutorial.ipynb
Created September 2, 2016 15:49
Tutorial that demonstrates how to use a landlab `LayerStack`.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mcflugen
mcflugen / cem-rafem-coupling.ipynb
Last active November 20, 2015 18:01
An iPython notebook that shows an example of coupling two BMI models.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mcflugen
mcflugen / rafem-bmi-example.ipynb
Last active November 13, 2015 22:16
An iPython notebook of an example that demonstrates how to use the Rafem BMI in Python.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mcflugen
mcflugen / cem-bmi-example.ipynb
Last active February 24, 2016 23:52
iPython notebook that shows an example of how to use the CEM BMI Python interface.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mcflugen
mcflugen / landlab_weave_error.txt
Created November 1, 2014 17:10
An example of the scipy.weave error in landlab
Doctest: landlab.components.flow_accum.flow_accum_bw._DrainageStack.add_to_stack ... In file included from /Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:17:
In file included from /Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/list.h:16:
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/sequence.h:106:16: warning: 'py::sequence::set_item' hides overloaded virtual function [-Woverloaded-virtual]
virtual void set_item(int ndx, object& val) {
^
/Users/huttone/anaconda/lib/python2.7/site-packages/scipy/weave/scxx/object.h:781:16: note: hidden overloaded virtual function 'py::object::set_item' declared here: type mismatch at 1st parameter ('const py::object &' vs 'int')
virtual void set_item(const object& key, const object& val) {
^
In file included from /Users/huttone/.cache/scipy/python27_compiled/sc_ed7317cc9937eff0b963c8ff2190496c650.cpp:19:
/Users/huttone/anaconda/lib/python2.7/site-packages/sc