UPP (develop)
|
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). | |
Subroutine that computes drag cofficient.
Definition in file CALDRG.f.
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).
[out] | DRAGCO | surface layer drag coefficient. |
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 |
Definition at line 21 of file CALDRG.f.
Referenced by surfce().