Skip to content

Commit

Permalink
implement suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Feb 21, 2025
1 parent 2870ab1 commit b5f8d61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/one_degree_simulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
# CairoMakie to visualize the simulation. Also we need CFTime and Dates for date handling.

using ClimaOcean
using ClimaOcean.ECCO: ECCO4Monthly, NearestNeighborInpainting
using ClimaOcean.ECCO
using Oceananigans
using Oceananigans.Units
using OrthogonalSphericalShellGrids
using CFTime
using Dates
using Printf
using CUDA

arch = GPU()

Expand Down

0 comments on commit b5f8d61

Please # to comment.