We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca19ab6 commit f2cd54fCopy full SHA for f2cd54f
src/SeaIceDynamics/sea_ice_momentum_equations.jl
@@ -20,9 +20,9 @@ struct ExplicitSolver end
20
coriolis = nothing,
21
rheology = ElastoViscoPlasticRheology(eltype(grid)),
22
auxiliary_fields = NamedTuple(),
23
- top_momentum_stress = (u=nothing, v=nothing),
24
- bottom_momentum_stress = (u=nothing, v=nothing),
25
- free_drift = StressBalanceFreeDrift(; top_momentum_stress, bottom_momentum_stress),
+ top_momentum_stress = nothing,
+ bottom_momentum_stress = nothing,
+ free_drift = nothing,
26
solver = SplitExplicitSolver(150),
27
minimum_concentration = 1e-3,
28
minimum_mass = 1.0)
@@ -61,7 +61,7 @@ function SeaIceMomentumEquation(grid;
61
62
top_momentum_stress = nothing,
63
bottom_momentum_stress = nothing,
64
65
66
67
0 commit comments