UPP v11.0.0
Loading...
Searching...
No Matches
UPP_PHYSICS.f File Reference

upp_physics is a collection of UPP subroutines for physics variables calculation. More...

Go to the source code of this file.

Modules

module  upp_physics
 calcape() computes CAPE/CINS and other storm related variables.
 

Functions/Subroutines

subroutine, public upp_physics::calcape (itype, dpbnd, p1d, t1d, q1d, l1d, cape, cins, pparc, zeql, thund)
 calcape() computes CAPE and CINS.
 
subroutine, public upp_physics::calcape2 (itype, dpbnd, p1d, t1d, q1d, l1d, cape, cins, lfc, esrhl, esrhh, dcape, dgld, esp)
 calcape2() computes CAPE and CINS.
 
subroutine, public upp_physics::caldiv (uwnd, vwnd, div)
 CALDIV computes divergence.
 
subroutine, public upp_physics::calgradps (ps, psx, psy)
 
subroutine, public upp_physics::calrh (p1, t1, q1, rh)
 
subroutine, public upp_physics::calrh_gfs (p1, t1, q1, rh)
 calrh_gfs() computes relative humidity.
 
subroutine, public upp_physics::calrh_gsd (p1, t1, q1, rhb)
 
subroutine, public upp_physics::calrh_nam (p1, t1, q1, rh)
 calrh_nam() computes relative humidity.
 
subroutine, public upp_physics::calrh_pw (rhpw)
 
subroutine, public upp_physics::calvor (uwnd, vwnd, absv)
 
elemental real function, public upp_physics::fpvsnew (t)
 
elemental real function, public upp_physics::tvirtual (t, q)
 

Detailed Description

upp_physics is a collection of UPP subroutines for physics variables calculation.

Subroutine that computes absolute vorticity.

Author
Jesse Meng
Date
2020-05-20

This routine computes the absolute vorticity.

Parameters
[in]UWNDU wind (m/s) mass-points.
[in]VWNDV wind (m/s) mass-points.
[out]ABSVabsolute vorticity (1/s) mass-points.

Program history log:

Date Programmer Comments
1992-12-22 Russ Treadon Initial
1998-06-08 T Black Convesion from 1-D to 2-D
2000-01-04 Jim Tuccillo MPI Version
2002-01-15 Mike Baldwin WRF Version C-grid
2005-03-01 H Chuang Add NMM E grid
2005-05-17 H Chuang Add Potential vorticity calculation
2005-07-07 B Zhou Add RSM in computing DVDX, DUDY and UAVG
2013-08-09 S Moorthi Optimize the vorticity loop including threading
2016-08-05 S Moorthi add zonal filetering
2019-10-17 Y Mao Skip calculation when U/V is SPVAL
2020-11-06 J Meng Use UPP_MATH Module
Author
Russ Treadon W/NP2
Date
1992-12-22

Definition in file UPP_PHYSICS.f.