Skip to content
Snippets Groups Projects
Unverified Commit 3d862c16 authored by Lukas Kugler's avatar Lukas Kugler Committed by GitHub
Browse files

typo

parent 919eada2
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ In order to continue a forecast after assimilation you need the posterior = prio ...@@ -84,7 +84,7 @@ In order to continue a forecast after assimilation you need the posterior = prio
1. Update the initial conditions from data assimilation. 2. Update the initial conditions from data assimilation.
:func:`dartwrf.workflows.WorkFlows.update_IC_from_DA` updates the initial conditions (WRFrst files) with assimilation increments from DART output and copies them to the WRF run directories. :func:`dartwrf.workflows.WorkFlows.update_IC_from_DA` updates the initial conditions (WRFrst files) with assimilation increments from DART output and copies them to the WRF run directories.
.. code-block:: python .. code-block:: python
...@@ -95,7 +95,7 @@ In order to continue a forecast after assimilation you need the posterior = prio ...@@ -95,7 +95,7 @@ In order to continue a forecast after assimilation you need the posterior = prio
Now you can run the forecast ensemble. Now you can run the forecast ensemble.
1) Run the Forecast 3) Run the Forecast
******************* *******************
Define how long you want to run the forecast and how often you want WRF-restart files. Define how long you want to run the forecast and how often you want WRF-restart files.
...@@ -125,4 +125,4 @@ If you want to assimilate in 15 minutes again, use ...@@ -125,4 +125,4 @@ If you want to assimilate in 15 minutes again, use
) )
By default, it assumes that the input data is a WRF restart file. To use WRF input file as initial conditions, set keyword ``input_is_restart=False``. By default, it assumes that the input data is a WRF restart file. To use WRF input file as initial conditions, set keyword ``input_is_restart=False``.
More documentation is in the docstring of :func:`dartwrf.workflows.WorkFlows.run_ENS`. More documentation is in the docstring of :func:`dartwrf.workflows.WorkFlows.run_ENS`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment