Skip to content

Commit

Permalink
DOC: comment slow code execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Nov 30, 2024
1 parent 14712fc commit 36ff707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/environment/1-atm-models/ensemble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Global Ensemble Forecast System (GEFS)
The ``GEFS`` model is a global ensemble forecast model ...


.. jupyter-execute::
.. code-block:: python
from datetime import date, timedelta
from rocketpy import Environment
Expand All @@ -45,7 +45,7 @@ The ``GEFS`` model is a global ensemble forecast model ...
.. forecasts are kept away stored.
.. Changing this is as easy as the following line of code.
.. jupyter-execute::
.. code-block:: python
env_gefs.select_ensemble_member(3) # selects the 3rd forecast member
Expand All @@ -56,7 +56,7 @@ A very useful thing is to compare the forecast of all ensemble members, as well
as confirming how many are there.
All of this can be done by calling the :meth:`rocketpy.Environment.all_info` method.

.. jupyter-execute::
.. code-block:: python
env_gefs.all_info()
Expand Down

0 comments on commit 36ff707

Please sign in to comment.