nraonrao
 
NRAO Home > CASA > CasaRef
atmosphere.getAtmTypeHPT - Function

4.1.1 Gets the altitude, pressure and temperature arrays that describe the behaviour above the tropopause.
Arguments





Outputs

Hx

km

altitude array associated with Px/Tx behaviour above the tropopause - Quantum with a vector value and length units

allowed:

doublekm

Default:

Px

mbar

pressure array describing atmosphere behaviour above the tropopause - Quantum with a vector value and pressure units

allowed:

doublembar

Default:

Tx

K

temperature array describing atmosphere behaviour above the tropopause - Quantum with a vector value and temperature units

allowed:

doubleK

Default:

Returns
int

Example

hpt= at.getAtmTypeHPT()  
n = hpt[’return’]  
for i in range(n):  
        print i, " hx: ", hpt[’Hx’].value[i], " px: ", hpt[’Px’].value[i], " tx: ", hpt[’Tx’].value[i]

Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu

Copyright © 2008 Associated Universities Inc., Washington, D.C.

This code is available under the terms of the GNU General Public Lincense


Home | Contact Us | Directories | Site Map | Help | Privacy Policy | Search

Updated daily during alpha development.