FV3 Bundle
fv3jedi_lm_utils_mod::compute_pressures Interface Reference

Compute pressures from delp. More...

Private Member Functions

subroutine compute_pressures_r4 (im, jm, lm, ptop, delp, pe, p, pk)
 
subroutine compute_pressures_r8 (im, jm, lm, ptop, delp, pe, p, pk)
 

Detailed Description

Compute pressures from delp.

Definition at line 64 of file fv3jedi_lm_utils_mod.F90.

Member Function/Subroutine Documentation

◆ compute_pressures_r4()

subroutine fv3jedi_lm_utils_mod::compute_pressures::compute_pressures_r4 ( integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  lm,
real(4), intent(in)  ptop,
real(4), dimension(1:im,1:jm,1:lm), intent(in)  delp,
real(4), dimension (1:im,1:jm,0:lm), intent(out)  pe,
real(4), dimension (1:im,1:jm,1:lm), intent(out)  p,
real(4), dimension (1:im,1:jm,1:lm), intent(out)  pk 
)
private

Definition at line 323 of file fv3jedi_lm_utils_mod.F90.

◆ compute_pressures_r8()

subroutine fv3jedi_lm_utils_mod::compute_pressures::compute_pressures_r8 ( integer, intent(in)  im,
integer, intent(in)  jm,
integer, intent(in)  lm,
real(8), intent(in)  ptop,
real(8), dimension(1:im,1:jm,1:lm), intent(in)  delp,
real(8), dimension (1:im,1:jm,0:lm), intent(out)  pe,
real(8), dimension (1:im,1:jm,1:lm), intent(out)  p,
real(8), dimension (1:im,1:jm,1:lm), intent(out)  pk 
)
private

Definition at line 359 of file fv3jedi_lm_utils_mod.F90.


The documentation for this interface was generated from the following file: