You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runoff model is also provided and can be changed with a keyword argument.
26
+
27
+
Boundary conditions and sources suitable for global runs are also provided as defaults, but can be modified using a keyword argument if you know what you are doing.
19
28
"""
20
29
functionEnergyHydrology(
21
30
FT,
@@ -39,23 +48,19 @@ function EnergyHydrology(
39
48
FT,
40
49
),
41
50
albedo_parameters =clm_soil_albedo_parameters(domain.space.surface, FT), # eventually, can be CLMSoilAlbedo type
42
-
S_s = ClimaCore.Fields.zeros(domain.space.subsurface) .+1e-3,# extract from EPS or get from file
43
-
)
51
+
S_s = ClimaCore.Fields.zeros(domain.space.subsurface) .+1e-3,# extract from EPS or get from file,
0 commit comments