|
UPP v11.0.0
|
mdl2std_p() vert intrp of model lvls to standard atmospheric pressure. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | mdl2std_p () |
| real function | p2h (p) |
| real function | relabel (p) |
mdl2std_p() vert intrp of model lvls to standard atmospheric pressure.
Originated from MISCLN.f. This routine interpolate to standard atmospheric pressure, instead of model pressure.
| Date | Programmer | Comments |
|---|---|---|
| 2019-09-24 | Y Mao | Rewritten from MISCLN.f |
| 2020-05-20 | J Meng | CALRH unification with NAM scheme |
| 2020-11-10 | J Meng | Use UPP_PHYSICS Module |
| 2021-03-11 | B Cui | Change local arrays to dimension (im,jsta:jend) |
| 2021-10-14 | J MENG | 2D DECOMPOSITION |
Definition in file MDL2STD_P.f.
| subroutine mdl2std_p |
Definition at line 17 of file MDL2STD_P.f.
| real function p2h | ( | real, intent(in) | p | ) |
Definition at line 527 of file MDL2STD_P.f.
| real function relabel | ( | real, intent(in) | p | ) |
Definition at line 546 of file MDL2STD_P.f.