Skip to content
Snippets Groups Projects
Commit 253b405d authored by lkugler's avatar lkugler
Browse files

docs

parent e98630fc
No related branches found
No related tags found
No related merge requests found
%% Cell type:markdown id:fd5c3005-f237-4495-9185-2d4d474cafd5 tags:
# DART-WRF introductory example
DART-WRF is a python package which automates many things like configuration, saving configuration and output, handling computing resources, etc.
**Goal**: Using a predefined configuration file, run an example of Data Assimilation.
**What you need to know**:
- There is a config/ folder with experimental configuration in config/cfg.py.
- There is an example script analysis_only.py which handles the DA programs.
**To-Do**:
- Go into the DART-WRF folder that we created and installed last time.
- Copy the configuration file from `` to your config/ folder.
%% Cell type:code id:400244f1-098b-46ea-b29d-2226c7cbc827 tags:
``` python
```
Introductory assimilation example
=================================
Example goes here
\ 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