Module quagmire.scaling
The scaling module provides units and scaling capabilities.
Expand source code
##~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~##
## ##
## This file forms part of the Quagmire geophysics modelling ##
## application. ##
## ##
## For full license and copyright information, ##
## please refer to the LICENSE.md file located at the ##
## project root, or contact the authors. ##
## (Corresponding Author: Romain Beucher) ##
## ##
## ##
##~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~##
"""
The scaling module provides units and scaling capabilities.
"""
from ._scaling import non_dimensionalise
from ._scaling import dimensionalise
from ._scaling import u as units
from ._scaling import get_coefficients