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
0bf01784
Commit
0bf01784
authored
2 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
setup
parent
0c8eb301
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
analysis_only.py
+3
-1
3 additions, 1 deletion
analysis_only.py
config/cfg.py
+4
-4
4 additions, 4 deletions
config/cfg.py
cycled_exp.py
+1
-0
1 addition, 0 deletions
cycled_exp.py
generate_free.py
+1
-0
1 addition, 0 deletions
generate_free.py
with
9 additions
and
5 deletions
analysis_only.py
+
3
−
1
View file @
0bf01784
...
...
@@ -18,6 +18,8 @@ prior_valid_time = dt.datetime(2008,7,30,12,30)
assim_time
=
prior_valid_time
cluster
.
setup
()
os
.
system
(
cluster
.
python
+
'
'
+
cluster
.
scripts_rundir
+
'
/assim_synth_obs.py
'
+
assim_time
.
strftime
(
'
%Y-%m-%d_%H:%M
'
)
...
...
@@ -28,4 +30,4 @@ os.system(
# id_sat = create_satimages(time, depends_on=id)
\ No newline at end of file
# id_sat = create_satimages(time, depends_on=id)
This diff is collapsed.
Click to expand it.
config/cfg.py
+
4
−
4
View file @
0bf01784
from
dartwrf
import
utils
exp
=
utils
.
ExperimentConfiguration
()
exp
.
expname
=
"
exp_v1.22_P2_rr_
WV62_obs10_loc20_oe2
"
#"exp_v1.22_P2_rr_VIS+WV73
_obs10_loc20_inf5"
exp
.
expname
=
"
exp_v1.22_P2_rr_
VIS
_obs10_loc20_inf5
"
exp
.
model_dx
=
2000
exp
.
n_ens
=
40
exp
.
filter_kind
=
1
exp
.
prior_inflation
=
0
exp
.
post_inflation
=
4
exp
.
prior_inflation
=
5
exp
.
post_inflation
=
0
exp
.
sec
=
True
exp
.
reject_smallFGD
=
False
exp
.
cov_loc_vert_km_horiz_km
=
(
3
,
20
)
...
...
@@ -93,7 +93,7 @@ psfc = dict(plotname='SYNOP Pressure', plotunits='[Pa]',
error_generate
=
50.
,
error_assimilate
=
100.
,
cov_loc_radius_km
=
32
)
exp
.
observations
=
[
wv62
]
exp
.
observations
=
[
vis
]
exp
.
update_vars
=
[
'
U
'
,
'
V
'
,
'
W
'
,
'
THM
'
,
'
PH
'
,
'
MU
'
,
'
QVAPOR
'
,
'
QCLOUD
'
,
'
QICE
'
,
'
PSFC
'
]
#exp.update_vars = ['U', 'V', 'W', 'T', 'PH', 'MU', 'QVAPOR', 'PSFC']
This diff is collapsed.
Click to expand it.
cycled_exp.py
+
1
−
0
View file @
0bf01784
...
...
@@ -200,6 +200,7 @@ def verify_fast(depends_on=None):
################################
if
__name__
==
"
__main__
"
:
print
(
'
starting osse
'
)
cluster
.
setup
()
timedelta_integrate
=
dt
.
timedelta
(
minutes
=
15
)
timedelta_btw_assim
=
dt
.
timedelta
(
minutes
=
15
)
...
...
This diff is collapsed.
Click to expand it.
generate_free.py
+
1
−
0
View file @
0bf01784
...
...
@@ -16,6 +16,7 @@ from cycled_exp import *
################################
print
(
'
starting osse
'
)
cluster
.
setup
()
id
=
None
...
...
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