From e6fa502fb14d903ad3d009ef3258098c4726a875 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Wed, 24 May 2023 15:45:34 +0200 Subject: [PATCH] docs --- dartwrf/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dartwrf/utils.py b/dartwrf/utils.py index 9c36880..427d5a4 100755 --- a/dartwrf/utils.py +++ b/dartwrf/utils.py @@ -23,7 +23,7 @@ class ClusterConfig(object): name (str): Name of the cluster max_nproc (int): Maximum number of processors that can be used use_slurm (bool): If True, use SLURM to submit jobs - size_jobarray (int): Size of SLURM job array + size_jobarray (int): Size of SLURM job array for running the WRF ensemble python (str): Path to python executable python_verif (str): Path to python executable for verification -- GitLab