Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DART-WRF
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF
Commits
1d1a4b2b
Commit
1d1a4b2b
authored
3 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
superob
parent
bf5467b1
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+6
-0
6 additions, 0 deletions
.gitignore
config/cfg.py
+4
-3
4 additions, 3 deletions
config/cfg.py
scripts/assim_synth_obs.py
+265
-174
265 additions, 174 deletions
scripts/assim_synth_obs.py
with
275 additions
and
177 deletions
.gitignore
0 → 100644
+
6
−
0
View file @
1d1a4b2b
*.pyc
slurm-scripts/
logs/
dask-worker-space/
DART_WRF.egg*
build*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
config/cfg.py
+
4
−
3
View file @
1d1a4b2b
...
...
@@ -7,7 +7,7 @@ class ExperimentConfiguration(object):
pass
exp
=
ExperimentConfiguration
()
exp
.
expname
=
"
exp_v1.19_wb-random_
Radar
"
exp
.
expname
=
"
exp_v1.19_wb-random_
WV_superob2-12
"
exp
.
model_dx
=
2000
exp
.
n_ens
=
40
exp
.
n_nodes
=
10
...
...
@@ -23,8 +23,9 @@ exp.input_profile = '/home/fs71386/lkugler/wrf_profiles/data/wrf/ens/2021-05-04/
# needs a horizontal scale too, to calculate the vertical normalization
# since you can not specify different vertical localizations for diff. variables
exp
.
cov_loc_vert_km_horiz_km
=
(
1
,
30
)
exp
.
superob_km
=
12
n_obs
=
961
#
121: 30km, 256:16x16 (20km); 961: 10km resoltn # radar: n_obs for each observation height level
n_obs
=
22801
#22801: 2km,
121: 30km, 256:16x16 (20km); 961: 10km resoltn # radar: n_obs for each observation height level
vis
=
dict
(
plotname
=
'
VIS 0.6µm
'
,
plotunits
=
'
[1]
'
,
kind
=
'
MSG_4_SEVIRI_BDRF
'
,
sat_channel
=
1
,
n_obs
=
n_obs
,
...
...
@@ -64,7 +65,7 @@ psfc = dict(plotname='SYNOP Pressure', plotunits='[dBz]',
cov_loc_radius_km
=
32
)
exp
.
observations
=
[
radar
]
# 108, wv73, vis]
exp
.
observations
=
[
wv73
]
# 108, wv73, vis]
#exp.update_vars = ['T', 'QVAPOR', 'QCLOUD', 'QICE','CLDFRA']
exp
.
update_vars
=
[
'
U
'
,
'
V
'
,
'
T
'
,
'
PH
'
,
'
MU
'
,
'
QVAPOR
'
,
'
QCLOUD
'
,
'
QICE
'
,
'
CLDFRA
'
]
...
...
This diff is collapsed.
Click to expand it.
scripts/assim_synth_obs.py
+
265
−
174
View file @
1d1a4b2b
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