Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DART-WRF-delete_byApril
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF-delete_byApril
Commits
f8a71dea
Commit
f8a71dea
authored
2 years ago
by
lkugler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/lkugler/DART-WRF
parents
a3b8451c
b3db466a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/tutorial1.ipynb
+54
-0
54 additions, 0 deletions
docs/source/tutorial1.ipynb
docs/source/tutorial1.rst
+0
-4
0 additions, 4 deletions
docs/source/tutorial1.rst
with
54 additions
and
4 deletions
docs/source/tutorial1.ipynb
0 → 100644
+
54
−
0
View file @
f8a71dea
{
"cells": [
{
"cell_type": "markdown",
"id": "fd5c3005-f237-4495-9185-2d4d474cafd5",
"metadata": {},
"source": [
"# DART-WRF introductory example\n",
"DART-WRF is a python package which automates many things like configuration, saving configuration and output, handling computing resources, etc.\n",
"\n",
"**Goal**: Using a predefined configuration file, run an example of Data Assimilation.\n",
"\n",
"**What you need to know**:\n",
"\n",
"- There is a config/ folder with experimental configuration in config/cfg.py.\n",
"- There is an example script analysis_only.py which handles the DA programs.\n",
"\n",
"**To-Do**:\n",
"\n",
"- Go into the DART-WRF folder that we created and installed last time.\n",
"- Copy the configuration file from `` to your config/ folder.\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "400244f1-098b-46ea-b29d-2226c7cbc827",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "nwp 2023.1 - 3.10",
"language": "python",
"name": "nwp2023.1"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
%% 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
`
``
This diff is collapsed.
Click to expand it.
docs/source/tutorial1.rst
deleted
100644 → 0
+
0
−
4
View file @
a3b8451c
Introductory assimilation example
=================================
Example goes here
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment