Class OceanModel
java.lang.Object
org.episteme.natural.earth.geophysics.OceanModel
Physics of Sea Water.
Provides calculations for density, pressure, and sound speed in the ocean.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RealStandard density of seawater (kg/m^3) at surface -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RHO_SEAWATER
Standard density of seawater (kg/m^3) at surface
-
-
Constructor Details
-
OceanModel
public OceanModel()
-
-
Method Details
-
pressure
-
speedOfSound
Speed of sound in seawater (Chen-Millero-Li approximation, simplified). C ~ 1449.2 + 4.6T - 0.055T^2 + ... + 1.39(S - 35) + 0.016z- Parameters:
tempCelsius- Temperature in CelsiussalinityPPT- Salinity in parts per thousand (e.g. 35)depthMeters- Depth in meters- Returns:
- Speed of sound (m/s)
-