From 1a8813960e44d60e7c990a073af9804fa100b3a7 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Wed, 21 Jun 2023 01:23:16 +0200 Subject: [PATCH] . --- docs/source/custom_scripts.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/custom_scripts.rst b/docs/source/custom_scripts.rst index 85658de..983e75b 100644 --- a/docs/source/custom_scripts.rst +++ b/docs/source/custom_scripts.rst @@ -5,6 +5,7 @@ Workflow methods are defined in the :class:`dartwrf.workflows.WorkFlows` class ( A workflow method is for example :meth:`dartwrf.workflows.WorkFlows.assimilate`, which can be run like this .. code-block:: python + from dartwrf.workflows import WorkFlows prior_path_exp = '/users/students/lehre/advDA_s2023/data/sample_ensemble/' -- GitLab