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

docs

parent 493abb63
No related branches found
No related tags found
No related merge requests found
...@@ -51,11 +51,11 @@ class ClusterConfig(object): ...@@ -51,11 +51,11 @@ class ClusterConfig(object):
if WRF real: set to False if WRF real: set to False
obs_impact_filename (str): Path to obs_impact_filename (see DART guide; module assim_tools_mod and program obs_impact_tool) obs_impact_filename (str): Path to obs_impact_filename (see DART guide; module assim_tools_mod and program obs_impact_tool)
slurm_cfg python dictionary, containing options of SLURM slurm_cfg (dict): python dictionary, containing options of SLURM
defined in SLURM docs (https://slurm.schedmd.com/sbatch.html) defined in SLURM docs (https://slurm.schedmd.com/sbatch.html)
this configuration can be overwritten later on, for example: this configuration can be overwritten later on, for example:
'dict(cluster.slurm_cfg, **cfg_update)' where $ cfg_update = {"nodes": "2"}
'cfg_update = {"nodes": "2"}' $ new_config = dict(cluster.slurm_cfg, **cfg_update)
""" """
def __init__(self, exp): def __init__(self, exp):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment