Skip to content

Commit

Permalink
use CL branch tr/support-coupling-LandModel
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Feb 28, 2025
1 parent 0302177 commit 54c3699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion experiments/ClimaEarth/Manifest-v1.11.toml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,9 @@ version = "0.2.12"

[[deps.ClimaLand]]
deps = ["ArtifactWrappers", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaUtilities", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "LazyArtifacts", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
git-tree-sha1 = "b8025e014a0642d7b468aa7c1df38f039cb3a742"
git-tree-sha1 = "c968f29638830c97e3fa0b0aeb305b81f2b0b69c"
repo-rev = "tr/support-coupling-LandModel"
repo-url = "https://github.com/CliMA/ClimaLand.jl.git"
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
version = "0.15.9"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function make_land_domain(
subsurface_space = CC.Spaces.ExtrudedFiniteDifferenceSpace(atmos_boundary_space, vert_center_space)
space = (; surface = atmos_boundary_space, subsurface = subsurface_space)

fields = ClimaLand.Domains.get_additional_domain_fields(subsurface_space)
fields = ClimaLand.Domains.get_additional_coordinate_field_data(subsurface_space)

return ClimaLand.Domains.SphericalShell{FT}(radius, depth, nothing, nelements, npolynomial, space, fields)
end

0 comments on commit 54c3699

Please sign in to comment.