UPP  V11.0.0
 All Data Structures Files Functions Pages
BNDLYR.f File Reference

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...
 

Detailed Description

Subroutine that computes boundary layer fields.

Definition in file BNDLYR.f.

Function/Subroutine Documentation

subroutine BNDLYR ( real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  PBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  TBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  QBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  RHBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  UBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  VBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  WBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  OMGBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  PWTBND,
real, dimension(ista:iend,jsta:jend,nbnd), intent(inout)  QCNVBND,
integer, dimension(ista:iend,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.

Note
If you change parameter NBND in this routine don't forget to change it also in the calling subprogram, MISCLN.
Parameters
[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

  • 93-01-29 RUSS TREADON
  • 93-05-07 RUSS TREADON - ADDED DOC BLOCK AND MORE COMMENTS.
  • 93-06-19 RUSS TREADON - ADDED LVLBND TO PARAMETER LIST.
  • 96-03-07 MIKE BALDWIN - CHANGE PWTR CALC TO INCLUDE CLD WTR SPEED UP CODE
  • 98-06-16 T BLACK - CONVERSION FROM 1-D TO 2-D
  • 98-08-18 MIKE BALDWIN - CHANGE QSBND TO RHBND IN CALL, COMPUTE RH OVER ICE
  • 98-12-22 MIKE BALDWIN - BACK OUT RH OVER ICE
  • 00-01-04 JIM TUCCILLO - MPI VERSION
  • 02-01-15 MIKE BALDWIN - WRF VERSION
  • 20-11-10 JESSE MENG - USE UPP_PHYSICS MODULE
  • 21-08-20 Wen Meng - Retrict computation fro undefined points.
  • 21-09-02 Bo Cui - Decompose UPP in X direction.
Author
Russ Treadon W/NP2
Date
1993-01-29

Definition at line 48 of file BNDLYR.f.

References upp_physics::fpvsnew().