diff --git a/docs/source/tutorial2.rst b/docs/source/tutorial2.rst index e1a6361e05128d9883273c1edb4a1cbd91f0b948..a29daebd3bb33903c376f7ee9f31d4c4225419f5 100644 --- a/docs/source/tutorial2.rst +++ b/docs/source/tutorial2.rst @@ -1,21 +1,3 @@ -Tutorial 1: The assimilation step -################################## - -DART-WRF is a python package which automates many things like configuration, program dependencies, archiving code, configuration and output, handling computing resources, etc. - -This tutorial can be executed with pre-existing input data accessible for students of the "University of Vienna - Department of Meteorology and Geophysics" on the server `srvx1`/Teachinghub. - -The main control scripts are in the main folder of DART-WRF, e.g. ``analysis_only.py``. -A control script defines the jobs (work packages, programs) which need to be completed and in which order they need to be done. -Every control script starts with setting up the experiment. - -.. code-block:: python - - from dartwrf.workflows import WorkFlows - w = WorkFlows(exp_config='exp_template.py', server_config='srvx1.py') - - - Tutorial 2: Forecast after DA ###############################