Skip to content

Commit 309ca06

Browse files
kmdeckjuliasloan25
authored andcommitted
rename CL Domains function
1 parent 5b0e835 commit 309ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/ClimaEarth/components/land/climaland_bucket.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ function make_land_domain(
405405
subsurface_space = CC.Spaces.ExtrudedFiniteDifferenceSpace(atmos_boundary_space, vert_center_space)
406406
space = (; surface = atmos_boundary_space, subsurface = subsurface_space)
407407

408-
fields = CL.Domains.get_additional_domain_fields(subsurface_space)
408+
fields = CL.Domains.get_additional_coordinate_field_data(subsurface_space)
409409

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

0 commit comments

Comments
 (0)