Select Git revision
cfg.py 433 B
from . import clusters
cluster = clusters.vsc # change cluster configuration here
class ExperimentConfiguration(object):
def __init__(self):
pass
exp = ExperimentConfiguration()
exp.expname = "exp_v1.11_LMU_filter2"
exp.model_dx = 2000
exp.timestep = 10
exp.n_ens = 40
exp.n_nodes = 10
exp.n_obs = 100
exp.error_variance = 0.0009
# directory paths depend on the name of the experiment
cluster.expname = exp.expname