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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF
Commits
1fe79b32
Commit
1fe79b32
authored
4 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
dart kind misspelled
parent
70b8e9d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/cfg.py
+9
-9
9 additions, 9 deletions
config/cfg.py
with
9 additions
and
9 deletions
config/cfg.py
+
9
−
9
View file @
1fe79b32
...
@@ -9,42 +9,42 @@ class ExperimentConfiguration(object):
...
@@ -9,42 +9,42 @@ class ExperimentConfiguration(object):
exp
=
ExperimentConfiguration
()
exp
=
ExperimentConfiguration
()
exp
.
expname
=
"
exp_v1.16_P0-4_
IR-VIS-WV
"
exp
.
expname
=
"
exp_v1.16_P0-4_
Radar
"
exp
.
model_dx
=
2000
exp
.
model_dx
=
2000
exp
.
timestep
=
10
exp
.
timestep
=
10
exp
.
n_ens
=
40
exp
.
n_ens
=
40
exp
.
n_nodes
=
10
exp
.
n_nodes
=
10
n_obs
=
1600
# radar: n_obs for each observation height level
n_obs
=
1600
#
so: 64:8x8 rad:10; 10km res: 1600:40x40 #
radar: n_obs for each observation height level
vis
=
dict
(
plotname
=
'
VIS 0.6µm
'
,
plotunits
=
'
[1]
'
,
vis
=
dict
(
plotname
=
'
VIS 0.6µm
'
,
plotunits
=
'
[1]
'
,
kind
=
'
MSG_4_SEVIRI_BDRF
'
,
kind
=
'
MSG_4_SEVIRI_BDRF
'
,
sat_channel
=
1
,
n_obs
=
n_obs
,
err_std
=
0.03
,
sat_channel
=
1
,
n_obs
=
n_obs
,
err_std
=
0.03
,
cov_loc_radius_km
=
2
0
)
cov_loc_radius_km
=
3
2
)
wv73
=
dict
(
plotname
=
'
Brightness temperature WV 7.3µm
'
,
plotunits
=
'
[K]
'
,
wv73
=
dict
(
plotname
=
'
Brightness temperature WV 7.3µm
'
,
plotunits
=
'
[K]
'
,
kind
=
'
MSG_4_SEVIRI_TB
'
,
kind
=
'
MSG_4_SEVIRI_TB
'
,
sat_channel
=
6
,
n_obs
=
n_obs
,
err_std
=
False
,
sat_channel
=
6
,
n_obs
=
n_obs
,
err_std
=
False
,
cov_loc_radius_km
=
2
0
)
cov_loc_radius_km
=
3
2
)
ir108
=
dict
(
plotname
=
'
Brightness temperature IR 10.8µm
'
,
plotunits
=
'
[K]
'
,
ir108
=
dict
(
plotname
=
'
Brightness temperature IR 10.8µm
'
,
plotunits
=
'
[K]
'
,
kind
=
'
MSG_4_SEVIRI_TB
'
,
kind
=
'
MSG_4_SEVIRI_TB
'
,
sat_channel
=
9
,
n_obs
=
n_obs
,
err_std
=
5.
,
sat_channel
=
9
,
n_obs
=
n_obs
,
err_std
=
5.
,
cov_loc_radius_km
=
2
0
)
cov_loc_radius_km
=
3
2
)
radar
=
dict
(
plotname
=
'
Radar reflectivity
'
,
plotunits
=
'
[dBz]
'
,
radar
=
dict
(
plotname
=
'
Radar reflectivity
'
,
plotunits
=
'
[dBz]
'
,
kind
=
'
RADAR
'
,
kind
=
'
RADAR
_REFLECTIVITY
'
,
n_obs
=
n_obs
,
err_std
=
5.
,
n_obs
=
n_obs
,
err_std
=
5.
,
heights
=
np
.
arange
(
1000
,
15001
,
1000
),
heights
=
np
.
arange
(
1000
,
15001
,
1000
),
cov_loc_radius_km
=
1
0
,
cov_loc_vert_km
=
2
)
cov_loc_radius_km
=
2
0
,
cov_loc_vert_km
=
2
)
t2m
=
dict
(
plotname
=
'
SYNOP Temperature
'
,
plotunits
=
'
[K]
'
,
t2m
=
dict
(
plotname
=
'
SYNOP Temperature
'
,
plotunits
=
'
[K]
'
,
kind
=
'
SYNOP_TEMPERATURE
'
,
n_obs
=
n_obs
,
err_std
=
1.0
,
kind
=
'
SYNOP_TEMPERATURE
'
,
n_obs
=
n_obs
,
err_std
=
0.5
,
cov_loc_radius_km
=
32
,
cov_loc_vert_km
=
1
)
cov_loc_radius_km
=
32
,
cov_loc_vert_km
=
1
)
psfc
=
dict
(
plotname
=
'
SYNOP Pressure
'
,
plotunits
=
'
[dBz]
'
,
psfc
=
dict
(
plotname
=
'
SYNOP Pressure
'
,
plotunits
=
'
[dBz]
'
,
kind
=
'
SYNOP_SURFACE_PRESSURE
'
,
n_obs
=
n_obs
,
err_std
=
50.
,
kind
=
'
SYNOP_SURFACE_PRESSURE
'
,
n_obs
=
n_obs
,
err_std
=
50.
,
cov_loc_radius_km
=
32
,
cov_loc_vert_km
=
5
)
cov_loc_radius_km
=
32
,
cov_loc_vert_km
=
5
)
exp
.
observations
=
[
ir108
,
vis
,
wv73
]
# ir108, wv73, vis]
exp
.
observations
=
[
radar
,
]
#
ir108, vis, wv73] # ir108, wv73, vis]
# directory paths depend on the name of the experiment
# directory paths depend on the name of the experiment
cluster
.
expname
=
exp
.
expname
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