-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Pmodel parameters/constants should be in the land toml file and the defaults read from there.
ClimaLand.jl/src/standalone/Vegetation/pmodel.jl
Lines 120 to 139 in 843ca98
function PModelConstants{FT}(; | |
Kc25 = FT(39.97), # Pa (see note on line 38 above) | |
Ko25 = FT(27480), # Pa (see note on line 38 above) | |
ΔHkc = FT(79430), | |
ΔHko = FT(36380), | |
ΔHΓstar = FT(37830), | |
Γstar25 = FT(4.332), # Pa (see note on line 38 above) | |
Ha_Vcmax = FT(71513), | |
Hd_Vcmax = FT(200000), | |
aS_Vcmax = FT(668.39), | |
bS_Vcmax = FT(1.07), | |
Ha_Jmax = FT(49884), | |
Hd_Jmax = FT(200000), | |
aS_Jmax = FT(659.70), | |
bS_Jmax = FT(0.75), | |
oi = FT(0.2095), | |
aRd = FT(0.1012), | |
bRd = FT(-0.0005), | |
fC3 = FT(0.015), | |
) where {FT <: AbstractFloat} |
note that some of these overlap with Farquhar parameters
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working