From c3a57f031fc333cc718809b7fd5730aee1120375 Mon Sep 17 00:00:00 2001 From: Stefano Serafin <serafin@jet02.img.univie.ac.at> Date: Thu, 1 Aug 2024 16:45:32 +0200 Subject: [PATCH] added a clarifying comment on covariance localization for parameters --- models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/models.py b/models.py index c9d3957..27e6664 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): -- GitLab