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
694c6941
Commit
694c6941
authored
1 year ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
rename
parent
b9d97ca0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dartwrf/evaluate_posterior.py
+1
-1
1 addition, 1 deletion
dartwrf/evaluate_posterior.py
dartwrf/evaluate_prior.py
+1
-1
1 addition, 1 deletion
dartwrf/evaluate_prior.py
with
2 additions
and
2 deletions
dartwrf/evaluate_posterior.py
+
1
−
1
View file @
694c6941
...
...
@@ -5,7 +5,7 @@ import numpy as np
from
dartwrf.exp_config
import
exp
from
dartwrf.server_config
import
cluster
from
dartwrf
import
assim
_synth_obs
as
aso
from
dartwrf
import
assim
ilate
as
aso
if
__name__
==
"
__main__
"
:
...
...
This diff is collapsed.
Click to expand it.
dartwrf/evaluate_prior.py
+
1
−
1
View file @
694c6941
...
...
@@ -6,7 +6,7 @@ import numpy as np
from
dartwrf.exp_config
import
exp
from
dartwrf.server_config
import
cluster
from
dartwrf.utils
import
symlink
,
copy
,
sed_inplace
,
append_file
,
mkdir
,
try_remove
,
print
,
shell
from
dartwrf
import
assim
_synth_obs
as
aso
from
dartwrf
import
assim
ilate
as
aso
from
osselyze.utils
import
get_prior_config
...
...
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