Skip to content

Commit 8704c2f

Browse files
committed
Implement compute_full_pmodel_outputs and unit tests
1 parent dfbcd62 commit 8704c2f

File tree

8 files changed

+1084
-17
lines changed

8 files changed

+1084
-17
lines changed

src/standalone/Vegetation/Canopy.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using ClimaCore
77
using ClimaCore.MatrixFields
88
import ClimaCore.MatrixFields: @name,
99
import ClimaUtilities.TimeManager: ITime, date
10-
import LinearAlgebra: I
10+
import LinearAlgebra: I, dot
1111
using ClimaLand: AbstractRadiativeDrivers, AbstractAtmosphericDrivers
1212
import ..Parameters as LP
1313

@@ -38,14 +38,15 @@ include("./PlantHydraulics.jl")
3838
using .PlantHydraulics
3939
include("./stomatalconductance.jl")
4040
include("./photosynthesis.jl")
41+
include("./pmodel.jl")
4142
include("./radiation.jl")
4243
include("./solar_induced_fluorescence.jl")
4344
include("./pfts.jl")
4445
include("./canopy_energy.jl")
4546
include("./canopy_parameterizations.jl")
4647
using Dates
4748
include("./autotrophic_respiration.jl")
48-
include("./spatially_varying_parameters.jl")
49+
4950
"""
5051
SharedCanopyParameters{FT <: AbstractFloat, PSE}
5152

0 commit comments

Comments
 (0)