-
Notifications
You must be signed in to change notification settings - Fork 3
Should LinearLiquidus depend on depth/pressure? #41
Copy link
Copy link
Open
Labels
🧊 science and physicsWhen you've reached the frontier of knowledgeWhen you've reached the frontier of knowledge
Description
Right now it just depends on salinity:
ClimaSeaIce.jl/src/SeaIceThermodynamics/SeaIceThermodynamics.jl
Lines 23 to 32 in fd73907
| LinearLiquidus(FT=Float64, | |
| slope = 0.054, # psu / ᵒC | |
| freshwater_melting_temperature = 0) # ᵒC | |
| Return a linear model for the dependence of the melting temperature of | |
| saltwater on salinity, | |
| ```math | |
| Tₘ(S) = T₀ - m S , | |
| ``` |
but we actually may want to incorporate depth dependence for various reasons.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🧊 science and physicsWhen you've reached the frontier of knowledgeWhen you've reached the frontier of knowledge