Skip to content

Commit

Permalink
Update D_thresh to 0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Oct 18, 2021
1 parent efc7a50 commit dee52d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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<D_thresh, np.isnan(isnow))] = 104

for i in range(21):
Expand Down

0 comments on commit dee52d3

Please sign in to comment.