Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: atmosphere.initWindow - Function Up: atmosphere - Tool Previous: atmosphere.getStartupWaterContent - Function


atmosphere.getProfile - Function



Package utility
Module benchmark
Tool atmosphere


get atmospheric profile


Synopsis
getProfile(thickness, temperature, water, pressure, O3, CO, N2O)


Description

Get the atmospheric profile.



Arguments

thickness out thickness of every atmospheric layer
    Allowed: Quantum with a vector value and dimension of length, m
    Default: none
temperature out temperature of every atmospheric layer
    Allowed: Quantum with a vector value and unit of temperature, K
    Default: none
water out water content of every atmospheric layer
    Allowed: Quantum with a vector value and unit of kg.m-3
    Default: none
pressure out pressure of every atmospheric layer
    Allowed: Quantum with a vector value and unit of Pascal
    Default: none
O3 out O3 of every atmospheric layer
    Allowed: Quantum with a vector value and unit of m-3
    Default: none
CO out CO of every atmospheric layer
    Allowed: Quantum with a vector value and unit of m-3
    Default: none
N2O out N2O of every atmospheric layer
    Allowed: Quantum with a vector value and unit of m-3
    Default: none



Example
myatm.getProfile( thickness, temperature, water, pressure, O3, CO, N2O )
print spaste( 'thickness = ', thickness )
print spaste( '(thickness.value)[1],thickness.unit = ',
               (thickness.value)[1], thickness.unit )

thickness = [value=[54.2820552 68.3014666 86.0898268 108.749638
 137.76137 175.148792 223.740915 287.605456 372.804489 488.798233
 651.269636 888.430939 1257.26693 1895.2737 3257.98328 1750 2000
 2000 3000 3000 3000 4250 4500 4500] , unit=m]

(thickness.value)[1],thickness.unit = 54.2820552m





next up previous contents index
Next: atmosphere.initWindow - Function Up: atmosphere - Tool Previous: atmosphere.getStartupWaterContent - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15