Go to the source code of this file.
|
module | temperature_vt_mod |
| Variable transforms on temperature variables for fv3-jedi Daniel Holdaway, NASA/JCSDA.
|
|
|
subroutine, public | temperature_vt_mod::t_to_tv (geom, T, q, Tv) |
|
subroutine, public | temperature_vt_mod::t_to_tv_tl (geom, T, T_tl, q, q_tl, Tv_tl) |
|
subroutine, public | temperature_vt_mod::t_to_tv_ad (geom, T, T_ad, q, q_ad, Tv_ad) |
|
subroutine, public | temperature_vt_mod::tv_to_t (geom, Tv, q, T) |
|
subroutine, public | temperature_vt_mod::tv_to_t_tl (geom, Tv, Tv_tl, q, q_tl, T_tl) |
|
subroutine, public | temperature_vt_mod::tv_to_t_ad (geom, Tv, Tv_ad, q, q_ad, T_ad) |
|