Skip to content

Commit

Permalink
Merge branch 'glw/up-oceananigans' of github.com:CliMA/ClimaOcean.jl …
Browse files Browse the repository at this point in the history
…into glw/up-oceananigans
  • Loading branch information
simone-silvestri committed Dec 13, 2024
2 parents fa0b27b + ea19e95 commit ab0ae0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ecco.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ end
φ₂ = @allowscalar grid.φᵃᶜᵃ[21]
φ₃ = @allowscalar grid.φᵃᶜᵃ[80]
φ₄ = @allowscalar grid.φᵃᶜᵃ[100]
z₁ = @allowscalar grid.zᵃᵃᶜ[6]
z₁ = @allowscalar grid.z.cᵃᵃᶜ[6]

mask = LinearlyTaperedPolarMask(northern = (φ₃, φ₄),
southern = (φ₁, φ₂),
Expand Down

0 comments on commit ab0ae0e

Please sign in to comment.