Skip to content

Commit

Permalink
better constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
amylu00 committed Jan 17, 2025
1 parent 2cd5ad6 commit 6721661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papers/ice_nucleation_2024/calibration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function create_prior(FT, IN_mode, ; perfect_model = false, aerosol_type = nothi
elseif perfect_model == false
if aerosol_type == CMP.ArizonaTestDust(FT)
stats[1] = [FT(40), FT(20), FT(0), Inf]
stats[2] = [FT(0.5), FT(20), -Inf, Inf]
stats[2] = [FT(0.5), FT(20), FT(-2), Inf]

stats[3] = [FT(30), FT(30), FT(0), Inf]
stats[4] = [FT(-1), FT(20), -Inf, Inf]
Expand All @@ -166,7 +166,7 @@ function create_prior(FT, IN_mode, ; perfect_model = false, aerosol_type = nothi
stats[4] = [FT(-1), FT(20), -Inf, Inf]
elseif aerosol_type == CMP.Sulfate(FT)
stats[5] = [FT(260.927125), FT(25), FT(0), Inf]
stats[6] = [FT(-68.553283), FT(10), -Inf, Inf]
stats[6] = [FT(-68.553283), FT(10), FT(-70), Inf]
end
end

Expand Down

0 comments on commit 6721661

Please sign in to comment.