7#ifndef SRC_INCLUDE_CONSTANTS_HPP
8#define SRC_INCLUDE_CONSTANTS_HPP
18const double g = 9.8321849378;
21const double sigma = 5.670374419e-8;
27const double omega = 7.2921158e-5;
30const double Tt = 273.16;
33const double tau = 6.28318530717958647652;
40const double cp = 2100.;
49const double Lf = 333.55e3;
56const double rho = 917;
69const double Tm = 273.15;
76const double cp = 1004.64;
79const double Ra = 287.058;
82const double rho = 1.2754;
89const double cp = 1860.;
92const double Lv0 = 2500.79e3;
95const double Ra = 461.5;
102const double cp = 4186.84;
111const double mu = 0.055;
double radians(double degrees)
Convert an angle from degrees to radians.
double pascals(double mbar)
Convert a pressure from mbar to Pa.
double celsius(double kelvin)
Convert a temperature from K to ˚C.
double kelvin(double celsius)
Convert a temperature from ˚C to K.
double degrees(double radians)
Convert an angle from radians to degrees.
double mbar(double pascals)
Convert a pressure from Pa to mbar.
Properties of dry air around 0˚C and 101.3 kPa.
const double cp
Specific heat capacity at constant pressure of dry air [J kg⁻¹ K⁻¹].
const double rho
Density of dry air at IUPAC STP [kg m⁻³].
const double Ra
Specific gas constant for dry air [J kg⁻¹ K⁻¹].
Properties of water ice around 0˚C and 101.3 kPa.
const double epsilon
Thermal emissivity of smooth ice [0..1].
const double s
Salinity of sea ice. [g kg⁻¹].
const double Lf
Latent heat of fusion of ice/water [J kg⁻¹].
const double kappa
Heat conductivity of ice [W m⁻¹ K⁻¹].
const double Tm
Melting point of pure ice [K].
const double cp
Specific heat capacity at constant pressure of water ice [J kg⁻¹ K⁻¹].
General physical constants of the Earth and universe.
const double tau
Ratio of circumference to radius.
const double sigma
Stefan-Boltzmann constant. [W m⁻² K⁻⁴].
const double Tt
Triple point temperature of pure water [K].
const double vonKarman
Von Karman constant. [1].
const double omega
Rotation rate of the Earth [rad s⁻¹].
Properties of water vapour.
const double cp
Specific heat capacity at constant pressure of water vapour [J kg⁻¹ K⁻¹].
const double Lv0
Latent heat of vaporization at 0˚C [J kg⁻¹].
const double Ra
Specific gas constant for water vapour [J kg⁻¹ K⁻¹].
Properties of liquid water.
const double TfOcean
Freezing point of typical ocean water. [˚C].
const double rho
Density of fresh water at 4˚C. [kg m⁻³].
const double mu
Proportionality constant between salinity in psu and freezing point depression [K psu⁻¹].
const double Lv0
Latent heat of vaporization at 0˚C [J kg⁻¹].
const double Tf
Freezing point of pure water. [K].
const double cp
Specific heat capacity at constant pressure of water [J kg⁻¹ K⁻¹].
const double rhoOcean
Typical density of ocean water. [kg m⁻³].
const double Lf
Latent heat of fusion of water/ice [J kg⁻¹].