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

Subroutine that computes drag cofficient. More...

Go to the source code of this file.

Functions/Subroutines

subroutine CALDRG (DRAGCO)
 This rountine computes a surface layer drag coefficient using equation (7.4.1A) in ["An introduction to boundary layer meteorology" by Stull (1988, Kluwer Academic Publishers)](https://link.springer.com/book/10.1007/978-94-009-3027-8). More...
 

Detailed Description

Subroutine that computes drag cofficient.

Definition in file CALDRG.f.

Function/Subroutine Documentation

subroutine CALDRG ( real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(inout)  DRAGCO)

This rountine computes a surface layer drag coefficient using equation (7.4.1A) in ["An introduction to boundary layer meteorology" by Stull (1988, Kluwer Academic Publishers)](https://link.springer.com/book/10.1007/978-94-009-3027-8).

Parameters
[out]DRAGCOsurface layer drag coefficient.

Program History Log

Date Programmer Comments
1993-09-01 Russ Treadon Initial
1998-06-15 T Black Conversion from 1-D to 2-D
2000-01-04 Jim Tuccillo MPI version
2002-01-15 Mike Baldwin WRF version
2005-02-22 H Chuang Add WRF NMM components
Author
Russ Treadon W/NP2
Date
1993-09-01

Definition at line 21 of file CALDRG.f.