diff --git a/models.py b/models.py
index c9d3957c09834a18ea0efcaa62a6eadca1154683..27e66643a80d55612af0e300767001768beb7301 100644
--- a/models.py
+++ b/models.py
@@ -47,6 +47,7 @@ class CBL:
             # If desired, append parameters to state vector;
             # initialize with the value in the middle of the admitted range
             # Coordinates of parameters are set to NaN
+            # The reason is that parameters are assumed to be global.
             if self.do_parameter_estimation:
                 if self.nens > 1:
                     for k in range(-self.parameter_number,0):