Skip to content

Commit

Permalink
fixed adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Nov 30, 2023
1 parent aee828e commit b0d9e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/radiative_transfer/radiative_transfer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export BodyHeating

using KernelAbstractions

using Adapt: adapt
using Oceananigans.Architectures: architecture
using Oceananigans.BoundaryConditions: regularize_field_boundary_conditions, fill_halo_regions!, ValueBoundaryCondition, FieldBoundaryConditions
using Oceananigans.Fields: CenterField
Expand Down
1 change: 1 addition & 0 deletions src/tidal_forcings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module TidalForcings

export Tide, TidalForcing

using Adapt: adapt
using Oceananigans.Coriolis: fᶠᶠᵃ, AbstractRotation
using Oceananigans.Forcings: Forcing
using Oceananigans.Units: hours
Expand Down

0 comments on commit b0d9e72

Please sign in to comment.