| 
    FV3-JEDI
    
   | 
 
Functions/Subroutines | |
| subroutine, public | delp_to_pe_p_logp (geom, delp, pe, p, logp) | 
| subroutine, public | pe_to_pkz (geom, pe, pkz) | 
| subroutine, public | pe_to_delp (geom, pe, delp) | 
| subroutine, public | delp_to_pe (geom, delp, pe) | 
| subroutine, public | pe_to_pk (geom, pe, pk) | 
| subroutine, public | ps_to_pe (geom, ps, pe) | 
| subroutine, public | ps_to_pkz (geom, ps, pkz) | 
| subroutine, public | ps_to_delp (geom, ps, delp) | 
| subroutine, public | ps_to_delp_tl (geom, ps_tl, delp_tl) | 
| subroutine, public | ps_to_delp_ad (geom, ps_ad, delp_ad) | 
| subroutine, public pressure_vt_mod::delp_to_pe | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in) | delp, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz+1), intent(out) | pe | ||
| ) | 
Definition at line 113 of file pressure_variables_mod.f90.

| subroutine, public pressure_vt_mod::delp_to_pe_p_logp | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(in) | delp, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz+1), intent(out) | pe, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out) | p, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out), optional | logp | ||
| ) | 
Definition at line 32 of file pressure_variables_mod.f90.

| subroutine, public pressure_vt_mod::pe_to_delp | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz+1), intent(in) | pe, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out) | delp | ||
| ) | 
Definition at line 89 of file pressure_variables_mod.f90.

| subroutine, public pressure_vt_mod::pe_to_pk | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz+1), intent(in) | pe, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out) | pk | ||
| ) | 
Definition at line 138 of file pressure_variables_mod.f90.

| subroutine, public pressure_vt_mod::pe_to_pkz | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz+1), intent(in) | pe, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(out) | pkz | ||
| ) | 
Definition at line 67 of file pressure_variables_mod.f90.

| subroutine, public pressure_vt_mod::ps_to_delp | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec ), intent(in) | ps, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout) | delp | ||
| ) | 
Definition at line 204 of file pressure_variables_mod.f90.

| subroutine, public pressure_vt_mod::ps_to_delp_ad | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec ), intent(inout) | ps_ad, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout) | delp_ad | ||
| ) | 
Definition at line 253 of file pressure_variables_mod.f90.
| subroutine, public pressure_vt_mod::ps_to_delp_tl | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec ), intent(in) | ps_tl, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout) | delp_tl | ||
| ) | 
Definition at line 228 of file pressure_variables_mod.f90.
| subroutine, public pressure_vt_mod::ps_to_pe | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1 ), intent(in) | ps, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz+1), intent(inout) | pe | ||
| ) | 
Definition at line 170 of file pressure_variables_mod.f90.

| subroutine, public pressure_vt_mod::ps_to_pkz | ( | type(fv3jedi_geom), intent(in) | geom, | 
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1 ), intent(in) | ps, | ||
| real(kind=kind_real), dimension(geom%isc:geom%iec,geom%jsc:geom%jec,1:geom%npz), intent(inout) | pkz | ||
| ) | 
Definition at line 187 of file pressure_variables_mod.f90.

