UPP (develop)
|
Subroutine that computes GRD RCH number. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | calrch (el, richno) |
Subroutine that computes GRD RCH number. | |
Subroutine that computes GRD RCH number.
This routine computes the gradient Richardson number as coded in ETA model subroutine PROFQ2.F. Fix to avoid unreasonably small anemometer level winds.
[in] | EL | Mixing length scale. |
[out] | RICHNO | Gradient Richardson number. |
Date | Programmer | Comments |
---|---|---|
1993-10-11 | Russ Treadon | Initial |
1998-06-17 | T Black | Convesion from 1-D to 2-D |
2000-01-04 | Jim Tuccillo | MPI Version |
2001-10-22 | H Chuang | Modified to process hybrid model output |
2002-01-15 | Mike Baldwin | WRF Version |
2005-02-25 | H Chuang | Add computation for NMM E grid |
2005-07-07 | Binbin Zhou | Add RSM for A Grid |
2021-09-02 | Bo Cui | Decompose UPP in X direction |
Definition in file CALRCH.f.
subroutine calrch | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u,lm), intent(in) | el, |
real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u,lm), intent(inout) | richno | ||
) |