Skip to content

Roughness lengths for canopy #1351

@kmdeck

Description

@kmdeck

Update the roughness lengths for the canopy here to compute based on the canopy height.

function CanopyModel{FT}(
domain::Union{
ClimaLand.Domains.Point,
ClimaLand.Domains.Plane,
ClimaLand.Domains.SphericalSurface,
},
forcing::NamedTuple,
LAI::AbstractTimeVaryingInput,
earth_param_set;
z_0m = FT(2),
z_0b = FT(0.2),
prognostic_land_components = (:canopy,),
autotrophic_respiration = AutotrophicRespirationModel{FT}(),
radiative_transfer = TwoStreamModel{FT}(domain),
photosynthesis = FarquharModel{FT}(domain),
conductance = MedlynConductanceModel{FT}(domain),
hydraulics = PlantHydraulicsModel{FT}(domain, forcing),
energy = BigLeafEnergyModel{FT}(),
sif = Lee2015SIFModel{FT}(),
) where {FT, PSE}

and remove the constant values from the toml file

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions