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.getPhaseFactor - Function Up: atmosphere - Tool Previous: atmosphere.getAbsCoeff - Function


atmosphere.getAbsCoeffDer - Function



Package utility
Module benchmark
Tool atmosphere


get the derivatives of absorption coefficients


Synopsis
getAbsCoeffDer(kH2OLinesDer, kH2OContDer, kO2Der, kDryContDer, kO3Der, kCODer, kN2ODer)


Description

Get the derivatives of absorption coefficients.



Arguments

kH2OLinesDer out derivatives of absorption coefficients for H2O lines
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kH2OContDer out derivatives of absorption coefficients for H2O continum
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kO2Der out derivatives of absorption coefficients for O2
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kDryContDer out derivatives of absorption coefficients for dry continum
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kO3Der out derivatives of absorption coefficients for O3
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kCODer out derivatives of absorption coefficients for CO
    Allowed: Quantum with a vector value and unit of m-1
    Default: none
kN2ODer out derivatives of absorption coefficients for N2O
    Allowed: Quantum with a vector value and unit of m-1
    Default: none



Example
myatm.getAbsCoeffDer( kH2OLinesDer=kH2OLinesDer,
                      kH2OContDer=kH2OContDer,kO2Der=kO2Der,
                      kDryContDer=kDryContDer, kO3Der=kO3Der,
                      kCODer=kCODer, kN2ODer=kN2ODer )
print spaste( '(kH2OLinesDer.value[1],kH2OLinesDer.unit) = ',
                kH2OLinesDer.value[1], kH2OLinesDer.unit )

(kH2OLinesDer.value[1],kH2OLinesDer.unit) =  -9.73882945e-08m-1





next up previous contents index
Next: atmosphere.getPhaseFactor - Function Up: atmosphere - Tool Previous: atmosphere.getAbsCoeff - 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