netxsimdg
|
The implementation class of the linear model of seawater freezing point. More...
#include <LinearFreezing.hpp>
Public Member Functions | |
double | operator() (double sss) const override |
Calculates the freezing point of seawater. | |
Public Member Functions inherited from Nextsim::IFreezingPoint |
The implementation class of the linear model of seawater freezing point.
Definition at line 17 of file LinearFreezing.hpp.
|
inlineoverridevirtual |
Calculates the freezing point of seawater.
Freezing point in ˚C of water with the given salinity at standard pressure.
sss | Sea surface salinity [PSU] |
Implements Nextsim::IFreezingPoint.
Definition at line 30 of file LinearFreezing.hpp.