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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF-delete_byApril
Commits
563bd413
Commit
563bd413
authored
3 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
fix LES config
parent
71b2b104
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/cfg.py
+4
-7
4 additions, 7 deletions
config/cfg.py
with
4 additions
and
7 deletions
config/cfg.py
+
4
−
7
View file @
563bd413
...
...
@@ -9,28 +9,25 @@ class ExperimentConfiguration(object):
exp
=
ExperimentConfiguration
()
exp
.
expname
=
"
exp_v1.16_P
1-1
_Radar
"
exp
.
expname
=
"
exp_v1.16_P
0-4
_Radar
5+I-test
"
exp
.
model_dx
=
2000
exp
.
n_ens
=
40
exp
.
n_nodes
=
10
n_obs
=
1600
# 50km res: 64:8x8; 10km res: 1600:40x40 # radar: n_obs for each observation height level
n_obs
=
4
#
1600 # 50km res: 64:8x8; 10km res: 1600:40x40 # 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
,
err_std
=
0.03
,
error_generate
=
0.03
,
error_assimilate
=
0.06
,
cov_loc_radius_km
=
32
)
wv73
=
dict
(
plotname
=
'
Brightness temperature WV 7.3µm
'
,
plotunits
=
'
[K]
'
,
kind
=
'
MSG_4_SEVIRI_TB
'
,
sat_channel
=
6
,
n_obs
=
n_obs
,
err_std
=
False
,
error_generate
=
False
,
error_assimilate
=
False
,
error_generate
=
1.
,
error_assimilate
=
False
,
cov_loc_radius_km
=
32
)
ir108
=
dict
(
plotname
=
'
Brightness temperature IR 10.8µm
'
,
plotunits
=
'
[K]
'
,
kind
=
'
MSG_4_SEVIRI_TB
'
,
sat_channel
=
9
,
n_obs
=
n_obs
,
err_std
=
5.
,
error_generate
=
5.
,
error_assimilate
=
10.
,
cov_loc_radius_km
=
32
)
...
...
@@ -51,7 +48,7 @@ psfc = dict(plotname='SYNOP Pressure', plotunits='[dBz]',
cov_loc_radius_km
=
32
,
cov_loc_vert_km
=
5
)
exp
.
observations
=
[
radar
,
]
# 108, wv73, vis]
exp
.
observations
=
[
vis
,
wv73
,
]
# 108, wv73, vis]
# directory paths depend on the name of the experiment
cluster
.
expname
=
exp
.
expname
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