From dee52d3f1e0bb1310d973a98a5debc3f4a250be2 Mon Sep 17 00:00:00 2001 From: BaptisteVandecrux Date: Mon, 18 Oct 2021 12:10:47 +0200 Subject: [PATCH] Update D_thresh to 0.01 --- sice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sice.py b/sice.py index 75997b1..9cd8844 100644 --- a/sice.py +++ b/sice.py @@ -204,7 +204,7 @@ def WriteOutput(var,var_name,in_folder): #%% snow properties D, area, al, r0, bal = sl.snow_properties(toa_cor_o3, ak1, ak2) # filtering small D - D_thresh = 0.1 + D_thresh = 0.01 isnow[np.logical_and(D