Skip to content

Commit

Permalink
Small update for deprecation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Nov 14, 2021
1 parent 81e909f commit 71ca4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mass-balance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ it for 300 years:

.. ipython:: python
from oggm.core.flowline import robust_model_run
robust_model_run(gdir, mb_model=mbmod, ys=0, ye=300);
from oggm.core.flowline import flowline_model_run
flowline_model_run(gdir, mb_model=mbmod, ys=0, ye=300);
The model stored its output in standard NetCDF files. Let's just have a look
a it!
Expand Down

0 comments on commit 71ca4bb

Please sign in to comment.