UPP  11.0.0
 All Data Structures Files Functions Variables Pages
CALPOT.f File Reference

Subroutine that computes potential temperature. More...

Go to the source code of this file.

Functions/Subroutines

subroutine calpot (P1D, T1D, THETA)
 Subroutine that computes potential temperature. More...
 

Detailed Description

Subroutine that computes potential temperature.

Given pressure and temperature this routine returns the potential temperature.

Parameters
[in]P1Dpressures (Pa).
[in]T1Dtemperatures (K).
[out]THETApotential temperatures (K).

Program history log:

Date Programmer Comments
1992-12-24 Russ Treadon Initial
1998-06-15 T Black Convesion from 1-D to 2-D
2000-01-04 Jim Tuccillo MPI Version
2002-04-24 Mike Baldwin WRF Version
2021-09-02 Bo Cui Decompose UPP in X direction
Author
Russ Treadon W/NP2
Date
1992-12-24

Definition in file CALPOT.f.

Function/Subroutine Documentation

subroutine calpot ( real, dimension(ista:iend,jsta:jend), intent(in)  P1D,
real, dimension(ista:iend,jsta:jend), intent(in)  T1D,
real, dimension(ista:iend,jsta:jend), intent(inout)  THETA 
)

Subroutine that computes potential temperature.

Parameters
[in]P1Dpressures (Pa).
[in]T1Dtemperatures (K).
[out]THETApotential temperatures (K).

Definition at line 28 of file CALPOT.f.

Referenced by mdlfld(), and miscln().