Skip to content
Snippets Groups Projects
Commit cfef87fa authored by lkugler's avatar lkugler
Browse files

removed unnecessary imports

parent f528b92e
Branches
Tags
No related merge requests found
...@@ -7,11 +7,6 @@ import os, sys, shutil, warnings ...@@ -7,11 +7,6 @@ import os, sys, shutil, warnings
import numpy as np import numpy as np
import pandas as pd 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): def plot_box(m, lat, lon, label="", **kwargs):
""""Draw bounding box """"Draw bounding box
...@@ -142,6 +137,7 @@ class ObsRecord(pd.DataFrame): ...@@ -142,6 +137,7 @@ class ObsRecord(pd.DataFrame):
def determine_nlayers(self): def determine_nlayers(self):
nlayers = 1 # first guess nlayers = 1 # first guess
from config.cfg import exp
if len(exp.observations) == 1: if len(exp.observations) == 1:
# obscfg = exp.observations[0] # obscfg = exp.observations[0]
...@@ -716,6 +712,7 @@ class ObsSeq(object): ...@@ -716,6 +712,7 @@ class ObsSeq(object):
if __name__ == "__main__": if __name__ == "__main__":
from config.cluster import cluster
# for testing purposes # for testing purposes
# f = cluster.scriptsdir + "/../tests/obs_seq.orig.out" # f = cluster.scriptsdir + "/../tests/obs_seq.orig.out"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment