mom_temperature_convert module reference¶
Functions to convert between conservative and potential temperature.
Functions/Subroutines¶
Convert input potential temperature [degC] and absolute salinity [g kg-1] to returned conservative temperature [degC] using the polynomial expressions from TEOS-10. |
|
Return the partial derivative of conservative temperature with potential temperature [nondim] based on the polynomial expressions from TEOS-10. |
|
Convert input potential temperature [degC] and absolute salinity [g kg-1] to returned conservative temperature [degC] by inverting the polynomial expressions from TEOS-10. |
Detailed Description¶
Functions to convert between conservative and potential temperature.
Function/Subroutine Documentation¶
-
function
mom_temperature_convert/potemp_to_constemp(T, Sa) [real]¶ Convert input potential temperature [degC] and absolute salinity [g kg-1] to returned conservative temperature [degC] using the polynomial expressions from TEOS-10.
- Parameters:
t :: [in] Potential temperature [degC]
sa :: [in] Absolute salinity [g kg-1]
- Call to:
h00h01h02h03h04h05h06h07h20h21h22h23h24h25h26h30h31h32h33h34h40h41h42h43h44h45h50h60h70i_s0- Called from:
-
function
mom_temperature_convert/dtc_dtp(T, Sa) [real]¶ Return the partial derivative of conservative temperature with potential temperature [nondim] based on the polynomial expressions from TEOS-10.
- Parameters:
t :: [in] Potential temperature [degC]
sa :: [in] Absolute salinity [g kg-1]
- Call to:
h01h02h03h04h05h06h07h21h22h23h24h25h26h31h32h33h34h41h42h43h44h45i_s0- Called from:
-
function
mom_temperature_convert/constemp_to_potemp(Tc, Sa) [real]¶ Convert input potential temperature [degC] and absolute salinity [g kg-1] to returned conservative temperature [degC] by inverting the polynomial expressions from TEOS-10.
- Parameters:
tc :: [in] Conservative temperature [degC]
sa :: [in] Absolute salinity [g kg-1]
- Call to:
dtc_dtppotemp_to_constempsprac_sref