Compute pressures from delp.
More...
|
subroutine | compute_pressures_r4 (im, jm, lm, ptop, delp, pe, p, pk) |
|
subroutine | compute_pressures_r8 (im, jm, lm, ptop, delp, pe, p, pk) |
|
Compute pressures from delp.
Definition at line 64 of file fv3jedi_lm_utils_mod.F90.
◆ 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 |
◆ 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 |
The documentation for this interface was generated from the following file: