Skip to content

Commit

Permalink
Remove unncessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Oct 25, 2023
1 parent f6834b6 commit 9864101
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/cache/temporary_quantities.jl
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
using LinearAlgebra: ×, norm, dot

import .Parameters as CAP
using ClimaCore: Operators, Fields, Limiters, Geometry, Spaces

import ClimaComms
using ClimaCore.Geometry:

import Thermodynamics as TD

using ClimaCore: Fields
using ClimaCore.Utilities: half

import ClimaCore.Fields: ColumnField

# The model also depends on f_plane_coriolis_frequency(params)
# This is a constant Coriolis frequency that is only used if space is flat

Expand Down

0 comments on commit 9864101

Please sign in to comment.