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

improved config

parent ca11b58a
Branches
Tags
No related merge requests found
......@@ -11,7 +11,8 @@ example call:
import os, sys
import netCDF4 as nc
from config.cfg import exp, cluster
from config.cfg import exp
from config.clusters import cluster
def run(geo_data_file, wrfinput_file):
geo_ds = nc.Dataset(geo_data_file, 'r')
......
......@@ -10,7 +10,8 @@ Example call:
import os, sys
import netCDF4 as nc
from config.cfg import exp, cluster
from config.cfg import exp
from config.clusters import cluster
fields_old = ["XLAT_M", "XLONG_M", "CLAT",
"XLONG_U", "XLONG_V", "XLAT_U", "XLAT_V"]
......
......@@ -7,7 +7,8 @@ import datetime as dt
import pandas as pd
from slurmpy import Slurm
from config.cfg import exp, cluster
from config.cfg import exp
from config.clusters import cluster
from dartwrf.utils import script_to_str, symlink, backup_scripts
from cycled_exp import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment