FV3-JEDI
temperature_vt_mod Module Reference

Functions/Subroutines

subroutine, public t_to_tv (geom, t, q, tv)
 
subroutine, public t_to_tv_tl (geom, t, t_tl, q, q_tl, tv_tl)
 
subroutine, public t_to_tv_ad (geom, t, t_ad, q, q_ad, tv_ad)
 
subroutine, public tv_to_t (geom, tv, q, t)
 
subroutine, public tv_to_t_tl (geom, tv, tv_tl, q, q_tl, t_tl)
 
subroutine, public tv_to_t_ad (geom, tv, tv_ad, q, q_ad, t_ad)
 
subroutine, public pt_to_t (geom, pkz, pt, t)
 
subroutine, public pt_to_t_tl (geom, pkz, pkz_tl, pt, pt_tl, t_tl)
 
subroutine, public pt_to_t_ad (geom, pkz, pkz_ad, pt, pt_ad, t_ad)
 
subroutine, public t_to_pt (geom, pkz, t, pt)
 

Function/Subroutine Documentation

◆ pt_to_t()

subroutine, public temperature_vt_mod::pt_to_t ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pkz,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pt,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out)  t 
)

Definition at line 130 of file temperature_variables_mod.f90.

Here is the caller graph for this function:

◆ pt_to_t_ad()

subroutine, public temperature_vt_mod::pt_to_t_ad ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pkz,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  pkz_ad,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pt,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  pt_ad,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  t_ad 
)

Definition at line 160 of file temperature_variables_mod.f90.

◆ pt_to_t_tl()

subroutine, public temperature_vt_mod::pt_to_t_tl ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pkz,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pkz_tl,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pt,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pt_tl,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  t_tl 
)

Definition at line 144 of file temperature_variables_mod.f90.

◆ t_to_pt()

subroutine, public temperature_vt_mod::t_to_pt ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  pkz,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  t,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out)  pt 
)

Definition at line 178 of file temperature_variables_mod.f90.

Here is the caller graph for this function:

◆ t_to_tv()

subroutine, public temperature_vt_mod::t_to_tv ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  t,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out)  tv 
)

Definition at line 26 of file temperature_variables_mod.f90.

Here is the caller graph for this function:

◆ t_to_tv_ad()

subroutine, public temperature_vt_mod::t_to_tv_ad ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  t,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  t_ad,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  q_ad,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  tv_ad 
)

Definition at line 56 of file temperature_variables_mod.f90.

Here is the caller graph for this function:

◆ t_to_tv_tl()

subroutine, public temperature_vt_mod::t_to_tv_tl ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  t,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  t_tl,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q_tl,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out)  tv_tl 
)

Definition at line 40 of file temperature_variables_mod.f90.

Here is the caller graph for this function:

◆ tv_to_t()

subroutine, public temperature_vt_mod::tv_to_t ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  tv,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out)  t 
)

Definition at line 76 of file temperature_variables_mod.f90.

◆ tv_to_t_ad()

subroutine, public temperature_vt_mod::tv_to_t_ad ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  tv,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  tv_ad,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  q_ad,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  t_ad 
)

Definition at line 106 of file temperature_variables_mod.f90.

Here is the caller graph for this function:

◆ tv_to_t_tl()

subroutine, public temperature_vt_mod::tv_to_t_tl ( type(fv3jedi_geom), intent(in)  geom,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  tv,
real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  tv_tl,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in)  q_tl,
real(kind=kind_real), dimension (geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout)  t_tl 
)

Definition at line 90 of file temperature_variables_mod.f90.

Here is the caller graph for this function: