Skip to content

Commit

Permalink
include utils first
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Nov 13, 2024
1 parent 7dd59a4 commit d15560a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ClimaLand.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ using DocStringExtensions
using ClimaCore
import ClimaCore: Fields, Spaces

include("shared_utilities/utils.jl")

include("shared_utilities/Parameters.jl")
import .Parameters as LP

Expand All @@ -19,7 +21,6 @@ import NCDatasets # Needed to load the ClimaUtilities.*VaryingInput
using .Domains
include("Artifacts.jl")
include("shared_utilities/checkpoints.jl")
include("shared_utilities/utils.jl")
include("shared_utilities/models.jl")
include("shared_utilities/drivers.jl")
include("shared_utilities/boundary_conditions.jl")
Expand Down

0 comments on commit d15560a

Please sign in to comment.