From c2055be163dfed8fb1a16a561fbe42cb135c2f01 Mon Sep 17 00:00:00 2001
From: Felix Kleinert <f.kleinert@fz-juelich.de>
Date: Tue, 9 Aug 2022 14:49:40 +0200
Subject: [PATCH] set param ens_moment_dim in doc strings

---
 mlair/run_modules/experiment_setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mlair/run_modules/experiment_setup.py b/mlair/run_modules/experiment_setup.py
index 18f95982..0f88fe73 100644
--- a/mlair/run_modules/experiment_setup.py
+++ b/mlair/run_modules/experiment_setup.py
@@ -70,6 +70,8 @@ class ExperimentSetup(RunEnvironment):
         * `target_dim` [.]
         * `window_lead_time` [.]
         * `num_realizations` [postprocessing]
+        * `ens_moment_dim` [postprocessing]
+        * `ens_realization_dim` [postprocessing]
 
     Creates
         * plot of model architecture in `<model_name>.pdf`
@@ -205,7 +207,7 @@ class ExperimentSetup(RunEnvironment):
         is not provided at all, no snapshot is loaded. Note, the workflow will apply the default preprocessing without
         loading a snapshot only if this parameter is None!
     :param num_realizations: Number of realizations to be applied using a probabilistic neural network
-    :param ens_para_dim: Name of dimension used to extract ensemble parameters
+    :param ens_moment_dim: Name of dimension used to extract ensemble moments
     :param ens_realization_dim: Name of dimension used for realizations of ensemble
     """
 
-- 
GitLab