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

change import

parent 22c153b1
No related branches found
No related tags found
No related merge requests found
import os
from config.cfg import exp
from config.cluster import cluster
from utils import symlink, copy_scp_srvx8, copy, sed_inplace
from dartwrf.utils import symlink, copy_scp_srvx8, copy, sed_inplace
joinp = os.path.join
......
......@@ -4,7 +4,7 @@ import numpy as np
from config.cfg import exp
from config.cluster import cluster
from utils import copy, clean_wrfdir, try_remove
from dartwrf.utils import copy, clean_wrfdir, try_remove
"""
Sets initial condition data (wrfinput/wrfrst file) in the run_WRF directory for each ensemble member
......
......@@ -14,7 +14,7 @@ from docopt import docopt
from config.cfg import exp
from config.cluster import cluster
from utils import sed_inplace, copy, symlink, mkdir
from dartwrf.utils import sed_inplace, copy, symlink, mkdir
def run(iens, begin, end, hist_interval=5, radt=5, archive=True,
restart=False, restart_interval=720):
......
......@@ -3,7 +3,7 @@ import datetime as dt
from config.cfg import exp
from config.cluster import cluster
from utils import symlink, copy, link_contents
from dartwrf.utils import symlink, copy, link_contents
import prepare_namelist
if __name__ == '__main__':
......
......@@ -2,7 +2,7 @@ import os, sys, shutil, glob
from config.cfg import exp
from config.cluster import cluster
from utils import symlink, copy, sed_inplace, append_file, shell
from dartwrf.utils import symlink, copy, sed_inplace, append_file, shell
rundir_program = '/home/fs71386/lkugler/data/run_DART/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment