Skip to content

Commit

Permalink
reducing noise for IN calib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Sep 11, 2024
1 parent 5b9be73 commit 986a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion papers/ice_nucleation_2024/calibration_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function perf_model_pseudo_data(FT, IN_mode, params, IC)
G_truth = run_model(params, coeff_true, IN_mode, FT, IC)
dim_output = length(G_truth)

Γ = 0.05 * LinearAlgebra.I * (maximum(G_truth) - minimum(G_truth))
Γ = 0.01 * LinearAlgebra.I * (maximum(G_truth) - minimum(G_truth))
noise_dist = Distributions.MvNormal(zeros(dim_output), Γ)

y_truth = zeros(length(G_truth), n_samples) # where noisy ICNC will be stored
Expand Down

0 comments on commit 986a976

Please sign in to comment.