Skip to content

Commit

Permalink
increase ocean depth
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Jan 31, 2024
1 parent 4dd80c1 commit d02e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ struct PrescribedSurfaceTemperature <: AbstractSurfaceTemperature end
Base.@kwdef struct PrognosticSurfaceTemperature{FT} <:
AbstractSurfaceTemperature
# optional slab ocean parameters:
depth_ocean::FT = 10 # ocean mixed layer depth [m]
depth_ocean::FT = 40 # ocean mixed layer depth [m]
ρ_ocean::FT = 1020 # ocean density [kg / m³]
cp_ocean::FT = 4184 # ocean heat capacity [J/(kg * K)]
q_flux::Bool = false # use Q-flux (parameterization of horizontal ocean mixing of energy)
Expand Down

0 comments on commit d02e1aa

Please sign in to comment.