FV3 Bundle
ufo_tpsp2ti_mod Module Reference

Functions/Subroutines

subroutine, public insitu_t_nl (temp_i, temp_p, salt_p, lono, lato, deptho)
 
subroutine, public insitu_t_tl (dtemp_i, dtemp_p, dsalt_p, temp_p, salt_p, lono, lato, deptho, Jacobian)
 
subroutine, public insitu_t_tlad (dtemp_i, dtemp_p, dsalt_p, temp_p, salt_p, lono, lato, deptho, Jacobian)
 
subroutine, public insitu_t_jac (jac, temp_p, salt_p, lono, lato, deptho)
 

Function/Subroutine Documentation

◆ insitu_t_jac()

subroutine, public ufo_tpsp2ti_mod::insitu_t_jac ( real(kind=kind_real), dimension(2), intent(out)  jac,
real(kind=kind_real), intent(in)  temp_p,
real(kind=kind_real), intent(in)  salt_p,
real(kind=kind_real), intent(in)  lono,
real(kind=kind_real), intent(in)  lato,
real(kind=kind_real), intent(in)  deptho 
)
Parameters
[in]temp_pPotential temperature at observation location [C]
[in]salt_pPractical Salinity at observation location [ppt]
[in]depthoObservation location
[out]jacJacobian (dti/dtp, dti,dsp)

Definition at line 144 of file ufo_tpsp2ti_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ insitu_t_nl()

subroutine, public ufo_tpsp2ti_mod::insitu_t_nl ( real(kind=kind_real), intent(inout)  temp_i,
real(kind=kind_real), intent(in)  temp_p,
real(kind=kind_real), intent(in)  salt_p,
real(kind=kind_real), intent(in)  lono,
real(kind=kind_real), intent(in)  lato,
real(kind=kind_real), intent(in)  deptho 
)
Parameters
[in]temp_pPotential temperature at observation location [C]
[in]salt_pPractical Salinity at observation location [ppt]
[in]depthoObservation location
[in,out]temp_iVertically interpolated Insitu temperature at

Definition at line 7 of file ufo_tpsp2ti_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ insitu_t_tl()

subroutine, public ufo_tpsp2ti_mod::insitu_t_tl ( real(kind=kind_real), intent(inout)  dtemp_i,
real(kind=kind_real), intent(in)  dtemp_p,
real(kind=kind_real), intent(in)  dsalt_p,
real(kind=kind_real), intent(in)  temp_p,
real(kind=kind_real), intent(in)  salt_p,
real(kind=kind_real), intent(in)  lono,
real(kind=kind_real), intent(in)  lato,
real(kind=kind_real), intent(in)  deptho,
real(kind=kind_real), dimension(2), intent(in), optional  Jacobian 
)
Parameters
[in]dtemp_pPotential temperature at observation location [C]
[in]dsalt_pPractical Salinity at observation location [ppt]
[in]temp_pBkg potential temperature at observation location [C]
[in]salt_pBkg practical Salinity at observation location [ppt]
[in]depthoObservation location
[in,out]dtemp_iVertically interpolated Insitu temperature at
[in]jacobianPrecomputed Jacobian

Definition at line 68 of file ufo_tpsp2ti_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ insitu_t_tlad()

subroutine, public ufo_tpsp2ti_mod::insitu_t_tlad ( real(kind=kind_real), intent(in)  dtemp_i,
real(kind=kind_real), intent(inout)  dtemp_p,
real(kind=kind_real), intent(inout)  dsalt_p,
real(kind=kind_real), intent(in)  temp_p,
real(kind=kind_real), intent(in)  salt_p,
real(kind=kind_real), intent(in)  lono,
real(kind=kind_real), intent(in)  lato,
real(kind=kind_real), intent(in)  deptho,
real(kind=kind_real), dimension(2), intent(in), optional  Jacobian 
)
Parameters
[in,out]dtemp_pPotential temperature at observation location [C]
[in,out]dsalt_pPractical Salinity at observation location [ppt]
[in]temp_pBkg potential temperature at observation location [C]
[in]salt_pBkg practical Salinity at observation location [ppt]
[in]depthoObservation location
[in]dtemp_iInsitu temperature increment at obs loc
[in]jacobianPrecomputed Jacobian

Definition at line 104 of file ufo_tpsp2ti_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function: