Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jul 11, 2024
1 parent 21ee803 commit c8bb91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrated/soil_canopy_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function SoilCanopyModel{FT}(;
co2_prognostic_soil = Soil.Biogeochemistry.PrognosticMet(soil.parameters)
soilco2_drivers = Soil.Biogeochemistry.SoilDrivers(
co2_prognostic_soil,
Soil.Biogeochemistry.PrescribedSOC{FT}(soil_organic_carbon),
soil_organic_carbon,
atmos,
)
soilco2 = soilco2_type(; soilco2_args..., drivers = soilco2_drivers)
Expand Down

0 comments on commit c8bb91b

Please sign in to comment.