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
92e4bf77
Commit
92e4bf77
authored
4 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
docs
parent
cf0189f7
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
scripts/pre_assim.py
+8
-2
8 additions, 2 deletions
scripts/pre_assim.py
with
8 additions
and
2 deletions
scripts/pre_assim.py
+
8
−
2
View file @
92e4bf77
...
@@ -5,8 +5,14 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace
...
@@ -5,8 +5,14 @@ from utils import symlink, copy_scp_srvx8, copy, sed_inplace
import
wrfout_add_geo
import
wrfout_add_geo
def
run
(
assim_time
,
background_init_time
,
exppath_firstguess
):
def
run
(
assim_time
,
background_init_time
,
exppath_firstguess
):
#if cluster.name != 'srvx8':
"""
Prepares DART files for running filter
# copy = copy_scp_srvx8 # use scp
i.e.
- links first guess state to DART first guess filenames
- creates wrfinput_d01 files
- adds geo-reference (xlat,xlon) coords so that DART can deal with the files
- writes txt files so DART knows what input and output is
- removes probably pre-existing files which could lead to problems
"""
print
(
'
prepare prior state estimate
'
)
print
(
'
prepare prior state estimate
'
)
for
iens
in
range
(
1
,
exp
.
n_ens
+
1
):
for
iens
in
range
(
1
,
exp
.
n_ens
+
1
):
...
...
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