We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312022c commit 6520dd6Copy full SHA for 6520dd6
src/integrated/land.jl
@@ -95,7 +95,8 @@ end
95
forcing,
96
LAI,
97
earth_param_set,
98
- domain::Union{ClimaLand.Domains.Column, ClimaLand.Domains.SphericalShell};
+ domain::Union{ClimaLand.Domains.Column, ClimaLand.Domains.SphericalShell},
99
+ Δt;
100
soil = Soil.EnergyHydrology{FT}(
101
domain,
102
@@ -146,7 +147,7 @@ function LandModel{FT}(
146
147
148
149
150
151
Δt;
152
153
0 commit comments