Skip to content

Move pmodel parameters to toml #1374

@kmdeck

Description

@kmdeck

Pmodel parameters/constants should be in the land toml file and the defaults read from there.

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions