Skip to content

Commit

Permalink
update to work with ClimaLand main as of 2/26/25
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Feb 26, 2025
1 parent f5b8c7b commit a458dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/ClimaEarth/components/land/climaland_bucket.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a458dc1

Please sign in to comment.