FV3 Bundle
|
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) |
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 | ||
) |
[in] | temp_p | Potential temperature at observation location [C] |
[in] | salt_p | Practical Salinity at observation location [ppt] |
[in] | deptho | Observation location |
[out] | jac | Jacobian (dti/dtp, dti,dsp) |
Definition at line 144 of file ufo_tpsp2ti_mod.F90.
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 | ||
) |
[in] | temp_p | Potential temperature at observation location [C] |
[in] | salt_p | Practical Salinity at observation location [ppt] |
[in] | deptho | Observation location |
[in,out] | temp_i | Vertically interpolated Insitu temperature at |
Definition at line 7 of file ufo_tpsp2ti_mod.F90.
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 | ||
) |
[in] | dtemp_p | Potential temperature at observation location [C] |
[in] | dsalt_p | Practical Salinity at observation location [ppt] |
[in] | temp_p | Bkg potential temperature at observation location [C] |
[in] | salt_p | Bkg practical Salinity at observation location [ppt] |
[in] | deptho | Observation location |
[in,out] | dtemp_i | Vertically interpolated Insitu temperature at |
[in] | jacobian | Precomputed Jacobian |
Definition at line 68 of file ufo_tpsp2ti_mod.F90.
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 | ||
) |
[in,out] | dtemp_p | Potential temperature at observation location [C] |
[in,out] | dsalt_p | Practical Salinity at observation location [ppt] |
[in] | temp_p | Bkg potential temperature at observation location [C] |
[in] | salt_p | Bkg practical Salinity at observation location [ppt] |
[in] | deptho | Observation location |
[in] | dtemp_i | Insitu temperature increment at obs loc |
[in] | jacobian | Precomputed Jacobian |
Definition at line 104 of file ufo_tpsp2ti_mod.F90.