netxsimdg
|
Properties of water ice around 0˚C and 101.3 kPa. More...
Variables | |
const double | cp = 2100. |
Specific heat capacity at constant pressure of water ice [J kg⁻¹ K⁻¹]. | |
const double | epsilon = 0.996 |
Thermal emissivity of smooth ice [0..1]. | |
const double | kappa = 2.0334 |
Heat conductivity of ice [W m⁻¹ K⁻¹]. | |
const double | Lf = 333.55e3 |
Latent heat of fusion of ice/water [J kg⁻¹]. | |
const double | rho = 917 |
const double | rhoSnow = 330. |
const double | s = 5 |
Salinity of sea ice. [g kg⁻¹]. | |
const double | Tm = 273.15 |
Melting point of pure ice [K]. | |
Properties of water ice around 0˚C and 101.3 kPa.
const double Ice::cp = 2100. |
Specific heat capacity at constant pressure of water ice [J kg⁻¹ K⁻¹].
Definition at line 40 of file constants.hpp.
const double Ice::epsilon = 0.996 |
Thermal emissivity of smooth ice [0..1].
Definition at line 43 of file constants.hpp.
const double Ice::kappa = 2.0334 |
Heat conductivity of ice [W m⁻¹ K⁻¹].
Definition at line 46 of file constants.hpp.
const double Ice::Lf = 333.55e3 |
Latent heat of fusion of ice/water [J kg⁻¹].
Definition at line 49 of file constants.hpp.
const double Ice::rho = 917 |
Density of ice. [kg m⁻³]
Taken to be the same value as used in NEMO-LIM.
Definition at line 56 of file constants.hpp.
const double Ice::rhoSnow = 330. |
Density of snow. [kg m⁻³]
Taken to be the same value as used in NEMO-LIM.
Definition at line 63 of file constants.hpp.
const double Ice::s = 5 |
Salinity of sea ice. [g kg⁻¹].
Definition at line 66 of file constants.hpp.
const double Ice::Tm = 273.15 |
Melting point of pure ice [K].
Definition at line 69 of file constants.hpp.