/usr/lib/python3/dist-packages/gsw/freezing.py is in python3-gsw 3.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | """
Freezing-point functions.
"""
from ._wrapped_ufuncs import (
CT_freezing,
CT_freezing_first_derivatives,
CT_freezing_first_derivatives_poly,
CT_freezing_poly,
pot_enthalpy_ice_freezing,
pot_enthalpy_ice_freezing_first_derivatives,
pot_enthalpy_ice_freezing_first_derivatives_poly,
pot_enthalpy_ice_freezing_poly,
pressure_freezing_CT,
SA_freezing_from_CT,
SA_freezing_from_CT_poly,
SA_freezing_from_t,
SA_freezing_from_t_poly,
t_freezing,
t_freezing_first_derivatives,
t_freezing_first_derivatives_poly,
)
|