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
ec9a42ef
Unverified
Commit
ec9a42ef
authored
10 months ago
by
Lukas Kugler
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
bugfix for cases with existing obs_seq.out and no nature file
parent
2898cfe0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dartwrf/assimilate.py
+3
-2
3 additions, 2 deletions
dartwrf/assimilate.py
with
3 additions
and
2 deletions
dartwrf/assimilate.py
+
3
−
2
View file @
ec9a42ef
...
...
@@ -19,10 +19,11 @@ pattern_init_time = "/%Y-%m-%d_%H:%M/" # pattern for the init_time folder in si
pattern_obs_seq_out
=
cluster
.
archivedir
+
"
/diagnostics/%Y-%m-%d_%H:%M_obs_seq.out
"
# how an obs_seq.out file is archived
pattern_obs_seq_final
=
cluster
.
archivedir
+
"
/diagnostics/%Y-%m-%d_%H:%M_obs_seq.final
"
# how an obs_seq.final file is archived
def
_prepare_DART_grid_template
():
def
():
#
DART
needs
a
wrfinput
file
as
a
template
for
the
grid
# No data will be read from this file, but the grid information must match exactly.
symlink
(
cluster
.
dart_rundir
+
"
/wrfout_d01
"
,
# ./perfect_model_obs might fail in case there is no ensemble data in the folder prior_ens1
symlink
(
cluster
.
dart_rundir
+
"
/prior_ens1/wrfout_d01
"
,
cluster
.
dart_rundir
+
"
/wrfinput_d01
"
)
def
_find_nature
(
time
):
...
...
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