UPP (develop)
Loading...
Searching...
No Matches
MDL2P.f File Reference

mdl2p() computes vertical interpolation of model levels to pressure. More...

Go to the source code of this file.

Functions/Subroutines

subroutine mdl2p (iostatusd3d)
 MDL2P() computes vertical interpolation of model levels to pressure.
 

Detailed Description

mdl2p() computes vertical interpolation of model levels 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 originated from the vertical interpolation code in the old ETA post processor subroutine outmap() and is a revision of subroutine eta2p().

Program History Log

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
2021-07-07 J MENG 2D DECOMPOSITION
2022-05-25 Y Mao Add WAFS icing/turbulence
2022-08-03 W Meng Modify total cloud fraction(331)
2022-09-22 L Zhang Remove DUSTSL
2022-11-16 E James Adding dust from RRFS

2022-12-21 | J Meng ! Adding snow density SDEN
2023-02-23 | E James | Adding coarse PM from RRFS 2023-08-24 | Y Mao | Add gtg_on option for GTG interpolation 2023-09-12 | J Kenyon | Prevent spurious supercooled rain and cloud water 2024-04-23 | E James | Adding smoke emissions (ebb) from RRFS

Author
T Black W/NP2
Date
1999-09-23

Definition in file MDL2P.f.

Function/Subroutine Documentation

◆ mdl2p()

subroutine mdl2p ( integer, intent(in)  iostatusd3d)

MDL2P() computes vertical interpolation of model levels to pressure.

Parameters
[in]iostatusD3Dinteger No longer used/supported.

Definition at line 49 of file MDL2P.f.

References bound(), calcat(), caldwp(), calicing(), calmcvg(), calstrm(), exch(), smooth(), and smoothc().

Referenced by process().