From a458dc182289caff102758bdc858708e27ecf306 Mon Sep 17 00:00:00 2001 From: kmdeck Date: Wed, 26 Feb 2025 15:50:44 -0800 Subject: [PATCH] update to work with ClimaLand main as of 2/26/25 --- experiments/ClimaEarth/components/land/climaland_bucket.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/ClimaEarth/components/land/climaland_bucket.jl b/experiments/ClimaEarth/components/land/climaland_bucket.jl index ecb3ceed2e..3eb4fe2ab0 100644 --- a/experiments/ClimaEarth/components/land/climaland_bucket.jl +++ b/experiments/ClimaEarth/components/land/climaland_bucket.jl @@ -307,7 +307,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 = CL.Domains.get_additional_domain_fields(subsurface_space) + fields = CL.Domains.get_additional_coordinate_field_data(subsurface_space) return CL.Domains.SphericalShell{FT}(radius, depth, nothing, nelements, npolynomial, space, fields) end