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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DataAssimilation
DART-WRF
Commits
cfef87fa
Commit
cfef87fa
authored
2 years ago
by
lkugler
Browse files
Options
Downloads
Patches
Plain Diff
removed unnecessary imports
parent
f528b92e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dartwrf/obsseq.py
+2
-5
2 additions, 5 deletions
dartwrf/obsseq.py
with
2 additions
and
5 deletions
dartwrf/obsseq.py
+
2
−
5
View file @
cfef87fa
...
...
@@ -7,11 +7,6 @@ import os, sys, shutil, warnings
import
numpy
as
np
import
pandas
as
pd
from
config.cfg
import
exp
from
config.cluster
import
cluster
from
dartwrf.utils
import
symlink
,
copy
,
sed_inplace
,
append_file
,
mkdir
,
try_remove
def
plot_box
(
m
,
lat
,
lon
,
label
=
""
,
**
kwargs
):
""""
Draw bounding box
...
...
@@ -142,6 +137,7 @@ class ObsRecord(pd.DataFrame):
def
determine_nlayers
(
self
):
nlayers
=
1
# first guess
from
config.cfg
import
exp
if
len
(
exp
.
observations
)
==
1
:
# obscfg = exp.observations[0]
...
...
@@ -716,6 +712,7 @@ class ObsSeq(object):
if
__name__
==
"
__main__
"
:
from
config.cluster
import
cluster
# for testing purposes
# f = cluster.scriptsdir + "/../tests/obs_seq.orig.out"
...
...
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