UPP
001
|
mdl2p() computes vert intrp of model lvls to pressure. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | MDL2P (iostatusD3D) |
mdl2p() computes vert intrp of model lvls to pressure.
For most applications this routine is the workhorse of the post processor. In a nutshell it interpolates data from model to pressure surfaces. It origiaated from the vertical interpolation code in the old ETA post processor subroutine outmap() and is a revision of subroutine eta2p().
Date | Programmer | Comments |
---|---|---|
1999-09-23 | T Black | Rewritten from eta2p() |
2001-10-25 | H Chuang | Modified to process hybrid model output |
2002-06-12 | Mike Baldwin | WRF Version |
2002-07-29 | H Chuang | Add underground fields and membrane SLP for WRF |
2004-11-24 | H Chuang | Add FERRIER's hydrometeor field |
2005-07-07 | B Zhou | Add RSM model for SLP |
2005–8-30 | B Zhou | Add aviation products: ICING, CAT, LLWS computation |
2008-01-01 | H Chuang | Add GFS D3D fields to vertical interpolation |
2010-07-01 | Smirnova and Hu | Add RR changes |
2010-12-30 | H Chuang | Add Haines index to support fire weather |
2011-02-06 | J Wang | Add grib2 option to support fire weather |
2012-01-11 | S Lu | Add GOCART aerosols |
2013-08-01 | S Moorthi | Some optimization |
2014-02-26 | S Moorthi | Threading datapd assignment |
2019-10-30 | B Cui | Remove "GOTO" statement |
2020-03-25 | J Meng | Remove grib1 |
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-04-01 | J Meng | Computation on defined points only |
Definition in file MDL2P.f.