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
f3947c60
Commit
f3947c60
authored
2 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
scripts into ifmain
parent
6eb26f5b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dartwrf/create_wbubble_wrfinput.py
+65
-64
65 additions, 64 deletions
dartwrf/create_wbubble_wrfinput.py
dartwrf/link_dart_rttov.py
+26
-24
26 additions, 24 deletions
dartwrf/link_dart_rttov.py
with
91 additions
and
88 deletions
dartwrf/create_wbubble_wrfinput.py
+
65
−
64
View file @
f3947c60
...
@@ -11,6 +11,7 @@ dx_km = 2
...
@@ -11,6 +11,7 @@ dx_km = 2
cr
=
15
# km horizontal relaxation distance
cr
=
15
# km horizontal relaxation distance
cz
=
2000
# meters vertical relaxation distance
cz
=
2000
# meters vertical relaxation distance
if
__name__
==
"
__main__
"
:
args
=
sys
.
argv
[
1
:]
args
=
sys
.
argv
[
1
:]
if
'
plot
'
in
args
:
if
'
plot
'
in
args
:
...
...
This diff is collapsed.
Click to expand it.
dartwrf/link_dart_rttov.py
+
26
−
24
View file @
f3947c60
...
@@ -5,6 +5,8 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace
...
@@ -5,6 +5,8 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace
joinp
=
os
.
path
.
join
joinp
=
os
.
path
.
join
if
__name__
==
"
__main__
"
:
# DART executables
# DART executables
bins
=
[
'
perfect_model_obs
'
,
'
filter
'
,
'
obs_diag
'
,
'
obs_seq_to_netcdf
'
]
bins
=
[
'
perfect_model_obs
'
,
'
filter
'
,
'
obs_diag
'
,
'
obs_seq_to_netcdf
'
]
for
b
in
bins
:
for
b
in
bins
:
...
...
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