UPP
001
|
Subroutine that computes boundary layer fields. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | BNDLYR (PBND, TBND, QBND, RHBND, UBND, VBND, WBND, OMGBND, PWTBND, QCNVBND, LVLBND) |
Computes constant mass mean fields. More... | |
Subroutine that computes boundary layer fields.
Definition in file BNDLYR.f.
subroutine BNDLYR | ( | real, dimension(im,jsta:jend,nbnd), intent(inout) | PBND, |
real, dimension(im,jsta:jend,nbnd), intent(inout) | TBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | QBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | RHBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | UBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | VBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | WBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | OMGBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | PWTBND, | ||
real, dimension(im,jsta:jend,nbnd), intent(inout) | QCNVBND, | ||
integer, dimension(im,jsta:jend,nbnd), intent(inout) | LVLBND | ||
) |
Computes constant mass mean fields.
This routine computes constant mass (boundary layer) fields. The fields are a mean over layers parameter DPBND (pascals) thick. There are NBND constant mass layers, each DPBND thick starting from the surface up. Computed boundary layer fields are pressure, temperature, specific humidity, relative humidity, U and V winds, vertical velocity, and precipitable water. Given these fundamental variables other fields may be computed.
[out] | PBND | - Layer mean pressure in NBND boundary layers (NBL). |
[out] | TBND | - Layer mean temperature in NBL. |
[out] | QBND | - Layer mean specific humidity in NBL. |
[out] | RHBND | - Layer mean relative hum. (QBND/QSBND) in NBL. |
[out] | UBND | - Layer mean U wind component in NBL. |
[out] | VBND | - Layer mean V wind component in NBL. |
[out] | WBND | - Layer mean W wind component in NBL. |
[out] | OMGBND | - Layer mean vertical velocity in NBL. |
[out] | PWTBND | - Layer precipitable water in NBL. |
[out] | QCNVBND | - Layer moisture convergence in NBL. |
[out] | LVLBND | - ETA layer at midpoint of NBL. |
Program History
Definition at line 47 of file BNDLYR.f.
References upp_physics::fpvsnew().