Skip to content

Commit

Permalink
Merge pull request #29 from wsmoses/patch-1
Browse files Browse the repository at this point in the history
bump oceananigans compat
  • Loading branch information
glwagner authored Jun 13, 2024
2 parents 5c39b77 + f476c96 commit 6b80736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SeawaterPolynomials = "d496a93d-167e-4197-9f49-d3af4ff8fe40"
[compat]
Adapt = "3, 4"
KernelAbstractions = "0.9"
Oceananigans = "0.90.11"
Oceananigans = "0.90.11, 0.91"
SeawaterPolynomials = "0.3.4"
RootSolvers = "0.3, 0.4"
Roots = "2"
Expand Down
2 changes: 1 addition & 1 deletion src/SlabSeaIceModels/slab_sea_ice_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ prognostic_fields(model::SSIM) = fields(model)
Pretty simple model for sea ice.
"""
function SlabSeaIceModel(grid;
clock = Clock{eltype(grid)}(0, 0, 1),
clock = Clock{eltype(grid)}(time = 0),
ice_thickness = Field{Center, Center, Nothing}(grid),
ice_consolidation_thickness = 0.0, # m
ice_concentration = Field{Center, Center, Nothing}(grid),
Expand Down

0 comments on commit 6b80736

Please sign in to comment.