Sea water freezing temperature calculator

バージョン 1.0.0.0 (1.83 KB) 作成者: Chad Greene
Function returns the freezing temperature (°C) of seawater given salinity and pressure.
ダウンロード: 580
更新 2012/4/27

ライセンスの表示

SEAWATER_FREEZETEMP approximates the freezing temperature (°C) of
sea water.

NOT VALID FOR FRESH WATER! This model is only valid for 4 < S_ppt < 40.

INPUTS: (can be arrays)
S_psu = salinity of water in practical salinity units (close to ppt).
P_Pa = hydrostatic pressure in pascals.
Valid pressure range is up to 500000 Pa or 500 kPa or ~ 50 atm within
0.00°C. However, for 27 < S < 35 psu, the model may be adequate for
pressures above this range.

OUTPUT:
T_f = freezing temperature in degrees celsius.

EXAMPLE:
seawater_freezetemp(40,bar2Pa(50))

ans =

-2.5886

Model from page 29 of UNESCO Algorithms for computation of fundamental
properties of seawater. UNESCO Technical Papers in Marine Science, 1983, adapted from work by Millero and Leung, 1976.

Thanks to Val Schmidt for pointing out the much more comprehensive, well-documented, free set of functions found here: http://www.teos-10.org/software.htm.

The example above uses the unit conversion functions acknowledged below.

引用

Chad Greene (2024). Sea water freezing temperature calculator (https://www.mathworks.com/matlabcentral/fileexchange/36435-sea-water-freezing-temperature-calculator), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2011a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersOceanography and Hydrology についてさらに検索
謝辞

ヒントを得たファイル: Unit Converters

ヒントを与えたファイル: Methane Hydrate Stability Toolbox

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0