Skip to content

Commit

Permalink
debugging land sims
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jul 7, 2024
1 parent 428fb05 commit 30f8002
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ function harvard_default_params(;
end

function hetero_resp_harvard(;
θ_a100 = FT(0.1816),
D_ref = FT(1.39e-5),
b = FT(4.547),
D_liq = FT(3.17),
α_sx = FT(194e3),
Ea_sx = FT(61e3),
Expand All @@ -44,9 +42,7 @@ function hetero_resp_harvard(;
p_sx = FT(0.024),
)
return HeteroRespP(
θ_a100,
D_ref,
b,
D_liq,
α_sx,
Ea_sx,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ function niwotridge_default_params(;
end

function hetero_resp_niwotridge(;
θ_a100 = FT(0.1816),
D_ref = FT(1.39e-5),
b = FT(4.547),
D_liq = FT(3.17),
α_sx = FT(194e3),
Ea_sx = FT(61e3),
Expand All @@ -44,9 +42,7 @@ function hetero_resp_niwotridge(;
p_sx = FT(0.024),
)
return HeteroRespP(
θ_a100,
D_ref,
b,
D_liq,
α_sx,
Ea_sx,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ function vairaranch_default_params(;
end

function hetero_resp_vairaranch(;
θ_a100 = FT(0.1816),
D_ref = FT(1.39e-5),
b = FT(4.547),
D_liq = FT(3.17),
α_sx = FT(194e3),
Ea_sx = FT(61e3),
Expand All @@ -44,9 +42,7 @@ function hetero_resp_vairaranch(;
p_sx = FT(0.024),
)
return HeteroRespP(
θ_a100,
D_ref,
b,
D_liq,
α_sx,
Ea_sx,
Expand Down

0 comments on commit 30f8002

Please sign in to comment.